vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd"> |
2 | |||
3 | <Script file="SudokuList1.lua"/> |
||
4 | <Script file="SudokuList2.lua"/> |
||
5 | <Script file="SudokuList3.lua"/> |
||
6 | <Script file="Sudoku.lua"/> |
||
7 | <Script file="localization.lua"/> |
||
8 | |||
9 | <Button name="Sudoku_GitterTemplate" virtual="true"> |
||
10 | <Size> |
||
11 | <AbsDimension x="32" y="32"/> |
||
12 | </Size> |
||
13 | <Layers> |
||
14 | <Layer level="ARTWORK"> |
||
15 | <FontString name="$parentText" inherits="GameFontNormalLarge" text=""> |
||
16 | <Anchors> |
||
17 | <Anchor point="TOP" relativeTo="$parent"> |
||
18 | <Offset> |
||
19 | <AbsDimension x="0" y="-7"/> |
||
20 | </Offset> |
||
21 | </Anchor> |
||
22 | </Anchors> |
||
23 | </FontString> |
||
24 | <Texture name="$parentTexture" file="Interface\AddOns\Sudoku\Images\square1"> |
||
25 | <Size> |
||
26 | <AbsDimension x="32" y="32"/> |
||
27 | </Size> |
||
28 | <Anchors> |
||
29 | <Anchor point="TOPLEFT"> |
||
30 | <Offset> |
||
31 | <AbsDimension x="0" y="0"/> |
||
32 | </Offset> |
||
33 | </Anchor> |
||
34 | </Anchors> |
||
35 | </Texture> |
||
36 | <Texture name="$parentTexture2" file="Interface\AddOns\Sudoku\Images\square2" hidden="true"> |
||
37 | <Size> |
||
38 | <AbsDimension x="32" y="32"/> |
||
39 | </Size> |
||
40 | <Anchors> |
||
41 | <Anchor point="TOPLEFT"> |
||
42 | <Offset> |
||
43 | <AbsDimension x="0" y="0"/> |
||
44 | </Offset> |
||
45 | </Anchor> |
||
46 | </Anchors> |
||
47 | </Texture> |
||
48 | </Layer> |
||
49 | </Layers> |
||
50 | <Scripts> |
||
51 | <OnLoad> |
||
52 | this:RegisterForClicks("LeftButtonUp", "RightButtonUp"); |
||
53 | </OnLoad> |
||
54 | <OnClick> |
||
55 | Sudoku_Gitter_OnClick(arg1,this:GetID()); |
||
56 | </OnClick> |
||
57 | </Scripts> |
||
58 | </Button> |
||
59 | |||
60 | <Button name="Sudoku_AuswahlTemplate" virtual="true"> |
||
61 | <Size> |
||
62 | <AbsDimension x="32" y="32"/> |
||
63 | </Size> |
||
64 | <Layers> |
||
65 | <Layer level="ARTWORK"> |
||
66 | <FontString name="$parentText" inherits="GameFontNormalLarge" text=""> |
||
67 | <Anchors> |
||
68 | <Anchor point="TOP" relativeTo="$parent"> |
||
69 | <Offset> |
||
70 | <AbsDimension x="0" y="-7"/> |
||
71 | </Offset> |
||
72 | </Anchor> |
||
73 | </Anchors> |
||
74 | </FontString> |
||
75 | <Texture name="$parentTexture" file="Interface\AddOns\Sudoku\Images\square1"> |
||
76 | <Size> |
||
77 | <AbsDimension x="32" y="32"/> |
||
78 | </Size> |
||
79 | <Anchors> |
||
80 | <Anchor point="TOPLEFT"> |
||
81 | <Offset> |
||
82 | <AbsDimension x="0" y="0"/> |
||
83 | </Offset> |
||
84 | </Anchor> |
||
85 | </Anchors> |
||
86 | </Texture> |
||
87 | <Texture name="$parentTexture2" file="Interface\AddOns\Sudoku\Images\square3" hidden="true"> |
||
88 | <Size> |
||
89 | <AbsDimension x="32" y="32"/> |
||
90 | </Size> |
||
91 | <Anchors> |
||
92 | <Anchor point="TOPLEFT"> |
||
93 | <Offset> |
||
94 | <AbsDimension x="0" y="0"/> |
||
95 | </Offset> |
||
96 | </Anchor> |
||
97 | </Anchors> |
||
98 | </Texture> |
||
99 | </Layer> |
||
100 | </Layers> |
||
101 | <Scripts> |
||
102 | <OnLoad> |
||
103 | this:SetBackdropBorderColor(0.6, 0.6, 0.0); |
||
104 | this:SetBackdropColor(0, 0, 0, 0); |
||
105 | this:RegisterForClicks("LeftButtonUp", "RightButtonUp"); |
||
106 | </OnLoad> |
||
107 | <OnClick> |
||
108 | Sudoku_Auswahl_OnClick(arg1,this:GetID()); |
||
109 | </OnClick> |
||
110 | </Scripts> |
||
111 | </Button> |
||
112 | |||
113 | <Button name="Sudoku_LevelAuswahlTemplate" virtual="true"> |
||
114 | <Size> |
||
115 | <AbsDimension x="80" y="32"/> |
||
116 | </Size> |
||
117 | <Layers> |
||
118 | <Layer level="ARTWORK"> |
||
119 | <FontString name="$parentText" inherits="GameFontNormal" text=""> |
||
120 | <Anchors> |
||
121 | <Anchor point="TOP" relativeTo="$parent"> |
||
122 | <Offset> |
||
123 | <AbsDimension x="0" y="-9"/> |
||
124 | </Offset> |
||
125 | </Anchor> |
||
126 | </Anchors> |
||
127 | </FontString> |
||
128 | <Texture name="$parentTexture" file="Interface\AddOns\Sudoku\Images\square1"> |
||
129 | <Size> |
||
130 | <AbsDimension x="80" y="32"/> |
||
131 | </Size> |
||
132 | <Anchors> |
||
133 | <Anchor point="TOPLEFT"> |
||
134 | <Offset> |
||
135 | <AbsDimension x="0" y="0"/> |
||
136 | </Offset> |
||
137 | </Anchor> |
||
138 | </Anchors> |
||
139 | </Texture> |
||
140 | <Texture name="$parentTexture2" file="Interface\AddOns\Sudoku\Images\square3" hidden="true"> |
||
141 | <Size> |
||
142 | <AbsDimension x="80" y="32"/> |
||
143 | </Size> |
||
144 | <Anchors> |
||
145 | <Anchor point="TOPLEFT"> |
||
146 | <Offset> |
||
147 | <AbsDimension x="0" y="0"/> |
||
148 | </Offset> |
||
149 | </Anchor> |
||
150 | </Anchors> |
||
151 | </Texture> |
||
152 | </Layer> |
||
153 | </Layers> |
||
154 | <Scripts> |
||
155 | <OnLoad> |
||
156 | this:RegisterForClicks("LeftButtonUp", "RightButtonUp"); |
||
157 | </OnLoad> |
||
158 | <OnClick> |
||
159 | Sudoku_LevelAuswahl_OnClick(arg1,this:GetID()); |
||
160 | </OnClick> |
||
161 | </Scripts> |
||
162 | </Button> |
||
163 | |||
164 | <Frame name="Sudoku_CountTemplate" virtual="true"> |
||
165 | <Size> |
||
166 | <AbsDimension x="80" y="32"/> |
||
167 | </Size> |
||
168 | <Layers> |
||
169 | <Layer level="ARTWORK"> |
||
170 | <FontString name="$parentText" inherits="GameFontNormal" text=""> |
||
171 | <Anchors> |
||
172 | <Anchor point="TOP" relativeTo="$parent"> |
||
173 | <Offset> |
||
174 | <AbsDimension x="0" y="-9"/> |
||
175 | </Offset> |
||
176 | </Anchor> |
||
177 | </Anchors> |
||
178 | </FontString> |
||
179 | <Texture name="$parentTexture" file="Interface\AddOns\Sudoku\Images\square1"> |
||
180 | <Size> |
||
181 | <AbsDimension x="80" y="32"/> |
||
182 | </Size> |
||
183 | <Anchors> |
||
184 | <Anchor point="TOPLEFT"> |
||
185 | <Offset> |
||
186 | <AbsDimension x="0" y="0"/> |
||
187 | </Offset> |
||
188 | </Anchor> |
||
189 | </Anchors> |
||
190 | </Texture> |
||
191 | </Layer> |
||
192 | </Layers> |
||
193 | </Frame> |
||
194 | |||
195 | <Frame name="Sudoku_MainFrame" toplevel="true" enableMouse="true" movable="true" parent="UIParent" hidden="true"> |
||
196 | <Size> |
||
197 | <AbsDimension x="512" y="512"/> |
||
198 | </Size> |
||
199 | <Anchors> |
||
200 | <Anchor point="TOPLEFT"> |
||
201 | <Offset> |
||
202 | <AbsDimension x="0" y="-104"/> |
||
203 | </Offset> |
||
204 | </Anchor> |
||
205 | </Anchors> |
||
206 | <HitRectInsets> |
||
207 | <AbsInset left="0" right="0" top="0" bottom="0"/> |
||
208 | </HitRectInsets> |
||
209 | |||
210 | <Frames> |
||
211 | |||
212 | <Button name="Sudoku_MainFrameCloseButton" inherits="UIPanelCloseButton"> |
||
213 | <Anchors> |
||
214 | <Anchor point="TOPRIGHT" relativeTo="Sudoku_MainFrame" relativePoint="TOPRIGHT"> |
||
215 | <Offset> |
||
216 | <AbsDimension x="-8" y="-8"/> |
||
217 | </Offset> |
||
218 | </Anchor> |
||
219 | </Anchors> |
||
220 | </Button> |
||
221 | |||
222 | <Frame name="Sudoku_PuzzleFrame" hidden="false"> |
||
223 | <Size> |
||
224 | <AbsDimension x="316" y="316"/> |
||
225 | </Size> |
||
226 | <Anchors> |
||
227 | <Anchor point="TOPLEFT" relativeTo="Sudoku_MainFrame"> |
||
228 | <Offset> |
||
229 | <AbsDimension x="38" y="-91"/> |
||
230 | </Offset> |
||
231 | </Anchor> |
||
232 | </Anchors> |
||
233 | |||
234 | <Frames> |
||
235 | |||
236 | <Button name="Sudoku_Gitter11" inherits="Sudoku_GitterTemplate" id="11" > |
||
237 | <Anchors> |
||
238 | <Anchor point="TOPLEFT" relativeTo="Sudoku_PuzzleFrame"> |
||
239 | <Offset> |
||
240 | <AbsDimension x="0" y="0"/> |
||
241 | </Offset> |
||
242 | </Anchor> |
||
243 | </Anchors> |
||
244 | </Button> |
||
245 | |||
246 | <Button name="Sudoku_Gitter12" inherits="Sudoku_GitterTemplate" id="12" > |
||
247 | <Anchors> |
||
248 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter11" relativePoint="TOPRIGHT"> |
||
249 | <Offset> |
||
250 | <AbsDimension x="2" y="0"/> |
||
251 | </Offset> |
||
252 | </Anchor> |
||
253 | </Anchors> |
||
254 | </Button> |
||
255 | |||
256 | <Button name="Sudoku_Gitter13" inherits="Sudoku_GitterTemplate" id="13" > |
||
257 | <Anchors> |
||
258 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter12" relativePoint="TOPRIGHT"> |
||
259 | <Offset> |
||
260 | <AbsDimension x="2" y="0"/> |
||
261 | </Offset> |
||
262 | </Anchor> |
||
263 | </Anchors> |
||
264 | </Button> |
||
265 | |||
266 | <Button name="Sudoku_Gitter14" inherits="Sudoku_GitterTemplate" id="14" > |
||
267 | <Anchors> |
||
268 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter13" relativePoint="TOPRIGHT"> |
||
269 | <Offset> |
||
270 | <AbsDimension x="8" y="0"/> |
||
271 | </Offset> |
||
272 | </Anchor> |
||
273 | </Anchors> |
||
274 | </Button> |
||
275 | |||
276 | <Button name="Sudoku_Gitter15" inherits="Sudoku_GitterTemplate" id="15" > |
||
277 | <Anchors> |
||
278 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter14" relativePoint="TOPRIGHT"> |
||
279 | <Offset> |
||
280 | <AbsDimension x="2" y="0"/> |
||
281 | </Offset> |
||
282 | </Anchor> |
||
283 | </Anchors> |
||
284 | </Button> |
||
285 | |||
286 | <Button name="Sudoku_Gitter16" inherits="Sudoku_GitterTemplate" id="16" > |
||
287 | <Anchors> |
||
288 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter15" relativePoint="TOPRIGHT"> |
||
289 | <Offset> |
||
290 | <AbsDimension x="2" y="0"/> |
||
291 | </Offset> |
||
292 | </Anchor> |
||
293 | </Anchors> |
||
294 | </Button> |
||
295 | |||
296 | <Button name="Sudoku_Gitter17" inherits="Sudoku_GitterTemplate" id="17" > |
||
297 | <Anchors> |
||
298 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter16" relativePoint="TOPRIGHT"> |
||
299 | <Offset> |
||
300 | <AbsDimension x="8" y="0"/> |
||
301 | </Offset> |
||
302 | </Anchor> |
||
303 | </Anchors> |
||
304 | </Button> |
||
305 | |||
306 | <Button name="Sudoku_Gitter18" inherits="Sudoku_GitterTemplate" id="18" > |
||
307 | <Anchors> |
||
308 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter17" relativePoint="TOPRIGHT"> |
||
309 | <Offset> |
||
310 | <AbsDimension x="2" y="0"/> |
||
311 | </Offset> |
||
312 | </Anchor> |
||
313 | </Anchors> |
||
314 | </Button> |
||
315 | |||
316 | <Button name="Sudoku_Gitter19" inherits="Sudoku_GitterTemplate" id="19" > |
||
317 | <Anchors> |
||
318 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter18" relativePoint="TOPRIGHT"> |
||
319 | <Offset> |
||
320 | <AbsDimension x="2" y="0"/> |
||
321 | </Offset> |
||
322 | </Anchor> |
||
323 | </Anchors> |
||
324 | </Button> |
||
325 | |||
326 | <Button name="Sudoku_Gitter21" inherits="Sudoku_GitterTemplate" id="21" > |
||
327 | <Anchors> |
||
328 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter11"> |
||
329 | <Offset> |
||
330 | <AbsDimension x="0" y="-34"/> |
||
331 | </Offset> |
||
332 | </Anchor> |
||
333 | </Anchors> |
||
334 | </Button> |
||
335 | |||
336 | <Button name="Sudoku_Gitter22" inherits="Sudoku_GitterTemplate" id="22" > |
||
337 | <Anchors> |
||
338 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter12"> |
||
339 | <Offset> |
||
340 | <AbsDimension x="0" y="-34"/> |
||
341 | </Offset> |
||
342 | </Anchor> |
||
343 | </Anchors> |
||
344 | </Button> |
||
345 | |||
346 | <Button name="Sudoku_Gitter23" inherits="Sudoku_GitterTemplate" id="23" > |
||
347 | <Anchors> |
||
348 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter13"> |
||
349 | <Offset> |
||
350 | <AbsDimension x="0" y="-34"/> |
||
351 | </Offset> |
||
352 | </Anchor> |
||
353 | </Anchors> |
||
354 | </Button> |
||
355 | |||
356 | <Button name="Sudoku_Gitter24" inherits="Sudoku_GitterTemplate" id="24" > |
||
357 | <Anchors> |
||
358 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter14"> |
||
359 | <Offset> |
||
360 | <AbsDimension x="0" y="-34"/> |
||
361 | </Offset> |
||
362 | </Anchor> |
||
363 | </Anchors> |
||
364 | </Button> |
||
365 | |||
366 | <Button name="Sudoku_Gitter25" inherits="Sudoku_GitterTemplate" id="25" > |
||
367 | <Anchors> |
||
368 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter15"> |
||
369 | <Offset> |
||
370 | <AbsDimension x="0" y="-34"/> |
||
371 | </Offset> |
||
372 | </Anchor> |
||
373 | </Anchors> |
||
374 | </Button> |
||
375 | |||
376 | <Button name="Sudoku_Gitter26" inherits="Sudoku_GitterTemplate" id="26" > |
||
377 | <Anchors> |
||
378 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter16"> |
||
379 | <Offset> |
||
380 | <AbsDimension x="0" y="-34"/> |
||
381 | </Offset> |
||
382 | </Anchor> |
||
383 | </Anchors> |
||
384 | </Button> |
||
385 | |||
386 | <Button name="Sudoku_Gitter27" inherits="Sudoku_GitterTemplate" id="27" > |
||
387 | <Anchors> |
||
388 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter17"> |
||
389 | <Offset> |
||
390 | <AbsDimension x="0" y="-34"/> |
||
391 | </Offset> |
||
392 | </Anchor> |
||
393 | </Anchors> |
||
394 | </Button> |
||
395 | |||
396 | <Button name="Sudoku_Gitter28" inherits="Sudoku_GitterTemplate" id="28" > |
||
397 | <Anchors> |
||
398 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter18"> |
||
399 | <Offset> |
||
400 | <AbsDimension x="0" y="-34"/> |
||
401 | </Offset> |
||
402 | </Anchor> |
||
403 | </Anchors> |
||
404 | </Button> |
||
405 | |||
406 | <Button name="Sudoku_Gitter29" inherits="Sudoku_GitterTemplate" id="29" > |
||
407 | <Anchors> |
||
408 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter19"> |
||
409 | <Offset> |
||
410 | <AbsDimension x="0" y="-34"/> |
||
411 | </Offset> |
||
412 | </Anchor> |
||
413 | </Anchors> |
||
414 | </Button> |
||
415 | |||
416 | <Button name="Sudoku_Gitter31" inherits="Sudoku_GitterTemplate" id="31" > |
||
417 | <Anchors> |
||
418 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter21"> |
||
419 | <Offset> |
||
420 | <AbsDimension x="0" y="-34"/> |
||
421 | </Offset> |
||
422 | </Anchor> |
||
423 | </Anchors> |
||
424 | </Button> |
||
425 | |||
426 | <Button name="Sudoku_Gitter32" inherits="Sudoku_GitterTemplate" id="32" > |
||
427 | <Anchors> |
||
428 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter22"> |
||
429 | <Offset> |
||
430 | <AbsDimension x="0" y="-34"/> |
||
431 | </Offset> |
||
432 | </Anchor> |
||
433 | </Anchors> |
||
434 | </Button> |
||
435 | |||
436 | <Button name="Sudoku_Gitter33" inherits="Sudoku_GitterTemplate" id="33" > |
||
437 | <Anchors> |
||
438 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter23"> |
||
439 | <Offset> |
||
440 | <AbsDimension x="0" y="-34"/> |
||
441 | </Offset> |
||
442 | </Anchor> |
||
443 | </Anchors> |
||
444 | </Button> |
||
445 | |||
446 | <Button name="Sudoku_Gitter34" inherits="Sudoku_GitterTemplate" id="34" > |
||
447 | <Anchors> |
||
448 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter24"> |
||
449 | <Offset> |
||
450 | <AbsDimension x="0" y="-34"/> |
||
451 | </Offset> |
||
452 | </Anchor> |
||
453 | </Anchors> |
||
454 | </Button> |
||
455 | |||
456 | <Button name="Sudoku_Gitter35" inherits="Sudoku_GitterTemplate" id="35" > |
||
457 | <Anchors> |
||
458 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter25"> |
||
459 | <Offset> |
||
460 | <AbsDimension x="0" y="-34"/> |
||
461 | </Offset> |
||
462 | </Anchor> |
||
463 | </Anchors> |
||
464 | </Button> |
||
465 | |||
466 | <Button name="Sudoku_Gitter36" inherits="Sudoku_GitterTemplate" id="36" > |
||
467 | <Anchors> |
||
468 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter26"> |
||
469 | <Offset> |
||
470 | <AbsDimension x="0" y="-34"/> |
||
471 | </Offset> |
||
472 | </Anchor> |
||
473 | </Anchors> |
||
474 | </Button> |
||
475 | |||
476 | <Button name="Sudoku_Gitter37" inherits="Sudoku_GitterTemplate" id="37" > |
||
477 | <Anchors> |
||
478 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter27"> |
||
479 | <Offset> |
||
480 | <AbsDimension x="0" y="-34"/> |
||
481 | </Offset> |
||
482 | </Anchor> |
||
483 | </Anchors> |
||
484 | </Button> |
||
485 | |||
486 | <Button name="Sudoku_Gitter38" inherits="Sudoku_GitterTemplate" id="38" > |
||
487 | <Anchors> |
||
488 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter28"> |
||
489 | <Offset> |
||
490 | <AbsDimension x="0" y="-34"/> |
||
491 | </Offset> |
||
492 | </Anchor> |
||
493 | </Anchors> |
||
494 | </Button> |
||
495 | |||
496 | <Button name="Sudoku_Gitter39" inherits="Sudoku_GitterTemplate" id="39" > |
||
497 | <Anchors> |
||
498 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter29"> |
||
499 | <Offset> |
||
500 | <AbsDimension x="0" y="-34"/> |
||
501 | </Offset> |
||
502 | </Anchor> |
||
503 | </Anchors> |
||
504 | </Button> |
||
505 | |||
506 | <Button name="Sudoku_Gitter41" inherits="Sudoku_GitterTemplate" id="41" > |
||
507 | <Anchors> |
||
508 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter31"> |
||
509 | <Offset> |
||
510 | <AbsDimension x="0" y="-40"/> |
||
511 | </Offset> |
||
512 | </Anchor> |
||
513 | </Anchors> |
||
514 | </Button> |
||
515 | |||
516 | <Button name="Sudoku_Gitter42" inherits="Sudoku_GitterTemplate" id="42" > |
||
517 | <Anchors> |
||
518 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter32"> |
||
519 | <Offset> |
||
520 | <AbsDimension x="0" y="-40"/> |
||
521 | </Offset> |
||
522 | </Anchor> |
||
523 | </Anchors> |
||
524 | </Button> |
||
525 | |||
526 | <Button name="Sudoku_Gitter43" inherits="Sudoku_GitterTemplate" id="43" > |
||
527 | <Anchors> |
||
528 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter33"> |
||
529 | <Offset> |
||
530 | <AbsDimension x="0" y="-40"/> |
||
531 | </Offset> |
||
532 | </Anchor> |
||
533 | </Anchors> |
||
534 | </Button> |
||
535 | |||
536 | <Button name="Sudoku_Gitter44" inherits="Sudoku_GitterTemplate" id="44" > |
||
537 | <Anchors> |
||
538 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter34"> |
||
539 | <Offset> |
||
540 | <AbsDimension x="0" y="-40"/> |
||
541 | </Offset> |
||
542 | </Anchor> |
||
543 | </Anchors> |
||
544 | </Button> |
||
545 | |||
546 | <Button name="Sudoku_Gitter45" inherits="Sudoku_GitterTemplate" id="45" > |
||
547 | <Anchors> |
||
548 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter35"> |
||
549 | <Offset> |
||
550 | <AbsDimension x="0" y="-40"/> |
||
551 | </Offset> |
||
552 | </Anchor> |
||
553 | </Anchors> |
||
554 | </Button> |
||
555 | |||
556 | <Button name="Sudoku_Gitter46" inherits="Sudoku_GitterTemplate" id="46" > |
||
557 | <Anchors> |
||
558 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter36"> |
||
559 | <Offset> |
||
560 | <AbsDimension x="0" y="-40"/> |
||
561 | </Offset> |
||
562 | </Anchor> |
||
563 | </Anchors> |
||
564 | </Button> |
||
565 | |||
566 | <Button name="Sudoku_Gitter47" inherits="Sudoku_GitterTemplate" id="47" > |
||
567 | <Anchors> |
||
568 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter37"> |
||
569 | <Offset> |
||
570 | <AbsDimension x="0" y="-40"/> |
||
571 | </Offset> |
||
572 | </Anchor> |
||
573 | </Anchors> |
||
574 | </Button> |
||
575 | |||
576 | <Button name="Sudoku_Gitter48" inherits="Sudoku_GitterTemplate" id="48" > |
||
577 | <Anchors> |
||
578 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter38"> |
||
579 | <Offset> |
||
580 | <AbsDimension x="0" y="-40"/> |
||
581 | </Offset> |
||
582 | </Anchor> |
||
583 | </Anchors> |
||
584 | </Button> |
||
585 | |||
586 | <Button name="Sudoku_Gitter49" inherits="Sudoku_GitterTemplate" id="49" > |
||
587 | <Anchors> |
||
588 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter39"> |
||
589 | <Offset> |
||
590 | <AbsDimension x="0" y="-40"/> |
||
591 | </Offset> |
||
592 | </Anchor> |
||
593 | </Anchors> |
||
594 | </Button> |
||
595 | |||
596 | <Button name="Sudoku_Gitter51" inherits="Sudoku_GitterTemplate" id="51" > |
||
597 | <Anchors> |
||
598 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter41"> |
||
599 | <Offset> |
||
600 | <AbsDimension x="0" y="-34"/> |
||
601 | </Offset> |
||
602 | </Anchor> |
||
603 | </Anchors> |
||
604 | </Button> |
||
605 | |||
606 | <Button name="Sudoku_Gitter52" inherits="Sudoku_GitterTemplate" id="52" > |
||
607 | <Anchors> |
||
608 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter42"> |
||
609 | <Offset> |
||
610 | <AbsDimension x="0" y="-34"/> |
||
611 | </Offset> |
||
612 | </Anchor> |
||
613 | </Anchors> |
||
614 | </Button> |
||
615 | |||
616 | <Button name="Sudoku_Gitter53" inherits="Sudoku_GitterTemplate" id="53" > |
||
617 | <Anchors> |
||
618 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter43"> |
||
619 | <Offset> |
||
620 | <AbsDimension x="0" y="-34"/> |
||
621 | </Offset> |
||
622 | </Anchor> |
||
623 | </Anchors> |
||
624 | </Button> |
||
625 | |||
626 | <Button name="Sudoku_Gitter54" inherits="Sudoku_GitterTemplate" id="54" > |
||
627 | <Anchors> |
||
628 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter44"> |
||
629 | <Offset> |
||
630 | <AbsDimension x="0" y="-34"/> |
||
631 | </Offset> |
||
632 | </Anchor> |
||
633 | </Anchors> |
||
634 | </Button> |
||
635 | |||
636 | <Button name="Sudoku_Gitter55" inherits="Sudoku_GitterTemplate" id="55" > |
||
637 | <Anchors> |
||
638 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter45"> |
||
639 | <Offset> |
||
640 | <AbsDimension x="0" y="-34"/> |
||
641 | </Offset> |
||
642 | </Anchor> |
||
643 | </Anchors> |
||
644 | </Button> |
||
645 | |||
646 | <Button name="Sudoku_Gitter56" inherits="Sudoku_GitterTemplate" id="56" > |
||
647 | <Anchors> |
||
648 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter46"> |
||
649 | <Offset> |
||
650 | <AbsDimension x="0" y="-34"/> |
||
651 | </Offset> |
||
652 | </Anchor> |
||
653 | </Anchors> |
||
654 | </Button> |
||
655 | |||
656 | <Button name="Sudoku_Gitter57" inherits="Sudoku_GitterTemplate" id="57" > |
||
657 | <Anchors> |
||
658 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter47"> |
||
659 | <Offset> |
||
660 | <AbsDimension x="0" y="-34"/> |
||
661 | </Offset> |
||
662 | </Anchor> |
||
663 | </Anchors> |
||
664 | </Button> |
||
665 | |||
666 | <Button name="Sudoku_Gitter58" inherits="Sudoku_GitterTemplate" id="58" > |
||
667 | <Anchors> |
||
668 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter48"> |
||
669 | <Offset> |
||
670 | <AbsDimension x="0" y="-34"/> |
||
671 | </Offset> |
||
672 | </Anchor> |
||
673 | </Anchors> |
||
674 | </Button> |
||
675 | |||
676 | <Button name="Sudoku_Gitter59" inherits="Sudoku_GitterTemplate" id="59" > |
||
677 | <Anchors> |
||
678 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter49"> |
||
679 | <Offset> |
||
680 | <AbsDimension x="0" y="-34"/> |
||
681 | </Offset> |
||
682 | </Anchor> |
||
683 | </Anchors> |
||
684 | </Button> |
||
685 | |||
686 | <Button name="Sudoku_Gitter61" inherits="Sudoku_GitterTemplate" id="61" > |
||
687 | <Anchors> |
||
688 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter51"> |
||
689 | <Offset> |
||
690 | <AbsDimension x="0" y="-34"/> |
||
691 | </Offset> |
||
692 | </Anchor> |
||
693 | </Anchors> |
||
694 | </Button> |
||
695 | |||
696 | <Button name="Sudoku_Gitter62" inherits="Sudoku_GitterTemplate" id="62" > |
||
697 | <Anchors> |
||
698 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter52"> |
||
699 | <Offset> |
||
700 | <AbsDimension x="0" y="-34"/> |
||
701 | </Offset> |
||
702 | </Anchor> |
||
703 | </Anchors> |
||
704 | </Button> |
||
705 | |||
706 | <Button name="Sudoku_Gitter63" inherits="Sudoku_GitterTemplate" id="63" > |
||
707 | <Anchors> |
||
708 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter53"> |
||
709 | <Offset> |
||
710 | <AbsDimension x="0" y="-34"/> |
||
711 | </Offset> |
||
712 | </Anchor> |
||
713 | </Anchors> |
||
714 | </Button> |
||
715 | |||
716 | <Button name="Sudoku_Gitter64" inherits="Sudoku_GitterTemplate" id="64" > |
||
717 | <Anchors> |
||
718 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter54"> |
||
719 | <Offset> |
||
720 | <AbsDimension x="0" y="-34"/> |
||
721 | </Offset> |
||
722 | </Anchor> |
||
723 | </Anchors> |
||
724 | </Button> |
||
725 | |||
726 | <Button name="Sudoku_Gitter65" inherits="Sudoku_GitterTemplate" id="65" > |
||
727 | <Anchors> |
||
728 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter55"> |
||
729 | <Offset> |
||
730 | <AbsDimension x="0" y="-34"/> |
||
731 | </Offset> |
||
732 | </Anchor> |
||
733 | </Anchors> |
||
734 | </Button> |
||
735 | |||
736 | <Button name="Sudoku_Gitter66" inherits="Sudoku_GitterTemplate" id="66" > |
||
737 | <Anchors> |
||
738 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter56"> |
||
739 | <Offset> |
||
740 | <AbsDimension x="0" y="-34"/> |
||
741 | </Offset> |
||
742 | </Anchor> |
||
743 | </Anchors> |
||
744 | </Button> |
||
745 | |||
746 | <Button name="Sudoku_Gitter67" inherits="Sudoku_GitterTemplate" id="67" > |
||
747 | <Anchors> |
||
748 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter57"> |
||
749 | <Offset> |
||
750 | <AbsDimension x="0" y="-34"/> |
||
751 | </Offset> |
||
752 | </Anchor> |
||
753 | </Anchors> |
||
754 | </Button> |
||
755 | |||
756 | <Button name="Sudoku_Gitter68" inherits="Sudoku_GitterTemplate" id="68" > |
||
757 | <Anchors> |
||
758 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter58"> |
||
759 | <Offset> |
||
760 | <AbsDimension x="0" y="-34"/> |
||
761 | </Offset> |
||
762 | </Anchor> |
||
763 | </Anchors> |
||
764 | </Button> |
||
765 | |||
766 | <Button name="Sudoku_Gitter69" inherits="Sudoku_GitterTemplate" id="69" > |
||
767 | <Anchors> |
||
768 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter59"> |
||
769 | <Offset> |
||
770 | <AbsDimension x="0" y="-34"/> |
||
771 | </Offset> |
||
772 | </Anchor> |
||
773 | </Anchors> |
||
774 | </Button> |
||
775 | |||
776 | <Button name="Sudoku_Gitter71" inherits="Sudoku_GitterTemplate" id="71" > |
||
777 | <Anchors> |
||
778 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter61"> |
||
779 | <Offset> |
||
780 | <AbsDimension x="0" y="-40"/> |
||
781 | </Offset> |
||
782 | </Anchor> |
||
783 | </Anchors> |
||
784 | </Button> |
||
785 | |||
786 | <Button name="Sudoku_Gitter72" inherits="Sudoku_GitterTemplate" id="72" > |
||
787 | <Anchors> |
||
788 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter62"> |
||
789 | <Offset> |
||
790 | <AbsDimension x="0" y="-40"/> |
||
791 | </Offset> |
||
792 | </Anchor> |
||
793 | </Anchors> |
||
794 | </Button> |
||
795 | |||
796 | <Button name="Sudoku_Gitter73" inherits="Sudoku_GitterTemplate" id="73" > |
||
797 | <Anchors> |
||
798 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter63"> |
||
799 | <Offset> |
||
800 | <AbsDimension x="0" y="-40"/> |
||
801 | </Offset> |
||
802 | </Anchor> |
||
803 | </Anchors> |
||
804 | </Button> |
||
805 | |||
806 | <Button name="Sudoku_Gitter74" inherits="Sudoku_GitterTemplate" id="74" > |
||
807 | <Anchors> |
||
808 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter64"> |
||
809 | <Offset> |
||
810 | <AbsDimension x="0" y="-40"/> |
||
811 | </Offset> |
||
812 | </Anchor> |
||
813 | </Anchors> |
||
814 | </Button> |
||
815 | |||
816 | <Button name="Sudoku_Gitter75" inherits="Sudoku_GitterTemplate" id="75" > |
||
817 | <Anchors> |
||
818 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter65"> |
||
819 | <Offset> |
||
820 | <AbsDimension x="0" y="-40"/> |
||
821 | </Offset> |
||
822 | </Anchor> |
||
823 | </Anchors> |
||
824 | </Button> |
||
825 | |||
826 | <Button name="Sudoku_Gitter76" inherits="Sudoku_GitterTemplate" id="76" > |
||
827 | <Anchors> |
||
828 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter66"> |
||
829 | <Offset> |
||
830 | <AbsDimension x="0" y="-40"/> |
||
831 | </Offset> |
||
832 | </Anchor> |
||
833 | </Anchors> |
||
834 | </Button> |
||
835 | |||
836 | <Button name="Sudoku_Gitter77" inherits="Sudoku_GitterTemplate" id="77" > |
||
837 | <Anchors> |
||
838 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter67"> |
||
839 | <Offset> |
||
840 | <AbsDimension x="0" y="-40"/> |
||
841 | </Offset> |
||
842 | </Anchor> |
||
843 | </Anchors> |
||
844 | </Button> |
||
845 | |||
846 | <Button name="Sudoku_Gitter78" inherits="Sudoku_GitterTemplate" id="78" > |
||
847 | <Anchors> |
||
848 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter68"> |
||
849 | <Offset> |
||
850 | <AbsDimension x="0" y="-40"/> |
||
851 | </Offset> |
||
852 | </Anchor> |
||
853 | </Anchors> |
||
854 | </Button> |
||
855 | |||
856 | <Button name="Sudoku_Gitter79" inherits="Sudoku_GitterTemplate" id="79" > |
||
857 | <Anchors> |
||
858 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter69"> |
||
859 | <Offset> |
||
860 | <AbsDimension x="0" y="-40"/> |
||
861 | </Offset> |
||
862 | </Anchor> |
||
863 | </Anchors> |
||
864 | </Button> |
||
865 | |||
866 | <Button name="Sudoku_Gitter81" inherits="Sudoku_GitterTemplate" id="81" > |
||
867 | <Anchors> |
||
868 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter71"> |
||
869 | <Offset> |
||
870 | <AbsDimension x="0" y="-34"/> |
||
871 | </Offset> |
||
872 | </Anchor> |
||
873 | </Anchors> |
||
874 | </Button> |
||
875 | |||
876 | <Button name="Sudoku_Gitter82" inherits="Sudoku_GitterTemplate" id="82" > |
||
877 | <Anchors> |
||
878 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter72"> |
||
879 | <Offset> |
||
880 | <AbsDimension x="0" y="-34"/> |
||
881 | </Offset> |
||
882 | </Anchor> |
||
883 | </Anchors> |
||
884 | </Button> |
||
885 | |||
886 | <Button name="Sudoku_Gitter83" inherits="Sudoku_GitterTemplate" id="83" > |
||
887 | <Anchors> |
||
888 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter73"> |
||
889 | <Offset> |
||
890 | <AbsDimension x="0" y="-34"/> |
||
891 | </Offset> |
||
892 | </Anchor> |
||
893 | </Anchors> |
||
894 | </Button> |
||
895 | |||
896 | <Button name="Sudoku_Gitter84" inherits="Sudoku_GitterTemplate" id="84" > |
||
897 | <Anchors> |
||
898 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter74"> |
||
899 | <Offset> |
||
900 | <AbsDimension x="0" y="-34"/> |
||
901 | </Offset> |
||
902 | </Anchor> |
||
903 | </Anchors> |
||
904 | </Button> |
||
905 | |||
906 | <Button name="Sudoku_Gitter85" inherits="Sudoku_GitterTemplate" id="85" > |
||
907 | <Anchors> |
||
908 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter75"> |
||
909 | <Offset> |
||
910 | <AbsDimension x="0" y="-34"/> |
||
911 | </Offset> |
||
912 | </Anchor> |
||
913 | </Anchors> |
||
914 | </Button> |
||
915 | |||
916 | <Button name="Sudoku_Gitter86" inherits="Sudoku_GitterTemplate" id="86" > |
||
917 | <Anchors> |
||
918 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter76"> |
||
919 | <Offset> |
||
920 | <AbsDimension x="0" y="-34"/> |
||
921 | </Offset> |
||
922 | </Anchor> |
||
923 | </Anchors> |
||
924 | </Button> |
||
925 | |||
926 | <Button name="Sudoku_Gitter87" inherits="Sudoku_GitterTemplate" id="87" > |
||
927 | <Anchors> |
||
928 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter77"> |
||
929 | <Offset> |
||
930 | <AbsDimension x="0" y="-34"/> |
||
931 | </Offset> |
||
932 | </Anchor> |
||
933 | </Anchors> |
||
934 | </Button> |
||
935 | |||
936 | <Button name="Sudoku_Gitter88" inherits="Sudoku_GitterTemplate" id="88" > |
||
937 | <Anchors> |
||
938 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter78"> |
||
939 | <Offset> |
||
940 | <AbsDimension x="0" y="-34"/> |
||
941 | </Offset> |
||
942 | </Anchor> |
||
943 | </Anchors> |
||
944 | </Button> |
||
945 | |||
946 | <Button name="Sudoku_Gitter89" inherits="Sudoku_GitterTemplate" id="89" > |
||
947 | <Anchors> |
||
948 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter79"> |
||
949 | <Offset> |
||
950 | <AbsDimension x="0" y="-34"/> |
||
951 | </Offset> |
||
952 | </Anchor> |
||
953 | </Anchors> |
||
954 | </Button> |
||
955 | |||
956 | <Button name="Sudoku_Gitter91" inherits="Sudoku_GitterTemplate" id="91" > |
||
957 | <Anchors> |
||
958 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter81"> |
||
959 | <Offset> |
||
960 | <AbsDimension x="0" y="-34"/> |
||
961 | </Offset> |
||
962 | </Anchor> |
||
963 | </Anchors> |
||
964 | </Button> |
||
965 | |||
966 | <Button name="Sudoku_Gitter92" inherits="Sudoku_GitterTemplate" id="92" > |
||
967 | <Anchors> |
||
968 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter82"> |
||
969 | <Offset> |
||
970 | <AbsDimension x="0" y="-34"/> |
||
971 | </Offset> |
||
972 | </Anchor> |
||
973 | </Anchors> |
||
974 | </Button> |
||
975 | |||
976 | <Button name="Sudoku_Gitter93" inherits="Sudoku_GitterTemplate" id="93" > |
||
977 | <Anchors> |
||
978 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter83"> |
||
979 | <Offset> |
||
980 | <AbsDimension x="0" y="-34"/> |
||
981 | </Offset> |
||
982 | </Anchor> |
||
983 | </Anchors> |
||
984 | </Button> |
||
985 | |||
986 | <Button name="Sudoku_Gitter94" inherits="Sudoku_GitterTemplate" id="94" > |
||
987 | <Anchors> |
||
988 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter84"> |
||
989 | <Offset> |
||
990 | <AbsDimension x="0" y="-34"/> |
||
991 | </Offset> |
||
992 | </Anchor> |
||
993 | </Anchors> |
||
994 | </Button> |
||
995 | |||
996 | <Button name="Sudoku_Gitter95" inherits="Sudoku_GitterTemplate" id="95" > |
||
997 | <Anchors> |
||
998 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter85"> |
||
999 | <Offset> |
||
1000 | <AbsDimension x="0" y="-34"/> |
||
1001 | </Offset> |
||
1002 | </Anchor> |
||
1003 | </Anchors> |
||
1004 | </Button> |
||
1005 | |||
1006 | <Button name="Sudoku_Gitter96" inherits="Sudoku_GitterTemplate" id="96" > |
||
1007 | <Anchors> |
||
1008 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter86"> |
||
1009 | <Offset> |
||
1010 | <AbsDimension x="0" y="-34"/> |
||
1011 | </Offset> |
||
1012 | </Anchor> |
||
1013 | </Anchors> |
||
1014 | </Button> |
||
1015 | |||
1016 | <Button name="Sudoku_Gitter97" inherits="Sudoku_GitterTemplate" id="97" > |
||
1017 | <Anchors> |
||
1018 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter87"> |
||
1019 | <Offset> |
||
1020 | <AbsDimension x="0" y="-34"/> |
||
1021 | </Offset> |
||
1022 | </Anchor> |
||
1023 | </Anchors> |
||
1024 | </Button> |
||
1025 | |||
1026 | <Button name="Sudoku_Gitter98" inherits="Sudoku_GitterTemplate" id="98" > |
||
1027 | <Anchors> |
||
1028 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter88"> |
||
1029 | <Offset> |
||
1030 | <AbsDimension x="0" y="-34"/> |
||
1031 | </Offset> |
||
1032 | </Anchor> |
||
1033 | </Anchors> |
||
1034 | </Button> |
||
1035 | |||
1036 | <Button name="Sudoku_Gitter99" inherits="Sudoku_GitterTemplate" id="99" > |
||
1037 | <Anchors> |
||
1038 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Gitter89"> |
||
1039 | <Offset> |
||
1040 | <AbsDimension x="0" y="-34"/> |
||
1041 | </Offset> |
||
1042 | </Anchor> |
||
1043 | </Anchors> |
||
1044 | </Button> |
||
1045 | |||
1046 | </Frames> |
||
1047 | </Frame> |
||
1048 | |||
1049 | <Frame name="Sudoku_AboutFrame" hidden="true"> |
||
1050 | <Size> |
||
1051 | <AbsDimension x="316" y="316"/> |
||
1052 | </Size> |
||
1053 | <Anchors> |
||
1054 | <Anchor point="TOPLEFT" relativeTo="Sudoku_MainFrame"> |
||
1055 | <Offset> |
||
1056 | <AbsDimension x="38" y="-91"/> |
||
1057 | </Offset> |
||
1058 | </Anchor> |
||
1059 | </Anchors> |
||
1060 | <Layers> |
||
1061 | <Layer level="ARTWORK"> |
||
1062 | <FontString name="Sudoku_AboutFrameText1" inherits="QuestTitleFont" text="SUDOKU PUZZLE"> |
||
1063 | <Anchors> |
||
1064 | <Anchor point="TOP" relativeTo="Sudoku_AboutFrame"> |
||
1065 | <Offset> |
||
1066 | <AbsDimension x="0" y="0"/> |
||
1067 | </Offset> |
||
1068 | </Anchor> |
||
1069 | </Anchors> |
||
1070 | </FontString> |
||
1071 | <FontString name="Sudoku_AboutFrameText2" inherits="QuestFont" text="SUDOKUPUZZLE_VERSION"> |
||
1072 | <Anchors> |
||
1073 | <Anchor point="TOP" relativeTo="Sudoku_AboutFrameText1"> |
||
1074 | <Offset> |
||
1075 | <AbsDimension x="0" y="-20"/> |
||
1076 | </Offset> |
||
1077 | </Anchor> |
||
1078 | </Anchors> |
||
1079 | </FontString> |
||
1080 | <FontString name="Sudoku_AboutFrameText3" inherits="QuestTitleFont" text="SUDOKU_GAMEPLAY_TEXT1" justifyH="LEFT"> |
||
1081 | <Anchors> |
||
1082 | <Anchor point="TOPLEFT" relativeTo="Sudoku_AboutFrame"> |
||
1083 | <Offset> |
||
1084 | <AbsDimension x="0" y="-40"/> |
||
1085 | </Offset> |
||
1086 | </Anchor> |
||
1087 | </Anchors> |
||
1088 | </FontString> |
||
1089 | <FontString name="Sudoku_AboutFrameText4" inherits="QuestFont" text="SUDOKU_GAMEPLAY_TEXT2" justifyH="LEFT"> |
||
1090 | <Anchors> |
||
1091 | <Anchor point="TOPLEFT" relativeTo="Sudoku_AboutFrameText3"> |
||
1092 | <Offset> |
||
1093 | <AbsDimension x="0" y="-20"/> |
||
1094 | </Offset> |
||
1095 | </Anchor> |
||
1096 | </Anchors> |
||
1097 | </FontString> |
||
1098 | </Layer> |
||
1099 | </Layers> |
||
1100 | </Frame> |
||
1101 | |||
1102 | <Frame name="Sudoku_HelpFrame" hidden="true"> |
||
1103 | <Size> |
||
1104 | <AbsDimension x="316" y="316"/> |
||
1105 | </Size> |
||
1106 | <Anchors> |
||
1107 | <Anchor point="TOPLEFT" relativeTo="Sudoku_MainFrame"> |
||
1108 | <Offset> |
||
1109 | <AbsDimension x="38" y="-91"/> |
||
1110 | </Offset> |
||
1111 | </Anchor> |
||
1112 | </Anchors> |
||
1113 | <Layers> |
||
1114 | <Layer level="ARTWORK"> |
||
1115 | <FontString name="Sudoku_HelpFrameText1" inherits="QuestTitleFont" text="SUDOKU_INSTRUCTION_TEXT1" justifyH="LEFT"> |
||
1116 | <Anchors> |
||
1117 | <Anchor point="TOPLEFT" relativeTo="Sudoku_HelpFrame"> |
||
1118 | <Offset> |
||
1119 | <AbsDimension x="0" y="0"/> |
||
1120 | </Offset> |
||
1121 | </Anchor> |
||
1122 | </Anchors> |
||
1123 | </FontString> |
||
1124 | <FontString name="Sudoku_HelpFrameText2" inherits="QuestFont" text="SUDOKU_INSTRUCTION_TEXT2" justifyH="LEFT"> |
||
1125 | <Anchors> |
||
1126 | <Anchor point="TOPLEFT" relativeTo="Sudoku_HelpFrameText1"> |
||
1127 | <Offset> |
||
1128 | <AbsDimension x="0" y="-20"/> |
||
1129 | </Offset> |
||
1130 | </Anchor> |
||
1131 | </Anchors> |
||
1132 | </FontString> |
||
1133 | </Layer> |
||
1134 | </Layers> |
||
1135 | </Frame> |
||
1136 | |||
1137 | <!-- Auswahl der Zahlen --> |
||
1138 | |||
1139 | <Button name="Sudoku_Auswahl1" inherits="Sudoku_AuswahlTemplate" id="1" > |
||
1140 | <Anchors> |
||
1141 | <Anchor point="TOPLEFT" relativeTo="Sudoku_MainFrame"> |
||
1142 | <Offset> |
||
1143 | <AbsDimension x="39" y="-442"/> |
||
1144 | </Offset> |
||
1145 | </Anchor> |
||
1146 | </Anchors> |
||
1147 | </Button> |
||
1148 | |||
1149 | <Button name="Sudoku_Auswahl2" inherits="Sudoku_AuswahlTemplate" id="2" > |
||
1150 | <Anchors> |
||
1151 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Auswahl1" relativePoint="TOPRIGHT"> |
||
1152 | <Offset> |
||
1153 | <AbsDimension x="8" y="0"/> |
||
1154 | </Offset> |
||
1155 | </Anchor> |
||
1156 | </Anchors> |
||
1157 | </Button> |
||
1158 | |||
1159 | <Button name="Sudoku_Auswahl3" inherits="Sudoku_AuswahlTemplate" id="3" > |
||
1160 | <Anchors> |
||
1161 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Auswahl2" relativePoint="TOPRIGHT"> |
||
1162 | <Offset> |
||
1163 | <AbsDimension x="8" y="0"/> |
||
1164 | </Offset> |
||
1165 | </Anchor> |
||
1166 | </Anchors> |
||
1167 | </Button> |
||
1168 | |||
1169 | <Button name="Sudoku_Auswahl4" inherits="Sudoku_AuswahlTemplate" id="4" > |
||
1170 | <Anchors> |
||
1171 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Auswahl3" relativePoint="TOPRIGHT"> |
||
1172 | <Offset> |
||
1173 | <AbsDimension x="8" y="0"/> |
||
1174 | </Offset> |
||
1175 | </Anchor> |
||
1176 | </Anchors> |
||
1177 | </Button> |
||
1178 | |||
1179 | <Button name="Sudoku_Auswahl5" inherits="Sudoku_AuswahlTemplate" id="5" > |
||
1180 | <Anchors> |
||
1181 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Auswahl4" relativePoint="TOPRIGHT"> |
||
1182 | <Offset> |
||
1183 | <AbsDimension x="8" y="0"/> |
||
1184 | </Offset> |
||
1185 | </Anchor> |
||
1186 | </Anchors> |
||
1187 | </Button> |
||
1188 | |||
1189 | <Button name="Sudoku_Auswahl6" inherits="Sudoku_AuswahlTemplate" id="6" > |
||
1190 | <Anchors> |
||
1191 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Auswahl5" relativePoint="TOPRIGHT"> |
||
1192 | <Offset> |
||
1193 | <AbsDimension x="8" y="0"/> |
||
1194 | </Offset> |
||
1195 | </Anchor> |
||
1196 | </Anchors> |
||
1197 | </Button> |
||
1198 | |||
1199 | <Button name="Sudoku_Auswahl7" inherits="Sudoku_AuswahlTemplate" id="7" > |
||
1200 | <Anchors> |
||
1201 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Auswahl6" relativePoint="TOPRIGHT"> |
||
1202 | <Offset> |
||
1203 | <AbsDimension x="8" y="0"/> |
||
1204 | </Offset> |
||
1205 | </Anchor> |
||
1206 | </Anchors> |
||
1207 | </Button> |
||
1208 | |||
1209 | <Button name="Sudoku_Auswahl8" inherits="Sudoku_AuswahlTemplate" id="8" > |
||
1210 | <Anchors> |
||
1211 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Auswahl7" relativePoint="TOPRIGHT"> |
||
1212 | <Offset> |
||
1213 | <AbsDimension x="8" y="0"/> |
||
1214 | </Offset> |
||
1215 | </Anchor> |
||
1216 | </Anchors> |
||
1217 | </Button> |
||
1218 | |||
1219 | <Button name="Sudoku_Auswahl9" inherits="Sudoku_AuswahlTemplate" id="9" > |
||
1220 | <Anchors> |
||
1221 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Auswahl8" relativePoint="TOPRIGHT"> |
||
1222 | <Offset> |
||
1223 | <AbsDimension x="8" y="0"/> |
||
1224 | </Offset> |
||
1225 | </Anchor> |
||
1226 | </Anchors> |
||
1227 | </Button> |
||
1228 | |||
1229 | <Button name="Sudoku_Auswahl10" inherits="Sudoku_AuswahlTemplate" id="10" > |
||
1230 | <Anchors> |
||
1231 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Auswahl9" relativePoint="TOPRIGHT"> |
||
1232 | <Offset> |
||
1233 | <AbsDimension x="8" y="0"/> |
||
1234 | </Offset> |
||
1235 | </Anchor> |
||
1236 | </Anchors> |
||
1237 | </Button> |
||
1238 | |||
1239 | <Button name="Sudoku_Auswahl11" inherits="Sudoku_AuswahlTemplate" id="11" > |
||
1240 | <Anchors> |
||
1241 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Auswahl10" relativePoint="TOPRIGHT"> |
||
1242 | <Offset> |
||
1243 | <AbsDimension x="8" y="0"/> |
||
1244 | </Offset> |
||
1245 | </Anchor> |
||
1246 | </Anchors> |
||
1247 | </Button> |
||
1248 | |||
1249 | <Button name="Sudoku_InfoButton" inherits="UIPanelButtonTemplate"> |
||
1250 | <Size> |
||
1251 | <AbsDimension x="70" y="19"/> |
||
1252 | </Size> |
||
1253 | <Anchors> |
||
1254 | <Anchor point="TopRight" relativeTo="Sudoku_MainFrame"> |
||
1255 | <Offset> |
||
1256 | <AbsDimension x="-37" y="-14"/> |
||
1257 | </Offset> |
||
1258 | </Anchor> |
||
1259 | </Anchors> |
||
1260 | <Scripts> |
||
1261 | <OnLoad> |
||
1262 | this:SetText(SUDOKU_ABOUT_BUTTON); |
||
1263 | </OnLoad> |
||
1264 | <OnClick> |
||
1265 | if (Sudoku_AboutFrame:IsVisible()) then |
||
1266 | Sudoku_AboutFrame:Hide(); |
||
1267 | Sudoku_HelpFrame:Hide(); |
||
1268 | Sudoku_PuzzleFrame:Show(); |
||
1269 | else |
||
1270 | Sudoku_PuzzleFrame:Hide(); |
||
1271 | Sudoku_HelpFrame:Hide(); |
||
1272 | Sudoku_AboutFrame:Show(); |
||
1273 | end |
||
1274 | </OnClick> |
||
1275 | </Scripts> |
||
1276 | </Button> |
||
1277 | |||
1278 | <!-- Menue --> |
||
1279 | |||
1280 | <Button name="Sudoku_LevelAuswahl3" inherits="Sudoku_LevelAuswahlTemplate" id="3" > |
||
1281 | <Anchors> |
||
1282 | <Anchor point="TOPLEFT" relativeTo="Sudoku_MainFrame" > |
||
1283 | <Offset> |
||
1284 | <AbsDimension x="392" y="-91"/> |
||
1285 | </Offset> |
||
1286 | </Anchor> |
||
1287 | </Anchors> |
||
1288 | </Button> |
||
1289 | |||
1290 | <Button name="Sudoku_LevelAuswahl2" inherits="Sudoku_LevelAuswahlTemplate" id="2" > |
||
1291 | <Anchors> |
||
1292 | <Anchor point="TOPLEFT" relativeTo="Sudoku_LevelAuswahl3" > |
||
1293 | <Offset> |
||
1294 | <AbsDimension x="0" y="-34"/> |
||
1295 | </Offset> |
||
1296 | </Anchor> |
||
1297 | </Anchors> |
||
1298 | </Button> |
||
1299 | |||
1300 | <Button name="Sudoku_LevelAuswahl1" inherits="Sudoku_LevelAuswahlTemplate" id="1" > |
||
1301 | <Anchors> |
||
1302 | <Anchor point="TOPLEFT" relativeTo="Sudoku_LevelAuswahl2" > |
||
1303 | <Offset> |
||
1304 | <AbsDimension x="0" y="-34"/> |
||
1305 | </Offset> |
||
1306 | </Anchor> |
||
1307 | </Anchors> |
||
1308 | </Button> |
||
1309 | |||
1310 | <Button name="Sudoku_Count1" > |
||
1311 | <Size> |
||
1312 | <AbsDimension x="80" y="32"/> |
||
1313 | </Size> |
||
1314 | <Anchors> |
||
1315 | <Anchor point="TOPLEFT" relativeTo="Sudoku_LevelAuswahl1" > |
||
1316 | <Offset> |
||
1317 | <AbsDimension x="0" y="-40"/> |
||
1318 | </Offset> |
||
1319 | </Anchor> |
||
1320 | </Anchors> |
||
1321 | <Layers> |
||
1322 | <Layer level="ARTWORK"> |
||
1323 | <FontString name="$parentText" inherits="GameFontNormal" text=""> |
||
1324 | <Anchors> |
||
1325 | <Anchor point="TOP" relativeTo="$parent"> |
||
1326 | <Offset> |
||
1327 | <AbsDimension x="0" y="-9"/> |
||
1328 | </Offset> |
||
1329 | </Anchor> |
||
1330 | </Anchors> |
||
1331 | </FontString> |
||
1332 | <Texture name="$parentTexture" file="Interface\AddOns\Sudoku\Images\square1"> |
||
1333 | <Size> |
||
1334 | <AbsDimension x="80" y="32"/> |
||
1335 | </Size> |
||
1336 | <Anchors> |
||
1337 | <Anchor point="TOPLEFT"> |
||
1338 | <Offset> |
||
1339 | <AbsDimension x="0" y="0"/> |
||
1340 | </Offset> |
||
1341 | </Anchor> |
||
1342 | </Anchors> |
||
1343 | </Texture> |
||
1344 | </Layer> |
||
1345 | </Layers> |
||
1346 | <Scripts> |
||
1347 | <OnLoad> |
||
1348 | this:RegisterForClicks("LeftButtonUp", "RightButtonUp"); |
||
1349 | </OnLoad> |
||
1350 | <OnClick> |
||
1351 | Sudoku_LevelID_OnClick(arg1); |
||
1352 | </OnClick> |
||
1353 | </Scripts> |
||
1354 | </Button> |
||
1355 | |||
1356 | <Frame name="Sudoku_Count2" inherits="Sudoku_CountTemplate" > |
||
1357 | <Anchors> |
||
1358 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Count1" > |
||
1359 | <Offset> |
||
1360 | <AbsDimension x="0" y="-34"/> |
||
1361 | </Offset> |
||
1362 | </Anchor> |
||
1363 | </Anchors> |
||
1364 | </Frame> |
||
1365 | |||
1366 | <Frame name="Sudoku_Count3" inherits="Sudoku_CountTemplate" > |
||
1367 | <Anchors> |
||
1368 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Count2" > |
||
1369 | <Offset> |
||
1370 | <AbsDimension x="0" y="-34"/> |
||
1371 | </Offset> |
||
1372 | </Anchor> |
||
1373 | </Anchors> |
||
1374 | </Frame> |
||
1375 | |||
1376 | <Button name="Sudoku_NewGameButton" inherits="UIPanelButtonTemplate"> |
||
1377 | <Size> |
||
1378 | <AbsDimension x="80" y="32"/> |
||
1379 | </Size> |
||
1380 | <Anchors> |
||
1381 | <Anchor point="TOPLEFT" relativeTo="Sudoku_Count3"> |
||
1382 | <Offset> |
||
1383 | <AbsDimension x="0" y="-40"/> |
||
1384 | </Offset> |
||
1385 | </Anchor> |
||
1386 | </Anchors> |
||
1387 | <Scripts> |
||
1388 | <OnLoad> |
||
1389 | this:SetText(SUDOKU_NEWPUZZLE_BUTTON); |
||
1390 | </OnLoad> |
||
1391 | <OnClick> |
||
1392 | Sudoku_NewGame(); |
||
1393 | </OnClick> |
||
1394 | </Scripts> |
||
1395 | </Button> |
||
1396 | |||
1397 | <Button name="Sudoku_ViewGameButton" inherits="UIPanelButtonTemplate"> |
||
1398 | <Size> |
||
1399 | <AbsDimension x="80" y="32"/> |
||
1400 | </Size> |
||
1401 | <Anchors> |
||
1402 | <Anchor point="TOPLEFT" relativeTo="Sudoku_NewGameButton"> |
||
1403 | <Offset> |
||
1404 | <AbsDimension x="0" y="-34"/> |
||
1405 | </Offset> |
||
1406 | </Anchor> |
||
1407 | </Anchors> |
||
1408 | <Scripts> |
||
1409 | <OnLoad> |
||
1410 | this:SetText(SUDOKU_VIEWPUZZLE_BUTTON); |
||
1411 | </OnLoad> |
||
1412 | <OnClick> |
||
1413 | Sudoku_ZeigeLoesung(); |
||
1414 | </OnClick> |
||
1415 | </Scripts> |
||
1416 | </Button> |
||
1417 | |||
1418 | <Button name="Sudoku_HelpButton" inherits="UIPanelButtonTemplate"> |
||
1419 | <Size> |
||
1420 | <AbsDimension x="80" y="32"/> |
||
1421 | </Size> |
||
1422 | <Anchors> |
||
1423 | <Anchor point="TOPLEFT" relativeTo="Sudoku_ViewGameButton"> |
||
1424 | <Offset> |
||
1425 | <AbsDimension x="0" y="-34"/> |
||
1426 | </Offset> |
||
1427 | </Anchor> |
||
1428 | </Anchors> |
||
1429 | <Scripts> |
||
1430 | <OnLoad> |
||
1431 | this:SetText(SUDOKU_HELP_BUTTON); |
||
1432 | </OnLoad> |
||
1433 | <OnClick> |
||
1434 | if (Sudoku_HelpFrame:IsVisible()) then |
||
1435 | Sudoku_AboutFrame:Hide(); |
||
1436 | Sudoku_HelpFrame:Hide(); |
||
1437 | Sudoku_PuzzleFrame:Show(); |
||
1438 | else |
||
1439 | Sudoku_AboutFrame:Hide(); |
||
1440 | Sudoku_PuzzleFrame:Hide(); |
||
1441 | Sudoku_HelpFrame:Show(); |
||
1442 | end |
||
1443 | </OnClick> |
||
1444 | </Scripts> |
||
1445 | </Button> |
||
1446 | |||
1447 | <EditBox name="Sudoku_EditID" historyLines="0" letters="5" hidden="true"> |
||
1448 | <Size> |
||
1449 | <AbsDimension x="80" y="32"/> |
||
1450 | </Size> |
||
1451 | <Anchors> |
||
1452 | <Anchor point="TOP" relativeTo="Sudoku_Count1" relativePoint="TOP"> |
||
1453 | <Offset> |
||
1454 | <AbsDimension x="0" y="0"/> |
||
1455 | </Offset> |
||
1456 | </Anchor> |
||
1457 | </Anchors> |
||
1458 | |||
1459 | <Layers> |
||
1460 | <Layer level="BACKGROUND"> |
||
1461 | <Texture name="TitleLeft" file="Interface\ChatFrame\UI-ChatInputBorder-Left"> |
||
1462 | <Size> |
||
1463 | <AbsDimension x="40" y="32"/> |
||
1464 | </Size> |
||
1465 | <Anchors> |
||
1466 | <Anchor point="LEFT"> |
||
1467 | <Offset> |
||
1468 | <AbsDimension x="0" y="0"/> |
||
1469 | </Offset> |
||
1470 | </Anchor> |
||
1471 | </Anchors> |
||
1472 | <TexCoords left="0" right="1.0" top="0" bottom="1.0"/> |
||
1473 | </Texture> |
||
1474 | |||
1475 | <Texture name="TitleRight" file="Interface\ChatFrame\UI-ChatInputBorder-Right"> |
||
1476 | <Size> |
||
1477 | <AbsDimension x="40" y="32"/> |
||
1478 | </Size> |
||
1479 | <Anchors> |
||
1480 | <Anchor point="RIGHT"> |
||
1481 | <Offset> |
||
1482 | <AbsDimension x="0" y="0"/> |
||
1483 | </Offset> |
||
1484 | </Anchor> |
||
1485 | </Anchors> |
||
1486 | <TexCoords left="0" right="1.0" top="0" bottom="1.0"/> |
||
1487 | </Texture> |
||
1488 | </Layer> |
||
1489 | </Layers> |
||
1490 | |||
1491 | <Scripts> |
||
1492 | <OnLoad> |
||
1493 | </OnLoad> |
||
1494 | <OnMouseDown> |
||
1495 | </OnMouseDown> |
||
1496 | <OnTextChanged> |
||
1497 | </OnTextChanged> |
||
1498 | <OnEnterPressed> |
||
1499 | this:Hide(); |
||
1500 | Sudoku_Count1:Show(); |
||
1501 | Sudoku_EditListID(this:GetText()); |
||
1502 | </OnEnterPressed> |
||
1503 | <OnEscapePressed> |
||
1504 | this:Hide(); |
||
1505 | Sudoku_Count1:Show(); |
||
1506 | </OnEscapePressed> |
||
1507 | </Scripts> |
||
1508 | <FontString inherits="ChatFontNormal"/> |
||
1509 | </EditBox> |
||
1510 | |||
1511 | </Frames> |
||
1512 | |||
1513 | <Layers> |
||
1514 | <Layer level="BACKGROUND"> |
||
1515 | <Texture name="Sudoku_Background" file="Interface\AddOns\Sudoku\Images\mainframe"> |
||
1516 | <Size> |
||
1517 | <AbsDimension x="512" y="512"/> |
||
1518 | </Size> |
||
1519 | <Anchors> |
||
1520 | <Anchor point="TOPLEFT"> |
||
1521 | <Offset> |
||
1522 | <AbsDimension x="0" y="0"/> |
||
1523 | </Offset> |
||
1524 | </Anchor> |
||
1525 | </Anchors> |
||
1526 | </Texture> |
||
1527 | </Layer> |
||
1528 | </Layers> |
||
1529 | |||
1530 | <Scripts> |
||
1531 | <OnLoad> |
||
1532 | Sudoku_OnLoad(); |
||
1533 | </OnLoad> |
||
1534 | <OnEvent> |
||
1535 | Sudoku_OnEvent(event); |
||
1536 | </OnEvent> |
||
1537 | <OnShow> |
||
1538 | </OnShow> |
||
1539 | <OnHide> |
||
1540 | </OnHide> |
||
1541 | <OnClick> |
||
1542 | </OnClick> |
||
1543 | |||
1544 | <OnDragStart> |
||
1545 | this:StartMoving(); |
||
1546 | </OnDragStart> |
||
1547 | <OnDragStop> |
||
1548 | this:StopMovingOrSizing(); |
||
1549 | </OnDragStop> |
||
1550 | </Scripts> |
||
1551 | </Frame> |
||
1552 | |||
1553 | </Ui> |