mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 17:41:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			157 lines
		
	
	
		
			3.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			157 lines
		
	
	
		
			3.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 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
 | 
