vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <!-- |
2 | |||
3 | SKMap_ReportFrame.xml |
||
4 | |||
5 | --> |
||
6 | <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/ |
||
7 | ..\FrameXML\UI.xsd"> |
||
8 | |||
9 | <!-- SKMap_ReportFrameBookButtonTemplate |
||
10 | Button Template for a book line. There are two available formats : |
||
11 | - a single line for raw text (*Text) |
||
12 | - a set of columns for table output (*Col1, *Col2, *Col3, *Col4) |
||
13 | --> |
||
14 | <Button name="SKMap_ReportFrameBookButtonTemplate" virtual="true"> |
||
15 | <Size> |
||
16 | <AbsDimension x="470" y="14"/> |
||
17 | </Size> |
||
18 | <Layers> |
||
19 | <Layer level="BORDER"> |
||
20 | <FontString name="$parentText" inherits="QuestFont" justifyH="LEFT" wraponspaces="false"> |
||
21 | <Size> |
||
22 | <AbsDimension x="470" y="14"/> |
||
23 | </Size> |
||
24 | <Anchors> |
||
25 | <Anchor point="TOPLEFT"> |
||
26 | <Offset> |
||
27 | <AbsDimension x="0" y="1"/> |
||
28 | </Offset> |
||
29 | </Anchor> |
||
30 | </Anchors> |
||
31 | </FontString> |
||
32 | |||
33 | <FontString name="$parentCol1" inherits="QuestFont" justifyH="RIGHT" wraponspaces="false"> |
||
34 | <Size> |
||
35 | <AbsDimension x="200" y="14"/> |
||
36 | </Size> |
||
37 | <Anchors> |
||
38 | <Anchor point="TOPLEFT"> |
||
39 | <Offset> |
||
40 | <AbsDimension x="0" y="1"/> |
||
41 | </Offset> |
||
42 | </Anchor> |
||
43 | </Anchors> |
||
44 | </FontString> |
||
45 | |||
46 | <FontString name="$parentCol2" inherits="QuestFont" justifyH="LEFT" wraponspaces="false"> |
||
47 | <Size> |
||
48 | <AbsDimension x="70" y="14"/> |
||
49 | </Size> |
||
50 | <Anchors> |
||
51 | <Anchor point="LEFT" relativeTo="$parentCol1" relativePoint="RIGHT"> |
||
52 | <Offset> |
||
53 | <AbsDimension x="30" y="0"/> |
||
54 | </Offset> |
||
55 | </Anchor> |
||
56 | </Anchors> |
||
57 | </FontString> |
||
58 | |||
59 | <FontString name="$parentCol3" inherits="QuestFont" justifyH="LEFT" wraponspaces="false"> |
||
60 | <Size> |
||
61 | <AbsDimension x="70" y="14"/> |
||
62 | </Size> |
||
63 | <Anchors> |
||
64 | <Anchor point="LEFT" relativeTo="$parentCol2" relativePoint="RIGHT"> |
||
65 | <Offset> |
||
66 | <AbsDimension x="0" y="0"/> |
||
67 | </Offset> |
||
68 | </Anchor> |
||
69 | </Anchors> |
||
70 | </FontString> |
||
71 | |||
72 | <FontString name="$parentCol4" inherits="QuestFont" justifyH="LEFT" wraponspaces="false"> |
||
73 | <Size> |
||
74 | <AbsDimension x="70" y="14"/> |
||
75 | </Size> |
||
76 | <Anchors> |
||
77 | <Anchor point="LEFT" relativeTo="$parentCol3" relativePoint="RIGHT"> |
||
78 | <Offset> |
||
79 | <AbsDimension x="0" y="0"/> |
||
80 | </Offset> |
||
81 | </Anchor> |
||
82 | </Anchors> |
||
83 | </FontString> |
||
84 | |||
85 | </Layer> |
||
86 | </Layers> |
||
87 | </Button> |
||
88 | |||
89 | |||
90 | |||
91 | <!-- SKMap_ReportFrame |
||
92 | The report frame. |
||
93 | --> |
||
94 | <Frame name="SKMap_ReportFrame" setAllPoints="true" enableMouse="true" parent="SKMapFrame" hidden="true" id="3"> |
||
95 | <HitRectInsets> |
||
96 | <AbsInset left="0" right="30" top="0" bottom="75"/> |
||
97 | </HitRectInsets> |
||
98 | <Layers> |
||
99 | <Layer level="BACKGROUND"> |
||
100 | </Layer> |
||
101 | </Layers> |
||
102 | <Frames> |
||
103 | |||
104 | <Frame name="SKMap_ReportFrame_Book"> |
||
105 | <Size> |
||
106 | <AbsDimension x="512" y="107"/> |
||
107 | </Size> |
||
108 | <Anchors> |
||
109 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame" relativePoint="TOPLEFT"> |
||
110 | <Offset> |
||
111 | <AbsDimension x="22" y="-100"/> |
||
112 | </Offset> |
||
113 | </Anchor> |
||
114 | </Anchors> |
||
115 | <Layers> |
||
116 | <Layer level="BACKGROUND"> |
||
117 | |||
118 | <Texture file="Interface\AddOns\SKMap\Icons\SKMap-Book-Left"> |
||
119 | <Size> |
||
120 | <AbsDimension x="256" y="330"/> |
||
121 | </Size> |
||
122 | <Anchors> |
||
123 | <Anchor point="TOPLEFT"> |
||
124 | <Offset> |
||
125 | <AbsDimension x="0" y="0"/> |
||
126 | </Offset> |
||
127 | </Anchor> |
||
128 | </Anchors> |
||
129 | </Texture> |
||
130 | |||
131 | <Texture file="Interface\AddOns\SKMap\Icons\SKMap-Book-Right"> |
||
132 | <Size> |
||
133 | <AbsDimension x="256" y="330"/> |
||
134 | </Size> |
||
135 | <Anchors> |
||
136 | <Anchor point="TOPLEFT"> |
||
137 | <Offset> |
||
138 | <AbsDimension x="256" y="0"/> |
||
139 | </Offset> |
||
140 | </Anchor> |
||
141 | </Anchors> |
||
142 | </Texture> |
||
143 | |||
144 | </Layer> |
||
145 | </Layers> |
||
146 | |||
147 | <Frames> |
||
148 | |||
149 | |||
150 | <Button id="1" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton1"> |
||
151 | <Anchors> |
||
152 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_Book"> |
||
153 | <Offset> |
||
154 | <AbsDimension x="25" y="-25" /> |
||
155 | </Offset> |
||
156 | </Anchor> |
||
157 | </Anchors> |
||
158 | </Button> |
||
159 | |||
160 | <Button id="2" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton2"> |
||
161 | <Anchors> |
||
162 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton1"> |
||
163 | <Offset> |
||
164 | <AbsDimension x="0" y="0" /> |
||
165 | </Offset> |
||
166 | </Anchor> |
||
167 | </Anchors> |
||
168 | </Button> |
||
169 | |||
170 | <Button id="3" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton3"> |
||
171 | <Anchors> |
||
172 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton2"> |
||
173 | <Offset> |
||
174 | <AbsDimension x="0" y="0" /> |
||
175 | </Offset> |
||
176 | </Anchor> |
||
177 | </Anchors> |
||
178 | </Button> |
||
179 | |||
180 | <Button id="4" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton4"> |
||
181 | <Anchors> |
||
182 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton3"> |
||
183 | <Offset> |
||
184 | <AbsDimension x="0" y="0" /> |
||
185 | </Offset> |
||
186 | </Anchor> |
||
187 | </Anchors> |
||
188 | </Button> |
||
189 | |||
190 | <Button id="5" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton5"> |
||
191 | <Anchors> |
||
192 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton4"> |
||
193 | <Offset> |
||
194 | <AbsDimension x="0" y="0" /> |
||
195 | </Offset> |
||
196 | </Anchor> |
||
197 | </Anchors> |
||
198 | </Button> |
||
199 | |||
200 | <Button id="6" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton6"> |
||
201 | <Anchors> |
||
202 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton5"> |
||
203 | <Offset> |
||
204 | <AbsDimension x="0" y="0" /> |
||
205 | </Offset> |
||
206 | </Anchor> |
||
207 | </Anchors> |
||
208 | </Button> |
||
209 | |||
210 | <Button id="7" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton7"> |
||
211 | <Anchors> |
||
212 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton6"> |
||
213 | <Offset> |
||
214 | <AbsDimension x="0" y="0" /> |
||
215 | </Offset> |
||
216 | </Anchor> |
||
217 | </Anchors> |
||
218 | </Button> |
||
219 | |||
220 | <Button id="8" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton8"> |
||
221 | <Anchors> |
||
222 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton7"> |
||
223 | <Offset> |
||
224 | <AbsDimension x="0" y="0" /> |
||
225 | </Offset> |
||
226 | </Anchor> |
||
227 | </Anchors> |
||
228 | </Button> |
||
229 | |||
230 | <Button id="9" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton9"> |
||
231 | <Anchors> |
||
232 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton8"> |
||
233 | <Offset> |
||
234 | <AbsDimension x="0" y="0" /> |
||
235 | </Offset> |
||
236 | </Anchor> |
||
237 | </Anchors> |
||
238 | </Button> |
||
239 | |||
240 | <Button id="10" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton10"> |
||
241 | <Anchors> |
||
242 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton9"> |
||
243 | <Offset> |
||
244 | <AbsDimension x="0" y="0" /> |
||
245 | </Offset> |
||
246 | </Anchor> |
||
247 | </Anchors> |
||
248 | </Button> |
||
249 | |||
250 | <Button id="11" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton11"> |
||
251 | <Anchors> |
||
252 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton10"> |
||
253 | <Offset> |
||
254 | <AbsDimension x="0" y="0" /> |
||
255 | </Offset> |
||
256 | </Anchor> |
||
257 | </Anchors> |
||
258 | </Button> |
||
259 | |||
260 | <Button id="12" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton12"> |
||
261 | <Anchors> |
||
262 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton11"> |
||
263 | <Offset> |
||
264 | <AbsDimension x="0" y="0" /> |
||
265 | </Offset> |
||
266 | </Anchor> |
||
267 | </Anchors> |
||
268 | </Button> |
||
269 | |||
270 | <Button id="13" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton13"> |
||
271 | <Anchors> |
||
272 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton12"> |
||
273 | <Offset> |
||
274 | <AbsDimension x="0" y="0" /> |
||
275 | </Offset> |
||
276 | </Anchor> |
||
277 | </Anchors> |
||
278 | </Button> |
||
279 | |||
280 | <Button id="14" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton14"> |
||
281 | <Anchors> |
||
282 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton13"> |
||
283 | <Offset> |
||
284 | <AbsDimension x="0" y="0" /> |
||
285 | </Offset> |
||
286 | </Anchor> |
||
287 | </Anchors> |
||
288 | </Button> |
||
289 | |||
290 | <Button id="15" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton15"> |
||
291 | <Anchors> |
||
292 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton14"> |
||
293 | <Offset> |
||
294 | <AbsDimension x="0" y="0" /> |
||
295 | </Offset> |
||
296 | </Anchor> |
||
297 | </Anchors> |
||
298 | </Button> |
||
299 | |||
300 | <Button id="16" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton16"> |
||
301 | <Anchors> |
||
302 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton15"> |
||
303 | <Offset> |
||
304 | <AbsDimension x="0" y="0" /> |
||
305 | </Offset> |
||
306 | </Anchor> |
||
307 | </Anchors> |
||
308 | </Button> |
||
309 | |||
310 | <Button id="17" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton17"> |
||
311 | <Anchors> |
||
312 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton16"> |
||
313 | <Offset> |
||
314 | <AbsDimension x="0" y="0" /> |
||
315 | </Offset> |
||
316 | </Anchor> |
||
317 | </Anchors> |
||
318 | </Button> |
||
319 | |||
320 | <Button id="18" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton18"> |
||
321 | <Anchors> |
||
322 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton17"> |
||
323 | <Offset> |
||
324 | <AbsDimension x="0" y="0" /> |
||
325 | </Offset> |
||
326 | </Anchor> |
||
327 | </Anchors> |
||
328 | </Button> |
||
329 | |||
330 | <Button id="19" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton19"> |
||
331 | <Anchors> |
||
332 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton18"> |
||
333 | <Offset> |
||
334 | <AbsDimension x="0" y="0" /> |
||
335 | </Offset> |
||
336 | </Anchor> |
||
337 | </Anchors> |
||
338 | </Button> |
||
339 | |||
340 | <Button id="20" inherits="SKMap_ReportFrameBookButtonTemplate" name="SKMap_ReportFrameBookButton20"> |
||
341 | <Anchors> |
||
342 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="SKMap_ReportFrameBookButton19"> |
||
343 | <Offset> |
||
344 | <AbsDimension x="0" y="0" /> |
||
345 | </Offset> |
||
346 | </Anchor> |
||
347 | </Anchors> |
||
348 | </Button> |
||
349 | |||
350 | </Frames> |
||
351 | </Frame> |
||
352 | |||
353 | <Frame name="SKMap_ReportFrame_Control"> |
||
354 | <Size> |
||
355 | <AbsDimension x="290" y="107"/> |
||
356 | </Size> |
||
357 | <Anchors> |
||
358 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_Book" relativePoint="TOPRIGHT"> |
||
359 | <Offset> |
||
360 | <AbsDimension x="5" y="0"/> |
||
361 | </Offset> |
||
362 | </Anchor> |
||
363 | </Anchors> |
||
364 | <Frames> |
||
365 | |||
366 | <Button name="SKMap_ReportFrame_GeneralStatButton" inherits="SKMap_OptionsButtonTemplate" text="SKMAP_BTN_STATS_GENERAL"> |
||
367 | <Size> |
||
368 | <AbsDimension x="100" y="22"/> |
||
369 | </Size> |
||
370 | <Anchors> |
||
371 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_Control" relativePoint="TOPLEFT"> |
||
372 | <Offset> |
||
373 | <AbsDimension x="5" y="-40"/> |
||
374 | </Offset> |
||
375 | </Anchor> |
||
376 | </Anchors> |
||
377 | <Scripts> |
||
378 | <OnClick> |
||
379 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
380 | SKMap_Report_LoadBook(_SKM._bookGeneralStat); |
||
381 | </OnClick> |
||
382 | </Scripts> |
||
383 | </Button> |
||
384 | |||
385 | <Button name="SKMap_ReportFrame_ClassStatButton" inherits="SKMap_OptionsButtonTemplate" text="SKMAP_BTN_STATS_CLASS"> |
||
386 | <Size> |
||
387 | <AbsDimension x="100" y="22"/> |
||
388 | </Size> |
||
389 | <Anchors> |
||
390 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_GeneralStatButton" relativePoint="BOTTOMLEFT"> |
||
391 | <Offset> |
||
392 | <AbsDimension x="0" y="-2"/> |
||
393 | </Offset> |
||
394 | </Anchor> |
||
395 | </Anchors> |
||
396 | <Scripts> |
||
397 | <OnClick> |
||
398 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
399 | SKMap_Report_LoadBook(_SKM._bookClassStat); |
||
400 | </OnClick> |
||
401 | </Scripts> |
||
402 | </Button> |
||
403 | |||
404 | <Button name="SKMap_ReportFrame_RaceStatButton" inherits="SKMap_OptionsButtonTemplate" text="SKMAP_BTN_STATS_RACE"> |
||
405 | <Size> |
||
406 | <AbsDimension x="100" y="22"/> |
||
407 | </Size> |
||
408 | <Anchors> |
||
409 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_ClassStatButton" relativePoint="BOTTOMLEFT"> |
||
410 | <Offset> |
||
411 | <AbsDimension x="0" y="-2"/> |
||
412 | </Offset> |
||
413 | </Anchor> |
||
414 | </Anchors> |
||
415 | <Scripts> |
||
416 | <OnClick> |
||
417 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
418 | SKMap_Report_LoadBook(_SKM._bookRaceStat); |
||
419 | </OnClick> |
||
420 | </Scripts> |
||
421 | </Button> |
||
422 | |||
423 | <Button name="SKMap_ReportFrame_PlayerStatButton" inherits="SKMap_OptionsButtonTemplate" text="SKMAP_BTN_STATS_ENEMIES"> |
||
424 | <Size> |
||
425 | <AbsDimension x="100" y="22"/> |
||
426 | </Size> |
||
427 | <Anchors> |
||
428 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_RaceStatButton" relativePoint="BOTTOMLEFT"> |
||
429 | <Offset> |
||
430 | <AbsDimension x="0" y="-2"/> |
||
431 | </Offset> |
||
432 | </Anchor> |
||
433 | </Anchors> |
||
434 | <Scripts> |
||
435 | <OnClick> |
||
436 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
437 | SKMap_Report_LoadBook(_SKM._bookPlayerStat); |
||
438 | </OnClick> |
||
439 | </Scripts> |
||
440 | </Button> |
||
441 | |||
442 | <Button name="SKMap_ReportFrame_GuildStatButton" inherits="SKMap_OptionsButtonTemplate" text="SKMAP_BTN_STATS_GUILDS"> |
||
443 | <Size> |
||
444 | <AbsDimension x="100" y="22"/> |
||
445 | </Size> |
||
446 | <Anchors> |
||
447 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_PlayerStatButton" relativePoint="BOTTOMLEFT"> |
||
448 | <Offset> |
||
449 | <AbsDimension x="0" y="-2"/> |
||
450 | </Offset> |
||
451 | </Anchor> |
||
452 | </Anchors> |
||
453 | <Scripts> |
||
454 | <OnClick> |
||
455 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
456 | SKMap_Report_LoadBook(_SKM._bookGuildStat); |
||
457 | </OnClick> |
||
458 | </Scripts> |
||
459 | </Button> |
||
460 | |||
461 | <Button name="SKMap_ReportFrame_ZoneStatButton" inherits="SKMap_OptionsButtonTemplate" text="SKMAP_BTN_STATS_ZONE"> |
||
462 | <Size> |
||
463 | <AbsDimension x="100" y="22"/> |
||
464 | </Size> |
||
465 | <Anchors> |
||
466 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_GuildStatButton" relativePoint="BOTTOMLEFT"> |
||
467 | <Offset> |
||
468 | <AbsDimension x="0" y="-2"/> |
||
469 | </Offset> |
||
470 | </Anchor> |
||
471 | </Anchors> |
||
472 | <Scripts> |
||
473 | <OnClick> |
||
474 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
475 | SKMap_Report_LoadBook(_SKM._bookMapStat); |
||
476 | </OnClick> |
||
477 | </Scripts> |
||
478 | </Button> |
||
479 | |||
480 | <Button name="SKMap_ReportFrame_DateStatButton" inherits="SKMap_OptionsButtonTemplate" text="SKMAP_BTN_STATS_DATE"> |
||
481 | <Size> |
||
482 | <AbsDimension x="100" y="22"/> |
||
483 | </Size> |
||
484 | <Anchors> |
||
485 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_ZoneStatButton" relativePoint="BOTTOMLEFT"> |
||
486 | <Offset> |
||
487 | <AbsDimension x="0" y="-2"/> |
||
488 | </Offset> |
||
489 | </Anchor> |
||
490 | </Anchors> |
||
491 | <Scripts> |
||
492 | <OnClick> |
||
493 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
494 | SKMap_Report_LoadBook(_SKM._bookDateStat); |
||
495 | </OnClick> |
||
496 | </Scripts> |
||
497 | </Button> |
||
498 | |||
499 | <Button name="SKMap_ReportFrame_CreditsButton" inherits="SKMap_OptionsButtonTemplate" text="SKMAP_BTN_CREDITS"> |
||
500 | <Size> |
||
501 | <AbsDimension x="100" y="22"/> |
||
502 | </Size> |
||
503 | <Anchors> |
||
504 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_DateStatButton" relativePoint="BOTTOMLEFT"> |
||
505 | <Offset> |
||
506 | <AbsDimension x="0" y="-40"/> |
||
507 | </Offset> |
||
508 | </Anchor> |
||
509 | </Anchors> |
||
510 | <Scripts> |
||
511 | <OnClick> |
||
512 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
513 | SKMap_Report_LoadBook(_SKM._bookCredits); |
||
514 | </OnClick> |
||
515 | </Scripts> |
||
516 | </Button> |
||
517 | |||
518 | <Button name="SKMap_ReportFrame_BGDateZoneStatButton" inherits="SKMap_OptionsButtonTemplate" text="SKMAP_BTN_STATS_BG_DATE_ZONE"> |
||
519 | <Size> |
||
520 | <AbsDimension x="110" y="22"/> |
||
521 | </Size> |
||
522 | <Anchors> |
||
523 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_GeneralStatButton" relativePoint="TOPRIGHT"> |
||
524 | <Offset> |
||
525 | <AbsDimension x="5" y="-2"/> |
||
526 | </Offset> |
||
527 | </Anchor> |
||
528 | </Anchors> |
||
529 | <Scripts> |
||
530 | <OnClick> |
||
531 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
532 | SKMap_Report_LoadBook(_SKM._bookBGDateMapStat); |
||
533 | </OnClick> |
||
534 | </Scripts> |
||
535 | </Button> |
||
536 | |||
537 | <Button name="SKMap_ReportFrame_BGZoneStatButton" inherits="SKMap_OptionsButtonTemplate" text="SKMAP_BTN_STATS_BG_ZONE"> |
||
538 | <Size> |
||
539 | <AbsDimension x="110" y="22"/> |
||
540 | </Size> |
||
541 | <Anchors> |
||
542 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_BGDateZoneStatButton" relativePoint="BOTTOMLEFT"> |
||
543 | <Offset> |
||
544 | <AbsDimension x="0" y="-2"/> |
||
545 | </Offset> |
||
546 | </Anchor> |
||
547 | </Anchors> |
||
548 | <Scripts> |
||
549 | <OnClick> |
||
550 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
551 | SKMap_Report_LoadBook(_SKM._bookBGMapStat); |
||
552 | </OnClick> |
||
553 | </Scripts> |
||
554 | </Button> |
||
555 | |||
556 | <Button name="SKMap_ReportFrame_BGDateStatButton" inherits="SKMap_OptionsButtonTemplate" text="SKMAP_BTN_STATS_BG_DATE"> |
||
557 | <Size> |
||
558 | <AbsDimension x="110" y="22"/> |
||
559 | </Size> |
||
560 | <Anchors> |
||
561 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_BGZoneStatButton" relativePoint="BOTTOMLEFT"> |
||
562 | <Offset> |
||
563 | <AbsDimension x="0" y="-2"/> |
||
564 | </Offset> |
||
565 | </Anchor> |
||
566 | </Anchors> |
||
567 | <Scripts> |
||
568 | <OnClick> |
||
569 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
570 | SKMap_Report_LoadBook(_SKM._bookBGDateStat); |
||
571 | </OnClick> |
||
572 | </Scripts> |
||
573 | </Button> |
||
574 | |||
575 | </Frames> |
||
576 | </Frame> |
||
577 | |||
578 | <Frame name="SKMap_ReportFrame_Browse"> |
||
579 | |||
580 | <Size> |
||
581 | <AbsDimension x="460" y="107"/> |
||
582 | </Size> |
||
583 | <Anchors> |
||
584 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame" relativePoint="TOPLEFT"> |
||
585 | <Offset> |
||
586 | <AbsDimension x="70" y="-50"/> |
||
587 | </Offset> |
||
588 | </Anchor> |
||
589 | </Anchors> |
||
590 | <Layers> |
||
591 | <Layer level="ARTWORK"> |
||
592 | <FontString name="SKMap_ReportFrame_PageText" inherits="GameFontNormal" text="Page 1 / 1"> |
||
593 | <Size> |
||
594 | <AbsDimension x="105" y="0"/> |
||
595 | </Size> |
||
596 | <Anchors> |
||
597 | <Anchor point="CENTER" relativeTo="SKMap_ReportFrame_Browse" relativePoint="TOP"> |
||
598 | <Offset> |
||
599 | <AbsDimension x="0" y="-15"/> |
||
600 | </Offset> |
||
601 | </Anchor> |
||
602 | </Anchors> |
||
603 | </FontString> |
||
604 | </Layer> |
||
605 | </Layers> |
||
606 | <Frames> |
||
607 | |||
608 | <Button name="SKMap_ReportFrame_PrevPageButton"> |
||
609 | <Size> |
||
610 | <AbsDimension x="32" y="32"/> |
||
611 | </Size> |
||
612 | <Anchors> |
||
613 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame_Browse" relativePoint="TOPLEFT"> |
||
614 | <Offset> |
||
615 | <AbsDimension x="30" y="0"/> |
||
616 | </Offset> |
||
617 | </Anchor> |
||
618 | </Anchors> |
||
619 | <Layers> |
||
620 | <Layer level="BACKGROUND"> |
||
621 | <FontString inherits="GameFontNormal" justifyH="LEFT" text="SKMAP_PREV"> |
||
622 | <Anchors> |
||
623 | <Anchor point="LEFT" relativeTo="SKMap_ReportFrame_PrevPageButton" relativePoint="RIGHT"/> |
||
624 | </Anchors> |
||
625 | </FontString> |
||
626 | </Layer> |
||
627 | </Layers> |
||
628 | <Scripts> |
||
629 | <OnClick> |
||
630 | SKMap_Book_PrevPage(); |
||
631 | </OnClick> |
||
632 | </Scripts> |
||
633 | <NormalTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Up"/> |
||
634 | <PushedTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Down"/> |
||
635 | <DisabledTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Disabled"/> |
||
636 | <HighlightTexture file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD"/> |
||
637 | </Button> |
||
638 | |||
639 | <Button name="SKMap_ReportFrame_NextPageButton"> |
||
640 | <Size> |
||
641 | <AbsDimension x="32" y="32"/> |
||
642 | </Size> |
||
643 | <Anchors> |
||
644 | <Anchor point="TOPRIGHT" relativeTo="SKMap_ReportFrame_Browse" relativePoint="TOPRIGHT"> |
||
645 | <Offset> |
||
646 | <AbsDimension x="-30" y="0"/> |
||
647 | </Offset> |
||
648 | </Anchor> |
||
649 | </Anchors> |
||
650 | <Layers> |
||
651 | <Layer level="BACKGROUND"> |
||
652 | <FontString inherits="GameFontNormal" justifyH="RIGHT" text="SKMAP_NEXT"> |
||
653 | <Anchors> |
||
654 | <Anchor point="RIGHT" relativeTo="SKMap_ReportFrame_NextPageButton" relativePoint="LEFT"/> |
||
655 | </Anchors> |
||
656 | </FontString> |
||
657 | </Layer> |
||
658 | </Layers> |
||
659 | <Scripts> |
||
660 | <OnClick> |
||
661 | SKMap_Book_NextPage(); |
||
662 | </OnClick> |
||
663 | </Scripts> |
||
664 | <NormalTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Up"/> |
||
665 | <PushedTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Down"/> |
||
666 | <DisabledTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Disabled"/> |
||
667 | <HighlightTexture file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD"/> |
||
668 | </Button> |
||
669 | |||
670 | </Frames> |
||
671 | </Frame> |
||
672 | |||
673 | <CheckButton name="SKMap_ReportFrameCheckButton1" inherits="OptionsCheckButtonTemplate" text="SKMAP_USE_ASSIST"> |
||
674 | <Size> |
||
675 | <AbsDimension x="20" y="20"/> |
||
676 | </Size> |
||
677 | <Anchors> |
||
678 | <Anchor point="TOPLEFT" relativeTo="SKMap_ReportFrame" relativePoint="TOPLEFT"> |
||
679 | <Offset> |
||
680 | <AbsDimension x="600" y="-45"/> |
||
681 | </Offset> |
||
682 | </Anchor> |
||
683 | </Anchors> |
||
684 | <Scripts> |
||
685 | <OnClick> |
||
686 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
687 | SKMap_ReportFrame_UseAssist(); |
||
688 | </OnClick> |
||
689 | </Scripts> |
||
690 | </CheckButton> |
||
691 | |||
692 | |||
693 | </Frames> |
||
694 | <Scripts> |
||
695 | <OnLoad> |
||
696 | SKMap_Report_LoadBook(_SKM._bookCredits); |
||
697 | </OnLoad> |
||
698 | <OnShow> |
||
699 | SKMap_ReportFrame_Load(); |
||
700 | </OnShow> |
||
701 | <OnHide> |
||
702 | </OnHide> |
||
703 | </Scripts> |
||
704 | |||
705 | </Frame> |
||
706 | |||
707 | </Ui> |