jvcl driver development envionment

源代码在线查看: jvclipboardviewermainformu.dfm

软件大小: 11078 K
上传用户: haowfei
关键词: development envionment driver jvcl
下载地址: 免注册下载 普通下载 VIP

相关代码

				object JvClipboardViewerMainForm: TJvClipboardViewerMainForm
				  Left = 301
				  Top = 190
				  BorderIcons = [biSystemMenu, biMinimize]
				  BorderStyle = bsSingle
				  Caption = 'JvClipboardViewer Demo'
				  ClientHeight = 453
				  ClientWidth = 705
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  Position = poScreenCenter
				  PixelsPerInch = 96
				  TextHeight = 13
				  object Label1: TLabel
				    Left = 11
				    Top = 12
				    Width = 78
				    Height = 13
				    Caption = 'Clipboard as text'
				  end
				  object Image1: TImage
				    Left = 10
				    Top = 148
				    Width = 355
				    Height = 295
				    Anchors = [akLeft, akTop, akBottom]
				    Stretch = True
				  end
				  object Label2: TLabel
				    Left = 11
				    Top = 128
				    Width = 287
				    Height = 13
				    Caption = 'Clipboard as image (Try the print screen/Alt+print screen key)'
				  end
				  object Label3: TLabel
				    Left = 379
				    Top = 12
				    Width = 83
				    Height = 13
				    Caption = 'Clipboard content'
				  end
				  object Memo1: TMemo
				    Left = 10
				    Top = 32
				    Width = 355
				    Height = 89
				    ReadOnly = True
				    ScrollBars = ssBoth
				    TabOrder = 0
				  end
				  object JvClipboardViewer1: TJvClipboardViewer
				    Left = 378
				    Top = 32
				    Width = 319
				    Height = 409
				    Anchors = [akLeft, akTop, akRight, akBottom]
				    TabOrder = 1
				    OnImage = JvClipboardViewer1Image
				    OnText = JvClipboardViewer1Text
				  end
				end
							

相关资源