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