close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

source: tags/1.2.0/Forms/UFormMain.lfm

Last change on this file was 157, checked in by chronos, 7 years ago
  • Fixed: Build cell bridges correctly if symetric map is selected.
File size: 5.6 KB
Line 
1object FormMain: TFormMain
2 Left = 577
3 Height = 621
4 Top = 309
5 Width = 775
6 Caption = 'xTactics'
7 ClientHeight = 587
8 ClientWidth = 775
9 Menu = MainMenu1
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 OnKeyUp = FormKeyUp
14 OnShow = FormShow
15 LCLVersion = '1.8.0.4'
16 WindowState = wsMaximized
17 object StatusBar1: TStatusBar
18 Left = 0
19 Height = 30
20 Top = 557
21 Width = 775
22 Panels = <
23 item
24 Width = 200
25 end
26 item
27 Width = 150
28 end
29 item
30 Width = 100
31 end>
32 SimplePanel = False
33 end
34 object ToolBar1: TToolBar
35 Left = 0
36 Height = 557
37 Top = 0
38 Width = 32
39 Align = alLeft
40 ButtonHeight = 32
41 ButtonWidth = 32
42 Images = Core.ImageListSmall
43 ParentShowHint = False
44 PopupMenu = PopupMenuToolbar
45 ShowHint = True
46 TabOrder = 1
47 object ToolButton1: TToolButton
48 Left = 1
49 Top = 2
50 Action = Core.AGameNew
51 end
52 object ToolButton2: TToolButton
53 Left = 1
54 Top = 34
55 Action = Core.AGameEndTurn
56 end
57 object ToolButton3: TToolButton
58 Left = 1
59 Top = 66
60 Action = Core.AGameEnd
61 end
62 object ToolButton4: TToolButton
63 Left = 1
64 Top = 98
65 Action = Core.AGameRestart
66 end
67 object ToolButton5: TToolButton
68 Left = 1
69 Top = 130
70 Action = Core.ASettings
71 end
72 object ToolButton6: TToolButton
73 Left = 1
74 Top = 170
75 Action = AZoomIn
76 end
77 object ToolButton7: TToolButton
78 Left = 1
79 Top = 202
80 Action = AZoomOut
81 end
82 object ToolButton8: TToolButton
83 Left = 1
84 Top = 234
85 Action = AZoomAll
86 end
87 object ToolButton9: TToolButton
88 Left = 1
89 Top = 162
90 Width = 32
91 Style = tbsSeparator
92 end
93 object ToolButton10: TToolButton
94 Left = 1
95 Top = 266
96 Width = 32
97 Style = tbsSeparator
98 end
99 object ToolButton11: TToolButton
100 Left = 1
101 Top = 274
102 Action = Core.AGameLoad
103 end
104 object ToolButton12: TToolButton
105 Left = 1
106 Top = 306
107 Action = Core.AGameSave
108 end
109 object ToolButton13: TToolButton
110 Left = 1
111 Top = 338
112 Action = Core.AExit
113 end
114 end
115 object PaintBox1: TPaintBox
116 Left = 32
117 Height = 557
118 Top = 0
119 Width = 743
120 Align = alClient
121 OnMouseDown = PaintBox1MouseDown
122 OnMouseLeave = PaintBox1MouseLeave
123 OnMouseMove = PaintBox1MouseMove
124 OnMouseUp = PaintBox1MouseUp
125 OnMouseWheelDown = PaintBox1MouseWheelDown
126 OnMouseWheelUp = PaintBox1MouseWheelUp
127 OnPaint = PaintBox1Paint
128 OnResize = PaintBox1Resize
129 end
130 object MainMenu1: TMainMenu
131 Images = Core.ImageListSmall
132 left = 224
133 top = 48
134 object MenuItem1: TMenuItem
135 Caption = 'Game'
136 object MenuItem2: TMenuItem
137 Action = Core.AGameNew
138 end
139 object MenuItem3: TMenuItem
140 Action = Core.AGameEnd
141 end
142 object MenuItem7: TMenuItem
143 Action = Core.AGameRestart
144 end
145 object MenuItem4: TMenuItem
146 Action = Core.AGameEndTurn
147 end
148 object MenuItem14: TMenuItem
149 Action = Core.AGameLoad
150 end
151 object MenuItemLoadRecent: TMenuItem
152 Caption = 'Load recent'
153 end
154 object MenuItem15: TMenuItem
155 Action = Core.AGameSave
156 end
157 object MenuItem5: TMenuItem
158 Caption = '-'
159 end
160 object MenuItem6: TMenuItem
161 Action = Core.AExit
162 end
163 end
164 object MenuItem10: TMenuItem
165 Caption = 'View'
166 object MenuItem11: TMenuItem
167 Action = AZoomAll
168 end
169 object MenuItem12: TMenuItem
170 Action = AZoomIn
171 end
172 object MenuItem13: TMenuItem
173 Action = AZoomOut
174 end
175 object MenuItem19: TMenuItem
176 Caption = '-'
177 end
178 object MenuItem21: TMenuItem
179 Action = AToolBarVisible
180 end
181 object MenuItem20: TMenuItem
182 Action = AToolBarBigIcons
183 end
184 object MenuItem22: TMenuItem
185 Action = AStatusBarVisible
186 end
187 end
188 object MenuItem8: TMenuItem
189 Caption = 'Tools'
190 object MenuItem9: TMenuItem
191 Action = Core.ASettings
192 end
193 object MenuItem24: TMenuItem
194 Action = Core.AShowCharts
195 end
196 object MenuItem25: TMenuItem
197 Action = Core.AShowUnitMoves
198 end
199 end
200 object MenuItem16: TMenuItem
201 Caption = 'Help'
202 object MenuItem23: TMenuItem
203 Action = Core.AHelp
204 end
205 object MenuItem17: TMenuItem
206 Action = Core.AAbout
207 end
208 end
209 end
210 object Timer1: TTimer
211 Interval = 20
212 OnTimer = Timer1Timer
213 left = 154
214 top = 263
215 end
216 object ActionList1: TActionList
217 Images = Core.ImageListSmall
218 left = 280
219 top = 152
220 object AZoomIn: TAction
221 Caption = 'Zoom in'
222 ImageIndex = 8
223 OnExecute = AZoomInExecute
224 ShortCut = 16491
225 end
226 object AZoomOut: TAction
227 Caption = 'Zoom out'
228 ImageIndex = 9
229 OnExecute = AZoomOutExecute
230 ShortCut = 16493
231 end
232 object AZoomAll: TAction
233 Caption = 'Zoom all'
234 ImageIndex = 7
235 OnExecute = AZoomAllExecute
236 ShortCut = 16449
237 end
238 object AToolBarBigIcons: TAction
239 Caption = 'Toolbar big icons'
240 OnExecute = AToolBarBigIconsExecute
241 end
242 object AToolBarVisible: TAction
243 Caption = 'Toolbar visible'
244 OnExecute = AToolBarVisibleExecute
245 end
246 object AStatusBarVisible: TAction
247 Caption = 'Statusbar visible'
248 OnExecute = AStatusBarVisibleExecute
249 end
250 end
251 object PopupMenuToolbar: TPopupMenu
252 left = 452
253 top = 98
254 object MenuItem18: TMenuItem
255 Action = AToolBarBigIcons
256 end
257 end
258end
Note: See TracBrowser for help on using the repository browser.