lazarus/ide/genericchecklist.lfm
2010-12-21 21:12:33 +00:00

42 lines
965 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'
OKButton.Caption = '&OK'
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
HelpButton.Enabled = False
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Close'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Cancel'
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