mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 17:18:16 +02:00
78 lines
1.6 KiB
Plaintext
78 lines
1.6 KiB
Plaintext
inherited EduSpeedButtonsFrame: TEduSpeedButtonsFrame
|
|
Height = 483
|
|
Width = 559
|
|
ClientHeight = 483
|
|
ClientWidth = 559
|
|
TabOrder = 0
|
|
DesignLeft = 425
|
|
DesignTop = 170
|
|
object Panel: TPanel[0]
|
|
Left = 0
|
|
Height = 483
|
|
Top = 0
|
|
Width = 152
|
|
Align = alLeft
|
|
AutoSize = True
|
|
ClientHeight = 483
|
|
ClientWidth = 152
|
|
TabOrder = 1
|
|
object ShowSelectionButton: TButton
|
|
Left = 1
|
|
Height = 29
|
|
Top = 46
|
|
Width = 150
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ShowSelectionButton'
|
|
OnClick = ShowSelectionButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object ShowAllButton: TButton
|
|
Left = 1
|
|
Height = 29
|
|
Top = 11
|
|
Width = 150
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Top = 10
|
|
Caption = 'ShowAllButton'
|
|
OnClick = ShowAllButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object HideAllButton: TButton
|
|
Left = 1
|
|
Height = 29
|
|
Top = 90
|
|
Width = 150
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Top = 15
|
|
Caption = 'HideAllButton'
|
|
OnClick = HideAllButtonClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object SpeedButtonsGroupBox: TGroupBox[1]
|
|
Left = 152
|
|
Height = 483
|
|
Top = 0
|
|
Width = 407
|
|
Align = alClient
|
|
Caption = 'SpeedButtonsGroupBox'
|
|
ClientHeight = 464
|
|
ClientWidth = 403
|
|
TabOrder = 0
|
|
object SpeedButtonsTreeView: TTreeView
|
|
Left = 0
|
|
Height = 464
|
|
Top = 0
|
|
Width = 403
|
|
Align = alClient
|
|
DefaultItemHeight = 19
|
|
TabOrder = 0
|
|
OnMouseDown = SpeedButtonsTreeViewMouseDown
|
|
end
|
|
end
|
|
end
|