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
|
object FieldsListFrm: TFieldsListFrm
Left = 358
Height = 271
Top = 99
Width = 173
ActiveControl = BitBtnOk
Caption = 'FieldsListFrm'
ClientHeight = 271
ClientWidth = 173
OnClose = FormClose
OnCreate = FormCreate
LCLVersion = '1.9.0.0'
object BitBtnOk: TBitBtn
Left = 9
Height = 25
Top = 241
Width = 75
Anchors = [akLeft, akBottom]
Caption = '&Create'
Default = True
Kind = bkOK
ModalResult = 1
OnClick = BitBtnOkClick
TabOrder = 0
end
object BitBtnCancel: TBitBtn
Left = 89
Height = 25
Top = 241
Width = 75
Anchors = [akLeft, akBottom]
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
TabOrder = 1
end
object ListBox1: TListBox
Left = 0
Height = 232
Top = 0
Width = 173
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
ItemHeight = 0
MultiSelect = True
TabOrder = 2
end
end
|