mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 10:52:33 +02:00
43 lines
1015 B
Plaintext
43 lines
1015 B
Plaintext
object GenericCheckListForm: TGenericCheckListForm
|
|
Left = 452
|
|
Height = 301
|
|
Top = 526
|
|
Width = 343
|
|
ActiveControl = CheckListBox1
|
|
Caption = 'GenericCheckListForm'
|
|
ClientHeight = 301
|
|
ClientWidth = 343
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.1'
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 33
|
|
Top = 262
|
|
Width = 331
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
HelpButton.Enabled = False
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CloseButton.Enabled = False
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 0
|
|
ShowButtons = [pbOK, pbCancel]
|
|
ShowBevel = False
|
|
end
|
|
object CheckListBox1: TCheckListBox
|
|
Left = 0
|
|
Height = 256
|
|
Top = 0
|
|
Width = 343
|
|
Align = alClient
|
|
ItemHeight = 0
|
|
OnItemClick = CheckListBox1ItemClick
|
|
TabOrder = 1
|
|
end
|
|
end
|