jvcl driver development envionment

源代码在线查看: mainform.dfm

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

相关代码

				object Main: TMain
				  Left = 404
				  Top = 118
				  Width = 179
				  Height = 192
				  Caption = 'Main'
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  PixelsPerInch = 96
				  TextHeight = 13
				  object RunDynamic: TButton
				    Left = 40
				    Top = 64
				    Width = 89
				    Height = 25
				    Caption = 'Run Dynamic'
				    TabOrder = 0
				    OnClick = RunDynamicClick
				  end
				end
							

相关资源