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.0.0/Forms/UFormMain.lfm

Last change on this file was 111, checked in by chronos, 7 years ago
  • Modified: Changed debian packages configuration files to support build on Launchpad.
  • Fixed: Wrong zoom calculation in some case.
  • Fixed: Set configuration file name explicitly.
File size: 5.4 KB
Line 
1object FormMain: TFormMain
2 Left = 784
3 Height = 621
4 Top = 435
5 Width = 775
6 Caption = 'xTactics'
7 ClientHeight = 589
8 ClientWidth = 775
9 Menu = MainMenu1
10 OnActivate = FormActivate
11 OnClose = FormClose
12 OnCreate = FormCreate
13 OnDestroy = FormDestroy
14 OnKeyUp = FormKeyUp
15 OnShow = FormShow
16 LCLVersion = '1.6.0.4'
17 WindowState = wsMaximized
18 object StatusBar1: TStatusBar
19 Left = 0
20 Height = 28
21 Top = 561
22 Width = 775
23 Panels = <
24 item
25 Width = 200
26 end
27 item
28 Width = 150
29 end
30 item
31 Width = 100
32 end>
33 SimplePanel = False
34 end
35 object ToolBar1: TToolBar
36 Left = 0
37 Height = 561
38 Top = 0
39 Width = 80
40 Align = alLeft
41 ButtonHeight = 32
42 ButtonWidth = 32
43 Images = Core.ImageListSmall
44 ParentShowHint = False
45 PopupMenu = PopupMenuToolbar
46 ShowHint = True
47 TabOrder = 1
48 object ToolButton1: TToolButton
49 Left = 1
50 Top = 2
51 Action = Core.AGameNew
52 end
53 object ToolButton2: TToolButton
54 Left = 1
55 Top = 34
56 Action = Core.AGameEndTurn
57 end
58 object ToolButton3: TToolButton
59 Left = 1
60 Top = 66
61 Action = Core.AGameEnd
62 end
63 object ToolButton4: TToolButton
64 Left = 1
65 Top = 98
66 Action = Core.AGameRestart
67 end
68 object ToolButton5: TToolButton
69 Left = 1
70 Top = 130
71 Action = Core.ASettings
72 end
73 object ToolButton6: TToolButton
74 Left = 1
75 Top = 194
76 Action = AZoomIn
77 end
78 object ToolButton7: TToolButton
79 Left = 1
80 Top = 226
81 Action = AZoomOut
82 end
83 object ToolButton8: TToolButton
84 Left = 1
85 Top = 258
86 Action = AZoomAll
87 end
88 object ToolButton9: TToolButton
89 Left = 1
90 Height = 32
91 Top = 162
92 Width = 32
93 Style = tbsSeparator
94 end
95 object ToolButton10: TToolButton
96 Left = 1
97 Height = 32
98 Top = 290
99 Width = 32
100 Style = tbsSeparator
101 end
102 object ToolButton11: TToolButton
103 Left = 1
104 Top = 322
105 Action = Core.AGameLoad
106 end
107 object ToolButton12: TToolButton
108 Left = 1
109 Top = 354
110 Action = Core.AGameSave
111 end
112 object ToolButton13: TToolButton
113 Left = 1
114 Top = 386
115 Action = Core.AExit
116 end
117 end
118 object PaintBox1: TPaintBox
119 Left = 80
120 Height = 561
121 Top = 0
122 Width = 695
123 Align = alClient
124 OnMouseDown = PaintBox1MouseDown
125 OnMouseLeave = PaintBox1MouseLeave
126 OnMouseMove = PaintBox1MouseMove
127 OnMouseUp = PaintBox1MouseUp
128 OnMouseWheelDown = PaintBox1MouseWheelDown
129 OnMouseWheelUp = PaintBox1MouseWheelUp
130 OnPaint = PaintBox1Paint
131 OnResize = PaintBox1Resize
132 end
133 object MainMenu1: TMainMenu
134 Images = Core.ImageListSmall
135 left = 224
136 top = 48
137 object MenuItem1: TMenuItem
138 Caption = 'Game'
139 object MenuItem2: TMenuItem
140 Action = Core.AGameNew
141 end
142 object MenuItem3: TMenuItem
143 Action = Core.AGameEnd
144 end
145 object MenuItem7: TMenuItem
146 Action = Core.AGameRestart
147 end
148 object MenuItem4: TMenuItem
149 Action = Core.AGameEndTurn
150 end
151 object MenuItem14: TMenuItem
152 Action = Core.AGameLoad
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 end
194 object MenuItem16: TMenuItem
195 Caption = 'Help'
196 object MenuItem23: TMenuItem
197 Action = Core.AHelp
198 end
199 object MenuItem17: TMenuItem
200 Action = Core.AAbout
201 end
202 end
203 end
204 object Timer1: TTimer
205 Interval = 20
206 OnTimer = Timer1Timer
207 left = 154
208 top = 263
209 end
210 object ActionList1: TActionList
211 Images = Core.ImageListSmall
212 left = 280
213 top = 152
214 object AZoomIn: TAction
215 Caption = 'Zoom in'
216 ImageIndex = 8
217 OnExecute = AZoomInExecute
218 ShortCut = 16491
219 end
220 object AZoomOut: TAction
221 Caption = 'Zoom out'
222 ImageIndex = 9
223 OnExecute = AZoomOutExecute
224 ShortCut = 16493
225 end
226 object AZoomAll: TAction
227 Caption = 'Zoom all'
228 ImageIndex = 7
229 OnExecute = AZoomAllExecute
230 ShortCut = 16449
231 end
232 object AToolBarBigIcons: TAction
233 Caption = 'Toolbar big icons'
234 OnExecute = AToolBarBigIconsExecute
235 end
236 object AToolBarVisible: TAction
237 Caption = 'Toolbar visible'
238 OnExecute = AToolBarVisibleExecute
239 end
240 object AStatusBarVisible: TAction
241 Caption = 'Statusbar visible'
242 OnExecute = AStatusBarVisibleExecute
243 end
244 end
245 object PopupMenuToolbar: TPopupMenu
246 left = 452
247 top = 98
248 object MenuItem18: TMenuItem
249 Action = AToolBarBigIcons
250 end
251 end
252end
Note: See TracBrowser for help on using the repository browser.