1object HelpSelectorDialog: THelpSelectorDialog
2  Left = 328
3  Height = 283
4  Top = 414
5  Width = 500
6  Caption = 'HelpSelectorDialog'
7  ClientHeight = 283
8  ClientWidth = 500
9  OnClose = HelpSelectorDialogClose
10  Position = poScreenCenter
11  LCLVersion = '1.7'
12  object NodesGroupBox: TGroupBox
13    Left = 6
14    Height = 237
15    Top = 6
16    Width = 488
17    Align = alClient
18    BorderSpacing.Around = 6
19    Caption = 'NodesGroupBox'
20    ClientHeight = 220
21    ClientWidth = 484
22    TabOrder = 0
23    object NodesTreeView: TTreeView
24      Left = 0
25      Height = 220
26      Top = 0
27      Width = 484
28      Align = alClient
29      DefaultItemHeight = 18
30      ReadOnly = True
31      TabOrder = 0
32      OnDblClick = NodesTreeViewDblClick
33      OnSelectionChanged = NodesTreeViewSelectionChanged
34    end
35  end
36  object BtnPanel: TButtonPanel
37    Left = 6
38    Height = 28
39    Top = 249
40    Width = 488
41    OKButton.Name = 'OKButton'
42    OKButton.DefaultCaption = True
43    HelpButton.Name = 'HelpButton'
44    HelpButton.DefaultCaption = True
45    CloseButton.Name = 'CloseButton'
46    CloseButton.DefaultCaption = True
47    CancelButton.Name = 'CancelButton'
48    CancelButton.DefaultCaption = True
49    TabOrder = 1
50    ShowButtons = [pbOK, pbCancel]
51    ShowBevel = False
52  end
53end
54