mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-28 09:03:50 +02:00
38 lines
832 B
Plaintext
38 lines
832 B
Plaintext
object GenericCheckListForm: TGenericCheckListForm
|
|
Left = 452
|
|
Height = 301
|
|
Top = 526
|
|
Width = 343
|
|
ActiveControl = CheckListBox1
|
|
Caption = 'GenericCheckListForm'
|
|
ClientHeight = 301
|
|
ClientWidth = 343
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.29'
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 37
|
|
Top = 258
|
|
Width = 331
|
|
OKButton.Name = 'OKButton'
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.Enabled = False
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.Enabled = False
|
|
CancelButton.Name = 'CancelButton'
|
|
TabOrder = 0
|
|
ShowButtons = [pbOK, pbCancel]
|
|
ShowBevel = False
|
|
end
|
|
object CheckListBox1: TCheckListBox
|
|
Left = 0
|
|
Height = 252
|
|
Top = 0
|
|
Width = 343
|
|
Align = alClient
|
|
ItemHeight = 0
|
|
TabOrder = 1
|
|
end
|
|
end
|