object ContextHelpEditorDlg: TContextHelpEditorDlg Left = 296 Height = 510 Top = 215 Width = 619 ActiveControl = ControlsTreeView Caption = 'ContextHelpEditorDlg' ChildSizing.LeftRightSpacing = 6 ChildSizing.TopBottomSpacing = 6 ChildSizing.HorizontalSpacing = 6 ChildSizing.VerticalSpacing = 6 ChildSizing.EnlargeHorizontal = crsScaleChilds ClientHeight = 510 ClientWidth = 619 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy LCLVersion = '0.9.27' object WindowControlsGroupBox: TGroupBox Left = 6 Height = 444 Top = 6 Width = 305 Align = alLeft BorderSpacing.Around = 6 Caption = 'WindowControlsGroupBox' ClientHeight = 425 ClientWidth = 301 TabOrder = 0 object ControlsTreeView: TTreeView Left = 6 Height = 331 Top = 6 Width = 289 Align = alClient BorderSpacing.Around = 6 DefaultItemHeight = 19 ReadOnly = True TabOrder = 0 Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips] end object CreateHelpNodeForControlButton: TButton Left = 6 Height = 35 Top = 343 Width = 289 Align = alBottom BorderSpacing.Around = 6 Caption = 'CreateHelpNodeForControlButton' OnClick = CreateHelpNodeForControlButtonClick TabOrder = 1 end object TestButton: TButton Left = 6 Height = 35 Top = 384 Width = 289 Align = alBottom BorderSpacing.Around = 6 Caption = 'TestButton' OnClick = TestButtonClick TabOrder = 2 end end object NodesGroupBox: TGroupBox Left = 328 Height = 444 Top = 6 Width = 285 Align = alClient BorderSpacing.Around = 6 Caption = 'NodesGroupBox' ClientHeight = 425 ClientWidth = 281 TabOrder = 1 object HelpNodesTreeView: TTreeView Left = 6 Height = 294 Top = 6 Width = 269 Align = alClient BorderSpacing.Around = 6 DefaultItemHeight = 19 ReadOnly = True TabOrder = 0 OnSelectionChanged = HelpNodesTreeViewSelectionChanged Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips] end object HelpNodePropertiesGroupBox: TGroupBox Left = 6 Height = 113 Top = 306 Width = 269 Align = alBottom BorderSpacing.Around = 6 Caption = 'HelpNodePropertiesGroupBox' ClientHeight = 94 ClientWidth = 265 TabOrder = 1 object NodeNameLabel: TLabel Left = 10 Height = 18 Top = 10 Width = 44 Caption = 'Name:' ParentColor = False end object NodePathLabel: TLabel Left = 10 Height = 18 Top = 40 Width = 33 Caption = 'Path:' ParentColor = False end object NodeHasHelpCheckBox: TCheckBox Left = 6 Height = 22 Top = 66 Width = 253 Align = alBottom BorderSpacing.Around = 6 Caption = 'NodeHasHelpCheckBox' OnEditingDone = NodeHasHelpCheckBoxEditingDone TabOrder = 0 end object NodeNameEdit: TEdit AnchorSideRight.Control = HelpNodePropertiesGroupBox AnchorSideRight.Side = asrBottom Left = 70 Height = 23 Top = 5 Width = 189 Anchors = [akTop, akLeft, akRight] BorderSpacing.Around = 6 OnEditingDone = NodeNameEditEditingDone TabOrder = 1 Text = 'NodeNameEdit' end object NodePathEdit: TEdit AnchorSideRight.Control = HelpNodePropertiesGroupBox AnchorSideRight.Side = asrBottom Left = 70 Height = 23 Top = 35 Width = 189 Anchors = [akTop, akLeft, akRight] BorderSpacing.Around = 6 OnEditingDone = NodePathEditEditingDone TabOrder = 2 Text = 'NodePathEdit' end end end object Splitter1: TSplitter Left = 317 Height = 444 Top = 6 Width = 5 end object ButtonPanel: TButtonPanel Left = 6 Height = 48 Top = 456 Width = 607 TabOrder = 3 ShowButtons = [pbOK, pbCancel] end end