1object ContextHelpEditorDlg: TContextHelpEditorDlg
2  Left = 331
3  Height = 515
4  Top = 177
5  Width = 655
6  ActiveControl = ControlsTreeView
7  Caption = 'ContextHelpEditorDlg'
8  ChildSizing.LeftRightSpacing = 6
9  ChildSizing.TopBottomSpacing = 6
10  ChildSizing.HorizontalSpacing = 6
11  ChildSizing.VerticalSpacing = 6
12  ChildSizing.EnlargeHorizontal = crsScaleChilds
13  ClientHeight = 515
14  ClientWidth = 655
15  OnClose = FormClose
16  OnCreate = FormCreate
17  OnDestroy = FormDestroy
18  LCLVersion = '0.9.29'
19  object WindowControlsGroupBox: TGroupBox
20    Left = 6
21    Height = 465
22    Top = 6
23    Width = 305
24    Align = alLeft
25    BorderSpacing.Around = 6
26    Caption = 'WindowControlsGroupBox'
27    ClientHeight = 444
28    ClientWidth = 297
29    TabOrder = 0
30    object ControlsTreeView: TTreeView
31      AnchorSideBottom.Control = OpenDeclarationBitBtn
32      Left = 6
33      Height = 317
34      Top = 6
35      Width = 285
36      Align = alTop
37      Anchors = [akTop, akLeft, akRight, akBottom]
38      BorderSpacing.Around = 6
39      DefaultItemHeight = 19
40      ParentShowHint = False
41      ReadOnly = True
42      ShowHint = True
43      TabOrder = 0
44      OnShowHint = ControlsTreeViewShowHint
45      Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
46    end
47    object CreateHelpNodeForControlButton: TButton
48      Left = 6
49      Height = 35
50      Top = 362
51      Width = 285
52      Align = alBottom
53      BorderSpacing.Around = 6
54      Caption = 'CreateHelpNodeForControlButton'
55      OnClick = CreateHelpNodeForControlButtonClick
56      TabOrder = 1
57    end
58    object TestButton: TButton
59      Left = 6
60      Height = 35
61      Top = 403
62      Width = 285
63      Align = alBottom
64      BorderSpacing.Around = 6
65      Caption = 'TestButton'
66      OnClick = TestButtonClick
67      TabOrder = 2
68    end
69    object OpenDeclarationBitBtn: TBitBtn
70      AnchorSideLeft.Control = WindowControlsGroupBox
71      AnchorSideRight.Side = asrBottom
72      AnchorSideBottom.Control = CreateHelpNodeForControlButton
73      Left = 6
74      Height = 27
75      Top = 329
76      Width = 178
77      Anchors = [akLeft, akBottom]
78      AutoSize = True
79      BorderSpacing.Around = 6
80      Caption = 'OpenDeclarationBitBtn'
81      OnClick = OpenDeclarationBitBtnClick
82      ParentShowHint = False
83      ShowHint = True
84      TabOrder = 3
85    end
86  end
87  object NodesGroupBox: TGroupBox
88    Left = 328
89    Height = 465
90    Top = 6
91    Width = 321
92    Align = alClient
93    BorderSpacing.Around = 6
94    Caption = 'NodesGroupBox'
95    ClientHeight = 444
96    ClientWidth = 313
97    TabOrder = 1
98    object HelpNodesTreeView: TTreeView
99      Left = 6
100      Height = 247
101      Top = 6
102      Width = 301
103      Align = alClient
104      BorderSpacing.Around = 6
105      DefaultItemHeight = 19
106      ReadOnly = True
107      TabOrder = 0
108      OnSelectionChanged = HelpNodesTreeViewSelectionChanged
109      Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
110    end
111    object HelpNodePropertiesGroupBox: TGroupBox
112      Left = 6
113      Height = 179
114      Top = 259
115      Width = 301
116      Align = alBottom
117      BorderSpacing.Around = 6
118      Caption = 'HelpNodePropertiesGroupBox'
119      ClientHeight = 158
120      ClientWidth = 293
121      TabOrder = 1
122      object NodeNameLabel: TLabel
123        Left = 10
124        Height = 18
125        Top = 10
126        Width = 45
127        Caption = 'Name:'
128        ParentColor = False
129      end
130      object NodePathLabel: TLabel
131        Left = 10
132        Height = 18
133        Top = 40
134        Width = 36
135        Caption = 'Path:'
136        ParentColor = False
137      end
138      object NodeHasHelpCheckBox: TCheckBox
139        AnchorSideRight.Control = HelpNodePropertiesGroupBox
140        AnchorSideRight.Side = asrBottom
141        Left = 6
142        Height = 22
143        Top = 71
144        Width = 281
145        Anchors = [akTop, akLeft, akRight]
146        BorderSpacing.Around = 6
147        Caption = 'NodeHasHelpCheckBox'
148        OnEditingDone = NodeHasHelpCheckBoxEditingDone
149        TabOrder = 0
150      end
151      object NodeNameEdit: TEdit
152        AnchorSideRight.Control = HelpNodePropertiesGroupBox
153        AnchorSideRight.Side = asrBottom
154        Left = 70
155        Height = 27
156        Top = 5
157        Width = 217
158        Anchors = [akTop, akLeft, akRight]
159        BorderSpacing.Around = 6
160        OnEditingDone = NodeNameEditEditingDone
161        TabOrder = 1
162        Text = 'NodeNameEdit'
163      end
164      object NodePathEdit: TEdit
165        AnchorSideTop.Control = NodeNameEdit
166        AnchorSideTop.Side = asrBottom
167        AnchorSideRight.Control = HelpNodePropertiesGroupBox
168        AnchorSideRight.Side = asrBottom
169        Left = 70
170        Height = 27
171        Top = 38
172        Width = 217
173        Anchors = [akTop, akLeft, akRight]
174        BorderSpacing.Around = 6
175        OnEditingDone = NodePathEditEditingDone
176        TabOrder = 2
177        Text = 'NodePathEdit'
178      end
179      object NodeIsRootCheckBox: TCheckBox
180        AnchorSideRight.Control = HelpNodePropertiesGroupBox
181        AnchorSideRight.Side = asrBottom
182        Left = 6
183        Height = 22
184        Top = 100
185        Width = 281
186        Anchors = [akTop, akLeft, akRight]
187        BorderSpacing.Around = 6
188        Caption = 'NodeIsRootCheckBox'
189        OnEditingDone = NodeIsRootCheckBoxEditingDone
190        TabOrder = 3
191      end
192      object FullPathEdit: TEdit
193        AnchorSideTop.Control = NodeIsRootCheckBox
194        AnchorSideTop.Side = asrBottom
195        AnchorSideRight.Control = HelpNodePropertiesGroupBox
196        AnchorSideRight.Side = asrBottom
197        Left = 6
198        Height = 27
199        Top = 128
200        Width = 281
201        Anchors = [akTop, akLeft, akRight]
202        BorderSpacing.Around = 6
203        ReadOnly = True
204        TabOrder = 4
205        Text = 'FullPathEdit'
206      end
207    end
208  end
209  object Splitter1: TSplitter
210    Left = 317
211    Height = 465
212    Top = 6
213    Width = 5
214  end
215  object ButtonPanel: TButtonPanel
216    Left = 6
217    Height = 32
218    Top = 477
219    Width = 643
220    OKButton.Name = 'OKButton'
221    HelpButton.Name = 'HelpButton'
222    HelpButton.Enabled = False
223    CloseButton.Name = 'CloseButton'
224    CloseButton.Enabled = False
225    CancelButton.Name = 'CancelButton'
226    TabOrder = 3
227    ShowButtons = [pbOK, pbCancel]
228    ShowBevel = False
229  end
230end
231