60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
object fmCmd: TfmCmd
|
|
Left = 425
|
|
Height = 620
|
|
Top = 120
|
|
Width = 679
|
|
ActiveControl = List
|
|
Caption = 'Commands'
|
|
ClientHeight = 620
|
|
ClientWidth = 679
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.5'
|
|
object List: TListView
|
|
Left = 6
|
|
Height = 573
|
|
Top = 6
|
|
Width = 667
|
|
Align = alClient
|
|
AutoSort = False
|
|
BorderSpacing.Around = 6
|
|
Columns = <
|
|
item
|
|
Caption = 'name'
|
|
Width = 350
|
|
end
|
|
item
|
|
Caption = 'key1'
|
|
Width = 150
|
|
end
|
|
item
|
|
Caption = 'key2'
|
|
Width = 150
|
|
end>
|
|
ColumnClick = False
|
|
ReadOnly = True
|
|
RowSelect = True
|
|
TabOrder = 0
|
|
ViewStyle = vsReport
|
|
OnDblClick = ListDblClick
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 29
|
|
Top = 585
|
|
Width = 667
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 1
|
|
ShowButtons = [pbOK, pbCancel]
|
|
ShowGlyphs = []
|
|
ShowBevel = False
|
|
end
|
|
end
|