lazarus/ide/idecontexthelpedit.lfm
paul 8edd29a313 ide: make ide treeview themed
git-svn-id: trunk@24846 -
2010-04-23 07:10:05 +00:00

193 lines
4.8 KiB
Plaintext

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 = 456
Top = 6
Width = 305
Align = alLeft
BorderSpacing.Around = 6
Caption = 'WindowControlsGroupBox'
ClientHeight = 437
ClientWidth = 301
TabOrder = 0
object ControlsTreeView: TTreeView
Left = 6
Height = 343
Top = 6
Width = 289
Align = alClient
BorderSpacing.Around = 6
DefaultItemHeight = 19
ReadOnly = True
TabOrder = 0
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object CreateHelpNodeForControlButton: TButton
Left = 6
Height = 35
Top = 355
Width = 289
Align = alBottom
BorderSpacing.Around = 6
Caption = 'CreateHelpNodeForControlButton'
OnClick = CreateHelpNodeForControlButtonClick
TabOrder = 1
end
object TestButton: TButton
Left = 6
Height = 35
Top = 396
Width = 289
Align = alBottom
BorderSpacing.Around = 6
Caption = 'TestButton'
OnClick = TestButtonClick
TabOrder = 2
end
end
object NodesGroupBox: TGroupBox
Left = 328
Height = 456
Top = 6
Width = 285
Align = alClient
BorderSpacing.Around = 6
Caption = 'NodesGroupBox'
ClientHeight = 437
ClientWidth = 281
TabOrder = 1
object HelpNodesTreeView: TTreeView
Left = 6
Height = 240
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, tvoThemedDraw]
end
object HelpNodePropertiesGroupBox: TGroupBox
Left = 6
Height = 179
Top = 252
Width = 269
Align = alBottom
BorderSpacing.Around = 6
Caption = 'HelpNodePropertiesGroupBox'
ClientHeight = 160
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 = 104
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
object NodeIsRootCheckBox: TCheckBox
Left = 6
Height = 22
Top = 132
Width = 253
Align = alBottom
BorderSpacing.Around = 6
Caption = 'NodeIsRootCheckBox'
OnEditingDone = NodeIsRootCheckBoxEditingDone
TabOrder = 3
end
object FullPathEdit: TEdit
Left = 6
Height = 23
Top = 75
Width = 253
Align = alBottom
BorderSpacing.Around = 6
ReadOnly = True
TabOrder = 4
Text = 'FullPathEdit'
end
end
end
object Splitter1: TSplitter
Left = 317
Height = 456
Top = 6
Width = 5
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 36
Top = 468
Width = 607
TabOrder = 3
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
end