vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <!-- |
2 | |||
3 | SKMap_OptionsFrame.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 | <Button name="SKMap_OptionsButtonTemplate" inherits="UIPanelButtonTemplate" virtual="true"> |
||
10 | <Size> |
||
11 | <AbsDimension x="80" y="22"/> |
||
12 | </Size> |
||
13 | </Button> |
||
14 | |||
15 | <Button name="SKMap_OptionsLabelButtonTemplate" virtual="true"> |
||
16 | <Size> |
||
17 | <AbsDimension x="200" y="10"/> |
||
18 | </Size> |
||
19 | <Layers> |
||
20 | <Layer level="BORDER"> |
||
21 | <FontString name="$parentText" inherits="GameFontHighlightSmall" justifyH="LEFT" wraponspaces="false"> |
||
22 | <Size> |
||
23 | <AbsDimension x="200" y="10"/> |
||
24 | </Size> |
||
25 | <Anchors> |
||
26 | <Anchor point="TOPLEFT"> |
||
27 | <Offset> |
||
28 | <AbsDimension x="0" y="1"/> |
||
29 | </Offset> |
||
30 | </Anchor> |
||
31 | </Anchors> |
||
32 | </FontString> |
||
33 | </Layer> |
||
34 | </Layers> |
||
35 | </Button> |
||
36 | |||
37 | |||
38 | <Button name="SKMap_OptionsGenericTemplate" virtual="true" enableMouse="false"> |
||
39 | <Size> |
||
40 | <AbsDimension x="300" y="30"/> |
||
41 | </Size> |
||
42 | <Layers> |
||
43 | <Layer level="BORDER"> |
||
44 | |||
45 | <FontString name="$parentLabel" inherits="GameFontHighlight" justifyH="LEFT" wraponspaces="false"> |
||
46 | <Size> |
||
47 | <AbsDimension x="300" y="10"/> |
||
48 | </Size> |
||
49 | <Anchors> |
||
50 | <Anchor point="TOPLEFT"> |
||
51 | <Offset> |
||
52 | <AbsDimension x="25" y="-3"/> |
||
53 | </Offset> |
||
54 | </Anchor> |
||
55 | </Anchors> |
||
56 | </FontString> |
||
57 | </Layer> |
||
58 | </Layers> |
||
59 | <Frames> |
||
60 | |||
61 | <Slider name="$parentSlider" inherits="OptionsSliderTemplate"> |
||
62 | <Anchors> |
||
63 | <Anchor point="TOPLEFT"> |
||
64 | <Offset> |
||
65 | <AbsDimension x="0" y="1"/> |
||
66 | </Offset> |
||
67 | </Anchor> |
||
68 | </Anchors> |
||
69 | <Scripts> |
||
70 | <OnValueChanged> |
||
71 | SKMap_OptionSliderChange(); |
||
72 | </OnValueChanged> |
||
73 | </Scripts> |
||
74 | </Slider> |
||
75 | |||
76 | <CheckButton name="$parentCheck" inherits="OptionsCheckButtonTemplate"> |
||
77 | <Size> |
||
78 | <AbsDimension x="20" y="20"/> |
||
79 | </Size> |
||
80 | <Anchors> |
||
81 | <Anchor point="TOPLEFT"> |
||
82 | <Offset> |
||
83 | <AbsDimension x="0" y="1"/> |
||
84 | </Offset> |
||
85 | </Anchor> |
||
86 | </Anchors> |
||
87 | <Scripts> |
||
88 | <OnClick> |
||
89 | SKMap_OptionChecked(); |
||
90 | </OnClick> |
||
91 | </Scripts> |
||
92 | </CheckButton> |
||
93 | |||
94 | <Button name="$parentIcon"> |
||
95 | <Size> |
||
96 | <AbsDimension x="20" y="20"/> |
||
97 | </Size> |
||
98 | <Anchors> |
||
99 | <Anchor point="TOPLEFT"> |
||
100 | <Offset> |
||
101 | <AbsDimension x="0" y="1"/> |
||
102 | </Offset> |
||
103 | </Anchor> |
||
104 | </Anchors> |
||
105 | <Layers> |
||
106 | <Layer level="BACKGROUND"> |
||
107 | <Texture name="$parentTexture"/> |
||
108 | </Layer> |
||
109 | </Layers> |
||
110 | <Scripts> |
||
111 | <OnClick> |
||
112 | SKMap_IconButtonClicked(); |
||
113 | </OnClick> |
||
114 | </Scripts> |
||
115 | </Button> |
||
116 | |||
117 | |||
118 | </Frames> |
||
119 | </Button> |
||
120 | |||
121 | |||
122 | |||
123 | |||
124 | <Frame name="SKMap_OptionsFrame" setAllPoints="true" enableMouse="true" parent="SKMapFrame" hidden="true" id="4"> |
||
125 | <HitRectInsets> |
||
126 | <AbsInset left="0" right="30" top="0" bottom="75"/> |
||
127 | </HitRectInsets> |
||
128 | <Layers> |
||
129 | <Layer level="BACKGROUND"> |
||
130 | </Layer> |
||
131 | </Layers> |
||
132 | <Frames> |
||
133 | |||
134 | |||
135 | <!-- Scrollbar --> |
||
136 | <ScrollFrame name="SKMap_OptionsScrollFrame" inherits="FauxScrollFrameTemplate"> |
||
137 | <Size> |
||
138 | <AbsDimension x="290" y="330" /> |
||
139 | </Size> |
||
140 | <Anchors> |
||
141 | <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" relativeTo="SKMap_OptionsFrame"> |
||
142 | <Offset> |
||
143 | <AbsDimension x="-30" y="-100" /> |
||
144 | </Offset> |
||
145 | </Anchor> |
||
146 | </Anchors> |
||
147 | |||
148 | <Layers> |
||
149 | <Layer level="ARTWORK"> |
||
150 | <Texture name="$parentScrollBarTop" file="Interface\PaperDollInfoFrame\UI-Character-ScrollBar"> |
||
151 | <Size> |
||
152 | <AbsDimension x="31" y="288" /> |
||
153 | </Size> |
||
154 | <Anchors> |
||
155 | <Anchor point="TOP" relativeTo="$parentScrollBarScrollUpButton"> |
||
156 | <Offset> |
||
157 | <AbsDimension x="0" y="5" /> |
||
158 | </Offset> |
||
159 | </Anchor> |
||
160 | </Anchors> |
||
161 | <TexCoords left="0" right="0.484375" top="0" bottom="1.0" /> |
||
162 | </Texture> |
||
163 | <Texture file="Interface\PaperDollInfoFrame\UI-Character-ScrollBar"> |
||
164 | <Size> |
||
165 | <AbsDimension x="31" y="128" /> |
||
166 | </Size> |
||
167 | <Anchors> |
||
168 | <Anchor point="BOTTOM" relativeTo="$parentScrollBarScrollDownButton"> |
||
169 | <Offset> |
||
170 | <AbsDimension x="0" y="-2" /> |
||
171 | </Offset> |
||
172 | </Anchor> |
||
173 | </Anchors> |
||
174 | <TexCoords left="0.515625" right="1.0" top="0" bottom="0.4140625" /> |
||
175 | </Texture> |
||
176 | </Layer> |
||
177 | </Layers> |
||
178 | <Scripts> |
||
179 | <OnVerticalScroll> |
||
180 | FauxScrollFrame_OnVerticalScroll(32, SKMap_OptionsFrame_ScrollUpdate); |
||
181 | </OnVerticalScroll> |
||
182 | </Scripts> |
||
183 | </ScrollFrame> |
||
184 | |||
185 | |||
186 | |||
187 | |||
188 | |||
189 | |||
190 | <Frame name="SKMap_OptionsFrameControls"> |
||
191 | <Size> |
||
192 | <AbsDimension x="290" y="107"/> |
||
193 | </Size> |
||
194 | <Anchors> |
||
195 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrame" relativePoint="TOPLEFT"> |
||
196 | <Offset> |
||
197 | <AbsDimension x="20" y="-100"/> |
||
198 | </Offset> |
||
199 | </Anchor> |
||
200 | </Anchors> |
||
201 | <Frames> |
||
202 | |||
203 | |||
204 | <!-- |
||
205 | <Button name="SKMap_OptionsFrameLabel1" inherits="SKMap_OptionsLabelButtonTemplate"> |
||
206 | <Anchors> |
||
207 | <Anchor point="TOPLEFT" > |
||
208 | <Offset> |
||
209 | <AbsDimension x="10" y="-5"/> |
||
210 | </Offset> |
||
211 | </Anchor> |
||
212 | </Anchors> |
||
213 | </Button> |
||
214 | |||
215 | <CheckButton name="SKMap_OptionsFrameCheckButton1" inherits="OptionsCheckButtonTemplate"> |
||
216 | <Size> |
||
217 | <AbsDimension x="20" y="20"/> |
||
218 | </Size> |
||
219 | <Anchors> |
||
220 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameLabel1" relativePoint="BOTTOMLEFT"> |
||
221 | <Offset> |
||
222 | <AbsDimension x="20" y="-4"/> |
||
223 | </Offset> |
||
224 | </Anchor> |
||
225 | </Anchors> |
||
226 | </CheckButton> |
||
227 | <CheckButton name="SKMap_OptionsFrameCheckButton21" inherits="OptionsCheckButtonTemplate"> |
||
228 | <Size> |
||
229 | <AbsDimension x="20" y="20"/> |
||
230 | </Size> |
||
231 | <Anchors> |
||
232 | <Anchor point="TOP" relativeTo="SKMap_OptionsFrameCheckButton1" relativePoint="BOTTOM"> |
||
233 | <Offset> |
||
234 | <AbsDimension x="0" y="2"/> |
||
235 | |||
236 | |||
237 | |||
238 | </Offset> |
||
239 | </Anchor> |
||
240 | </Anchors> |
||
241 | </CheckButton> |
||
242 | <CheckButton name="SKMap_OptionsFrameCheckButton2" inherits="OptionsCheckButtonTemplate"> |
||
243 | <Size> |
||
244 | <AbsDimension x="20" y="20"/> |
||
245 | </Size> |
||
246 | <Anchors> |
||
247 | <Anchor point="TOP" relativeTo="SKMap_OptionsFrameCheckButton21" relativePoint="BOTTOM"> |
||
248 | <Offset> |
||
249 | <AbsDimension x="0" y="2"/> |
||
250 | </Offset> |
||
251 | </Anchor> |
||
252 | </Anchors> |
||
253 | </CheckButton> |
||
254 | |||
255 | <CheckButton name="SKMap_OptionsFrameCheckButton22" inherits="OptionsCheckButtonTemplate"> |
||
256 | <Size> |
||
257 | <AbsDimension x="20" y="20"/> |
||
258 | </Size> |
||
259 | <Anchors> |
||
260 | <Anchor point="TOP" relativeTo="SKMap_OptionsFrameCheckButton2" relativePoint="BOTTOM"> |
||
261 | <Offset> |
||
262 | <AbsDimension x="0" y="2"/> |
||
263 | </Offset> |
||
264 | </Anchor> |
||
265 | </Anchors> |
||
266 | </CheckButton> |
||
267 | <CheckButton name="SKMap_OptionsFrameCheckButton14" inherits="OptionsCheckButtonTemplate"> |
||
268 | <Size> |
||
269 | <AbsDimension x="20" y="20"/> |
||
270 | </Size> |
||
271 | <Anchors> |
||
272 | <Anchor point="TOP" relativeTo="SKMap_OptionsFrameCheckButton22" relativePoint="BOTTOM"> |
||
273 | <Offset> |
||
274 | <AbsDimension x="0" y="2"/> |
||
275 | </Offset> |
||
276 | </Anchor> |
||
277 | </Anchors> |
||
278 | </CheckButton> |
||
279 | <CheckButton name="SKMap_OptionsFrameCheckButton16" inherits="OptionsCheckButtonTemplate"> |
||
280 | <Size> |
||
281 | <AbsDimension x="20" y="20"/> |
||
282 | </Size> |
||
283 | <Anchors> |
||
284 | <Anchor point="TOP" relativeTo="SKMap_OptionsFrameCheckButton14" relativePoint="BOTTOM"> |
||
285 | <Offset> |
||
286 | <AbsDimension x="0" y="2"/> |
||
287 | </Offset> |
||
288 | </Anchor> |
||
289 | </Anchors> |
||
290 | </CheckButton> |
||
291 | <CheckButton name="SKMap_OptionsFrameCheckButton19" inherits="OptionsCheckButtonTemplate"> |
||
292 | <Size> |
||
293 | <AbsDimension x="20" y="20"/> |
||
294 | </Size> |
||
295 | <Anchors> |
||
296 | <Anchor point="TOP" relativeTo="SKMap_OptionsFrameCheckButton16" relativePoint="BOTTOM"> |
||
297 | <Offset> |
||
298 | <AbsDimension x="0" y="2"/> |
||
299 | </Offset> |
||
300 | </Anchor> |
||
301 | </Anchors> |
||
302 | </CheckButton> |
||
303 | <CheckButton name="SKMap_OptionsFrameCheckButton18" inherits="OptionsCheckButtonTemplate"> |
||
304 | <Size> |
||
305 | <AbsDimension x="20" y="20"/> |
||
306 | </Size> |
||
307 | <Anchors> |
||
308 | <Anchor point="TOP" relativeTo="SKMap_OptionsFrameCheckButton19" relativePoint="BOTTOM"> |
||
309 | <Offset> |
||
310 | <AbsDimension x="10" y="2"/> |
||
311 | </Offset> |
||
312 | </Anchor> |
||
313 | </Anchors> |
||
314 | </CheckButton> |
||
315 | <CheckButton name="SKMap_OptionsFrameCheckButton13" inherits="OptionsCheckButtonTemplate"> |
||
316 | <Size> |
||
317 | <AbsDimension x="20" y="20"/> |
||
318 | </Size> |
||
319 | <Anchors> |
||
320 | <Anchor point="TOP" relativeTo="SKMap_OptionsFrameCheckButton18" relativePoint="BOTTOM"> |
||
321 | <Offset> |
||
322 | <AbsDimension x="0" y="2"/> |
||
323 | </Offset> |
||
324 | </Anchor> |
||
325 | </Anchors> |
||
326 | </CheckButton> |
||
327 | <Slider name="SKMap_OptionsFrameSlider2" inherits="OptionsSliderTemplate"> |
||
328 | <Anchors> |
||
329 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameCheckButton13" relativePoint="BOTTOMLEFT"> |
||
330 | <Offset> |
||
331 | <AbsDimension x="10" y="-10"/> |
||
332 | </Offset> |
||
333 | </Anchor> |
||
334 | </Anchors> |
||
335 | <Scripts> |
||
336 | <OnValueChanged> |
||
337 | SKMap_SetSliderTextToValue(); |
||
338 | </OnValueChanged> |
||
339 | </Scripts> |
||
340 | </Slider> |
||
341 | <CheckButton name="SKMap_OptionsFrameCheckButton20" inherits="OptionsCheckButtonTemplate"> |
||
342 | <Size> |
||
343 | <AbsDimension x="20" y="20"/> |
||
344 | </Size> |
||
345 | <Anchors> |
||
346 | <Anchor point="TOP" relativeTo="SKMap_OptionsFrameCheckButton13" relativePoint="BOTTOM"> |
||
347 | <Offset> |
||
348 | <AbsDimension x="-10" y="-40"/> |
||
349 | </Offset> |
||
350 | </Anchor> |
||
351 | </Anchors> |
||
352 | </CheckButton> |
||
353 | |||
354 | |||
355 | <Button name="SKMap_OptionsFrameLabel2" inherits="SKMap_OptionsLabelButtonTemplate"> |
||
356 | <Anchors> |
||
357 | <Anchor point="TOPLEFT" > |
||
358 | <Offset> |
||
359 | |||
360 | <AbsDimension x="480" y="-5"/> |
||
361 | </Offset> |
||
362 | </Anchor> |
||
363 | </Anchors> |
||
364 | </Button> |
||
365 | <CheckButton name="SKMap_OptionsFrameCheckButton3" inherits="OptionsCheckButtonTemplate"> |
||
366 | <Size> |
||
367 | <AbsDimension x="20" y="20"/> |
||
368 | </Size> |
||
369 | <Anchors> |
||
370 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameLabel2" relativePoint="BOTTOMLEFT"> |
||
371 | <Offset> |
||
372 | <AbsDimension x="20" y="-4"/> |
||
373 | </Offset> |
||
374 | </Anchor> |
||
375 | </Anchors> |
||
376 | </CheckButton> |
||
377 | <CheckButton name="SKMap_OptionsFrameCheckButton15" inherits="OptionsCheckButtonTemplate"> |
||
378 | <Size> |
||
379 | <AbsDimension x="20" y="20"/> |
||
380 | </Size> |
||
381 | <Anchors> |
||
382 | <Anchor point="TOP" relativeTo="SKMap_OptionsFrameCheckButton3" relativePoint="BOTTOM"> |
||
383 | <Offset> |
||
384 | <AbsDimension x="0" y="2"/> |
||
385 | </Offset> |
||
386 | </Anchor> |
||
387 | </Anchors> |
||
388 | </CheckButton> |
||
389 | |||
390 | |||
391 | <Button name="SKMap_OptionsFrameLabel3" inherits="SKMap_OptionsLabelButtonTemplate"> |
||
392 | <Anchors> |
||
393 | <Anchor point="TOPLEFT" > |
||
394 | <Offset> |
||
395 | <AbsDimension x="10" y="-250"/> |
||
396 | </Offset> |
||
397 | </Anchor> |
||
398 | </Anchors> |
||
399 | </Button> |
||
400 | <CheckButton name="SKMap_OptionsFrameCheckButton4" inherits="OptionsCheckButtonTemplate"> |
||
401 | <Size> |
||
402 | <AbsDimension x="20" y="20"/> |
||
403 | </Size> |
||
404 | <Anchors> |
||
405 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameLabel3" relativePoint="BOTTOMLEFT"> |
||
406 | <Offset> |
||
407 | <AbsDimension x="20" y="-4"/> |
||
408 | </Offset> |
||
409 | </Anchor> |
||
410 | </Anchors> |
||
411 | </CheckButton> |
||
412 | <CheckButton name="SKMap_OptionsFrameCheckButton5" inherits="OptionsCheckButtonTemplate"> |
||
413 | <Size> |
||
414 | <AbsDimension x="20" y="20"/> |
||
415 | </Size> |
||
416 | <Anchors> |
||
417 | <Anchor point="TOP" relativeTo="SKMap_OptionsFrameCheckButton4" relativePoint="BOTTOM"> |
||
418 | <Offset> |
||
419 | <AbsDimension x="0" y="2"/> |
||
420 | </Offset> |
||
421 | </Anchor> |
||
422 | </Anchors> |
||
423 | </CheckButton> |
||
424 | <CheckButton name="SKMap_OptionsFrameCheckButton6" inherits="OptionsCheckButtonTemplate"> |
||
425 | <Size> |
||
426 | <AbsDimension x="20" y="20"/> |
||
427 | </Size> |
||
428 | <Anchors> |
||
429 | <Anchor point="TOP" relativeTo="SKMap_OptionsFrameCheckButton5" relativePoint="BOTTOM"> |
||
430 | <Offset> |
||
431 | <AbsDimension x="0" y="2"/> |
||
432 | </Offset> |
||
433 | </Anchor> |
||
434 | </Anchors> |
||
435 | </CheckButton> |
||
436 | |||
437 | |||
438 | <Button name="SKMap_OptionsFrameLabel4" inherits="SKMap_OptionsLabelButtonTemplate"> |
||
439 | <Anchors> |
||
440 | <Anchor point="TOPLEFT" > |
||
441 | <Offset> |
||
442 | <AbsDimension x="250" y="-5"/> |
||
443 | </Offset> |
||
444 | </Anchor> |
||
445 | </Anchors> |
||
446 | </Button> |
||
447 | <CheckButton name="SKMap_OptionsFrameCheckButton7" inherits="OptionsCheckButtonTemplate"> |
||
448 | <Size> |
||
449 | <AbsDimension x="20" y="20"/> |
||
450 | </Size> |
||
451 | <Anchors> |
||
452 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameLabel4" relativePoint="BOTTOMLEFT"> |
||
453 | <Offset> |
||
454 | <AbsDimension x="20" y="-4"/> |
||
455 | </Offset> |
||
456 | </Anchor> |
||
457 | </Anchors> |
||
458 | </CheckButton> |
||
459 | <CheckButton name="SKMap_OptionsFrameCheckButton8" inherits="OptionsCheckButtonTemplate"> |
||
460 | <Size> |
||
461 | <AbsDimension x="20" y="20"/> |
||
462 | </Size> |
||
463 | <Anchors> |
||
464 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameCheckButton7" relativePoint="BOTTOMLEFT"> |
||
465 | <Offset> |
||
466 | <AbsDimension x="10" y="2"/> |
||
467 | </Offset> |
||
468 | </Anchor> |
||
469 | </Anchors> |
||
470 | </CheckButton> |
||
471 | <CheckButton name="SKMap_OptionsFrameCheckButton9" inherits="OptionsCheckButtonTemplate"> |
||
472 | <Size> |
||
473 | <AbsDimension x="20" y="20"/> |
||
474 | </Size> |
||
475 | <Anchors> |
||
476 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameCheckButton8" relativePoint="BOTTOMLEFT"> |
||
477 | <Offset> |
||
478 | <AbsDimension x="-10" y="2"/> |
||
479 | </Offset> |
||
480 | </Anchor> |
||
481 | </Anchors> |
||
482 | </CheckButton> |
||
483 | <CheckButton name="SKMap_OptionsFrameCheckButton10" inherits="OptionsCheckButtonTemplate"> |
||
484 | <Size> |
||
485 | <AbsDimension x="20" y="20"/> |
||
486 | </Size> |
||
487 | <Anchors> |
||
488 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameCheckButton9" relativePoint="BOTTOMLEFT"> |
||
489 | <Offset> |
||
490 | <AbsDimension x="10" y="2"/> |
||
491 | </Offset> |
||
492 | </Anchor> |
||
493 | </Anchors> |
||
494 | </CheckButton> |
||
495 | <CheckButton name="SKMap_OptionsFrameCheckButton11" inherits="OptionsCheckButtonTemplate"> |
||
496 | <Size> |
||
497 | <AbsDimension x="20" y="20"/> |
||
498 | </Size> |
||
499 | <Anchors> |
||
500 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameCheckButton10" relativePoint="BOTTOMLEFT"> |
||
501 | <Offset> |
||
502 | <AbsDimension x="-10" y="2"/> |
||
503 | </Offset> |
||
504 | </Anchor> |
||
505 | </Anchors> |
||
506 | </CheckButton> |
||
507 | <Slider name="SKMap_OptionsFrameSlider1" inherits="OptionsSliderTemplate"> |
||
508 | <Anchors> |
||
509 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameCheckButton11" relativePoint="BOTTOMLEFT"> |
||
510 | <Offset> |
||
511 | <AbsDimension x="10" y="-10"/> |
||
512 | </Offset> |
||
513 | </Anchor> |
||
514 | </Anchors> |
||
515 | <Scripts> |
||
516 | <OnValueChanged> |
||
517 | SKMap_SetSliderTextToValue(); |
||
518 | </OnValueChanged> |
||
519 | </Scripts> |
||
520 | </Slider> |
||
521 | <CheckButton name="SKMap_OptionsFrameCheckButton12" inherits="OptionsCheckButtonTemplate"> |
||
522 | <Size> |
||
523 | <AbsDimension x="20" y="20"/> |
||
524 | </Size> |
||
525 | <Anchors> |
||
526 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameCheckButton11" relativePoint="BOTTOMLEFT"> |
||
527 | <Offset> |
||
528 | <AbsDimension x="10" y="-40"/> |
||
529 | </Offset> |
||
530 | </Anchor> |
||
531 | </Anchors> |
||
532 | </CheckButton> |
||
533 | |||
534 | <Button name="SKMap_OptionsFrameLabel5" inherits="SKMap_OptionsLabelButtonTemplate"> |
||
535 | <Anchors> |
||
536 | <Anchor point="TOPLEFT" > |
||
537 | <Offset> |
||
538 | <AbsDimension x="250" y="-200"/> |
||
539 | </Offset> |
||
540 | </Anchor> |
||
541 | </Anchors> |
||
542 | </Button> |
||
543 | <CheckButton name="SKMap_OptionsFrameCheckButton17" inherits="OptionsCheckButtonTemplate"> |
||
544 | <Size> |
||
545 | <AbsDimension x="20" y="20"/> |
||
546 | </Size> |
||
547 | <Anchors> |
||
548 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameLabel5" relativePoint="BOTTOMLEFT"> |
||
549 | <Offset> |
||
550 | <AbsDimension x="20" y="-4"/> |
||
551 | </Offset> |
||
552 | </Anchor> |
||
553 | </Anchors> |
||
554 | <Scripts> |
||
555 | <OnClick> |
||
556 | SKMap_MinimapOption(); |
||
557 | </OnClick> |
||
558 | </Scripts> |
||
559 | </CheckButton> |
||
560 | <Slider name="SKMap_OptionsFrameSlider3" inherits="OptionsSliderTemplate"> |
||
561 | <Anchors> |
||
562 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameCheckButton17" relativePoint="BOTTOMLEFT"> |
||
563 | <Offset> |
||
564 | <AbsDimension x="10" y="-10"/> |
||
565 | </Offset> |
||
566 | </Anchor> |
||
567 | </Anchors> |
||
568 | <Scripts> |
||
569 | <OnValueChanged> |
||
570 | SKMap_SetSliderTextToValue(); |
||
571 | </OnValueChanged> |
||
572 | </Scripts> |
||
573 | </Slider> |
||
574 | |||
575 | <Slider name="SKMap_OptionsFrameSlider4" inherits="OptionsSliderTemplate"> |
||
576 | <Anchors> |
||
577 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameSlider3" relativePoint="BOTTOMLEFT"> |
||
578 | <Offset> |
||
579 | <AbsDimension x="0" y="-10"/> |
||
580 | </Offset> |
||
581 | </Anchor> |
||
582 | </Anchors> |
||
583 | <Scripts> |
||
584 | <OnValueChanged> |
||
585 | SKMap_SetSliderTextToValue(); |
||
586 | </OnValueChanged> |
||
587 | </Scripts> |
||
588 | </Slider> |
||
589 | --> |
||
590 | |||
591 | |||
592 | <Button name="SKMap_Options_Button1" inherits="SKMap_OptionsGenericTemplate" id="1"> |
||
593 | <Anchors> |
||
594 | <Anchor point="TOPLEFT" > |
||
595 | <Offset> |
||
596 | <AbsDimension x="10" y="-5"/> |
||
597 | </Offset> |
||
598 | </Anchor> |
||
599 | </Anchors> |
||
600 | </Button> |
||
601 | <Button name="SKMap_Options_Button2" inherits="SKMap_OptionsGenericTemplate" id="2"> |
||
602 | <Anchors> |
||
603 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button1" relativePoint="BOTTOMLEFT"> |
||
604 | <Offset> |
||
605 | <AbsDimension x="0" y="0"/> |
||
606 | </Offset> |
||
607 | |||
608 | </Anchor> |
||
609 | </Anchors> |
||
610 | </Button> |
||
611 | <Button name="SKMap_Options_Button3" inherits="SKMap_OptionsGenericTemplate" id="3"> |
||
612 | <Anchors> |
||
613 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button2" relativePoint="BOTTOMLEFT"> |
||
614 | <Offset> |
||
615 | <AbsDimension x="0" y="0"/> |
||
616 | </Offset> |
||
617 | </Anchor> |
||
618 | </Anchors> |
||
619 | </Button> |
||
620 | <Button name="SKMap_Options_Button4" inherits="SKMap_OptionsGenericTemplate" id="4"> |
||
621 | <Anchors> |
||
622 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button3" relativePoint="BOTTOMLEFT"> |
||
623 | <Offset> |
||
624 | <AbsDimension x="0" y="0"/> |
||
625 | </Offset> |
||
626 | </Anchor> |
||
627 | </Anchors> |
||
628 | </Button> |
||
629 | <Button name="SKMap_Options_Button5" inherits="SKMap_OptionsGenericTemplate" id="5"> |
||
630 | <Anchors> |
||
631 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button4" relativePoint="BOTTOMLEFT"> |
||
632 | <Offset> |
||
633 | <AbsDimension x="0" y="0"/> |
||
634 | </Offset> |
||
635 | </Anchor> |
||
636 | </Anchors> |
||
637 | </Button> |
||
638 | <Button name="SKMap_Options_Button6" inherits="SKMap_OptionsGenericTemplate" id="6"> |
||
639 | <Anchors> |
||
640 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button5" relativePoint="BOTTOMLEFT"> |
||
641 | <Offset> |
||
642 | <AbsDimension x="0" y="0"/> |
||
643 | </Offset> |
||
644 | </Anchor> |
||
645 | </Anchors> |
||
646 | </Button> |
||
647 | <Button name="SKMap_Options_Button7" inherits="SKMap_OptionsGenericTemplate" id="7"> |
||
648 | <Anchors> |
||
649 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button6" relativePoint="BOTTOMLEFT"> |
||
650 | <Offset> |
||
651 | <AbsDimension x="0" y="0"/> |
||
652 | </Offset> |
||
653 | </Anchor> |
||
654 | </Anchors> |
||
655 | </Button> |
||
656 | <Button name="SKMap_Options_Button8" inherits="SKMap_OptionsGenericTemplate" id="8"> |
||
657 | <Anchors> |
||
658 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button7" relativePoint="BOTTOMLEFT"> |
||
659 | <Offset> |
||
660 | <AbsDimension x="0" y="0"/> |
||
661 | </Offset> |
||
662 | </Anchor> |
||
663 | </Anchors> |
||
664 | </Button> |
||
665 | <Button name="SKMap_Options_Button9" inherits="SKMap_OptionsGenericTemplate" id="9"> |
||
666 | <Anchors> |
||
667 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button8" relativePoint="BOTTOMLEFT"> |
||
668 | <Offset> |
||
669 | <AbsDimension x="0" y="0"/> |
||
670 | </Offset> |
||
671 | </Anchor> |
||
672 | </Anchors> |
||
673 | </Button> |
||
674 | <Button name="SKMap_Options_Button10" inherits="SKMap_OptionsGenericTemplate" id="10"> |
||
675 | <Anchors> |
||
676 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button9" relativePoint="BOTTOMLEFT"> |
||
677 | <Offset> |
||
678 | <AbsDimension x="0" y="0"/> |
||
679 | </Offset> |
||
680 | </Anchor> |
||
681 | </Anchors> |
||
682 | </Button> |
||
683 | <Button name="SKMap_Options_Button11" inherits="SKMap_OptionsGenericTemplate" id="11"> |
||
684 | <Anchors> |
||
685 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button10" relativePoint="BOTTOMLEFT"> |
||
686 | <Offset> |
||
687 | <AbsDimension x="0" y="0"/> |
||
688 | </Offset> |
||
689 | </Anchor> |
||
690 | </Anchors> |
||
691 | </Button> |
||
692 | |||
693 | <Button name="SKMap_Options_Button1R" inherits="SKMap_OptionsGenericTemplate" id="101"> |
||
694 | <Anchors> |
||
695 | <Anchor point="TOPLEFT" > |
||
696 | <Offset> |
||
697 | <AbsDimension x="360" y="-5"/> |
||
698 | </Offset> |
||
699 | </Anchor> |
||
700 | </Anchors> |
||
701 | </Button> |
||
702 | <Button name="SKMap_Options_Button2R" inherits="SKMap_OptionsGenericTemplate" id="102"> |
||
703 | <Anchors> |
||
704 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button1R" relativePoint="BOTTOMLEFT"> |
||
705 | <Offset> |
||
706 | <AbsDimension x="0" y="0"/> |
||
707 | </Offset> |
||
708 | </Anchor> |
||
709 | </Anchors> |
||
710 | </Button> |
||
711 | <Button name="SKMap_Options_Button3R" inherits="SKMap_OptionsGenericTemplate" id="103"> |
||
712 | <Anchors> |
||
713 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button2R" relativePoint="BOTTOMLEFT"> |
||
714 | <Offset> |
||
715 | <AbsDimension x="0" y="0"/> |
||
716 | </Offset> |
||
717 | </Anchor> |
||
718 | </Anchors> |
||
719 | </Button> |
||
720 | <Button name="SKMap_Options_Button4R" inherits="SKMap_OptionsGenericTemplate" id="104"> |
||
721 | <Anchors> |
||
722 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button3R" relativePoint="BOTTOMLEFT"> |
||
723 | <Offset> |
||
724 | <AbsDimension x="0" y="0"/> |
||
725 | </Offset> |
||
726 | </Anchor> |
||
727 | </Anchors> |
||
728 | </Button> |
||
729 | <Button name="SKMap_Options_Button5R" inherits="SKMap_OptionsGenericTemplate" id="105"> |
||
730 | <Anchors> |
||
731 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button4R" relativePoint="BOTTOMLEFT"> |
||
732 | <Offset> |
||
733 | <AbsDimension x="0" y="0"/> |
||
734 | </Offset> |
||
735 | </Anchor> |
||
736 | </Anchors> |
||
737 | </Button> |
||
738 | <Button name="SKMap_Options_Button6R" inherits="SKMap_OptionsGenericTemplate" id="106"> |
||
739 | <Anchors> |
||
740 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button5R" relativePoint="BOTTOMLEFT"> |
||
741 | <Offset> |
||
742 | |||
743 | <AbsDimension x="0" y="0"/> |
||
744 | </Offset> |
||
745 | </Anchor> |
||
746 | </Anchors> |
||
747 | </Button> |
||
748 | <Button name="SKMap_Options_Button7R" inherits="SKMap_OptionsGenericTemplate" id="107"> |
||
749 | <Anchors> |
||
750 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button6R" relativePoint="BOTTOMLEFT"> |
||
751 | <Offset> |
||
752 | <AbsDimension x="0" y="0"/> |
||
753 | </Offset> |
||
754 | </Anchor> |
||
755 | </Anchors> |
||
756 | </Button> |
||
757 | <Button name="SKMap_Options_Button8R" inherits="SKMap_OptionsGenericTemplate" id="108"> |
||
758 | <Anchors> |
||
759 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button7R" relativePoint="BOTTOMLEFT"> |
||
760 | <Offset> |
||
761 | <AbsDimension x="0" y="0"/> |
||
762 | </Offset> |
||
763 | </Anchor> |
||
764 | </Anchors> |
||
765 | </Button> |
||
766 | <Button name="SKMap_Options_Button9R" inherits="SKMap_OptionsGenericTemplate" id="109"> |
||
767 | <Anchors> |
||
768 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button8R" relativePoint="BOTTOMLEFT"> |
||
769 | <Offset> |
||
770 | <AbsDimension x="0" y="0"/> |
||
771 | </Offset> |
||
772 | </Anchor> |
||
773 | </Anchors> |
||
774 | </Button> |
||
775 | <Button name="SKMap_Options_Button10R" inherits="SKMap_OptionsGenericTemplate" id="110"> |
||
776 | <Anchors> |
||
777 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button9R" relativePoint="BOTTOMLEFT"> |
||
778 | <Offset> |
||
779 | <AbsDimension x="0" y="0"/> |
||
780 | </Offset> |
||
781 | </Anchor> |
||
782 | </Anchors> |
||
783 | </Button> |
||
784 | <Button name="SKMap_Options_Button11R" inherits="SKMap_OptionsGenericTemplate" id="111"> |
||
785 | <Anchors> |
||
786 | <Anchor point="TOPLEFT" relativeTo="SKMap_Options_Button10R" relativePoint="BOTTOMLEFT"> |
||
787 | <Offset> |
||
788 | <AbsDimension x="0" y="0"/> |
||
789 | </Offset> |
||
790 | </Anchor> |
||
791 | </Anchors> |
||
792 | </Button> |
||
793 | |||
794 | |||
795 | |||
796 | </Frames> |
||
797 | </Frame> |
||
798 | |||
799 | <Button name="SKMap_OptionsFrameOkay" inherits="SKMap_OptionsButtonTemplate" text="OKAY"> |
||
800 | <Anchors> |
||
801 | <Anchor point="TOPRIGHT" relativeTo="SKMap_OptionsFrame" relativePoint="TOPRIGHT"> |
||
802 | <Offset> |
||
803 | <AbsDimension x="-40" y="-60"/> |
||
804 | </Offset> |
||
805 | </Anchor> |
||
806 | </Anchors> |
||
807 | <Scripts> |
||
808 | <OnClick> |
||
809 | PlaySound("gsTitleOptionOK"); |
||
810 | <!--SKMap_OptionsFrame_Save();--> |
||
811 | SKMap_ToggleUI(); |
||
812 | </OnClick> |
||
813 | </Scripts> |
||
814 | </Button> |
||
815 | |||
816 | <Button name="SKMap_OptionsFrameDefaults" inherits="SKMap_OptionsButtonTemplate" text="DEFAULTS"> |
||
817 | <Anchors> |
||
818 | <Anchor point="RIGHT" relativeTo="SKMap_OptionsFrameOkay" relativePoint="LEFT"> |
||
819 | <Offset> |
||
820 | <AbsDimension x="0" y="0"/> |
||
821 | </Offset> |
||
822 | </Anchor> |
||
823 | </Anchors> |
||
824 | <Scripts> |
||
825 | <OnClick> |
||
826 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
827 | SkM_LoadDefaultSettings(true); |
||
828 | SKMap_OptionsFrame_Load(); |
||
829 | </OnClick> |
||
830 | </Scripts> |
||
831 | </Button> |
||
832 | |||
833 | <Button name="SKMap_OptionsFrameExpandAll" inherits="SKMap_OptionsButtonTemplate" text="SKM_BTN_EXPAND_ALL"> |
||
834 | <Size> |
||
835 | <AbsDimension x="100" y="22"/> |
||
836 | </Size> |
||
837 | <Anchors> |
||
838 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrame" relativePoint="TOPLEFT"> |
||
839 | <Offset> |
||
840 | <AbsDimension x="100" y="-60"/> |
||
841 | </Offset> |
||
842 | </Anchor> |
||
843 | </Anchors> |
||
844 | <Scripts> |
||
845 | <OnClick> |
||
846 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
847 | SKMap_OptionExpandAll(); |
||
848 | </OnClick> |
||
849 | </Scripts> |
||
850 | </Button> |
||
851 | |||
852 | <Button name="SKMap_OptionsFrameCollapseAll" inherits="SKMap_OptionsButtonTemplate" text="SKM_BTN_COLLAPSE_ALL"> |
||
853 | <Size> |
||
854 | <AbsDimension x="100" y="22"/> |
||
855 | </Size> |
||
856 | <Anchors> |
||
857 | <Anchor point="TOPLEFT" relativeTo="SKMap_OptionsFrameExpandAll" relativePoint="TOPRIGHT"> |
||
858 | <Offset> |
||
859 | <AbsDimension x="0" y="0"/> |
||
860 | </Offset> |
||
861 | </Anchor> |
||
862 | </Anchors> |
||
863 | <Scripts> |
||
864 | <OnClick> |
||
865 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
866 | SKMap_OptionCollapseAll(); |
||
867 | </OnClick> |
||
868 | </Scripts> |
||
869 | </Button> |
||
870 | |||
871 | |||
872 | </Frames> |
||
873 | <Scripts> |
||
874 | <OnShow> |
||
875 | SKMap_OptionsFrame_Load(); |
||
876 | </OnShow> |
||
877 | <OnHide> |
||
878 | <!--SKMap_OptionsFrame_Save();--> |
||
879 | </OnHide> |
||
880 | </Scripts> |
||
881 | </Frame> |
||
882 | |||
883 | </Ui> |
||
884 |