mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 23:22:42 +02:00
99 lines
2.2 KiB
Plaintext
99 lines
2.2 KiB
Plaintext
object EduCompPaletteFrame: TEduCompPaletteFrame
|
|
Left = 0
|
|
Height = 409
|
|
Top = 0
|
|
Width = 480
|
|
ClientHeight = 409
|
|
ClientWidth = 480
|
|
OnClick = FrameClick
|
|
TabOrder = 0
|
|
DesignLeft = 286
|
|
DesignTop = 126
|
|
object ComponentsGroupBox: TGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 153
|
|
Height = 397
|
|
Top = 6
|
|
Width = 321
|
|
Align = alClient
|
|
Anchors = [akTop, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ComponentsGroupBox'
|
|
ClientHeight = 380
|
|
ClientWidth = 317
|
|
TabOrder = 0
|
|
object ComponentsTreeView: TTreeView
|
|
Left = 0
|
|
Height = 380
|
|
Top = 0
|
|
Width = 317
|
|
Align = alClient
|
|
DefaultItemHeight = 18
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
OnMouseDown = ComponentsTreeViewMouseDown
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
end
|
|
end
|
|
object LeftPanel: TPanel
|
|
Left = 0
|
|
Height = 409
|
|
Top = 0
|
|
Width = 147
|
|
Align = alLeft
|
|
AutoSize = True
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.HorizontalSpacing = 6
|
|
ChildSizing.VerticalSpacing = 6
|
|
ClientHeight = 409
|
|
ClientWidth = 147
|
|
TabOrder = 1
|
|
object ShowAllButton: TButton
|
|
Left = 7
|
|
Height = 27
|
|
Top = 73
|
|
Width = 133
|
|
Align = alTop
|
|
AutoSize = True
|
|
Caption = 'ShowAllButton'
|
|
OnClick = ShowAllButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object HideAllButton: TButton
|
|
Left = 7
|
|
Height = 27
|
|
Top = 130
|
|
Width = 133
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Top = 30
|
|
Caption = 'HideAllButton'
|
|
OnClick = HideAllButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object ShowMinimalButton: TButton
|
|
Left = 7
|
|
Height = 27
|
|
Top = 7
|
|
Width = 133
|
|
Align = alTop
|
|
AutoSize = True
|
|
Caption = 'ShowMinimalButton'
|
|
OnClick = ShowMinimalButtonClick
|
|
TabOrder = 2
|
|
end
|
|
object ShowExtendedButton: TButton
|
|
Left = 7
|
|
Height = 27
|
|
Top = 40
|
|
Width = 133
|
|
Align = alTop
|
|
AutoSize = True
|
|
Caption = 'ShowExtendedButton'
|
|
OnClick = ShowExtendedButtonClick
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
end
|