mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-01 06:23:46 +02:00
79 lines
1.6 KiB
Plaintext
79 lines
1.6 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 = 150
|
|
Align = alLeft
|
|
AutoSize = True
|
|
ClientHeight = 483
|
|
ClientWidth = 150
|
|
TabOrder = 1
|
|
object ShowSelectionButton: TButton
|
|
Left = 1
|
|
Height = 27
|
|
Top = 44
|
|
Width = 148
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ShowSelectionButton'
|
|
OnClick = ShowSelectionButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object ShowAllButton: TButton
|
|
Left = 1
|
|
Height = 27
|
|
Top = 11
|
|
Width = 148
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Top = 10
|
|
Caption = 'ShowAllButton'
|
|
OnClick = ShowAllButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object HideAllButton: TButton
|
|
Left = 1
|
|
Height = 27
|
|
Top = 86
|
|
Width = 148
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Top = 15
|
|
Caption = 'HideAllButton'
|
|
OnClick = HideAllButtonClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object SpeedButtonsGroupBox: TGroupBox
|
|
Left = 150
|
|
Height = 483
|
|
Top = 0
|
|
Width = 409
|
|
Align = alClient
|
|
Caption = 'SpeedButtonsGroupBox'
|
|
ClientHeight = 464
|
|
ClientWidth = 405
|
|
TabOrder = 0
|
|
object SpeedButtonsTreeView: TTreeView
|
|
Left = 0
|
|
Height = 464
|
|
Top = 0
|
|
Width = 405
|
|
Align = alClient
|
|
TabOrder = 0
|
|
OnMouseDown = SpeedButtonsTreeViewMouseDown
|
|
end
|
|
end
|
|
end
|