lazarus/components/education/educomppalette.lfm

98 lines
2.2 KiB
Plaintext

object EduCompPaletteFrame: TEduCompPaletteFrame
Left = 0
Height = 409
Top = 0
Width = 480
ClientHeight = 409
ClientWidth = 480
TabOrder = 0
DesignLeft = 286
DesignTop = 126
object ComponentsGroupBox: TGroupBox
AnchorSideBottom.Side = asrBottom
Left = 159
Height = 397
Top = 6
Width = 315
Align = alClient
Anchors = [akTop, akBottom]
BorderSpacing.Around = 6
Caption = 'ComponentsGroupBox'
ClientHeight = 377
ClientWidth = 311
TabOrder = 0
object ComponentsTreeView: TTreeView
Left = 0
Height = 377
Top = 0
Width = 311
Align = alClient
HideSelection = False
ReadOnly = True
TabOrder = 0
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
OnMouseDown = ComponentsTreeViewMouseDown
end
end
object LeftPanel: TPanel
Left = 0
Height = 409
Top = 0
Width = 153
Align = alLeft
AutoSize = True
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 409
ClientWidth = 153
TabOrder = 1
object ShowAllButton: TButton
Left = 7
Height = 25
Top = 69
Width = 139
Align = alTop
AutoSize = True
Caption = 'ShowAllButton'
TabOrder = 0
OnClick = ShowAllButtonClick
end
object HideAllButton: TButton
Left = 7
Height = 25
Top = 124
Width = 139
Align = alTop
AutoSize = True
BorderSpacing.Top = 30
Caption = 'HideAllButton'
TabOrder = 1
OnClick = HideAllButtonClick
end
object ShowMinimalButton: TButton
Left = 7
Height = 25
Top = 7
Width = 139
Align = alTop
AutoSize = True
Caption = 'ShowMinimalButton'
TabOrder = 2
OnClick = ShowMinimalButtonClick
end
object ShowExtendedButton: TButton
Left = 7
Height = 25
Top = 38
Width = 139
Align = alTop
AutoSize = True
Caption = 'ShowExtendedButton'
TabOrder = 3
OnClick = ShowExtendedButtonClick
end
end
end