home *** CD-ROM | disk | FTP | other *** search
- object CheckEditBox: TCheckEditBox
- Left = 200
- Top = 97
- BorderStyle = bsDialog
- Caption = 'CheckEditBox'
- ClientHeight = 125
- ClientWidth = 337
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object InfoText: TLabel
- Left = 8
- Top = 4
- Width = 321
- Height = 15
- AutoSize = False
- Caption = 'InfoText'
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ShowAccelChar = False
- WordWrap = True
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 48
- Width = 321
- Height = 13
- Caption = 'C1'
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object BtnOK: TButton
- Tag = 4001
- Left = 54
- Top = 100
- Width = 90
- Height = 23
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object BtnCancel: TButton
- Tag = 4002
- Left = 242
- Top = 100
- Width = 90
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object Edit1: TEdit
- Left = 8
- Top = 24
- Width = 321
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- OnKeyDown = Edit1KeyDown
- end
- object BtnTree: TButton
- Tag = 5002
- Left = 148
- Top = 100
- Width = 90
- Height = 23
- Caption = 'Tree'
- TabOrder = 5
- OnClick = BtnTreeClick
- end
- object CheckBox2: TCheckBox
- Left = 8
- Top = 64
- Width = 321
- Height = 13
- Caption = 'C2'
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object CheckBox3: TCheckBox
- Left = 8
- Top = 80
- Width = 321
- Height = 13
- Caption = 'C3'
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object ResolutionFix1: TResolutionFix
- Top = 100
- end
- object Translate1: TTranslate
- Left = 20
- Top = 100
- end
- end
-