mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 16:32:30 +02:00
66 lines
1.3 KiB
Plaintext
66 lines
1.3 KiB
Plaintext
inherited EduSpeedButtonsFrame: TEduSpeedButtonsFrame
|
|
Height = 409
|
|
Width = 480
|
|
ClientHeight = 409
|
|
ClientWidth = 480
|
|
TabOrder = 0
|
|
DesignLeft = 776
|
|
DesignTop = 124
|
|
object Panel: TPanel[0]
|
|
Left = 0
|
|
Height = 409
|
|
Top = 0
|
|
Width = 136
|
|
Align = alLeft
|
|
ClientHeight = 409
|
|
ClientWidth = 136
|
|
TabOrder = 1
|
|
object ShowSelectionButton: TButton
|
|
Left = 16
|
|
Height = 23
|
|
Top = 136
|
|
Width = 100
|
|
Caption = 'ShowSelectionButton'
|
|
OnClick = ShowSelectionButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object ShowAllButton: TButton
|
|
Left = 16
|
|
Height = 23
|
|
Top = 96
|
|
Width = 100
|
|
Caption = 'ShowAllButton'
|
|
OnClick = ShowAllButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object HideAllButton: TButton
|
|
Left = 16
|
|
Height = 25
|
|
Top = 328
|
|
Width = 100
|
|
Caption = 'HideAllButton'
|
|
OnClick = HideAllButtonClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object SpeedButtonsGroupBox: TGroupBox[1]
|
|
Left = 144
|
|
Height = 392
|
|
Top = 8
|
|
Width = 328
|
|
Caption = 'SpeedButtonsGroupBox'
|
|
ClientHeight = 374
|
|
ClientWidth = 324
|
|
TabOrder = 0
|
|
object SpeedButtonsTreeView: TTreeView
|
|
Left = 6
|
|
Height = 376
|
|
Top = 0
|
|
Width = 313
|
|
DefaultItemHeight = 15
|
|
TabOrder = 0
|
|
OnMouseDown = SpeedButtonsTreeViewMouseDown
|
|
end
|
|
end
|
|
end
|