mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 05:28:17 +02:00
83 lines
1.8 KiB
Plaintext
83 lines
1.8 KiB
Plaintext
object EduSpeedButtonsFrame: TEduSpeedButtonsFrame
|
|
Left = 0
|
|
Height = 483
|
|
Top = 0
|
|
Width = 559
|
|
ClientHeight = 483
|
|
ClientWidth = 559
|
|
TabOrder = 0
|
|
DesignLeft = 425
|
|
DesignTop = 170
|
|
object Panel: TPanel
|
|
Left = 0
|
|
Height = 483
|
|
Top = 0
|
|
Width = 141
|
|
Align = alLeft
|
|
AutoSize = True
|
|
ClientHeight = 483
|
|
ClientWidth = 141
|
|
TabOrder = 1
|
|
object ShowSelectionButton: TButton
|
|
Left = 1
|
|
Height = 25
|
|
Top = 42
|
|
Width = 139
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ShowSelectionButton'
|
|
TabOrder = 0
|
|
OnClick = ShowSelectionButtonClick
|
|
end
|
|
object ShowAllButton: TButton
|
|
Left = 1
|
|
Height = 25
|
|
Top = 11
|
|
Width = 139
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Top = 10
|
|
Caption = 'ShowAllButton'
|
|
TabOrder = 1
|
|
OnClick = ShowAllButtonClick
|
|
end
|
|
object HideAllButton: TButton
|
|
Left = 1
|
|
Height = 25
|
|
Top = 82
|
|
Width = 139
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Top = 15
|
|
Caption = 'HideAllButton'
|
|
TabOrder = 2
|
|
OnClick = HideAllButtonClick
|
|
end
|
|
end
|
|
object SpeedButtonsGroupBox: TGroupBox
|
|
Left = 147
|
|
Height = 471
|
|
Top = 6
|
|
Width = 406
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'SpeedButtonsGroupBox'
|
|
ClientHeight = 451
|
|
ClientWidth = 402
|
|
TabOrder = 0
|
|
object SpeedButtonsTreeView: TTreeView
|
|
Left = 6
|
|
Height = 439
|
|
Top = 6
|
|
Width = 390
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
HideSelection = False
|
|
TabOrder = 0
|
|
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
|
OnMouseDown = SpeedButtonsTreeViewMouseDown
|
|
end
|
|
end
|
|
end
|