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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
object CompOptModeMatrixFrame: TCompOptModeMatrixFrame
Left = 0
Height = 429
Top = 0
Width = 725
ClientHeight = 429
ClientWidth = 725
TabOrder = 0
DesignLeft = 414
DesignTop = 101
object BMMatrixToolBar: TToolBar
Left = 0
Height = 26
Top = 0
Width = 725
ButtonHeight = 25
Caption = 'BMMatrixToolBar'
EdgeBorders = []
List = True
ShowCaptions = True
TabOrder = 0
object BMMMoveUpButton: TToolButton
Left = 1
Top = 0
Caption = 'Up'
OnClick = BMMMoveUpButtonClick
ParentShowHint = False
ShowHint = True
end
object BMMMoveDownButton: TToolButton
Left = 24
Top = 0
Caption = 'Down'
OnClick = BMMMoveDownButtonClick
ParentShowHint = False
ShowHint = True
end
object BMMUndoButton: TToolButton
Left = 73
Top = 0
Caption = 'Undo'
OnClick = BMMUndoButtonClick
ParentShowHint = False
ShowHint = True
end
object BMMRedoToolButton: TToolButton
Left = 110
Top = 0
Caption = 'Redo'
OnClick = BMMRedoToolButtonClick
ParentShowHint = False
ShowHint = True
end
object BMMDeleteButton: TToolButton
Left = 375
Top = 0
Caption = 'Delete'
OnClick = BMMDeleteButtonClick
ParentShowHint = False
ShowHint = True
end
object MoveSepToolButton: TToolButton
Left = 63
Height = 25
Top = 0
Width = 10
Caption = 'MoveSepToolButton'
Style = tbsSeparator
end
object DoSepToolButton: TToolButton
Left = 145
Height = 25
Top = 0
Width = 10
Caption = 'DoSepToolButton'
Style = tbsSeparator
end
object AddSepToolButton: TToolButton
Left = 365
Height = 25
Top = 0
Width = 10
Caption = 'AddSepToolButton'
Style = tbsSeparator
end
object BMMAddOtherButton: TToolButton
Left = 292
Top = 0
Caption = 'Add Other'
DropdownMenu = BMMAddOtherPopupMenu
OnClick = BMMAddOtherButtonClick
Style = tbsButtonDrop
end
object BMMAddLclWidgetButton: TToolButton
Left = 155
Top = 0
Caption = 'Add LCLWidgetType'
OnClick = BMMAddLclWidgetButtonClick
ParentShowHint = False
ShowHint = True
Style = tbsButtonDrop
end
object LCLMacroSepToolButton: TToolButton
Left = 282
Height = 25
Top = 0
Width = 10
Caption = 'LCLMacroSepToolButton'
Style = tbsSeparator
end
object BMMSystemEncodingButton: TToolButton
Left = 426
Top = 0
Caption = 'Use system encoding'
OnClick = BMMSystemEncodingButtonClick
ParentShowHint = False
ShowHint = True
end
object DeleteSepToolButton: TToolButton
Left = 416
Height = 25
Top = 0
Width = 10
Caption = 'DeleteSepToolButton'
Style = tbsSeparator
end
end
object BMMAddOtherPopupMenu: TPopupMenu
left = 240
top = 117
object BMMNewCustomOptionMenuItem: TMenuItem
Caption = 'New Custom Option'
OnClick = BMMNewCustomOptionMenuItemClick
end
object BMMNewIDEMacroMenuItem: TMenuItem
Caption = 'New IDE Macro'
OnClick = BMMNewIDEMacroMenuItemClick
end
object BMMNewOutDirMenuItem: TMenuItem
Caption = 'New Output Directory'
OnClick = BMMNewOutDirMenuItemClick
end
object BMMNewTargetMenuItem: TMenuItem
Caption = 'New Target'
OnClick = BMMNewTargetMenuItemClick
end
end
object BMMAddLclWidgetPopupMenu: TPopupMenu
left = 240
top = 64
object BMMLCLWidgetTypeMenuItem: TMenuItem
Caption = 'Set LCLWidgetType'
OnClick = BMMNewTargetMenuItemClick
end
end
end
|