Changeset 145 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Nov 12, 2017, 1:47:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r132 r145 5 5 Width = 775 6 6 Caption = 'xTactics' 7 ClientHeight = 5 967 ClientHeight = 587 8 8 ClientWidth = 775 9 9 Menu = MainMenu1 … … 13 13 OnKeyUp = FormKeyUp 14 14 OnShow = FormShow 15 LCLVersion = '1. 6.2.0'15 LCLVersion = '1.8.0.4' 16 16 WindowState = wsMaximized 17 17 object StatusBar1: TStatusBar 18 18 Left = 0 19 Height = 2820 Top = 5 6819 Height = 30 20 Top = 557 21 21 Width = 775 22 22 Panels = < … … 34 34 object ToolBar1: TToolBar 35 35 Left = 0 36 Height = 5 6836 Height = 557 37 37 Top = 0 38 38 Width = 80 … … 72 72 object ToolButton6: TToolButton 73 73 Left = 1 74 Top = 1 9474 Top = 170 75 75 Action = AZoomIn 76 76 end 77 77 object ToolButton7: TToolButton 78 78 Left = 1 79 Top = 2 2679 Top = 202 80 80 Action = AZoomOut 81 81 end 82 82 object ToolButton8: TToolButton 83 83 Left = 1 84 Top = 2 5884 Top = 234 85 85 Action = AZoomAll 86 86 end 87 87 object ToolButton9: TToolButton 88 88 Left = 1 89 Height = 3290 89 Top = 162 91 90 Width = 32 … … 94 93 object ToolButton10: TToolButton 95 94 Left = 1 96 Height = 32 97 Top = 290 95 Top = 266 98 96 Width = 32 99 97 Style = tbsSeparator … … 101 99 object ToolButton11: TToolButton 102 100 Left = 1 103 Top = 322101 Top = 274 104 102 Action = Core.AGameLoad 105 103 end 106 104 object ToolButton12: TToolButton 107 105 Left = 1 108 Top = 3 54106 Top = 306 109 107 Action = Core.AGameSave 110 108 end 111 109 object ToolButton13: TToolButton 112 110 Left = 1 113 Top = 3 86111 Top = 338 114 112 Action = Core.AExit 115 113 end … … 117 115 object PaintBox1: TPaintBox 118 116 Left = 80 119 Height = 5 68117 Height = 557 120 118 Top = 0 121 119 Width = 695
Note:
See TracChangeset
for help on using the changeset viewer.