jvcl driver development envionment

源代码在线查看: main.dfm

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

相关代码

				object MainForm: TMainForm
				  Left = 285
				  Top = 157
				  Width = 422
				  Height = 246
				  HorzScrollBar.Range = 342
				  VertScrollBar.Range = 191
				  ActiveControl = Button1
				  AutoScroll = False
				  Caption = 'Client Application'
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = 11
				  Font.Name = 'MS Sans Serif'
				  Font.Pitch = fpVariable
				  Font.Style = []
				  OldCreateOrder = True
				  OnCreate = FormCreate
				  OnDestroy = FormDestroy
				  PixelsPerInch = 96
				  TextHeight = 13
				  object Label1: TLabel
				    Left = 77
				    Top = 181
				    Width = 32
				    Height = 13
				    Caption = 'Label1'
				  end
				  object Button1: TButton
				    Left = 6
				    Top = 6
				    Width = 75
				    Height = 27
				    Caption = 'Open Query'
				    TabOrder = 0
				    OnClick = Button1Click
				  end
				  object StringGrid: TStringGrid
				    Left = 6
				    Top = 35
				    Width = 336
				    Height = 128
				    TabOrder = 1
				  end
				  object Button2: TButton
				    Left = 6
				    Top = 173
				    Width = 59
				    Height = 28
				    Caption = 'Get Count'
				    TabOrder = 2
				    OnClick = Button2Click
				  end
				end
							

相关资源