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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
object EduCompPaletteFrame: TEduCompPaletteFrame
Left = 0
Height = 409
Top = 0
Width = 480
ClientHeight = 409
ClientWidth = 480
OnClick = FrameClick
TabOrder = 0
DesignLeft = 286
DesignTop = 126
object ComponentsGroupBox: TGroupBox
AnchorSideBottom.Side = asrBottom
Left = 153
Height = 397
Top = 6
Width = 321
Align = alClient
Anchors = [akTop, akBottom]
BorderSpacing.Around = 6
Caption = 'ComponentsGroupBox'
ClientHeight = 380
ClientWidth = 317
TabOrder = 0
object ComponentsTreeView: TTreeView
Left = 0
Height = 380
Top = 0
Width = 317
Align = alClient
DefaultItemHeight = 18
ReadOnly = True
TabOrder = 0
OnMouseDown = ComponentsTreeViewMouseDown
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end
end
object LeftPanel: TPanel
Left = 0
Height = 409
Top = 0
Width = 147
Align = alLeft
AutoSize = True
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 409
ClientWidth = 147
TabOrder = 1
object ShowAllButton: TButton
Left = 7
Height = 27
Top = 73
Width = 133
Align = alTop
AutoSize = True
Caption = 'ShowAllButton'
OnClick = ShowAllButtonClick
TabOrder = 0
end
object HideAllButton: TButton
Left = 7
Height = 27
Top = 130
Width = 133
Align = alTop
AutoSize = True
BorderSpacing.Top = 30
Caption = 'HideAllButton'
OnClick = HideAllButtonClick
TabOrder = 1
end
object ShowMinimalButton: TButton
Left = 7
Height = 27
Top = 7
Width = 133
Align = alTop
AutoSize = True
Caption = 'ShowMinimalButton'
OnClick = ShowMinimalButtonClick
TabOrder = 2
end
object ShowExtendedButton: TButton
Left = 7
Height = 27
Top = 40
Width = 133
Align = alTop
AutoSize = True
Caption = 'ShowExtendedButton'
OnClick = ShowExtendedButtonClick
TabOrder = 3
end
end
end
|