jvcl driver development envionment

源代码在线查看: captioneditform.dfm

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

相关代码

				object CaptionEditDlg: TCaptionEditDlg
				  Left = 236
				  Top = 133
				  Width = 345
				  Height = 178
				  Caption = 'Caption Editor'
				  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 Label1: TLabel
				    Left = 16
				    Top = 19
				    Width = 60
				    Height = 13
				    Caption = 'New caption'
				  end
				  object OkBtn: TButton
				    Left = 164
				    Top = 116
				    Width = 75
				    Height = 25
				    Caption = 'Ok'
				    Default = True
				    ModalResult = 1
				    TabOrder = 2
				  end
				  object CancelBtn: TButton
				    Left = 244
				    Top = 116
				    Width = 75
				    Height = 25
				    Cancel = True
				    Caption = 'Cancel'
				    ModalResult = 2
				    TabOrder = 3
				  end
				  object CaptionEdit: TMemo
				    Left = 92
				    Top = 16
				    Width = 225
				    Height = 89
				    TabOrder = 0
				  end
				  object FontBtn: TButton
				    Left = 16
				    Top = 116
				    Width = 75
				    Height = 25
				    Caption = 'Font...'
				    TabOrder = 1
				    OnClick = FontBtnClick
				  end
				  object FontDialog1: TFontDialog
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWindowText
				    Font.Height = -11
				    Font.Name = 'MS Sans Serif'
				    Font.Style = []
				    MinFontSize = 0
				    MaxFontSize = 0
				    Left = 104
				    Top = 116
				  end
				end
							

相关资源