source: trunk/Forms/UFormMain.lfm@ 236

Last change on this file since 236 was 227, checked in by chronos, 7 years ago
  • Fixed: Load and start new game after main form is shown so cells can be correctly zoomed to be visible all.
File size: 4.8 KB
Line 
1object FormMain: TFormMain
2 Left = 801
3 Height = 621
4 Top = 352
5 Width = 775
6 Caption = 'xTactics'
7 ClientHeight = 587
8 ClientWidth = 775
9 DesignTimePPI = 144
10 Menu = MainMenu1
11 OnActivate = FormActivate
12 OnClose = FormClose
13 OnCreate = FormCreate
14 OnDestroy = FormDestroy
15 OnKeyUp = FormKeyUp
16 OnShow = FormShow
17 LCLVersion = '1.8.4.0'
18 WindowState = wsMaximized
19 object ToolBar1: TToolBar
20 Left = 0
21 Height = 40
22 Top = 0
23 Width = 775
24 ButtonHeight = 32
25 ButtonWidth = 32
26 Images = Core.ImageListSmall
27 ParentShowHint = False
28 PopupMenu = PopupMenuToolbar
29 ShowHint = True
30 TabOrder = 0
31 object ToolButton1: TToolButton
32 Left = 1
33 Top = 2
34 Action = Core.AGameNew
35 end
36 object ToolButton3: TToolButton
37 Left = 33
38 Top = 2
39 Action = Core.AGameEnd
40 end
41 object ToolButton4: TToolButton
42 Left = 65
43 Top = 2
44 Action = Core.AGameRestart
45 end
46 object ToolButton5: TToolButton
47 Left = 171
48 Top = 2
49 Action = Core.ASettings
50 end
51 object ToolButton9: TToolButton
52 Left = 166
53 Height = 32
54 Top = 2
55 Style = tbsDivider
56 end
57 object ToolButton11: TToolButton
58 Left = 102
59 Top = 2
60 Action = Core.AGameLoad
61 end
62 object ToolButton12: TToolButton
63 Left = 134
64 Top = 2
65 Action = Core.AGameSave
66 end
67 object ToolButton13: TToolButton
68 Left = 203
69 Top = 2
70 Action = Core.AExit
71 end
72 object ToolButton2: TToolButton
73 Left = 97
74 Height = 32
75 Top = 2
76 Style = tbsDivider
77 end
78 end
79 object PanelMain: TPanel
80 Left = 0
81 Height = 547
82 Top = 40
83 Width = 775
84 Align = alClient
85 BevelOuter = bvNone
86 TabOrder = 1
87 end
88 object MainMenu1: TMainMenu
89 Images = Core.ImageListSmall
90 left = 224
91 top = 48
92 object MenuItem1: TMenuItem
93 Caption = 'Game'
94 object MenuItem2: TMenuItem
95 Action = Core.AGameNew
96 end
97 object MenuItem3: TMenuItem
98 Action = Core.AGameEnd
99 end
100 object MenuItem7: TMenuItem
101 Action = Core.AGameRestart
102 end
103 object MenuItem14: TMenuItem
104 Action = Core.AGameLoad
105 end
106 object MenuItemLoadRecent: TMenuItem
107 Caption = 'Load recent'
108 end
109 object MenuItem15: TMenuItem
110 Action = Core.AGameSave
111 end
112 object MenuItem29: TMenuItem
113 Action = Core.AGameSaveAs
114 end
115 object MenuItem5: TMenuItem
116 Caption = '-'
117 end
118 object MenuItem6: TMenuItem
119 Action = Core.AExit
120 end
121 end
122 object MenuItem10: TMenuItem
123 Caption = 'View'
124 object MenuItem11: TMenuItem
125 Caption = 'Zoom all'
126 ImageIndex = 7
127 ShortCut = 16449
128 end
129 object MenuItem12: TMenuItem
130 Caption = 'Zoom in'
131 ImageIndex = 8
132 ShortCut = 16491
133 end
134 object MenuItem13: TMenuItem
135 Caption = 'Zoom out'
136 ImageIndex = 9
137 ShortCut = 16493
138 end
139 object MenuItem19: TMenuItem
140 Caption = '-'
141 end
142 object MenuItem21: TMenuItem
143 Action = AToolBarVisible
144 end
145 object MenuItem20: TMenuItem
146 Action = AToolBarBigIcons
147 end
148 object MenuItem22: TMenuItem
149 Caption = 'Statusbar visible'
150 end
151 object MenuItem26: TMenuItem
152 Caption = '-'
153 end
154 object MenuItem27: TMenuItem
155 Action = Core.ANewSpectatorClient
156 end
157 end
158 object MenuItem8: TMenuItem
159 Caption = 'Tools'
160 object MenuItem9: TMenuItem
161 Action = Core.ASettings
162 end
163 object MenuItem24: TMenuItem
164 Action = Core.AShowCharts
165 end
166 object MenuItem25: TMenuItem
167 Action = Core.AShowUnitMoves
168 end
169 object MenuItem28: TMenuItem
170 Action = Core.APlayersStats
171 end
172 end
173 object MenuItemDebug: TMenuItem
174 Caption = 'Debug'
175 object MenuItem31: TMenuItem
176 Action = Core.AToggleFogOfWar
177 end
178 end
179 object MenuItem16: TMenuItem
180 Caption = 'Help'
181 object MenuItem23: TMenuItem
182 Action = Core.AHelp
183 end
184 object MenuItem4: TMenuItem
185 Action = Core.AShowKeyShortcuts
186 end
187 object MenuItem17: TMenuItem
188 Action = Core.AAbout
189 end
190 end
191 end
192 object Timer1: TTimer
193 Interval = 20
194 OnTimer = Timer1Timer
195 left = 128
196 top = 263
197 end
198 object ActionList1: TActionList
199 Images = Core.ImageListSmall
200 left = 280
201 top = 152
202 object AToolBarBigIcons: TAction
203 Caption = 'Toolbar big icons'
204 OnExecute = AToolBarBigIconsExecute
205 end
206 object AToolBarVisible: TAction
207 Caption = 'Toolbar visible'
208 OnExecute = AToolBarVisibleExecute
209 end
210 end
211 object PopupMenuToolbar: TPopupMenu
212 left = 452
213 top = 98
214 object MenuItem18: TMenuItem
215 Action = AToolBarBigIcons
216 end
217 end
218end
Note: See TracBrowser for help on using the repository browser.