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/ C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
2 ------------------ FRAME INSIDE ATLAS
3  
4  
5 --Fonts
6 <FontString name="AQFont" inherits="MasterFont" font="Fonts\FRIZQT__.TTF" virtual="true">
7 <FontHeight>
8 <AbsValue val="13"/>
9 </FontHeight>
10 <Color r="1.0" g="0.82" b="0"/>
11 </FontString>
12  
13 <FontString name="AQFontBIG" inherits="MasterFont" font="Fonts\FRIZQT__.TTF" virtual="true">
14 <FontHeight>
15 <AbsValue val="15"/>
16 </FontHeight>
17 <Color r="1.0" g="0.82" b="0"/>
18 </FontString>
19  
20 <FontString name="AQFontVERYSmall" inherits="MasterFont" font="Fonts\FRIZQT__.TTF" virtual="true">
21 <FontHeight>
22 <AbsValue val="11"/>
23 </FontHeight>
24 <Color r="1.0" g="0.82" b="0"/>
25 </FontString>
26  
27 <Frame name="AtlasQuestInsideFrame" toplevel="true" enableMouse="true" parent="AtlasFrame" hidden="false">
28 <Size>
29 <AbsDimension x="510" y="510"/>
30 </Size>
31 <Anchors>
32 <Anchor point="TOPLEFT">
33 <Offset>
34 <AbsDimension x="18" y="-84"/>
35 </Offset>
36 </Anchor>
37 </Anchors>
38 <Frames>
39 -----------------------------------------FRAME 1 --------------------------------------------------------------
40 ----------------------------------------------------------------------------------------------------------------
41 <Button name="AtlasQuestItemframe1" virtual="true" hidden="false">
42 <Size>
43 <AbsDimension x="236" y="30"/>
44 </Size>
45 <Anchors>
46 <Anchor point="BOTTOMLEFT">
47 <Offset>
48 <AbsDimension x="20" y="120"/>
49 </Offset>
50 </Anchor>
51 </Anchors>
52 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
53 <Layers>
54 <Layer level="ARTWORK">
55 <Texture name="AtlasQuestItemframe1_Icon">
56 <Size>
57 <AbsDimension x="24" y="24"/>
58 </Size>
59 <Anchors>
60 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
61 </Anchors>
62 </Texture>
63 <FontString name="AtlasQuestItemframe1_Name" inherits="GameFontNormal" justifyH="LEFT">
64 <Size>
65 <AbsDimension x="205" y="12"/>
66 </Size>
67 <Anchors>
68 <Anchor point="TOPLEFT" relativeTo="$parent_Icon" relativePoint="TOPRIGHT">
69 <Offset>
70 <AbsDimension x="3" y="0"/>
71 </Offset>
72 </Anchor>
73 </Anchors>
74 </FontString>
75 <FontString name="AtlasQuestItemframe1_Extra" inherits="GameFontNormalSmall" justifyH="LEFT">
76 <Size>
77 <AbsDimension x="205" y="10"/>
78 </Size>
79 <Anchors>
80 <Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="BOTTOMLEFT"/>
81 </Anchors>
82 </FontString>
83 </Layer>
84 </Layers>
85 <Scripts>
86 <OnEnter>
87 AQTHISISSHOWN = 1;
88 AtlasQuestItem_OnEnter();
89 </OnEnter>
90 <OnLeave>
91 AtlasQuestItem_OnLeave();
92 </OnLeave>
93 <OnClick>
94 AtlasQuestItem_OnClick(arg1);
95 </OnClick>
96 <OnLoad>
97 this:RegisterForClicks("LeftButtonDown", "RightButtonDown");
98 </OnLoad>
99 <OnShow>
100 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
101 </OnShow>
102 </Scripts>
103 </Button>
104 ----------------------------------------- FRAME 2 --------------------------------------------------------------
105 ----------------------------------------------------------------------------------------------------------------
106 <Button name="AtlasQuestItemframe2" virtual="true" hidden="false">
107 <Size>
108 <AbsDimension x="236" y="30"/>
109 </Size>
110 <Anchors>
111 <Anchor point="BOTTOMLEFT">
112 <Offset>
113 <AbsDimension x="266" y="120"/>
114 </Offset>
115 </Anchor>
116 </Anchors>
117 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
118 <Layers>
119 <Layer level="ARTWORK">
120 <Texture name="AtlasQuestItemframe2_Icon">
121 <Size>
122 <AbsDimension x="24" y="24"/>
123 </Size>
124 <Anchors>
125 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
126 </Anchors>
127 </Texture>
128 <FontString name="AtlasQuestItemframe2_Name" inherits="GameFontNormal" justifyH="LEFT">
129 <Size>
130 <AbsDimension x="205" y="12"/>
131 </Size>
132 <Anchors>
133 <Anchor point="TOPLEFT" relativeTo="$parent_Icon" relativePoint="TOPRIGHT">
134 <Offset>
135 <AbsDimension x="3" y="0"/>
136 </Offset>
137 </Anchor>
138 </Anchors>
139 </FontString>
140 <FontString name="AtlasQuestItemframe2_Extra" inherits="GameFontNormalSmall" justifyH="LEFT">
141 <Size>
142 <AbsDimension x="205" y="10"/>
143 </Size>
144 <Anchors>
145 <Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="BOTTOMLEFT"/>
146 </Anchors>
147 </FontString>
148 </Layer>
149 </Layers>
150 <Scripts>
151 <OnEnter>
152 AQTHISISSHOWN = 2;
153 AtlasQuestItem_OnEnter();
154 </OnEnter>
155 <OnLeave>
156 AtlasQuestItem_OnLeave();
157 </OnLeave>
158 <OnClick>
159 AtlasQuestItem_OnClick(arg1);
160 </OnClick>
161 <OnLoad>
162 this:RegisterForClicks("LeftButtonDown", "RightButtonDown");
163 </OnLoad>
164 <OnShow>
165 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
166 </OnShow>
167 </Scripts>
168 </Button>
169 ----------------------------------------- FRAME 3 --------------------------------------------------------------
170 ----------------------------------------------------------------------------------------------------------------
171 <Button name="AtlasQuestItemframe3" virtual="true" hidden="false">
172 <Size>
173 <AbsDimension x="236" y="30"/>
174 </Size>
175 <Anchors>
176 <Anchor point="BOTTOMLEFT">
177 <Offset>
178 <AbsDimension x="20" y="70"/>
179 </Offset>
180 </Anchor>
181 </Anchors>
182 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
183 <Layers>
184 <Layer level="ARTWORK">
185 <Texture name="AtlasQuestItemframe3_Icon">
186 <Size>
187 <AbsDimension x="24" y="24"/>
188 </Size>
189 <Anchors>
190 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
191 </Anchors>
192 </Texture>
193 <FontString name="AtlasQuestItemframe3_Name" inherits="GameFontNormal" justifyH="LEFT">
194 <Size>
195 <AbsDimension x="205" y="12"/>
196 </Size>
197 <Anchors>
198 <Anchor point="TOPLEFT" relativeTo="$parent_Icon" relativePoint="TOPRIGHT">
199 <Offset>
200 <AbsDimension x="3" y="0"/>
201 </Offset>
202 </Anchor>
203 </Anchors>
204 </FontString>
205 <FontString name="AtlasQuestItemframe3_Extra" inherits="GameFontNormalSmall" justifyH="LEFT">
206 <Size>
207 <AbsDimension x="205" y="10"/>
208 </Size>
209 <Anchors>
210 <Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="BOTTOMLEFT"/>
211 </Anchors>
212 </FontString>
213 </Layer>
214 </Layers>
215 <Scripts>
216 <OnEnter>
217 AQTHISISSHOWN = 3;
218 AtlasQuestItem_OnEnter();
219 </OnEnter>
220 <OnLeave>
221 AtlasQuestItem_OnLeave();
222 </OnLeave>
223 <OnClick>
224 AtlasQuestItem_OnClick(arg1);
225 </OnClick>
226 <OnLoad>
227 this:RegisterForClicks("LeftButtonDown", "RightButtonDown");
228 </OnLoad>
229 <OnShow>
230 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
231 </OnShow>
232 </Scripts>
233 </Button>
234 ----------------------------------------- FRAME 4 --------------------------------------------------------------
235 ----------------------------------------------------------------------------------------------------------------
236 <Button name="AtlasQuestItemframe4" virtual="true" hidden="false">
237 <Size>
238 <AbsDimension x="236" y="30"/>
239 </Size>
240 <Anchors>
241 <Anchor point="BOTTOMLEFT">
242 <Offset>
243 <AbsDimension x="266" y="70"/>
244 </Offset>
245 </Anchor>
246 </Anchors>
247 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
248 <Layers>
249 <Layer level="ARTWORK">
250 <Texture name="AtlasQuestItemframe4_Icon">
251 <Size>
252 <AbsDimension x="24" y="24"/>
253 </Size>
254 <Anchors>
255 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
256 </Anchors>
257 </Texture>
258 <FontString name="AtlasQuestItemframe4_Name" inherits="GameFontNormal" justifyH="LEFT">
259 <Size>
260 <AbsDimension x="205" y="12"/>
261 </Size>
262 <Anchors>
263 <Anchor point="TOPLEFT" relativeTo="$parent_Icon" relativePoint="TOPRIGHT">
264 <Offset>
265 <AbsDimension x="3" y="0"/>
266 </Offset>
267 </Anchor>
268 </Anchors>
269 </FontString>
270 <FontString name="AtlasQuestItemframe4_Extra" inherits="GameFontNormalSmall" justifyH="LEFT">
271 <Size>
272 <AbsDimension x="205" y="10"/>
273 </Size>
274 <Anchors>
275 <Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="BOTTOMLEFT"/>
276 </Anchors>
277 </FontString>
278 </Layer>
279 </Layers>
280 <Scripts>
281 <OnEnter>
282 AQTHISISSHOWN = 4;
283 AtlasQuestItem_OnEnter();
284 </OnEnter>
285 <OnLeave>
286 AtlasQuestItem_OnLeave();
287 </OnLeave>
288 <OnClick>
289 AtlasQuestItem_OnClick(arg1);
290 </OnClick>
291 <OnLoad>
292 this:RegisterForClicks("LeftButtonDown", "RightButtonDown");
293 </OnLoad>
294 <OnShow>
295 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
296 </OnShow>
297 </Scripts>
298 </Button>
299 ----------------------------------------- FRAME 5 --------------------------------------------------------------
300 ----------------------------------------------------------------------------------------------------------------
301 <Button name="AtlasQuestItemframe5" virtual="true" hidden="false">
302 <Size>
303 <AbsDimension x="236" y="30"/>
304 </Size>
305 <Anchors>
306 <Anchor point="BOTTOMLEFT">
307 <Offset>
308 <AbsDimension x="20" y="20"/>
309 </Offset>
310 </Anchor>
311 </Anchors>
312 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
313 <Layers>
314 <Layer level="ARTWORK">
315 <Texture name="AtlasQuestItemframe5_Icon">
316 <Size>
317 <AbsDimension x="24" y="24"/>
318 </Size>
319 <Anchors>
320 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
321 </Anchors>
322 </Texture>
323 <FontString name="AtlasQuestItemframe5_Name" inherits="GameFontNormal" justifyH="LEFT">
324 <Size>
325 <AbsDimension x="205" y="12"/>
326 </Size>
327 <Anchors>
328 <Anchor point="TOPLEFT" relativeTo="$parent_Icon" relativePoint="TOPRIGHT">
329 <Offset>
330 <AbsDimension x="3" y="0"/>
331 </Offset>
332 </Anchor>
333 </Anchors>
334 </FontString>
335 <FontString name="AtlasQuestItemframe5_Extra" inherits="GameFontNormalSmall" justifyH="LEFT">
336 <Size>
337 <AbsDimension x="205" y="10"/>
338 </Size>
339 <Anchors>
340 <Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="BOTTOMLEFT"/>
341 </Anchors>
342 </FontString>
343 </Layer>
344 </Layers>
345 <Scripts>
346 <OnEnter>
347 AQTHISISSHOWN = 5;
348 AtlasQuestItem_OnEnter();
349 </OnEnter>
350 <OnLeave>
351 AtlasQuestItem_OnLeave();
352 </OnLeave>
353 <OnClick>
354 AtlasQuestItem_OnClick(arg1);
355 </OnClick>
356 <OnLoad>
357 this:RegisterForClicks("LeftButtonDown", "RightButtonDown");
358 </OnLoad>
359 <OnShow>
360 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
361 </OnShow>
362 </Scripts>
363 </Button>
364 ----------------------------------------- FRAME 6 --------------------------------------------------------------
365 ----------------------------------------------------------------------------------------------------------------
366 <Button name="AtlasQuestItemframe6" virtual="true" hidden="false">
367 <Size>
368 <AbsDimension x="236" y="30"/>
369 </Size>
370 <Anchors>
371 <Anchor point="BOTTOMLEFT">
372 <Offset>
373 <AbsDimension x="266" y="20"/>
374 </Offset>
375 </Anchor>
376 </Anchors>
377 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
378 <Layers>
379 <Layer level="ARTWORK">
380 <Texture name="AtlasQuestItemframe6_Icon">
381 <Size>
382 <AbsDimension x="24" y="24"/>
383 </Size>
384 <Anchors>
385 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
386 </Anchors>
387 </Texture>
388 <FontString name="AtlasQuestItemframe6_Name" inherits="GameFontNormal" justifyH="LEFT">
389 <Size>
390 <AbsDimension x="205" y="12"/>
391 </Size>
392 <Anchors>
393 <Anchor point="TOPLEFT" relativeTo="$parent_Icon" relativePoint="TOPRIGHT">
394 <Offset>
395 <AbsDimension x="3" y="0"/>
396 </Offset>
397 </Anchor>
398 </Anchors>
399 </FontString>
400 <FontString name="AtlasQuestItemframe6_Extra" inherits="GameFontNormalSmall" justifyH="LEFT">
401 <Size>
402 <AbsDimension x="205" y="10"/>
403 </Size>
404 <Anchors>
405 <Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="BOTTOMLEFT"/>
406 </Anchors>
407 </FontString>
408 </Layer>
409 </Layers>
410 <Scripts>
411 <OnEnter>
412 AQTHISISSHOWN = 6;
413 AtlasQuestItem_OnEnter();
414 </OnEnter>
415 <OnLeave>
416 AtlasQuestItem_OnLeave();
417 </OnLeave>
418 <OnClick>
419 AtlasQuestItem_OnClick(arg1);
420 </OnClick>
421 <OnLoad>
422 this:RegisterForClicks("LeftButtonDown", "RightButtonDown");
423 </OnLoad>
424 <OnShow>
425 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
426 </OnShow>
427 </Scripts>
428 </Button>
429 --------------------------------------------FRAME ENDE-----------------------------------------------------------
430 ----------------------------------------------------------------------------------------------------------------
431 <Button name="CLOSEbutton2" inherits="UIPanelCloseButton" text="X">
432 <Size>
433 <AbsDimension x="30" y="30"/>
434 </Size>
435 <Anchors>
436 <Anchor point="TOPRIGHT">
437 <Offset>
438 <AbsDimension x="-5" y="-3"/>
439 </Offset>
440 </Anchor>
441 </Anchors>
442 <Scripts>
443 <OnClick>
444 AQCLOSE2_OnClick();
445 </OnClick>
446 <OnShow>
447 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
448 </OnShow>
449 </Scripts>
450 </Button>
451 </Frames>
452 <Layers>
453 <Layer level="BACKGROUND">
454 <Texture name="$parent_Back">
455 <Anchors>
456 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
457 <Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT"/>
458 </Anchors>
459 <Color r="0" g="0" b="0" a="0.75"/>
460 </Texture>
461 </Layer>
462 <Layer level="OVERLAY">
463 <FontString name="Questueberschrift" inherits="AQFontBIG">
464 <Size>
465 <AbsDimension x="400" y="12"/>
466 </Size>
467 <Anchors>
468 <Anchor point="TOP">
469 <Offset>
470 <AbsDimension x="0" y="-20"/>
471 </Offset>
472 </Anchor>
473 </Anchors>
474 </FontString>
475 <FontString name="QuestLeveltext" inherits="AQFont" justifyH = "LEFT" justifyV = "TOP">
476 <Size>
477 <AbsDimension x="400" y="12"/>
478 </Size>
479 <Anchors>
480 <Anchor point="TOPLEFT">
481 <Offset>
482 <AbsDimension x="20" y="-50"/>
483 </Offset>
484 </Anchor>
485 </Anchors>
486 </FontString>
487 <FontString name="QuestAttainLeveltext" inherits="AQFont" justifyH = "LEFT" justifyV="TOP">
488 <Size>
489 <AbsDimension x="400" y="12"/>
490 </Size>
491 <Anchors>
492 <Anchor point="TOPLEFT">
493 <Offset>
494 <AbsDimension x="140" y="-50"/>
495 </Offset>
496 </Anchor>
497 </Anchors>
498 </FontString>
499 <FontString name="Prequesttext" inherits="AQFont" maxLines="20" justifyH = "LEFT" justifyV = "TOP">
500 <Size>
501 <AbsDimension x="450" y="500"/>
502 </Size>
503 <Anchors>
504 <Anchor point="TOPLEFT">
505 <Offset>
506 <AbsDimension x="20" y="-75"/>
507 </Offset>
508 </Anchor>
509 </Anchors>
510 </FontString>
511 <FontString name="StoryTEXT" inherits="AQFontBIG" justifyH = "LEFT" justifyV = "TOP">
512 <Size>
513 <AbsDimension x="410" y="450"/>
514 </Size>
515 <Anchors>
516 <Anchor point="TOPLEFT">
517 <Offset>
518 <AbsDimension x="50" y="-50"/>
519 </Offset>
520 </Anchor>
521 </Anchors>
522 </FontString>
523 <FontString name="REWARDstext" inherits="AQFontBIG" justifyH = "LEFT" justifyV="TOP" >
524 <Size>
525 <AbsDimension x="400" y="12"/>
526 </Size>
527 <Anchors>
528 <Anchor point="BOTTOMLEFT">
529 <Offset>
530 <AbsDimension x="20" y="155"/>
531 </Offset>
532 </Anchor>
533 </Anchors>
534 </FontString>
535 </Layer>
536 </Layers>
537 <Scripts>
538 <OnEvent>
539 AQ_OnEvent(event);
540 </OnEvent>
541 </Scripts>
542 </Frame>
543  
544 ---------------------------SHOW HIDE (PANEL) BUTTON
545  
546 <Frame name="AtlasQuestButtonFrame" toplevel="true" enableMouse="true" parent="AtlasFrame" hidden="false">
547 <Size>
548 <AbsDimension x="1" y="1"/>
549 </Size>
550 <Anchors>
551 <Anchor point="TOPRIGHT">
552 </Anchor>
553 </Anchors>
554 <Frames>
555 <Button name="CLOSEbutton3" inherits="OptionsButtonTemplate" text="AQ">
556 <Size>
557 <AbsDimension x="25" y="25"/>
558 </Size>
559 <Anchors>
560 <Anchor point="TOPRIGHT">
561 <Offset>
562 <AbsDimension x="-115" y="-47"/>
563 </Offset>
564 </Anchor>
565 </Anchors>
566 <Scripts>
567 <OnClick>
568 AQCLOSE_OnClick();
569 </OnClick>
570 <OnUpdate>
571 if ( AtlasFrame == nil ) then
572 this:Hide();
573 end
574 </OnUpdate>
575 <OnShow>
576 if ( AtlasFrame == nil ) then
577 this:Hide();
578 end
579 </OnShow>
580 </Scripts>
581 </Button>
582 </Frames>
583 </Frame>
584 </Ui>