lazarus/ide/genericchecklist.lfm
2011-10-03 23:14:54 +00:00

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