Changeset 46 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Aug 16, 2014, 11:02:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r43 r46 5 5 Width = 775 6 6 Caption = 'xTactics' 7 ClientHeight = 59 57 ClientHeight = 592 8 8 ClientWidth = 775 9 9 Menu = MainMenu1 … … 17 17 object PaintBox1: TPaintBox 18 18 Left = 0 19 Height = 53 719 Height = 531 20 20 Top = 32 21 21 Width = 775 … … 32 32 object StatusBar1: TStatusBar 33 33 Left = 0 34 Height = 2 635 Top = 56 934 Height = 29 35 Top = 563 36 36 Width = 775 37 37 Panels = < … … 55 55 Images = Core.ImageListSmall 56 56 ParentShowHint = False 57 PopupMenu = PopupMenuToolbar 57 58 ShowHint = True 58 59 TabOrder = 1 … … 125 126 Action = AZoomOut 126 127 end 128 object MenuItem19: TMenuItem 129 Caption = '-' 130 end 131 object MenuItem20: TMenuItem 132 Action = AToolBarBigIcons 133 end 127 134 end 128 135 object MenuItem8: TMenuItem … … 164 171 ShortCut = 16449 165 172 end 173 object AToolBarBigIcons: TAction 174 Caption = 'Toolbar big icons' 175 OnExecute = AToolBarBigIconsExecute 176 end 177 end 178 object PopupMenuToolbar: TPopupMenu 179 left = 452 180 top = 98 181 object MenuItem18: TMenuItem 182 Action = AToolBarBigIcons 183 end 166 184 end 167 185 end
Note:
See TracChangeset
for help on using the changeset viewer.