Changeset 170 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Nov 23, 2017, 5:02:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r157 r170 5 5 Width = 775 6 6 Caption = 'xTactics' 7 ClientHeight = 5 877 ClientHeight = 596 8 8 ClientWidth = 775 9 9 Menu = MainMenu1 … … 13 13 OnKeyUp = FormKeyUp 14 14 OnShow = FormShow 15 LCLVersion = '1. 8.0.4'15 LCLVersion = '1.6.4.0' 16 16 WindowState = wsMaximized 17 17 object StatusBar1: TStatusBar 18 18 Left = 0 19 Height = 3020 Top = 5 5719 Height = 28 20 Top = 568 21 21 Width = 775 22 22 Panels = < … … 34 34 object ToolBar1: TToolBar 35 35 Left = 0 36 Height = 5 5736 Height = 568 37 37 Top = 0 38 38 Width = 32 … … 72 72 object ToolButton6: TToolButton 73 73 Left = 1 74 Top = 1 7074 Top = 194 75 75 Action = AZoomIn 76 76 end 77 77 object ToolButton7: TToolButton 78 78 Left = 1 79 Top = 2 0279 Top = 226 80 80 Action = AZoomOut 81 81 end 82 82 object ToolButton8: TToolButton 83 83 Left = 1 84 Top = 2 3484 Top = 258 85 85 Action = AZoomAll 86 86 end 87 87 object ToolButton9: TToolButton 88 88 Left = 1 89 Height = 32 89 90 Top = 162 90 91 Width = 32 … … 93 94 object ToolButton10: TToolButton 94 95 Left = 1 95 Top = 266 96 Height = 32 97 Top = 290 96 98 Width = 32 97 99 Style = tbsSeparator … … 99 101 object ToolButton11: TToolButton 100 102 Left = 1 101 Top = 274103 Top = 322 102 104 Action = Core.AGameLoad 103 105 end 104 106 object ToolButton12: TToolButton 105 107 Left = 1 106 Top = 3 06108 Top = 354 107 109 Action = Core.AGameSave 108 110 end 109 111 object ToolButton13: TToolButton 110 112 Left = 1 111 Top = 3 38113 Top = 386 112 114 Action = Core.AExit 113 115 end … … 115 117 object PaintBox1: TPaintBox 116 118 Left = 32 117 Height = 5 57119 Height = 568 118 120 Top = 0 119 121 Width = 743
Note:
See TracChangeset
for help on using the changeset viewer.