1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
object IDETextConvListAddDlg: TIDETextConvListAddDlg
Left = 290
Height = 122
Top = 202
Width = 301
HorzScrollBar.Page = 300
VertScrollBar.Page = 121
ActiveControl = AddButton
Caption = 'IDETextConvListAddDlg'
ClientHeight = 122
ClientWidth = 301
OnCreate = FormCreate
object ClassLabel: TLabel
Left = 8
Height = 20
Top = 8
Width = 69
Caption = 'ClassLabel'
FocusControl = ClassComboBox
ParentColor = False
end
object AddButton: TButton
AnchorSideRight.Control = CancelButton
Left = 76
Height = 37
Top = 74
Width = 88
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 10
BorderSpacing.InnerBorder = 4
Caption = 'AddButton'
Default = True
OnClick = AddButtonClick
TabOrder = 0
end
object CancelButton: TButton
Left = 174
Height = 37
Top = 74
Width = 106
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'CancelButton'
ModalResult = 2
TabOrder = 1
end
object ClassComboBox: TComboBox
Left = 8
Height = 25
Top = 32
Width = 282
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
OnEditingDone = ClassComboBoxEditingDone
TabOrder = 2
Text = 'ClassComboBox'
end
end
|