1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
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
|