1object GenericCheckListForm: TGenericCheckListForm
2  Left = 389
3  Height = 277
4  Top = 463
5  Width = 343
6  ActiveControl = CheckListBox1
7  Caption = 'GenericCheckListForm'
8  ClientHeight = 277
9  ClientWidth = 343
10  OnShow = FormShow
11  Position = poScreenCenter
12  LCLVersion = '1.9.0.0'
13  object ButtonPanel1: TButtonPanel
14    Left = 6
15    Height = 30
16    Top = 241
17    Width = 331
18    OKButton.Name = 'OKButton'
19    OKButton.DefaultCaption = True
20    HelpButton.Name = 'HelpButton'
21    HelpButton.DefaultCaption = True
22    HelpButton.Enabled = False
23    CloseButton.Name = 'CloseButton'
24    CloseButton.DefaultCaption = True
25    CloseButton.Enabled = False
26    CancelButton.Name = 'CancelButton'
27    CancelButton.DefaultCaption = True
28    TabOrder = 0
29    ShowButtons = [pbOK, pbCancel]
30    ShowBevel = False
31  end
32  object CheckListBox1: TCheckListBox
33    AnchorSideLeft.Control = Owner
34    AnchorSideTop.Control = InfoLabel
35    AnchorSideTop.Side = asrBottom
36    AnchorSideRight.Control = Owner
37    AnchorSideRight.Side = asrBottom
38    Left = 6
39    Height = 200
40    Top = 31
41    Width = 331
42    Anchors = [akTop, akLeft, akRight, akBottom]
43    BorderSpacing.Around = 6
44    ItemHeight = 0
45    OnItemClick = CheckListBox1ItemClick
46    TabOrder = 1
47  end
48  object InfoLabel: TLabel
49    Left = 6
50    Height = 19
51    Top = 6
52    Width = 331
53    Align = alTop
54    BorderSpacing.Around = 6
55    Caption = 'InfoLabel'
56    ParentColor = False
57    WordWrap = True
58  end
59end
60