mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 20:34:01 +02:00
72 lines
1.6 KiB
Plaintext
72 lines
1.6 KiB
Plaintext
inherited EduMenuFrame: TEduMenuFrame
|
|
Height = 301
|
|
Width = 437
|
|
ClientHeight = 301
|
|
ClientWidth = 437
|
|
OnClick = FrameClick
|
|
TabOrder = 0
|
|
DesignLeft = 437
|
|
DesignTop = 99
|
|
object MenusGroupBox: TGroupBox[0]
|
|
Left = 143
|
|
Height = 289
|
|
Top = 6
|
|
Width = 288
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'MenusGroupBox'
|
|
ClientHeight = 271
|
|
ClientWidth = 284
|
|
TabOrder = 0
|
|
object MenusTreeView: TTreeView
|
|
Left = 0
|
|
Height = 271
|
|
Top = 0
|
|
Width = 284
|
|
Align = alClient
|
|
DefaultItemHeight = 15
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
OnMouseDown = MenusTreeViewMouseDown
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
end
|
|
end
|
|
object EduMenuBtnPanel: TPanel[1]
|
|
Left = 0
|
|
Height = 301
|
|
Top = 0
|
|
Width = 137
|
|
Align = alLeft
|
|
AutoSize = True
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.HorizontalSpacing = 6
|
|
ChildSizing.VerticalSpacing = 6
|
|
ClientHeight = 301
|
|
ClientWidth = 137
|
|
TabOrder = 1
|
|
object ShowAllButton: TButton
|
|
Left = 7
|
|
Height = 23
|
|
Top = 7
|
|
Width = 123
|
|
Align = alTop
|
|
AutoSize = True
|
|
Caption = 'ShowAllButton'
|
|
OnClick = ShowAllButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object ShowAllChildsButton: TButton
|
|
Left = 7
|
|
Height = 23
|
|
Top = 36
|
|
Width = 123
|
|
Align = alTop
|
|
AutoSize = True
|
|
Caption = 'ShowAllChildsButton'
|
|
OnClick = ShowAllChildsButtonClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|