lazarus/components/education/educomppalette.lfm
mattias 85342206e2 educationlaz: show/hide all components buttons
git-svn-id: trunk@22233 -
2009-10-19 13:13:22 +00:00

76 lines
1.8 KiB
Plaintext

inherited EduCompPaletteFrame: TEduCompPaletteFrame
Height = 380
Width = 480
ClientHeight = 380
ClientWidth = 480
OnClick = FrameClick
TabOrder = 0
DesignLeft = 395
DesignTop = 160
object ComponentsGroupBox: TGroupBox[0]
AnchorSideTop.Control = Owner
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 135
Height = 368
Top = 6
Width = 339
Align = alClient
Anchors = [akTop, akBottom]
BorderSpacing.Around = 6
Caption = 'ComponentsGroupBox'
ClientHeight = 346
ClientWidth = 331
TabOrder = 0
object ComponentsTreeView: TTreeView
Left = 0
Height = 346
Top = 0
Width = 331
Align = alClient
DefaultItemHeight = 19
ReadOnly = True
TabOrder = 0
OnMouseDown = ComponentsTreeViewMouseDown
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end
end
object LeftPanel: TPanel[1]
Left = 0
Height = 380
Top = 0
Width = 129
Align = alLeft
AutoSize = True
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 380
ClientWidth = 129
TabOrder = 1
object ShowAllButton: TButton
Left = 7
Height = 20
Top = 7
Width = 115
Align = alTop
AutoSize = True
Caption = 'ShowAllButton'
OnClick = ShowAllButtonClick
TabOrder = 0
end
object HideAllButton: TButton
Left = 7
Height = 20
Top = 33
Width = 115
Align = alTop
AutoSize = True
Caption = 'HideAllButton'
OnClick = HideAllButtonClick
TabOrder = 1
end
end
end