vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
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/
2 ..\FrameXML\UI.xsd">
3 <Frame name="AtlasFrame" toplevel="true" enableMouse="true" movable="true" parent="UIParent" hidden="true">
4 <Size>
5 <AbsDimension x="837" y="604"/>
6 </Size>
7 <Anchors>
8 <Anchor point="TOPLEFT">
9 <Offset>
10 <AbsDimension x="0" y="-104"/>
11 </Offset>
12 </Anchor>
13 </Anchors>
14 <Frames>
15 <Button name="AtlasFrameCloseButton" inherits="UIPanelCloseButton">
16 <Anchors>
17 <Anchor point="TOPRIGHT" relativeTo="AtlasFrame" relativePoint="TOPRIGHT">
18 <Offset>
19 <AbsDimension x="5" y="-7"/>
20 </Offset>
21 </Anchor>
22 </Anchors>
23 </Button>
24 <Button name="AtlasFrameLockButton">
25 <Size>
26 <AbsDimension x="32" y="32"/>
27 </Size>
28 <Anchors>
29 <Anchor point="RIGHT" relativeTo="AtlasFrameCloseButton" relativePoint="LEFT">
30 <Offset>
31 <AbsDimension x="10" y="0"/>
32 </Offset>
33 </Anchor>
34 </Anchors>
35 <Scripts>
36 <OnClick>
37 Atlas_ToggleLock();
38 </OnClick>
39 </Scripts>
40 <NormalTexture name="AtlasLockNorm"/>
41 <PushedTexture name="AtlasLockPush"/>
42 <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" AlphaMode="ADD"/>
43 </Button>
44 <Button name="AtlasFrameDropDownType" inherits="UIDropDownMenuTemplate">
45 <Layers>
46 <Layer level="BACKGROUND">
47 <FontString name="$parentLabel" inherits="GameFontNormalSmall" text="ATLAS_STRING_SELECT_CAT">
48 <Anchors>
49 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
50 <Offset>
51 <AbsDimension x="21" y="0"/>
52 </Offset>
53 </Anchor>
54 </Anchors>
55 </FontString>
56 </Layer>
57 </Layers>
58 <Anchors>
59 <Anchor point="TOPLEFT">
60 <Offset>
61 <AbsDimension x="60" y="-50"/>
62 </Offset>
63 </Anchor>
64 </Anchors>
65 <Scripts>
66 <OnShow>
67 AtlasFrameDropDownType_OnShow();
68 </OnShow>
69 </Scripts>
70 </Button>
71 <Button name="AtlasFrameDropDown" inherits="UIDropDownMenuTemplate">
72 <Layers>
73 <Layer level="BACKGROUND">
74 <FontString name="$parentLabel" inherits="GameFontNormalSmall" text="ATLAS_STRING_SELECT_MAP">
75 <Anchors>
76 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
77 <Offset>
78 <AbsDimension x="21" y="0"/>
79 </Offset>
80 </Anchor>
81 </Anchors>
82 </FontString>
83 </Layer>
84 </Layers>
85 <Anchors>
86 <Anchor point="LEFT" relativeTo="AtlasFrameDropDownType" relativePoint="RIGHT">
87 <Offset>
88 <AbsDimension x="0" y="0"/>
89 </Offset>
90 </Anchor>
91 </Anchors>
92 <Scripts>
93 <OnShow>
94 AtlasFrameDropDown_OnShow();
95 </OnShow>
96 </Scripts>
97 </Button>
98 <Button name="AtlasFrameOptionsButton" inherits="OptionsButtonTemplate" text="ATLAS_OPTIONS_BUTTON">
99 <Anchors>
100 <Anchor point="TOPRIGHT">
101 <Offset>
102 <AbsDimension x="-20" y="-50"/>
103 </Offset>
104 </Anchor>
105 </Anchors>
106 <Scripts>
107 <OnClick>
108 AtlasOptions_Toggle();
109 </OnClick>
110 </Scripts>
111 </Button>
112 </Frames>
113 <Layers>
114 <Layer level="ARTWORK">
115 <Texture file="Interface\AddOns\Atlas\Images\AtlasFrame-Top">
116 <Size>
117 <AbsDimension x="512" y="128"/>
118 </Size>
119 <Anchors>
120 <Anchor point="TOPLEFT">
121 <Offset>
122 <AbsDimension x="0" y="0"/>
123 </Offset>
124 </Anchor>
125 </Anchors>
126 </Texture>
127 <Texture file="Interface\AddOns\Atlas\Images\AtlasFrame-Left">
128 <Size>
129 <AbsDimension x="32" y="256"/>
130 </Size>
131 <Anchors>
132 <Anchor point="TOPLEFT">
133 <Offset>
134 <AbsDimension x="0" y="-128"/>
135 </Offset>
136 </Anchor>
137 </Anchors>
138 </Texture>
139 <Texture file="Interface\AddOns\Atlas\Images\AtlasFrame-Bottom">
140 <Size>
141 <AbsDimension x="512" y="256"/>
142 </Size>
143 <Anchors>
144 <Anchor point="TOPLEFT">
145 <Offset>
146 <AbsDimension x="0" y="-384"/>
147 </Offset>
148 </Anchor>
149 </Anchors>
150 </Texture>
151 <Texture file="Interface\AddOns\Atlas\Images\AtlasFrame-Bottom2">
152 <Size>
153 <AbsDimension x="512" y="128"/>
154 </Size>
155 <Anchors>
156 <Anchor point="TOPLEFT">
157 <Offset>
158 <AbsDimension x="512" y="-512"/>
159 </Offset>
160 </Anchor>
161 </Anchors>
162 </Texture>
163 <Texture file="Interface\AddOns\Atlas\Images\AtlasFrame-Right">
164 <Size>
165 <AbsDimension x="512" y="512"/>
166 </Size>
167 <Anchors>
168 <Anchor point="TOPLEFT">
169 <Offset>
170 <AbsDimension x="512" y="0"/>
171 </Offset>
172 </Anchor>
173 </Anchors>
174 </Texture>
175 <FontString inherits="GameFontHighlight" text="ATLAS_TITLE">
176 <Anchors>
177 <Anchor point="TOP">
178 <Offset>
179 <AbsDimension x="20" y="-17"/>
180 </Offset>
181 </Anchor>
182 </Anchors>
183 </FontString>
184 <FontString inherits="GameFontNormalSmall" text="ATLAS_VERSION">
185 <Color r="0.4" g="0.4" b="0.4"/>
186 <Anchors>
187 <Anchor point="TOPRIGHT">
188 <Offset>
189 <AbsDimension x="-52" y="-18"/>
190 </Offset>
191 </Anchor>
192 </Anchors>
193 </FontString>
194 <FontString name="AtlasText_ZoneName" inherits="GameFontHighlightLarge">
195 <Anchors>
196 <Anchor point="TOPLEFT">
197 <Offset>
198 <AbsDimension x="546" y="-97"/>
199 </Offset>
200 </Anchor>
201 </Anchors>
202 </FontString>
203 <FontString name="AtlasText_Location" inherits="GameFontNormal">
204 <Anchors>
205 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
206 <Offset>
207 <AbsDimension x="0" y="-20"/>
208 </Offset>
209 </Anchor>
210 </Anchors>
211 </FontString>
212 <FontString name="AtlasText_LevelRange" inherits="GameFontNormal">
213 <Anchors>
214 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
215 <Offset>
216 <AbsDimension x="0" y="-35"/>
217 </Offset>
218 </Anchor>
219 </Anchors>
220 </FontString>
221 <FontString name="AtlasText_PlayerLimit" inherits="GameFontNormal">
222 <Anchors>
223 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
224 <Offset>
225 <AbsDimension x="0" y="-50"/>
226 </Offset>
227 </Anchor>
228 </Anchors>
229 </FontString>
230 <FontString name="AtlasText_1" inherits="GameFontNormal">
231 <Anchors>
232 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
233 <Offset>
234 <AbsDimension x="0" y="-80"/>
235 </Offset>
236 </Anchor>
237 </Anchors>
238 </FontString>
239 <FontString name="AtlasText_2" inherits="GameFontNormal">
240 <Anchors>
241 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
242 <Offset>
243 <AbsDimension x="0" y="-95"/>
244 </Offset>
245 </Anchor>
246 </Anchors>
247 </FontString>
248 <FontString name="AtlasText_3" inherits="GameFontNormal">
249 <Anchors>
250 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
251 <Offset>
252 <AbsDimension x="0" y="-110"/>
253 </Offset>
254 </Anchor>
255 </Anchors>
256 </FontString>
257 <FontString name="AtlasText_4" inherits="GameFontNormal">
258 <Anchors>
259 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
260 <Offset>
261 <AbsDimension x="0" y="-125"/>
262 </Offset>
263 </Anchor>
264 </Anchors>
265 </FontString>
266 <FontString name="AtlasText_5" inherits="GameFontNormal">
267 <Anchors>
268 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
269 <Offset>
270 <AbsDimension x="0" y="-140"/>
271 </Offset>
272 </Anchor>
273 </Anchors>
274 </FontString>
275 <FontString name="AtlasText_6" inherits="GameFontNormal">
276 <Anchors>
277 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
278 <Offset>
279 <AbsDimension x="0" y="-155"/>
280 </Offset>
281 </Anchor>
282 </Anchors>
283 </FontString>
284 <FontString name="AtlasText_7" inherits="GameFontNormal">
285 <Anchors>
286 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
287 <Offset>
288 <AbsDimension x="0" y="-170"/>
289 </Offset>
290 </Anchor>
291 </Anchors>
292 </FontString>
293 <FontString name="AtlasText_8" inherits="GameFontNormal">
294 <Anchors>
295 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
296 <Offset>
297 <AbsDimension x="0" y="-185"/>
298 </Offset>
299 </Anchor>
300 </Anchors>
301 </FontString>
302 <FontString name="AtlasText_9" inherits="GameFontNormal">
303 <Anchors>
304 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
305 <Offset>
306 <AbsDimension x="0" y="-200"/>
307 </Offset>
308 </Anchor>
309 </Anchors>
310 </FontString>
311 <FontString name="AtlasText_10" inherits="GameFontNormal">
312 <Anchors>
313 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
314 <Offset>
315 <AbsDimension x="0" y="-215"/>
316 </Offset>
317 </Anchor>
318 </Anchors>
319 </FontString>
320 <FontString name="AtlasText_11" inherits="GameFontNormal">
321 <Anchors>
322 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
323 <Offset>
324 <AbsDimension x="0" y="-230"/>
325 </Offset>
326 </Anchor>
327 </Anchors>
328 </FontString>
329 <FontString name="AtlasText_12" inherits="GameFontNormal">
330 <Anchors>
331 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
332 <Offset>
333 <AbsDimension x="0" y="-245"/>
334 </Offset>
335 </Anchor>
336 </Anchors>
337 </FontString>
338 <FontString name="AtlasText_13" inherits="GameFontNormal">
339 <Anchors>
340 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
341 <Offset>
342 <AbsDimension x="0" y="-260"/>
343 </Offset>
344 </Anchor>
345 </Anchors>
346 </FontString>
347 <FontString name="AtlasText_14" inherits="GameFontNormal">
348 <Anchors>
349 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
350 <Offset>
351 <AbsDimension x="0" y="-275"/>
352 </Offset>
353 </Anchor>
354 </Anchors>
355 </FontString>
356 <FontString name="AtlasText_15" inherits="GameFontNormal">
357 <Anchors>
358 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
359 <Offset>
360 <AbsDimension x="0" y="-290"/>
361 </Offset>
362 </Anchor>
363 </Anchors>
364 </FontString>
365 <FontString name="AtlasText_16" inherits="GameFontNormal">
366 <Anchors>
367 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
368 <Offset>
369 <AbsDimension x="0" y="-305"/>
370 </Offset>
371 </Anchor>
372 </Anchors>
373 </FontString>
374 <FontString name="AtlasText_17" inherits="GameFontNormal">
375 <Anchors>
376 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
377 <Offset>
378 <AbsDimension x="0" y="-320"/>
379 </Offset>
380 </Anchor>
381 </Anchors>
382 </FontString>
383 <FontString name="AtlasText_18" inherits="GameFontNormal">
384 <Anchors>
385 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
386 <Offset>
387 <AbsDimension x="0" y="-335"/>
388 </Offset>
389 </Anchor>
390 </Anchors>
391 </FontString>
392 <FontString name="AtlasText_19" inherits="GameFontNormal">
393 <Anchors>
394 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
395 <Offset>
396 <AbsDimension x="0" y="-350"/>
397 </Offset>
398 </Anchor>
399 </Anchors>
400 </FontString>
401 <FontString name="AtlasText_20" inherits="GameFontNormal">
402 <Anchors>
403 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
404 <Offset>
405 <AbsDimension x="0" y="-365"/>
406 </Offset>
407 </Anchor>
408 </Anchors>
409 </FontString>
410 <FontString name="AtlasText_21" inherits="GameFontNormal">
411 <Anchors>
412 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
413 <Offset>
414 <AbsDimension x="0" y="-380"/>
415 </Offset>
416 </Anchor>
417 </Anchors>
418 </FontString>
419 <FontString name="AtlasText_22" inherits="GameFontNormal">
420 <Anchors>
421 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
422 <Offset>
423 <AbsDimension x="0" y="-395"/>
424 </Offset>
425 </Anchor>
426 </Anchors>
427 </FontString>
428 <FontString name="AtlasText_23" inherits="GameFontNormal">
429 <Anchors>
430 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
431 <Offset>
432 <AbsDimension x="0" y="-410"/>
433 </Offset>
434 </Anchor>
435 </Anchors>
436 </FontString>
437 <FontString name="AtlasText_24" inherits="GameFontNormal">
438 <Anchors>
439 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
440 <Offset>
441 <AbsDimension x="0" y="-425"/>
442 </Offset>
443 </Anchor>
444 </Anchors>
445 </FontString>
446 <FontString name="AtlasText_25" inherits="GameFontNormal">
447 <Anchors>
448 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
449 <Offset>
450 <AbsDimension x="0" y="-440"/>
451 </Offset>
452 </Anchor>
453 </Anchors>
454 </FontString>
455 <FontString name="AtlasText_26" inherits="GameFontNormal">
456 <Anchors>
457 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
458 <Offset>
459 <AbsDimension x="0" y="-455"/>
460 </Offset>
461 </Anchor>
462 </Anchors>
463 </FontString>
464 <FontString name="AtlasText_27" inherits="GameFontNormal">
465 <Anchors>
466 <Anchor point="TOPLEFT" relativeTo="AtlasText_ZoneName" relativePoint="TOPLEFT">
467 <Offset>
468 <AbsDimension x="0" y="-470"/>
469 </Offset>
470 </Anchor>
471 </Anchors>
472 </FontString>
473 </Layer>
474 <Layer level="BACKGROUND">
475 <Texture name="AtlasMap"/>
476 </Layer>
477 </Layers>
478 <Scripts>
479 <OnLoad>
480 Atlas_OnLoad();
481 </OnLoad>
482 <OnEvent>
483 Atlas_OnEvent();
484 </OnEvent>
485 <OnShow>
486 Atlas_OnShow();
487 </OnShow>
488 <OnHide>
489 AtlasFrame:StopMovingOrSizing();
490 </OnHide>
491 <OnDragStart>
492 if(arg1 == "LeftButton") then
493 Atlas_StartMoving();
494 end
495 </OnDragStart>
496 <OnDragStop>
497 AtlasFrame:StopMovingOrSizing();
498 </OnDragStop>
499 <OnMouseUp>
500 AtlasFrame:StopMovingOrSizing();
501 Atlas_OnClick();
502 </OnMouseUp>
503 </Scripts>
504 </Frame>
505 </Ui>