Changeset 295 for trunk/Forms/UFormMain.lfm
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 8 8 backup 9 9 xtactics.exe 10 *.lr j10 *.lrt
-
- Property svn:ignore
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormMain.lfm
r273 r295 5 5 Width = 775 6 6 Caption = 'xTactics' 7 ClientHeight = 5 877 ClientHeight = 596 8 8 ClientWidth = 775 9 DesignTimePPI = 1 449 DesignTimePPI = 120 10 10 Menu = MainMenu1 11 11 OnActivate = FormActivate … … 15 15 OnKeyUp = FormKeyUp 16 16 OnShow = FormShow 17 LCLVersion = ' 1.8.4.0'17 LCLVersion = '2.0.0.4' 18 18 WindowState = wsMaximized 19 19 object ToolBar1: TToolBar 20 20 Left = 0 21 Height = 4021 Height = 33 22 22 Top = 0 23 23 Width = 775 24 ButtonHeight = 3225 ButtonWidth = 3224 ButtonHeight = 27 25 ButtonWidth = 27 26 26 Images = Core.ImageListSmall 27 ParentFont = False 27 28 ParentShowHint = False 28 29 PopupMenu = PopupMenuToolbar … … 35 36 end 36 37 object ToolButton3: TToolButton 37 Left = 3338 Left = 28 38 39 Top = 2 39 40 Action = Core.AGameEnd 40 41 end 41 42 object ToolButton4: TToolButton 42 Left = 6543 Left = 55 43 44 Top = 2 44 45 Action = Core.AGameRestart 45 46 end 46 47 object ToolButton5: TToolButton 48 Left = 144 49 Top = 2 50 Action = Core.ASettings 51 end 52 object ToolButton9: TToolButton 53 Left = 140 54 Height = 27 55 Top = 2 56 Style = tbsDivider 57 end 58 object ToolButton11: TToolButton 59 Left = 86 60 Top = 2 61 Action = Core.AGameLoad 62 end 63 object ToolButton12: TToolButton 64 Left = 113 65 Top = 2 66 Action = Core.AGameSave 67 end 68 object ToolButton13: TToolButton 47 69 Left = 171 48 70 Top = 2 49 Action = Core.ASettings50 end51 object ToolButton9: TToolButton52 Left = 16653 Height = 3254 Top = 255 Style = tbsDivider56 end57 object ToolButton11: TToolButton58 Left = 10259 Top = 260 Action = Core.AGameLoad61 end62 object ToolButton12: TToolButton63 Left = 13464 Top = 265 Action = Core.AGameSave66 end67 object ToolButton13: TToolButton68 Left = 20369 Top = 270 71 Action = Core.AExit 71 72 end 72 73 object ToolButton2: TToolButton 73 Left = 9774 Height = 3274 Left = 82 75 Height = 27 75 76 Top = 2 76 77 Style = tbsDivider … … 79 80 object PanelMain: TPanel 80 81 Left = 0 81 Height = 5 4782 Top = 4082 Height = 563 83 Top = 33 83 84 Width = 775 84 85 Align = alClient 85 86 BevelOuter = bvNone 87 ParentFont = False 86 88 TabOrder = 1 87 89 end 88 90 object MainMenu1: TMainMenu 89 91 Images = Core.ImageListSmall 90 left = 22491 top = 4 892 left = 187 93 top = 40 92 94 object MenuItem1: TMenuItem 93 95 Caption = 'Game' … … 208 210 Interval = 20 209 211 OnTimer = Timer1Timer 210 left = 1 28211 top = 2 63212 left = 107 213 top = 219 212 214 end 213 215 object ActionList1: TActionList 214 216 Images = Core.ImageListSmall 215 left = 2 80216 top = 1 52217 left = 233 218 top = 127 217 219 object AToolBarBigIcons: TAction 218 220 Caption = 'Toolbar big icons' … … 237 239 end 238 240 object PopupMenuToolbar: TPopupMenu 239 left = 452240 top = 98241 left = 377 242 top = 82 241 243 object MenuItem18: TMenuItem 242 244 Action = AToolBarBigIcons
Note:
See TracChangeset
for help on using the changeset viewer.