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/" |
2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||
3 | xsi:schemaLocation="http://www.blizzard.com/wow/ui/"> |
||
4 | <Script file="Gems.lua"/> |
||
5 | |||
6 | <Button name="Gems_CellTemplate" virtual="true" hidden="false"> |
||
7 | <Size> |
||
8 | <AbsDimension x="32" y="32"/> |
||
9 | </Size> |
||
10 | |||
11 | <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" tile="true"> |
||
12 | <EdgeSize> |
||
13 | <AbsValue val="16"/> |
||
14 | </EdgeSize> |
||
15 | <TileSize> |
||
16 | <AbsValue val="16"/> |
||
17 | </TileSize> |
||
18 | <BackgroundInsets> |
||
19 | <AbsInset left="1" right="1" top="1" bottom="1"/> |
||
20 | </BackgroundInsets> |
||
21 | </Backdrop> |
||
22 | |||
23 | <Layers> |
||
24 | <Layer level="ARTWORK"> |
||
25 | <FontString name="$parentLabel" inherits="GameFontHighlightLarge"> |
||
26 | <Anchors> |
||
27 | <Anchor point="CENTER"> |
||
28 | </Anchor> |
||
29 | </Anchors> |
||
30 | </FontString> |
||
31 | </Layer> |
||
32 | </Layers> |
||
33 | </Button> |
||
34 | |||
35 | <!-- the main frame --> |
||
36 | <Frame name="Gems_Frame" toplevel="true" hidden="true" movable="true" parent="UIParent"> |
||
37 | <Size> |
||
38 | <AbsDimension x="375" y="365"/> |
||
39 | </Size> |
||
40 | |||
41 | <Anchors> |
||
42 | <Anchor point="TOPLEFT"> |
||
43 | <Offset> |
||
44 | <AbsDimension x="0" y="-104"/> |
||
45 | </Offset> |
||
46 | </Anchor> |
||
47 | </Anchors> |
||
48 | <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true"> |
||
49 | <BackgroundInsets> |
||
50 | <AbsInset left="11" right="12" top="12" bottom="11" /> |
||
51 | <Size> |
||
52 | <AbsDimension x="128" y="17" /> |
||
53 | </Size> |
||
54 | </BackgroundInsets> |
||
55 | <TileSize> |
||
56 | <AbsValue val="32" /> |
||
57 | </TileSize> |
||
58 | <EdgeSize> |
||
59 | <AbsValue val="32" /> |
||
60 | </EdgeSize> |
||
61 | </Backdrop> |
||
62 | |||
63 | <Layers> |
||
64 | <Layer level="ARTWORK"> |
||
65 | <!-- Frame header background texture --> |
||
66 | <Texture name="Gems_FrameTitle" file="Interface\DialogFrame\UI-DialogBox-Header"> |
||
67 | <Size> |
||
68 | <AbsDimension x="250" y="64" /> |
||
69 | </Size> |
||
70 | <Anchors> |
||
71 | <Anchor point="TOP"> |
||
72 | <Offset> |
||
73 | <AbsDimension x="0" y="12" /> |
||
74 | </Offset> |
||
75 | </Anchor> |
||
76 | </Anchors> |
||
77 | </Texture> |
||
78 | |||
79 | <!-- Frame header label --> |
||
80 | <FontString inherits="GameFontNormal" text="Val's Gems 1.6"> |
||
81 | <Anchors> |
||
82 | <Anchor point="TOP"> |
||
83 | <Offset> |
||
84 | <AbsDimension x="0" y="-3" /> |
||
85 | </Offset> |
||
86 | </Anchor> |
||
87 | </Anchors> |
||
88 | </FontString> |
||
89 | |||
90 | <!-- Score label --> |
||
91 | <FontString name="Gems_ScoreLabel" inherits="GameFontNormal" text="Score"> |
||
92 | <Anchors> |
||
93 | <Anchor point="TOP" relativeTo="Gems_Frame" relativePoint="TOPRIGHT"> |
||
94 | <Offset> |
||
95 | <AbsDimension x="-55" y="-150" /> |
||
96 | </Offset> |
||
97 | </Anchor> |
||
98 | </Anchors> |
||
99 | </FontString> |
||
100 | |||
101 | <!-- Score text --> |
||
102 | <FontString name="Gems_ScoreString" inherits="GameFontHighlightLarge" text="0"> |
||
103 | <Anchors> |
||
104 | <Anchor point="TOP" relativeTo="Gems_ScoreLabel" relativePoint="BOTTOM"> |
||
105 | <Offset> |
||
106 | <AbsDimension x="0" y="-3" /> |
||
107 | </Offset> |
||
108 | </Anchor> |
||
109 | </Anchors> |
||
110 | </FontString> |
||
111 | </Layer> |
||
112 | </Layers> |
||
113 | |||
114 | <Frames> |
||
115 | <Frame name="Gems_CellContainer" hidden="false"> |
||
116 | <Size> |
||
117 | <AbsDimension x="275" y="275"/> |
||
118 | </Size> |
||
119 | <Anchors> |
||
120 | <Anchor point="TOPLEFT" relativeTo="Gems_Frame" relativePoint="TOPLEFT"> |
||
121 | <Offset> |
||
122 | <AbsDimension x="10" y="-25"/> |
||
123 | </Offset> |
||
124 | </Anchor> |
||
125 | </Anchors> |
||
126 | <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true"> |
||
127 | <EdgeSize> |
||
128 | <AbsValue val="16"/> |
||
129 | </EdgeSize> |
||
130 | <TileSize> |
||
131 | <AbsValue val="16"/> |
||
132 | </TileSize> |
||
133 | <BackgroundInsets> |
||
134 | <AbsInset left="5" right="5" top="5" bottom="5"/> |
||
135 | </BackgroundInsets> |
||
136 | </Backdrop> |
||
137 | </Frame> |
||
138 | |||
139 | <Button name="Gems_LeftButton" inherits="GameMenuButtonTemplate" text="<"> |
||
140 | <Size> |
||
141 | <AbsDimension x="75" y="25"/> |
||
142 | </Size> |
||
143 | <Anchors> |
||
144 | <Anchor point="TOPRIGHT" relativeTo="Gems_CellContainer" relativePoint="BOTTOM"> |
||
145 | <Offset> |
||
146 | <AbsDimension x="0" y="0"/> |
||
147 | </Offset> |
||
148 | </Anchor> |
||
149 | </Anchors> |
||
150 | <Scripts> |
||
151 | <OnClick> |
||
152 | Gems_MoveLeft(); |
||
153 | </OnClick> |
||
154 | </Scripts> |
||
155 | </Button> |
||
156 | |||
157 | <Button name="Gems_RightButton" inherits="GameMenuButtonTemplate" text=">"> |
||
158 | <Size> |
||
159 | <AbsDimension x="75" y="25"/> |
||
160 | </Size> |
||
161 | <Anchors> |
||
162 | <Anchor point="TOPLEFT" relativeTo="Gems_CellContainer" relativePoint="BOTTOM"> |
||
163 | <Offset> |
||
164 | <AbsDimension x="0" y="0"/> |
||
165 | </Offset> |
||
166 | </Anchor> |
||
167 | </Anchors> |
||
168 | <Scripts> |
||
169 | <OnClick> |
||
170 | Gems_MoveRight(); |
||
171 | </OnClick> |
||
172 | </Scripts> |
||
173 | </Button> |
||
174 | |||
175 | <Button name="Gems_DownButton" inherits="GameMenuButtonTemplate" text="v"> |
||
176 | <Size> |
||
177 | <AbsDimension x="75" y="25"/> |
||
178 | </Size> |
||
179 | <Anchors> |
||
180 | <Anchor point="TOP" relativeTo="Gems_RightButton" relativePoint="BOTTOMLEFT"> |
||
181 | <Offset> |
||
182 | <AbsDimension x="0" y="0"/> |
||
183 | </Offset> |
||
184 | </Anchor> |
||
185 | </Anchors> |
||
186 | <Scripts> |
||
187 | <OnClick> |
||
188 | Gems_MoveDown(); |
||
189 | </OnClick> |
||
190 | </Scripts> |
||
191 | </Button> |
||
192 | |||
193 | <Button name="Gems_HideButton" inherits="GameMenuButtonTemplate" text="Hide"> |
||
194 | <Size> |
||
195 | <AbsDimension x="75" y="25"/> |
||
196 | </Size> |
||
197 | <Anchors> |
||
198 | <Anchor point="TOPRIGHT" relativeTo="Gems_Frame" relativePoint="TOPRIGHT"> |
||
199 | <Offset> |
||
200 | <AbsDimension x="-13" y="-25"/> |
||
201 | </Offset> |
||
202 | </Anchor> |
||
203 | </Anchors> |
||
204 | <Scripts> |
||
205 | <OnClick> |
||
206 | Gems_Toggle(); |
||
207 | </OnClick> |
||
208 | </Scripts> |
||
209 | </Button> |
||
210 | |||
211 | <Button name="Gems_PauseButton" inherits="GameMenuButtonTemplate" text="Pause"> |
||
212 | <Size> |
||
213 | <AbsDimension x="75" y="25"/> |
||
214 | </Size> |
||
215 | <Anchors> |
||
216 | <Anchor point="TOP" relativeTo="Gems_HideButton" relativePoint="BOTTOM"> |
||
217 | <Offset> |
||
218 | <AbsDimension x="0" y="0"/> |
||
219 | </Offset> |
||
220 | </Anchor> |
||
221 | </Anchors> |
||
222 | <Scripts> |
||
223 | <OnClick> |
||
224 | Gems_PauseToggle(); |
||
225 | </OnClick> |
||
226 | </Scripts> |
||
227 | </Button> |
||
228 | |||
229 | <Button name="Gems_ResetButton" inherits="GameMenuButtonTemplate" text="Reset"> |
||
230 | <Size> |
||
231 | <AbsDimension x="75" y="25"/> |
||
232 | </Size> |
||
233 | <Anchors> |
||
234 | <Anchor point="TOP" relativeTo="Gems_PauseButton" relativePoint="BOTTOM"> |
||
235 | <Offset> |
||
236 | <AbsDimension x="0" y="0"/> |
||
237 | </Offset> |
||
238 | </Anchor> |
||
239 | </Anchors> |
||
240 | <Scripts> |
||
241 | <OnClick> |
||
242 | Gems_NewGame(); |
||
243 | </OnClick> |
||
244 | </Scripts> |
||
245 | </Button> |
||
246 | |||
247 | <Frame name="Gems_Difficulty" inherits="UIDropDownMenuTemplate"> |
||
248 | <Anchors> |
||
249 | <Anchor point="TOP" relativeTo="Gems_ResetButton" relativePoint="BOTTOM"> |
||
250 | <Offset> |
||
251 | <AbsDimension x="0" y="0"/> |
||
252 | </Offset> |
||
253 | </Anchor> |
||
254 | </Anchors> |
||
255 | <Size> |
||
256 | <AbsDimension x="60" y="16"/> |
||
257 | </Size> |
||
258 | <Scripts> |
||
259 | <OnLoad> |
||
260 | Gems_Difficulty_OnLoad(); |
||
261 | </OnLoad> |
||
262 | <OnClick> |
||
263 | Gems_Difficulty_OnClick(); |
||
264 | </OnClick> |
||
265 | </Scripts> |
||
266 | </Frame> |
||
267 | |||
268 | <!-- row 1 --> |
||
269 | <Button name="Gems_Cell1" inherits="Gems_CellTemplate" hidden="false" id="1"> |
||
270 | <Anchors> |
||
271 | <Anchor point="TOPLEFT" relativeTo="Gems_CellContainer" relativePoint="TOPLEFT"> |
||
272 | <Offset> |
||
273 | <AbsDimension x="10" y="-10"/> |
||
274 | </Offset> |
||
275 | </Anchor> |
||
276 | </Anchors> |
||
277 | </Button> |
||
278 | <Button name="Gems_Cell2" inherits="Gems_CellTemplate" hidden="false" id="2"> |
||
279 | <Anchors> |
||
280 | <Anchor point="LEFT" relativeTo="Gems_Cell1" relativePoint="RIGHT"> |
||
281 | </Anchor> |
||
282 | </Anchors> |
||
283 | </Button> |
||
284 | <Button name="Gems_Cell3" inherits="Gems_CellTemplate" hidden="false" id="3"> |
||
285 | <Anchors> |
||
286 | <Anchor point="LEFT" relativeTo="Gems_Cell2" relativePoint="RIGHT"> |
||
287 | </Anchor> |
||
288 | </Anchors> |
||
289 | </Button> |
||
290 | <Button name="Gems_Cell4" inherits="Gems_CellTemplate" hidden="false" id="4"> |
||
291 | <Anchors> |
||
292 | <Anchor point="LEFT" relativeTo="Gems_Cell3" relativePoint="RIGHT"> |
||
293 | </Anchor> |
||
294 | </Anchors> |
||
295 | </Button> |
||
296 | <Button name="Gems_Cell5" inherits="Gems_CellTemplate" hidden="false" id="5"> |
||
297 | <Anchors> |
||
298 | <Anchor point="LEFT" relativeTo="Gems_Cell4" relativePoint="RIGHT"> |
||
299 | </Anchor> |
||
300 | </Anchors> |
||
301 | </Button> |
||
302 | <Button name="Gems_Cell6" inherits="Gems_CellTemplate" hidden="false" id="6"> |
||
303 | <Anchors> |
||
304 | <Anchor point="LEFT" relativeTo="Gems_Cell5" relativePoint="RIGHT"> |
||
305 | </Anchor> |
||
306 | </Anchors> |
||
307 | </Button> |
||
308 | <Button name="Gems_Cell7" inherits="Gems_CellTemplate" hidden="false" id="7"> |
||
309 | <Anchors> |
||
310 | <Anchor point="LEFT" relativeTo="Gems_Cell6" relativePoint="RIGHT"> |
||
311 | </Anchor> |
||
312 | </Anchors> |
||
313 | </Button> |
||
314 | <Button name="Gems_Cell8" inherits="Gems_CellTemplate" hidden="false" id="8"> |
||
315 | <Anchors> |
||
316 | <Anchor point="LEFT" relativeTo="Gems_Cell7" relativePoint="RIGHT"> |
||
317 | </Anchor> |
||
318 | </Anchors> |
||
319 | </Button> |
||
320 | |||
321 | <!-- row 2 --> |
||
322 | <Button name="Gems_Cell9" inherits="Gems_CellTemplate" hidden="false" id="9"> |
||
323 | <Anchors> |
||
324 | <Anchor point="TOPLEFT" relativeTo="Gems_Cell1" relativePoint="BOTTOMLEFT"> |
||
325 | </Anchor> |
||
326 | </Anchors> |
||
327 | </Button> |
||
328 | <Button name="Gems_Cell10" inherits="Gems_CellTemplate" hidden="false" id="10"> |
||
329 | <Anchors> |
||
330 | <Anchor point="LEFT" relativeTo="Gems_Cell9" relativePoint="RIGHT"> |
||
331 | </Anchor> |
||
332 | </Anchors> |
||
333 | </Button> |
||
334 | <Button name="Gems_Cell11" inherits="Gems_CellTemplate" hidden="false" id="11"> |
||
335 | <Anchors> |
||
336 | <Anchor point="LEFT" relativeTo="Gems_Cell10" relativePoint="RIGHT"> |
||
337 | </Anchor> |
||
338 | </Anchors> |
||
339 | </Button> |
||
340 | <Button name="Gems_Cell12" inherits="Gems_CellTemplate" hidden="false" id="12"> |
||
341 | <Anchors> |
||
342 | <Anchor point="LEFT" relativeTo="Gems_Cell11" relativePoint="RIGHT"> |
||
343 | </Anchor> |
||
344 | </Anchors> |
||
345 | </Button> |
||
346 | <Button name="Gems_Cell13" inherits="Gems_CellTemplate" hidden="false" id="13"> |
||
347 | <Anchors> |
||
348 | <Anchor point="LEFT" relativeTo="Gems_Cell12" relativePoint="RIGHT"> |
||
349 | </Anchor> |
||
350 | </Anchors> |
||
351 | </Button> |
||
352 | <Button name="Gems_Cell14" inherits="Gems_CellTemplate" hidden="false" id="14"> |
||
353 | <Anchors> |
||
354 | <Anchor point="LEFT" relativeTo="Gems_Cell13" relativePoint="RIGHT"> |
||
355 | </Anchor> |
||
356 | </Anchors> |
||
357 | </Button> |
||
358 | <Button name="Gems_Cell15" inherits="Gems_CellTemplate" hidden="false" id="15"> |
||
359 | <Anchors> |
||
360 | <Anchor point="LEFT" relativeTo="Gems_Cell14" relativePoint="RIGHT"> |
||
361 | </Anchor> |
||
362 | </Anchors> |
||
363 | </Button> |
||
364 | <Button name="Gems_Cell16" inherits="Gems_CellTemplate" hidden="false" id="16"> |
||
365 | <Anchors> |
||
366 | <Anchor point="LEFT" relativeTo="Gems_Cell15" relativePoint="RIGHT"> |
||
367 | </Anchor> |
||
368 | </Anchors> |
||
369 | </Button> |
||
370 | |||
371 | <!-- row 3 --> |
||
372 | <Button name="Gems_Cell17" inherits="Gems_CellTemplate" hidden="false" id="17"> |
||
373 | <Anchors> |
||
374 | <Anchor point="TOPLEFT" relativeTo="Gems_Cell9" relativePoint="BOTTOMLEFT"> |
||
375 | </Anchor> |
||
376 | </Anchors> |
||
377 | </Button> |
||
378 | <Button name="Gems_Cell18" inherits="Gems_CellTemplate" hidden="false" id="18"> |
||
379 | <Anchors> |
||
380 | <Anchor point="LEFT" relativeTo="Gems_Cell17" relativePoint="RIGHT"> |
||
381 | </Anchor> |
||
382 | </Anchors> |
||
383 | </Button> |
||
384 | <Button name="Gems_Cell19" inherits="Gems_CellTemplate" hidden="false" id="19"> |
||
385 | <Anchors> |
||
386 | <Anchor point="LEFT" relativeTo="Gems_Cell18" relativePoint="RIGHT"> |
||
387 | </Anchor> |
||
388 | </Anchors> |
||
389 | </Button> |
||
390 | <Button name="Gems_Cell20" inherits="Gems_CellTemplate" hidden="false" id="20"> |
||
391 | <Anchors> |
||
392 | <Anchor point="LEFT" relativeTo="Gems_Cell19" relativePoint="RIGHT"> |
||
393 | </Anchor> |
||
394 | </Anchors> |
||
395 | </Button> |
||
396 | <Button name="Gems_Cell21" inherits="Gems_CellTemplate" hidden="false" id="21"> |
||
397 | <Anchors> |
||
398 | <Anchor point="LEFT" relativeTo="Gems_Cell20" relativePoint="RIGHT"> |
||
399 | </Anchor> |
||
400 | </Anchors> |
||
401 | </Button> |
||
402 | <Button name="Gems_Cell22" inherits="Gems_CellTemplate" hidden="false" id="22"> |
||
403 | <Anchors> |
||
404 | <Anchor point="LEFT" relativeTo="Gems_Cell21" relativePoint="RIGHT"> |
||
405 | </Anchor> |
||
406 | </Anchors> |
||
407 | </Button> |
||
408 | <Button name="Gems_Cell23" inherits="Gems_CellTemplate" hidden="false" id="23"> |
||
409 | <Anchors> |
||
410 | <Anchor point="LEFT" relativeTo="Gems_Cell22" relativePoint="RIGHT"> |
||
411 | </Anchor> |
||
412 | </Anchors> |
||
413 | </Button> |
||
414 | <Button name="Gems_Cell24" inherits="Gems_CellTemplate" hidden="false" id="24"> |
||
415 | <Anchors> |
||
416 | <Anchor point="LEFT" relativeTo="Gems_Cell23" relativePoint="RIGHT"> |
||
417 | </Anchor> |
||
418 | </Anchors> |
||
419 | </Button> |
||
420 | |||
421 | <!-- row 4 --> |
||
422 | <Button name="Gems_Cell25" inherits="Gems_CellTemplate" hidden="false" id="25"> |
||
423 | <Anchors> |
||
424 | <Anchor point="TOPLEFT" relativeTo="Gems_Cell17" relativePoint="BOTTOMLEFT"> |
||
425 | </Anchor> |
||
426 | </Anchors> |
||
427 | </Button> |
||
428 | <Button name="Gems_Cell26" inherits="Gems_CellTemplate" hidden="false" id="26"> |
||
429 | <Anchors> |
||
430 | <Anchor point="LEFT" relativeTo="Gems_Cell25" relativePoint="RIGHT"> |
||
431 | </Anchor> |
||
432 | </Anchors> |
||
433 | </Button> |
||
434 | <Button name="Gems_Cell27" inherits="Gems_CellTemplate" hidden="false" id="27"> |
||
435 | <Anchors> |
||
436 | <Anchor point="LEFT" relativeTo="Gems_Cell26" relativePoint="RIGHT"> |
||
437 | </Anchor> |
||
438 | </Anchors> |
||
439 | </Button> |
||
440 | <Button name="Gems_Cell28" inherits="Gems_CellTemplate" hidden="false" id="28"> |
||
441 | <Anchors> |
||
442 | <Anchor point="LEFT" relativeTo="Gems_Cell27" relativePoint="RIGHT"> |
||
443 | </Anchor> |
||
444 | </Anchors> |
||
445 | </Button> |
||
446 | <Button name="Gems_Cell29" inherits="Gems_CellTemplate" hidden="false" id="29"> |
||
447 | <Anchors> |
||
448 | <Anchor point="LEFT" relativeTo="Gems_Cell28" relativePoint="RIGHT"> |
||
449 | </Anchor> |
||
450 | </Anchors> |
||
451 | </Button> |
||
452 | <Button name="Gems_Cell30" inherits="Gems_CellTemplate" hidden="false" id="30"> |
||
453 | <Anchors> |
||
454 | <Anchor point="LEFT" relativeTo="Gems_Cell29" relativePoint="RIGHT"> |
||
455 | </Anchor> |
||
456 | </Anchors> |
||
457 | </Button> |
||
458 | <Button name="Gems_Cell31" inherits="Gems_CellTemplate" hidden="false" id="31"> |
||
459 | <Anchors> |
||
460 | <Anchor point="LEFT" relativeTo="Gems_Cell30" relativePoint="RIGHT"> |
||
461 | </Anchor> |
||
462 | </Anchors> |
||
463 | </Button> |
||
464 | <Button name="Gems_Cell32" inherits="Gems_CellTemplate" hidden="false" id="32"> |
||
465 | <Anchors> |
||
466 | <Anchor point="LEFT" relativeTo="Gems_Cell31" relativePoint="RIGHT"> |
||
467 | </Anchor> |
||
468 | </Anchors> |
||
469 | </Button> |
||
470 | |||
471 | <!-- row 5 --> |
||
472 | <Button name="Gems_Cell33" inherits="Gems_CellTemplate" hidden="false" id="33"> |
||
473 | <Anchors> |
||
474 | <Anchor point="TOPLEFT" relativeTo="Gems_Cell25" relativePoint="BOTTOMLEFT"> |
||
475 | </Anchor> |
||
476 | </Anchors> |
||
477 | </Button> |
||
478 | <Button name="Gems_Cell34" inherits="Gems_CellTemplate" hidden="false" id="34"> |
||
479 | <Anchors> |
||
480 | <Anchor point="LEFT" relativeTo="Gems_Cell33" relativePoint="RIGHT"> |
||
481 | </Anchor> |
||
482 | </Anchors> |
||
483 | </Button> |
||
484 | <Button name="Gems_Cell35" inherits="Gems_CellTemplate" hidden="false" id="35"> |
||
485 | <Anchors> |
||
486 | <Anchor point="LEFT" relativeTo="Gems_Cell34" relativePoint="RIGHT"> |
||
487 | </Anchor> |
||
488 | </Anchors> |
||
489 | </Button> |
||
490 | <Button name="Gems_Cell36" inherits="Gems_CellTemplate" hidden="false" id="36"> |
||
491 | <Anchors> |
||
492 | <Anchor point="LEFT" relativeTo="Gems_Cell35" relativePoint="RIGHT"> |
||
493 | </Anchor> |
||
494 | </Anchors> |
||
495 | </Button> |
||
496 | <Button name="Gems_Cell37" inherits="Gems_CellTemplate" hidden="false" id="37"> |
||
497 | <Anchors> |
||
498 | <Anchor point="LEFT" relativeTo="Gems_Cell36" relativePoint="RIGHT"> |
||
499 | </Anchor> |
||
500 | </Anchors> |
||
501 | </Button> |
||
502 | <Button name="Gems_Cell38" inherits="Gems_CellTemplate" hidden="false" id="38"> |
||
503 | <Anchors> |
||
504 | <Anchor point="LEFT" relativeTo="Gems_Cell37" relativePoint="RIGHT"> |
||
505 | </Anchor> |
||
506 | </Anchors> |
||
507 | </Button> |
||
508 | <Button name="Gems_Cell39" inherits="Gems_CellTemplate" hidden="false" id="39"> |
||
509 | <Anchors> |
||
510 | <Anchor point="LEFT" relativeTo="Gems_Cell38" relativePoint="RIGHT"> |
||
511 | </Anchor> |
||
512 | </Anchors> |
||
513 | </Button> |
||
514 | <Button name="Gems_Cell40" inherits="Gems_CellTemplate" hidden="false" id="40"> |
||
515 | <Anchors> |
||
516 | <Anchor point="LEFT" relativeTo="Gems_Cell39" relativePoint="RIGHT"> |
||
517 | </Anchor> |
||
518 | </Anchors> |
||
519 | </Button> |
||
520 | |||
521 | <!-- row 6 --> |
||
522 | <Button name="Gems_Cell41" inherits="Gems_CellTemplate" hidden="false" id="41"> |
||
523 | <Anchors> |
||
524 | <Anchor point="TOPLEFT" relativeTo="Gems_Cell33" relativePoint="BOTTOMLEFT"> |
||
525 | </Anchor> |
||
526 | </Anchors> |
||
527 | </Button> |
||
528 | <Button name="Gems_Cell42" inherits="Gems_CellTemplate" hidden="false" id="42"> |
||
529 | <Anchors> |
||
530 | <Anchor point="LEFT" relativeTo="Gems_Cell41" relativePoint="RIGHT"> |
||
531 | </Anchor> |
||
532 | </Anchors> |
||
533 | </Button> |
||
534 | <Button name="Gems_Cell43" inherits="Gems_CellTemplate" hidden="false" id="43"> |
||
535 | <Anchors> |
||
536 | <Anchor point="LEFT" relativeTo="Gems_Cell42" relativePoint="RIGHT"> |
||
537 | </Anchor> |
||
538 | </Anchors> |
||
539 | </Button> |
||
540 | <Button name="Gems_Cell44" inherits="Gems_CellTemplate" hidden="false" id="44"> |
||
541 | <Anchors> |
||
542 | <Anchor point="LEFT" relativeTo="Gems_Cell43" relativePoint="RIGHT"> |
||
543 | </Anchor> |
||
544 | </Anchors> |
||
545 | </Button> |
||
546 | <Button name="Gems_Cell45" inherits="Gems_CellTemplate" hidden="false" id="45"> |
||
547 | <Anchors> |
||
548 | <Anchor point="LEFT" relativeTo="Gems_Cell44" relativePoint="RIGHT"> |
||
549 | </Anchor> |
||
550 | </Anchors> |
||
551 | </Button> |
||
552 | <Button name="Gems_Cell46" inherits="Gems_CellTemplate" hidden="false" id="46"> |
||
553 | <Anchors> |
||
554 | <Anchor point="LEFT" relativeTo="Gems_Cell45" relativePoint="RIGHT"> |
||
555 | </Anchor> |
||
556 | </Anchors> |
||
557 | </Button> |
||
558 | <Button name="Gems_Cell47" inherits="Gems_CellTemplate" hidden="false" id="47"> |
||
559 | <Anchors> |
||
560 | <Anchor point="LEFT" relativeTo="Gems_Cell46" relativePoint="RIGHT"> |
||
561 | </Anchor> |
||
562 | </Anchors> |
||
563 | </Button> |
||
564 | <Button name="Gems_Cell48" inherits="Gems_CellTemplate" hidden="false" id="48"> |
||
565 | <Anchors> |
||
566 | <Anchor point="LEFT" relativeTo="Gems_Cell47" relativePoint="RIGHT"> |
||
567 | </Anchor> |
||
568 | </Anchors> |
||
569 | </Button> |
||
570 | |||
571 | <!-- row 7 --> |
||
572 | <Button name="Gems_Cell49" inherits="Gems_CellTemplate" hidden="false" id="49"> |
||
573 | <Anchors> |
||
574 | <Anchor point="TOPLEFT" relativeTo="Gems_Cell41" relativePoint="BOTTOMLEFT"> |
||
575 | </Anchor> |
||
576 | </Anchors> |
||
577 | </Button> |
||
578 | <Button name="Gems_Cell50" inherits="Gems_CellTemplate" hidden="false" id="50"> |
||
579 | <Anchors> |
||
580 | <Anchor point="LEFT" relativeTo="Gems_Cell49" relativePoint="RIGHT"> |
||
581 | </Anchor> |
||
582 | </Anchors> |
||
583 | </Button> |
||
584 | <Button name="Gems_Cell51" inherits="Gems_CellTemplate" hidden="false" id="51"> |
||
585 | <Anchors> |
||
586 | <Anchor point="LEFT" relativeTo="Gems_Cell50" relativePoint="RIGHT"> |
||
587 | </Anchor> |
||
588 | </Anchors> |
||
589 | </Button> |
||
590 | <Button name="Gems_Cell52" inherits="Gems_CellTemplate" hidden="false" id="52"> |
||
591 | <Anchors> |
||
592 | <Anchor point="LEFT" relativeTo="Gems_Cell51" relativePoint="RIGHT"> |
||
593 | </Anchor> |
||
594 | </Anchors> |
||
595 | </Button> |
||
596 | <Button name="Gems_Cell53" inherits="Gems_CellTemplate" hidden="false" id="53"> |
||
597 | <Anchors> |
||
598 | <Anchor point="LEFT" relativeTo="Gems_Cell52" relativePoint="RIGHT"> |
||
599 | </Anchor> |
||
600 | </Anchors> |
||
601 | </Button> |
||
602 | <Button name="Gems_Cell54" inherits="Gems_CellTemplate" hidden="false" id="54"> |
||
603 | <Anchors> |
||
604 | <Anchor point="LEFT" relativeTo="Gems_Cell53" relativePoint="RIGHT"> |
||
605 | </Anchor> |
||
606 | </Anchors> |
||
607 | </Button> |
||
608 | <Button name="Gems_Cell55" inherits="Gems_CellTemplate" hidden="false" id="55"> |
||
609 | <Anchors> |
||
610 | <Anchor point="LEFT" relativeTo="Gems_Cell54" relativePoint="RIGHT"> |
||
611 | </Anchor> |
||
612 | </Anchors> |
||
613 | </Button> |
||
614 | <Button name="Gems_Cell56" inherits="Gems_CellTemplate" hidden="false" id="56"> |
||
615 | <Anchors> |
||
616 | <Anchor point="LEFT" relativeTo="Gems_Cell55" relativePoint="RIGHT"> |
||
617 | </Anchor> |
||
618 | </Anchors> |
||
619 | </Button> |
||
620 | |||
621 | <!-- row 8 --> |
||
622 | <Button name="Gems_Cell57" inherits="Gems_CellTemplate" hidden="false" id="57"> |
||
623 | <Anchors> |
||
624 | <Anchor point="TOPLEFT" relativeTo="Gems_Cell49" relativePoint="BOTTOMLEFT"> |
||
625 | </Anchor> |
||
626 | </Anchors> |
||
627 | </Button> |
||
628 | <Button name="Gems_Cell58" inherits="Gems_CellTemplate" hidden="false" id="58"> |
||
629 | <Anchors> |
||
630 | <Anchor point="LEFT" relativeTo="Gems_Cell57" relativePoint="RIGHT"> |
||
631 | </Anchor> |
||
632 | </Anchors> |
||
633 | </Button> |
||
634 | <Button name="Gems_Cell59" inherits="Gems_CellTemplate" hidden="false" id="59"> |
||
635 | <Anchors> |
||
636 | <Anchor point="LEFT" relativeTo="Gems_Cell58" relativePoint="RIGHT"> |
||
637 | </Anchor> |
||
638 | </Anchors> |
||
639 | </Button> |
||
640 | <Button name="Gems_Cell60" inherits="Gems_CellTemplate" hidden="false" id="60"> |
||
641 | <Anchors> |
||
642 | <Anchor point="LEFT" relativeTo="Gems_Cell59" relativePoint="RIGHT"> |
||
643 | </Anchor> |
||
644 | </Anchors> |
||
645 | </Button> |
||
646 | <Button name="Gems_Cell61" inherits="Gems_CellTemplate" hidden="false" id="61"> |
||
647 | <Anchors> |
||
648 | <Anchor point="LEFT" relativeTo="Gems_Cell60" relativePoint="RIGHT"> |
||
649 | </Anchor> |
||
650 | </Anchors> |
||
651 | </Button> |
||
652 | <Button name="Gems_Cell62" inherits="Gems_CellTemplate" hidden="false" id="62"> |
||
653 | <Anchors> |
||
654 | <Anchor point="LEFT" relativeTo="Gems_Cell61" relativePoint="RIGHT"> |
||
655 | </Anchor> |
||
656 | </Anchors> |
||
657 | </Button> |
||
658 | <Button name="Gems_Cell63" inherits="Gems_CellTemplate" hidden="false" id="63"> |
||
659 | <Anchors> |
||
660 | <Anchor point="LEFT" relativeTo="Gems_Cell62" relativePoint="RIGHT"> |
||
661 | </Anchor> |
||
662 | </Anchors> |
||
663 | </Button> |
||
664 | <Button name="Gems_Cell64" inherits="Gems_CellTemplate" hidden="false" id="64"> |
||
665 | <Anchors> |
||
666 | <Anchor point="LEFT" relativeTo="Gems_Cell63" relativePoint="RIGHT"> |
||
667 | </Anchor> |
||
668 | </Anchors> |
||
669 | </Button> |
||
670 | </Frames> |
||
671 | |||
672 | <Scripts> |
||
673 | <OnMouseDown> |
||
674 | if ( arg1 == "LeftButton" ) then |
||
675 | this:StartMoving(); |
||
676 | end |
||
677 | </OnMouseDown> |
||
678 | <OnMouseUp> |
||
679 | if ( arg1 == "LeftButton" ) then |
||
680 | this:StopMovingOrSizing(); |
||
681 | end |
||
682 | </OnMouseUp> |
||
683 | <OnLoad> |
||
684 | Gems_OnLoad(); |
||
685 | </OnLoad> |
||
686 | <OnUpdate> |
||
687 | Gems_OnUpdate(); |
||
688 | </OnUpdate> |
||
689 | </Scripts> |
||
690 | </Frame> |
||
691 | |||
692 | </Ui> |