jvcl driver development envionment

源代码在线查看: dsaexamplescustom1.dfm

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

相关代码

				object frmDSAExamplesCustomDlg1: TfrmDSAExamplesCustomDlg1
				  Left = 443
				  Top = 325
				  Width = 178
				  Height = 157
				  BorderIcons = [biSystemMenu, biHelp]
				  Caption = 'Custom dialog 1'
				  Color = clBtnFace
				  Constraints.MaxHeight = 157
				  Constraints.MinHeight = 157
				  Constraints.MinWidth = 178
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  OnResize = FormResize
				  PixelsPerInch = 96
				  TextHeight = 13
				  object lblMessage: TLabel
				    Left = 10
				    Top = 10
				    Width = 150
				    Height = 56
				    Anchors = [akLeft, akTop, akRight]
				    AutoSize = False
				    Caption = 
				      'This is a simple dialog with no real function at all. Just a sim' +
				      'ple test of TJvDSADialog functionality.'
				    WordWrap = True
				  end
				  object cxSuppress: TCheckBox
				    Left = 10
				    Top = 75
				    Width = 150
				    Height = 17
				    Anchors = [akLeft, akTop, akRight]
				    Caption = 'cxSuppress'
				    TabOrder = 0
				  end
				  object btnOK: TButton
				    Left = 45
				    Top = 100
				    Width = 75
				    Height = 25
				    Caption = 'OK'
				    Default = True
				    ModalResult = 1
				    TabOrder = 1
				  end
				  object JvDSADialog: TJvDSADialog
				    CheckControl = cxSuppress
				    DialogID = 7
				    IgnoreDSAChkMrkTxt = False
				    Left = 105
				    Top = 30
				  end
				end
							

相关资源