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 <Script file="atsw_language.lua"/>
4 <Script file="atsw_abstraction.lua"/>
5 <Script file="atsw.lua"/>
6  
7 <Button name="ATSWSkillButtonTemplate" hidden="true" virtual="true">
8 <Size>
9 <AbsDimension x="293" y="16"/>
10 </Size>
11 <Layers>
12 <Layer level="BACKGROUND">
13 <FontString name="$parentSubText" inherits="GameFontNormalSmall" justifyH="LEFT"/>
14 </Layer>
15 </Layers>
16 <Scripts>
17 <OnLoad>
18 this:SetFrameLevel(this:GetFrameLevel() + 1);
19 </OnLoad>
20 <OnClick>
21 ATSWSkillButton_OnClick(arg1);
22 </OnClick>
23 <OnEnter>
24 getglobal(this:GetName().."SubText"):SetTextColor(HIGHLIGHT_FONT_COLOR.r, HIGHLIGHT_FONT_COLOR.g, HIGHLIGHT_FONT_COLOR.b);
25 ATSW_DisplayTradeskillTooltip();
26 </OnEnter>
27 <OnLeave>
28 getglobal(this:GetName().."SubText"):SetTextColor(this.r, this.g, this.b);
29 ATSWTradeskillTooltip:Hide();
30 </OnLeave>
31 </Scripts>
32 <NormalTexture file="Interface\Buttons\UI-MinusButton-UP">
33 <Size>
34 <AbsDimension x="16" y="16"/>
35 </Size>
36 <Anchors>
37 <Anchor point="LEFT">
38 <Offset>
39 <AbsDimension x="3" y="0"/>
40 </Offset>
41 </Anchor>
42 </Anchors>
43 </NormalTexture>
44 <HighlightTexture name="$parentHighlight" file="Interface\Buttons\UI-PlusButton-Hilight" alphaMode="ADD">
45 <Size>
46 <AbsDimension x="16" y="16"/>
47 </Size>
48 <Anchors>
49 <Anchor point="LEFT">
50 <Offset>
51 <AbsDimension x="3" y="0"/>
52 </Offset>
53 </Anchor>
54 </Anchors>
55 </HighlightTexture>
56 <DisabledTexture file="Interface\Buttons\UI-PlusButton-Disabled">
57 <Size>
58 <AbsDimension x="16" y="16"/>
59 </Size>
60 <Anchors>
61 <Anchor point="LEFT">
62 <Offset>
63 <AbsDimension x="3" y="0"/>
64 </Offset>
65 </Anchor>
66 </Anchors>
67 </DisabledTexture>
68 <NormalText name="$parentText" inherits="GameFontNormal" justifyH="LEFT">
69 <Size>
70 <AbsDimension x="0" y="0"/>
71 </Size>
72 <Anchors>
73 <Anchor point="LEFT" relativeTo="$parentHighlight" relativePoint="RIGHT">
74 <Offset>
75 <AbsDimension x="2" y="1"/>
76 </Offset>
77 </Anchor>
78 </Anchors>
79 </NormalText>
80 <HighlightText name="$parentHighlightText" inherits="GameFontHighlight" justifyH="LEFT">
81 <Size>
82 <AbsDimension x="0" y="0"/>
83 </Size>
84 <Anchors>
85 <Anchor point="LEFT" relativeTo="$parentHighlight" relativePoint="RIGHT">
86 <Offset>
87 <AbsDimension x="2" y="1"/>
88 </Offset>
89 </Anchor>
90 </Anchors>
91 </HighlightText>
92 <DisabledText name="$parentDisabledText" inherits="GameFontDisable" justifyH="LEFT">
93 <Size>
94 <AbsDimension x="0" y="0"/>
95 </Size>
96 <Anchors>
97 <Anchor point="LEFT" relativeTo="$parentHighlight" relativePoint="RIGHT">
98 <Offset>
99 <AbsDimension x="2" y="1"/>
100 </Offset>
101 </Anchor>
102 </Anchors>
103 </DisabledText>
104 </Button>
105  
106 <Frame name="ATSWDialogBoxFrame_OnlyOK" virtual="true" toplevel="true" frameStrata="DIALOG" hidden="true">
107 <Anchors>
108 <Anchor point="CENTER"/>
109 </Anchors>
110 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
111 <EdgeSize>
112 <AbsValue val="32"/>
113 </EdgeSize>
114 <TileSize>
115 <AbsValue val="32"/>
116 </TileSize>
117 <BackgroundInsets>
118 <AbsInset left="11" right="12" top="12" bottom="11"/>
119 </BackgroundInsets>
120 </Backdrop>
121 <Frames>
122 <Button name="$parentOKButton">
123 <Size>
124 <AbsDimension x="128" y="32"/>
125 </Size>
126 <Anchors>
127 <Anchor point="BOTTOM">
128 <Offset>
129 <AbsDimension x="0" y="16"/>
130 </Offset>
131 </Anchor>
132 </Anchors>
133 <Scripts>
134 <OnClick>
135 this:GetParent():Hide();
136 </OnClick>
137 </Scripts>
138 <NormalTexture inherits="DialogButtonNormalTexture"/>
139 <PushedTexture inherits="DialogButtonPushedTexture"/>
140 <HighlightTexture inherits="DialogButtonHighlightTexture"/>
141 <NormalText inherits="DialogButtonNormalText" text="OKAY"/>
142 <HighlightText inherits="DialogButtonHighlightText" text="OKAY"/>
143 </Button>
144 </Frames>
145 </Frame>
146  
147 <Frame name="ATSWDialogBoxFrame" virtual="true" toplevel="true" frameStrata="DIALOG" hidden="true">
148 <Anchors>
149 <Anchor point="CENTER"/>
150 </Anchors>
151 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
152 <EdgeSize>
153 <AbsValue val="32"/>
154 </EdgeSize>
155 <TileSize>
156 <AbsValue val="32"/>
157 </TileSize>
158 <BackgroundInsets>
159 <AbsInset left="11" right="12" top="12" bottom="11"/>
160 </BackgroundInsets>
161 </Backdrop>
162 <Frames>
163 <Button name="$parentOKButton">
164 <Size>
165 <AbsDimension x="128" y="32"/>
166 </Size>
167 <Anchors>
168 <Anchor point="BOTTOM">
169 <Offset>
170 <AbsDimension x="-70" y="16"/>
171 </Offset>
172 </Anchor>
173 </Anchors>
174 <Scripts>
175 <OnClick>
176 ATSWDBF_OnOK(this:GetParent():GetName());
177 this:GetParent():Hide();
178 </OnClick>
179 </Scripts>
180 <NormalTexture inherits="DialogButtonNormalTexture"/>
181 <PushedTexture inherits="DialogButtonPushedTexture"/>
182 <HighlightTexture inherits="DialogButtonHighlightTexture"/>
183 <NormalText inherits="DialogButtonNormalText" text="ATSW_CONTINUEQUEUE"/>
184 <HighlightText inherits="DialogButtonHighlightText" text="ATSW_CONTINUEQUEUE"/>
185 </Button>
186 <Button name="$parentAbortButton">
187 <Size>
188 <AbsDimension x="128" y="32"/>
189 </Size>
190 <Anchors>
191 <Anchor point="BOTTOM">
192 <Offset>
193 <AbsDimension x="70" y="16"/>
194 </Offset>
195 </Anchor>
196 </Anchors>
197 <Scripts>
198 <OnClick>
199 ATSWDBF_OnAbort(this:GetParent():GetName());
200 this:GetParent():Hide();
201 </OnClick>
202 </Scripts>
203 <NormalTexture inherits="DialogButtonNormalTexture"/>
204 <PushedTexture inherits="DialogButtonPushedTexture"/>
205 <HighlightTexture inherits="DialogButtonHighlightTexture"/>
206 <NormalText inherits="DialogButtonNormalText" text="ATSW_ABORTQUEUE"/>
207 <HighlightText inherits="DialogButtonHighlightText" text="ATSW_ABORTQUEUE"/>
208 </Button>
209 </Frames>
210 </Frame>
211  
212 <Button name="ATSWQueueItemButtonTemplate_Count" hidden="false" virtual="true">
213 <Size>
214 <AbsDimension x="30" y="16"/>
215 </Size>
216 <NormalText name="$parentText" inherits="GameFontNormal" justifyH="LEFT">
217 <Size>
218 <AbsDimension x="30" y="0"/>
219 </Size>
220 <Anchors>
221 <Anchor point="LEFT">
222 </Anchor>
223 </Anchors>
224 <Color r="1" g="1" b="1" a="1"/>
225 </NormalText>
226 </Button>
227  
228 <Button name="ATSWQueueItemButtonTemplate_Name" hidden="false" virtual="true">
229 <Size>
230 <AbsDimension x="280" y="16"/>
231 </Size>
232 <NormalText name="$parentText" inherits="GameFontNormal" justifyH="LEFT">
233 <Size>
234 <AbsDimension x="280" y="0"/>
235 </Size>
236 <Anchors>
237 <Anchor point="LEFT">
238 </Anchor>
239 </Anchors>
240 <Color r="1" g="1" b="1" a="1"/>
241 </NormalText>
242 </Button>
243  
244 <Button name="ATSWQueueItemButtonTemplate" hidden="true" virtual="true">
245 <Size>
246 <AbsDimension x="314" y="16"/>
247 </Size>
248 <Frames>
249 <Button name="$parentCount" inherits="ATSWQueueItemButtonTemplate_Count">
250 <Anchors>
251 <Anchor point="LEFT">
252 <Offset>
253 <AbsDimension x="0" y="0"/>
254 </Offset>
255 </Anchor>
256 </Anchors>
257 </Button>
258 <Button name="$parentName" inherits="ATSWQueueItemButtonTemplate_Name">
259 <Anchors>
260 <Anchor point="LEFT">
261 <Offset>
262 <AbsDimension x="34" y="0"/>
263 </Offset>
264 </Anchor>
265 </Anchors>
266 </Button>
267 </Frames>
268 <Scripts>
269 <OnLoad>
270 this:SetFrameLevel(this:GetFrameLevel() + 1);
271 </OnLoad>
272 <OnClick>
273 </OnClick>
274 <OnEnter>
275 </OnEnter>
276 <OnLeave>
277 </OnLeave>
278 </Scripts>
279 </Button>
280  
281 <ScrollFrame name="ATSWListScrollFrameTemplate" inherits="FauxScrollFrameTemplate" virtual="true">
282 <Layers>
283 <Layer level="BACKGROUND">
284 <Texture file="Interface\ClassTrainerFrame\UI-ClassTrainer-ScrollBar">
285 <Size>
286 <AbsDimension x="30" y="120"/>
287 </Size>
288 <Anchors>
289 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
290 <Offset>
291 <AbsDimension x="-3" y="2"/>
292 </Offset>
293 </Anchor>
294 </Anchors>
295 <TexCoords left="0" right="0.46875" top="0.0234375" bottom="0.9609375"/>
296 </Texture>
297 <Texture file="Interface\ClassTrainerFrame\UI-ClassTrainer-ScrollBar">
298 <Size>
299 <AbsDimension x="30" y="160"/>
300 </Size>
301 <Anchors>
302 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
303 <Offset>
304 <AbsDimension x="-3" y="-118"/>
305 </Offset>
306 </Anchor>
307 </Anchors>
308 <TexCoords left="0.53125" right="1.0" top="0.03125" bottom="0.7"/>
309 </Texture>
310 <Texture file="Interface\ClassTrainerFrame\UI-ClassTrainer-ScrollBar">
311 <Size>
312 <AbsDimension x="30" y="123"/>
313 </Size>
314 <Anchors>
315 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT">
316 <Offset>
317 <AbsDimension x="-3" y="-2"/>
318 </Offset>
319 </Anchor>
320 </Anchors>
321 <TexCoords left="0.53125" right="1.0" top="0.03125" bottom="1.0"/>
322 </Texture>
323 </Layer>
324 </Layers>
325 </ScrollFrame>
326  
327 <ScrollFrame name="ATSWQueueScrollFrameTemplate" inherits="FauxScrollFrameTemplate" virtual="true">
328 <Layers>
329 <Layer level="BACKGROUND">
330 <Texture file="Interface\ClassTrainerFrame\UI-ClassTrainer-ScrollBar">
331 <Size>
332 <AbsDimension x="30" y="80"/>
333 </Size>
334 <Anchors>
335 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
336 <Offset>
337 <AbsDimension x="-3" y="2"/>
338 </Offset>
339 </Anchor>
340 </Anchors>
341 <TexCoords left="0" right="0.46875" top="0.0234375" bottom="0.6"/>
342 </Texture>
343 <Texture file="Interface\ClassTrainerFrame\UI-ClassTrainer-ScrollBar">
344 <Size>
345 <AbsDimension x="30" y="80"/>
346 </Size>
347 <Anchors>
348 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT">
349 <Offset>
350 <AbsDimension x="-3" y="-2"/>
351 </Offset>
352 </Anchor>
353 </Anchors>
354 <TexCoords left="0.53125" right="1.0" top="0.4" bottom="1.0"/>
355 </Texture>
356 </Layer>
357 </Layers>
358 </ScrollFrame>
359  
360 <Button name="ATSWItemTemplate" inherits="QuestItemTemplate" virtual="true">
361 <Scripts>
362 <OnEnter>
363 GameTooltip:SetOwner(this, "ANCHOR_TOPLEFT");
364 if(atsw_oldmode) then
365 GameTooltip:SetCraftItem(ATSWFrame.selectedSkill, this:GetID());
366 else
367 GameTooltip:SetTradeSkillItem(ATSWFrame.selectedSkill, this:GetID());
368 end
369 CursorUpdate();
370 </OnEnter>
371 <OnLeave>
372 GameTooltip:Hide();
373 ResetCursor();
374 </OnLeave>
375 <OnUpdate>
376 CursorOnUpdate();
377 </OnUpdate>
378 <OnClick>
379 if ( IsControlKeyDown() ) then
380 DressUpItemLink(ATSW_GetTradeSkillReagentItemLink(ATSWFrame.selectedSkill, this:GetID()));
381 elseif ( IsShiftKeyDown() ) then
382 if ( ChatFrameEditBox:IsVisible() ) then
383 ChatFrameEditBox:Insert(ATSW_GetTradeSkillReagentItemLink(ATSWFrame.selectedSkill, this:GetID()));
384 end
385 end
386 </OnClick>
387 </Scripts>
388 </Button>
389  
390 <Frame name="ATSWCheckerFrame" frameStrata="LOW" enableMouse="false" hidden="true">
391 <Scripts>
392 <OnUpdate>
393 ATSW_CheckForTradeSkillWindow(arg1);
394 </OnUpdate>
395 </Scripts>
396 </Frame>
397  
398 <Frame name="ATSWFrame" toplevel="true" enableMouse="true" movable="true" parent="UIParent" hidden="true">
399 <TitleRegion setAllPoints="true"/>
400 <Size>
401 <AbsDimension x="768" y="512"/>
402 </Size>
403 <Anchors>
404 <Anchor point="TOPLEFT">
405 <Offset>
406 <AbsDimension x="0" y="-104"/>
407 </Offset>
408 </Anchor>
409 </Anchors>
410 <Layers>
411 <Layer level="BACKGROUND">
412 <Texture name="ATSWFramePortrait" file="Interface\Spellbook\Spellbook-Icon">
413 <Size>
414 <AbsDimension x="54" y="54"/>
415 </Size>
416 <Anchors>
417 <Anchor point="TOPLEFT">
418 <Offset>
419 <AbsDimension x="10" y="-8"/>
420 </Offset>
421 </Anchor>
422 </Anchors>
423 </Texture>
424 </Layer>
425 <Layer level="ARTWORK">
426 <Texture file="Interface\TaxiFrame\UI-TaxiFrame-TopLeft">
427 <Size>
428 <AbsDimension x="256" y="256"/>
429 </Size>
430 <Anchors>
431 <Anchor point="TOPLEFT"/>
432 </Anchors>
433 </Texture>
434 <Texture file="Interface\AddOns\AdvancedTradeSkillWindow\UI-TaxiFrame-BotLeftReplacement">
435 <Size>
436 <AbsDimension x="256" y="256"/>
437 </Size>
438 <Anchors>
439 <Anchor point="TOPLEFT">
440 <Offset>
441 <AbsDimension x="0" y="-256"/>
442 </Offset>
443 </Anchor>
444 </Anchors>
445 </Texture>
446 <Texture file="Interface\AddOns\AdvancedTradeSkillWindow\UI-TaxiFrame-InBetween1">
447 <Size>
448 <AbsDimension x="128" y="512"/>
449 </Size>
450 <Anchors>
451 <Anchor point="TOPLEFT">
452 <Offset>
453 <AbsDimension x="256" y="0"/>
454 </Offset>
455 </Anchor>
456 </Anchors>
457 </Texture>
458 <Texture file="Interface\AddOns\AdvancedTradeSkillWindow\UI-TaxiFrame-InBetween2">
459 <Size>
460 <AbsDimension x="256" y="512"/>
461 </Size>
462 <Anchors>
463 <Anchor point="TOPLEFT">
464 <Offset>
465 <AbsDimension x="384" y="0"/>
466 </Offset>
467 </Anchor>
468 </Anchors>
469 </Texture>
470 <Texture file="Interface\TaxiFrame\UI-TaxiFrame-TopRight">
471 <Size>
472 <AbsDimension x="128" y="256"/>
473 </Size>
474 <Anchors>
475 <Anchor point="TOPLEFT">
476 <Offset>
477 <AbsDimension x="640" y="0"/>
478 </Offset>
479 </Anchor>
480 </Anchors>
481 </Texture>
482 <Texture file="Interface\AddOns\AdvancedTradeSkillWindow\UI-TaxiFrame-BotRightReplacement">
483 <Size>
484 <AbsDimension x="128" y="256"/>
485 </Size>
486 <Anchors>
487 <Anchor point="TOPLEFT">
488 <Offset>
489 <AbsDimension x="640" y="-256"/>
490 </Offset>
491 </Anchor>
492 </Anchors>
493 </Texture>
494 <FontString name="ATSWFrameTitleText" inherits="GameFontNormal" text="ATSW_VERSION">
495 <Size>
496 <AbsDimension x="600" y="14"/>
497 </Size>
498 <Anchors>
499 <Anchor point="TOP" relativeTo="ATSWFrame" relativePoint="TOP">
500 <Offset>
501 <AbsDimension x="0" y="-17"/>
502 </Offset>
503 </Anchor>
504 </Anchors>
505 </FontString>
506 </Layer>
507 <Layer level="OVERLAY">
508 <Texture name="ATSWHorizontalBarLeft" file="Interface\ClassTrainerFrame\UI-ClassTrainer-HorizontalBar">
509 <Size>
510 <AbsDimension x="296" y="16"/>
511 </Size>
512 <Anchors>
513 <Anchor point="TOPLEFT">
514 <Offset>
515 <AbsDimension x="344" y="-326"/>
516 </Offset>
517 </Anchor>
518 </Anchors>
519 <TexCoords left="0" right="1.0" top="0" bottom="0.25"/>
520 </Texture>
521 <Texture name="ATSWHorizontalBarLeftAddon" file="Interface\ClassTrainerFrame\UI-ClassTrainer-HorizontalBar">
522 <Size>
523 <AbsDimension x="90" y="16"/>
524 </Size>
525 <Anchors>
526 <Anchor point="LEFT" relativeTo="ATSWHorizontalBarLeft" relativePoint="RIGHT">
527 <Offset>
528 <AbsDimension x="0" y="0"/>
529 </Offset>
530 </Anchor>
531 </Anchors>
532 <TexCoords left="0" right="0.29296875" top="0.25" bottom="0.5"/>
533 </Texture>
534 <Texture name="ATSWHorizontalBarLeft2" file="Interface\ClassTrainerFrame\UI-ClassTrainer-HorizontalBar">
535 <Size>
536 <AbsDimension x="296" y="16"/>
537 </Size>
538 <Anchors>
539 <Anchor point="TOPLEFT">
540 <Offset>
541 <AbsDimension x="344" y="-358"/>
542 </Offset>
543 </Anchor>
544 </Anchors>
545 <TexCoords left="0" right="1.0" top="0" bottom="0.25"/>
546 </Texture>
547 <Texture name="ATSWHorizontalBarLeft2Addon" file="Interface\ClassTrainerFrame\UI-ClassTrainer-HorizontalBar">
548 <Size>
549 <AbsDimension x="90" y="16"/>
550 </Size>
551 <Anchors>
552 <Anchor point="LEFT" relativeTo="ATSWHorizontalBarLeft2" relativePoint="RIGHT">
553 <Offset>
554 <AbsDimension x="0" y="0"/>
555 </Offset>
556 </Anchor>
557 </Anchors>
558 <TexCoords left="0" right="0.29296875" top="0.25" bottom="0.5"/>
559 </Texture>
560 <Texture name="ATSWHorizontalBarLeft3" file="Interface\ClassTrainerFrame\UI-ClassTrainer-HorizontalBar">
561 <Size>
562 <AbsDimension x="296" y="16"/>
563 </Size>
564 <Anchors>
565 <Anchor point="TOPLEFT">
566 <Offset>
567 <AbsDimension x="344" y="-458"/>
568 </Offset>
569 </Anchor>
570 </Anchors>
571 <TexCoords left="0" right="1.0" top="0" bottom="0.25"/>
572 </Texture>
573 <Texture name="ATSWHorizontalBarLeft3Addon" file="Interface\ClassTrainerFrame\UI-ClassTrainer-HorizontalBar">
574 <Size>
575 <AbsDimension x="90" y="16"/>
576 </Size>
577 <Anchors>
578 <Anchor point="LEFT" relativeTo="ATSWHorizontalBarLeft3" relativePoint="RIGHT">
579 <Offset>
580 <AbsDimension x="0" y="0"/>
581 </Offset>
582 </Anchor>
583 </Anchors>
584 <TexCoords left="0" right="0.29296875" top="0.25" bottom="0.5"/>
585 </Texture>
586 <FontString name="ATSWSkillName" inherits="GameFontNormal" text="Skill Name" justifyH="LEFT">
587 <Size>
588 <AbsDimension x="244" y="0"/>
589 </Size>
590 <Anchors>
591 <Anchor point="TOPLEFT" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
592 <Offset>
593 <AbsDimension x="420" y="-90"/>
594 </Offset>
595 </Anchor>
596 </Anchors>
597 </FontString>
598 <FontString name="ATSWRequirementLabel" inherits="GameFontHighlightSmall" text="REQUIRES_LABEL">
599 <Anchors>
600 <Anchor point="TOPLEFT" relativeTo="ATSWSkillName" relativePoint="BOTTOMLEFT">
601 <Offset>
602 <AbsDimension x="0" y="0"/>
603 </Offset>
604 </Anchor>
605 </Anchors>
606 </FontString>
607 <FontString name="ATSWRequirementText" inherits="GameFontHighlightSmall" justifyV="TOP" justifyH="LEFT">
608 <Size>
609 <AbsDimension x="180" y="0"/>
610 </Size>
611 <Anchors>
612 <Anchor point="TOPLEFT" relativeTo="ATSWRequirementLabel" relativePoint="TOPRIGHT" >
613 <Offset>
614 <AbsDimension x="4" y="0"/>
615 </Offset>
616 </Anchor>
617 </Anchors>
618 </FontString>
619 <FontString name="ATSWSkillCooldown" inherits="GameFontRedSmall">
620 <Anchors>
621 <Anchor point="TOPLEFT" relativeTo="ATSWRequirementLabel" relativePoint="BOTTOMLEFT">
622 <Offset>
623 <AbsDimension x="0" y="0"/>
624 </Offset>
625 </Anchor>
626 </Anchors>
627 </FontString>
628 <Texture name="ATSWDetailHeaderLeft" file="Interface\ClassTrainerFrame\UI-ClassTrainer-DetailHeaderLeft">
629 <Size>
630 <AbsDimension x="256" y="64"/>
631 </Size>
632 <Anchors>
633 <Anchor point="TOPLEFT">
634 <Offset>
635 <AbsDimension x="372" y="-83"/>
636 </Offset>
637 </Anchor>
638 </Anchors>
639 </Texture>
640 <Texture file="Interface\ClassTrainerFrame\UI-ClassTrainer-DetailHeaderRight">
641 <Size>
642 <AbsDimension x="64" y="64"/>
643 </Size>
644 <Anchors>
645 <Anchor point="TOPLEFT" relativeTo="ATSWDetailHeaderLeft" relativePoint="TOPRIGHT">
646 <Offset>
647 <AbsDimension x="0" y="0"/>
648 </Offset>
649 </Anchor>
650 </Anchors>
651 </Texture>
652 <FontString name="ATSWReagentLabel" inherits="GameFontNormalSmall" text="SPELL_REAGENTS">
653 <Anchors>
654 <Anchor point="TOPLEFT">
655 <Offset>
656 <AbsDimension x="380" y="-136"/>
657 </Offset>
658 </Anchor>
659 </Anchors>
660 </FontString>
661 <FontString name="ATSWCraftDescription" inherits="GameFontHighlightSmall" justifyH="LEFT">
662 <Size>
663 <AbsDimension x="290" y="0"/>
664 </Size>
665 <Anchors>
666 <Anchor point="TOPLEFT">
667 <Offset>
668 <AbsDimension x="380" y="-140"/>
669 </Offset>
670 </Anchor>
671 </Anchors>
672 </FontString>
673 <FontString name="ATSWFilterLabel" inherits="GameFontNormalSmall" text="ATSW_FILTERLABEL">
674 <Anchors>
675 <Anchor point="TOPLEFT">
676 <Offset>
677 <AbsDimension x="86" y="-98"/>
678 </Offset>
679 </Anchor>
680 </Anchors>
681 <Color r="1" g="1" b="1" a="1"/>
682 </FontString>
683 </Layer>
684 </Layers>
685 <Frames>
686 <Button name="ATSWFrameCloseButton" inherits="UIPanelCloseButton">
687 <Anchors>
688 <Anchor point="TOPRIGHT" relativeTo="ATSWFrame" relativePoint="TOPRIGHT">
689 <Offset>
690 <AbsDimension x="-29" y="-8"/>
691 </Offset>
692 </Anchor>
693 </Anchors>
694 <Scripts>
695 <OnClick>
696 ATSW_HideWindow();
697 </OnClick>
698 </Scripts>
699 </Button>
700  
701 <StatusBar name="ATSWRankFrame" drawLayer="BACKGROUND" minValue="0" maxValue="1" defaultValue="0">
702 <Size>
703 <AbsDimension x="268" y="15"/>
704 </Size>
705 <Anchors>
706 <Anchor point="TOPLEFT">
707 <Offset>
708 <AbsDimension x="456" y="-37"/>
709 </Offset>
710 </Anchor>
711 </Anchors>
712 <Layers>
713 <Layer level="ARTWORK">
714 <FontString name="$parentSkillName" inherits="GameFontNormalSmall">
715 <Anchors>
716 <Anchor point="LEFT">
717 <Offset>
718 <AbsDimension x="6" y="1"/>
719 </Offset>
720 </Anchor>
721 </Anchors>
722 </FontString>
723 <FontString name="$parentSkillRank" inherits="GameFontHighlightSmall" justifyH="LEFT">
724 <Size>
725 <AbsDimension x="128" y="0"/>
726 </Size>
727 <Anchors>
728 <Anchor point="LEFT" relativeTo="$parentSkillName" relativePoint="RIGHT">
729 <Offset>
730 <AbsDimension x="13" y="0"/>
731 </Offset>
732 </Anchor>
733 </Anchors>
734 </FontString>
735 </Layer>
736 <Layer level="BACKGROUND">
737 <Texture name="$parentBackground">
738 <Color r="1.0" g="1.0" b="1.0" a="0.2"/>
739 </Texture>
740 </Layer>
741 </Layers>
742 <Frames>
743 <Button name="$parentBorder">
744 <Size>
745 <AbsDimension x="281" y="32"/>
746 </Size>
747 <Anchors>
748 <Anchor point="LEFT">
749 <Offset>
750 <AbsDimension x="-5" y="0"/>
751 </Offset>
752 </Anchor>
753 </Anchors>
754 <NormalTexture name="$parentNormal" file="Interface\PaperDollInfoFrame\UI-Character-Skills-BarBorder" />
755 </Button>
756 </Frames>
757 <Scripts>
758 <OnLoad>
759 this:RegisterEvent("SKILL_LINES_CHANGED");
760 </OnLoad>
761 <OnEvent>
762 if ( event == "SKILL_LINES_CHANGED" ) then
763 ATSWFrame_Update();
764 end
765 </OnEvent>
766 </Scripts>
767 <BarTexture name="$parentBar" file="Interface\PaperDollInfoFrame\UI-Character-Skills-Bar" />
768 <BarColor r="0.25" g="0.25" b="0.75" />
769 </StatusBar>
770  
771 <Frame name="ATSWHighlightFrame" hidden="true">
772 <Size>
773 <AbsDimension x="293" y="16"/>
774 </Size>
775 <Anchors>
776 <Anchor point="TOPLEFT"/>
777 </Anchors>
778 <Layers>
779 <Layer level="ARTWORK">
780 <Texture name="ATSWHighlight" file="Interface\Buttons\UI-Listbox-Highlight2"/>
781 </Layer>
782 </Layers>
783 </Frame>
784  
785 <Button name="ATSWSkill1" inherits="ATSWSkillButtonTemplate">
786 <Anchors>
787 <Anchor point="TOPLEFT" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
788 <Offset>
789 <AbsDimension x="22" y="-120"/>
790 </Offset>
791 </Anchor>
792 </Anchors>
793 </Button>
794 <Button name="ATSWSkill2" inherits="ATSWSkillButtonTemplate">
795 <Anchors>
796 <Anchor point="TOPLEFT" relativeTo="ATSWSkill1" relativePoint="BOTTOMLEFT">
797 <Offset>
798 <AbsDimension x="0" y="0"/>
799 </Offset>
800 </Anchor>
801 </Anchors>
802 </Button>
803 <Button name="ATSWSkill3" inherits="ATSWSkillButtonTemplate">
804 <Anchors>
805 <Anchor point="TOPLEFT" relativeTo="ATSWSkill2" relativePoint="BOTTOMLEFT">
806 <Offset>
807 <AbsDimension x="0" y="0"/>
808 </Offset>
809 </Anchor>
810 </Anchors>
811 </Button>
812 <Button name="ATSWSkill4" inherits="ATSWSkillButtonTemplate">
813 <Anchors>
814 <Anchor point="TOPLEFT" relativeTo="ATSWSkill3" relativePoint="BOTTOMLEFT">
815 <Offset>
816 <AbsDimension x="0" y="0"/>
817 </Offset>
818 </Anchor>
819 </Anchors>
820 </Button>
821 <Button name="ATSWSkill5" inherits="ATSWSkillButtonTemplate">
822 <Anchors>
823 <Anchor point="TOPLEFT" relativeTo="ATSWSkill4" relativePoint="BOTTOMLEFT">
824 <Offset>
825 <AbsDimension x="0" y="0"/>
826 </Offset>
827 </Anchor>
828 </Anchors>
829 </Button>
830 <Button name="ATSWSkill6" inherits="ATSWSkillButtonTemplate">
831 <Anchors>
832 <Anchor point="TOPLEFT" relativeTo="ATSWSkill5" relativePoint="BOTTOMLEFT">
833 <Offset>
834 <AbsDimension x="0" y="0"/>
835 </Offset>
836 </Anchor>
837 </Anchors>
838 </Button>
839 <Button name="ATSWSkill7" inherits="ATSWSkillButtonTemplate">
840 <Anchors>
841 <Anchor point="TOPLEFT" relativeTo="ATSWSkill6" relativePoint="BOTTOMLEFT">
842 <Offset>
843 <AbsDimension x="0" y="0"/>
844 </Offset>
845 </Anchor>
846 </Anchors>
847 </Button>
848 <Button name="ATSWSkill8" inherits="ATSWSkillButtonTemplate">
849 <Anchors>
850 <Anchor point="TOPLEFT" relativeTo="ATSWSkill7" relativePoint="BOTTOMLEFT">
851 <Offset>
852 <AbsDimension x="0" y="0"/>
853 </Offset>
854 </Anchor>
855 </Anchors>
856 </Button>
857 <Button name="ATSWSkill9" inherits="ATSWSkillButtonTemplate">
858 <Anchors>
859 <Anchor point="TOPLEFT" relativeTo="ATSWSkill8" relativePoint="BOTTOMLEFT">
860 <Offset>
861 <AbsDimension x="0" y="0"/>
862 </Offset>
863 </Anchor>
864 </Anchors>
865 </Button>
866 <Button name="ATSWSkill10" inherits="ATSWSkillButtonTemplate">
867 <Anchors>
868 <Anchor point="TOPLEFT" relativeTo="ATSWSkill9" relativePoint="BOTTOMLEFT">
869 <Offset>
870 <AbsDimension x="0" y="0"/>
871 </Offset>
872 </Anchor>
873 </Anchors>
874 </Button>
875 <Button name="ATSWSkill11" inherits="ATSWSkillButtonTemplate">
876 <Anchors>
877 <Anchor point="TOPLEFT" relativeTo="ATSWSkill10" relativePoint="BOTTOMLEFT">
878 <Offset>
879 <AbsDimension x="0" y="0"/>
880 </Offset>
881 </Anchor>
882 </Anchors>
883 </Button>
884 <Button name="ATSWSkill12" inherits="ATSWSkillButtonTemplate">
885 <Anchors>
886 <Anchor point="TOPLEFT" relativeTo="ATSWSkill11" relativePoint="BOTTOMLEFT">
887 <Offset>
888 <AbsDimension x="0" y="0"/>
889 </Offset>
890 </Anchor>
891 </Anchors>
892 </Button>
893 <Button name="ATSWSkill13" inherits="ATSWSkillButtonTemplate">
894 <Anchors>
895 <Anchor point="TOPLEFT" relativeTo="ATSWSkill12" relativePoint="BOTTOMLEFT">
896 <Offset>
897 <AbsDimension x="0" y="0"/>
898 </Offset>
899 </Anchor>
900 </Anchors>
901 </Button>
902 <Button name="ATSWSkill14" inherits="ATSWSkillButtonTemplate">
903 <Anchors>
904 <Anchor point="TOPLEFT" relativeTo="ATSWSkill13" relativePoint="BOTTOMLEFT">
905 <Offset>
906 <AbsDimension x="0" y="0"/>
907 </Offset>
908 </Anchor>
909 </Anchors>
910 </Button>
911 <Button name="ATSWSkill15" inherits="ATSWSkillButtonTemplate">
912 <Anchors>
913 <Anchor point="TOPLEFT" relativeTo="ATSWSkill14" relativePoint="BOTTOMLEFT">
914 <Offset>
915 <AbsDimension x="0" y="0"/>
916 </Offset>
917 </Anchor>
918 </Anchors>
919 </Button>
920 <Button name="ATSWSkill16" inherits="ATSWSkillButtonTemplate">
921 <Anchors>
922 <Anchor point="TOPLEFT" relativeTo="ATSWSkill15" relativePoint="BOTTOMLEFT">
923 <Offset>
924 <AbsDimension x="0" y="0"/>
925 </Offset>
926 </Anchor>
927 </Anchors>
928 </Button>
929 <Button name="ATSWSkill17" inherits="ATSWSkillButtonTemplate">
930 <Anchors>
931 <Anchor point="TOPLEFT" relativeTo="ATSWSkill16" relativePoint="BOTTOMLEFT">
932 <Offset>
933 <AbsDimension x="0" y="0"/>
934 </Offset>
935 </Anchor>
936 </Anchors>
937 </Button>
938 <Button name="ATSWSkill18" inherits="ATSWSkillButtonTemplate">
939 <Anchors>
940 <Anchor point="TOPLEFT" relativeTo="ATSWSkill17" relativePoint="BOTTOMLEFT">
941 <Offset>
942 <AbsDimension x="0" y="0"/>
943 </Offset>
944 </Anchor>
945 </Anchors>
946 </Button>
947 <Button name="ATSWSkill19" inherits="ATSWSkillButtonTemplate">
948 <Anchors>
949 <Anchor point="TOPLEFT" relativeTo="ATSWSkill18" relativePoint="BOTTOMLEFT">
950 <Offset>
951 <AbsDimension x="0" y="0"/>
952 </Offset>
953 </Anchor>
954 </Anchors>
955 </Button>
956 <Button name="ATSWSkill20" inherits="ATSWSkillButtonTemplate">
957 <Anchors>
958 <Anchor point="TOPLEFT" relativeTo="ATSWSkill19" relativePoint="BOTTOMLEFT">
959 <Offset>
960 <AbsDimension x="0" y="0"/>
961 </Offset>
962 </Anchor>
963 </Anchors>
964 </Button>
965 <Button name="ATSWSkill21" inherits="ATSWSkillButtonTemplate">
966 <Anchors>
967 <Anchor point="TOPLEFT" relativeTo="ATSWSkill20" relativePoint="BOTTOMLEFT">
968 <Offset>
969 <AbsDimension x="0" y="0"/>
970 </Offset>
971 </Anchor>
972 </Anchors>
973 </Button>
974 <Button name="ATSWSkill22" inherits="ATSWSkillButtonTemplate">
975 <Anchors>
976 <Anchor point="TOPLEFT" relativeTo="ATSWSkill21" relativePoint="BOTTOMLEFT">
977 <Offset>
978 <AbsDimension x="0" y="0"/>
979 </Offset>
980 </Anchor>
981 </Anchors>
982 </Button>
983 <Button name="ATSWSkill23" inherits="ATSWSkillButtonTemplate">
984 <Anchors>
985 <Anchor point="TOPLEFT" relativeTo="ATSWSkill22" relativePoint="BOTTOMLEFT">
986 <Offset>
987 <AbsDimension x="0" y="0"/>
988 </Offset>
989 </Anchor>
990 </Anchors>
991 </Button>
992  
993 <ScrollFrame name="ATSWListScrollFrame" inherits="ATSWListScrollFrameTemplate">
994 <Size>
995 <AbsDimension x="296" y="396"/>
996 </Size>
997 <Anchors>
998 <Anchor point="TOPLEFT" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
999 <Offset>
1000 <AbsDimension x="26" y="-96"/>
1001 </Offset>
1002 </Anchor>
1003 </Anchors>
1004 <Scripts>
1005 <OnVerticalScroll>
1006 FauxScrollFrame_OnVerticalScroll(ATSW_TRADE_SKILL_HEIGHT, ATSWFrame_Update);
1007 </OnVerticalScroll>
1008 </Scripts>
1009 </ScrollFrame>
1010  
1011 <Frame name="ATSWExpandButtonFrame">
1012 <Size>
1013 <AbsDimension x="54" y="32"/>
1014 </Size>
1015 <Anchors>
1016 <Anchor point="TOPLEFT">
1017 <Offset>
1018 <AbsDimension x="15" y="-71"/>
1019 </Offset>
1020 </Anchor>
1021 </Anchors>
1022 <Layers>
1023 <Layer level="BACKGROUND">
1024 <Texture name="ATSWExpandTabLeft" file="Interface\ClassTrainerFrame\UI-ClassTrainer-ExpandTab-Left">
1025 <Size>
1026 <AbsDimension x="8" y="32"/>
1027 </Size>
1028 <Anchors>
1029 <Anchor point="TOPLEFT"/>
1030 </Anchors>
1031 </Texture>
1032 <Texture name="ATSWExpandTabMiddle" file="Interface\QuestFrame\UI-QuestLogSortTab-Middle">
1033 <Size>
1034 <AbsDimension x="38" y="32"/>
1035 </Size>
1036 <Anchors>
1037 <Anchor point="LEFT" relativeTo="ATSWExpandTabLeft" relativePoint="RIGHT">
1038 <Offset>
1039 <AbsDimension x="0" y="6"/>
1040 </Offset>
1041 </Anchor>
1042 </Anchors>
1043 </Texture>
1044 <Texture name="ATSWExpandTabRight" file="Interface\QuestFrame\UI-QuestLogSortTab-Right">
1045 <Size>
1046 <AbsDimension x="8" y="32"/>
1047 </Size>
1048 <Anchors>
1049 <Anchor point="LEFT" relativeTo="ATSWExpandTabMiddle" relativePoint="RIGHT"/>
1050 </Anchors>
1051 </Texture>
1052 </Layer>
1053 </Layers>
1054 <Frames>
1055 <Button name="ATSWCollapseAllButton" hidden="false" inherits="ATSWSkillButtonTemplate">
1056 <Size>
1057 <AbsDimension x="40" y="22"/>
1058 </Size>
1059 <Anchors>
1060 <Anchor point="LEFT" relativeTo="ATSWExpandTabLeft" relativePoint="RIGHT">
1061 <Offset>
1062 <AbsDimension x="0" y="3"/>
1063 </Offset>
1064 </Anchor>
1065 </Anchors>
1066 <Scripts>
1067 <OnLoad>
1068 getglobal(this:GetName()):SetText(ALL);
1069 </OnLoad>
1070 <OnClick>
1071 ATSWCollapseAllButton_OnClick();
1072 </OnClick>
1073 </Scripts>
1074 </Button>
1075 </Frames>
1076 </Frame>
1077  
1078 <Frame name="ATSWInvSlotDropDown" inherits="UIDropDownMenuTemplate" id="2">
1079 <Anchors>
1080 <Anchor point="TOPLEFT">
1081 <Offset>
1082 <AbsDimension x="198" y="-66"/>
1083 </Offset>
1084 </Anchor>
1085 </Anchors>
1086 <Scripts>
1087 <OnLoad>
1088 ATSWInvSlotDropDown_OnLoad();
1089 </OnLoad>
1090 <OnShow>
1091 ATSWInvSlotDropDown_OnShow();
1092 </OnShow>
1093 </Scripts>
1094 </Frame>
1095 <Frame name="ATSWSubClassDropDown" inherits="UIDropDownMenuTemplate" id="1">
1096 <Anchors>
1097 <Anchor point="RIGHT" relativeTo="ATSWInvSlotDropDown" relativePoint="LEFT">
1098 <Offset>
1099 <AbsDimension x="34" y="0"/>
1100 </Offset>
1101 </Anchor>
1102 </Anchors>
1103 <Scripts>
1104 <OnLoad>
1105 ATSWSubClassDropDown_OnLoad();
1106 </OnLoad>
1107 <OnShow>
1108 ATSWSubClassDropDown_OnShow();
1109 </OnShow>
1110 </Scripts>
1111 </Frame>
1112  
1113 <CheckButton name="ATSWHeaderSortButton" virtual="true">
1114 <Size>
1115 <AbsDimension x="20" y="20"/>
1116 </Size>
1117 <Anchors>
1118 <Anchor point="TOPLEFT" relativeTo="ATSWFrame">
1119 <Offset>
1120 <AbsDimension x="80" y="-34"/>
1121 </Offset>
1122 </Anchor>
1123 </Anchors>
1124 <Layers>
1125 <Layer level="ARTWORK">
1126 <FontString name="ATSWHeaderSortButtonText" inherits="GameFontHighlightSmall" text="ATSW_SORTBYHEADERS">
1127 <Anchors>
1128 <Anchor point="LEFT" relativePoint="RIGHT">
1129 <Offset>
1130 <AbsDimension x="0" y="1"/>
1131 </Offset>
1132 </Anchor>
1133 </Anchors>
1134 </FontString>
1135 </Layer>
1136 </Layers>
1137 <Scripts>
1138 <OnClick>
1139 if(this:GetChecked()) then
1140 PlaySound("igMainMenuOptionCheckBoxOn");
1141 ATSW_OrderBy("nothing");
1142 ATSWNameSortButton:SetChecked(false);
1143 ATSWDifficultySortButton:SetChecked(false);
1144 ATSWCustomSortButton:SetChecked(false);
1145 else
1146 ATSWHeaderSortButton:SetChecked(true);
1147 end
1148 </OnClick>
1149 </Scripts>
1150 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
1151 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
1152 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
1153 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
1154 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
1155 </CheckButton>
1156  
1157 <CheckButton name="ATSWNameSortButton" virtual="true">
1158 <Size>
1159 <AbsDimension x="20" y="20"/>
1160 </Size>
1161 <Anchors>
1162 <Anchor point="TOPLEFT" relativeTo="ATSWFrame">
1163 <Offset>
1164 <AbsDimension x="80" y="-48"/>
1165 </Offset>
1166 </Anchor>
1167 </Anchors>
1168 <Layers>
1169 <Layer level="ARTWORK">
1170 <FontString name="ATSWNameSortButtonText" inherits="GameFontHighlightSmall" text="ATSW_SORTBYNAMES">
1171 <Anchors>
1172 <Anchor point="LEFT" relativePoint="RIGHT">
1173 <Offset>
1174 <AbsDimension x="0" y="1"/>
1175 </Offset>
1176 </Anchor>
1177 </Anchors>
1178 </FontString>
1179 </Layer>
1180 </Layers>
1181 <Scripts>
1182 <OnClick>
1183 if(this:GetChecked()) then
1184 PlaySound("igMainMenuOptionCheckBoxOn");
1185 ATSW_OrderBy("name");
1186 ATSWHeaderSortButton:SetChecked(false);
1187 ATSWDifficultySortButton:SetChecked(false);
1188 ATSWCustomSortButton:SetChecked(false);
1189 else
1190 ATSWNameSortButton:SetChecked(true);
1191 end
1192 </OnClick>
1193 </Scripts>
1194 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
1195 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
1196 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
1197 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
1198 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
1199 </CheckButton>
1200  
1201 <CheckButton name="ATSWDifficultySortButton" virtual="true">
1202 <Size>
1203 <AbsDimension x="20" y="20"/>
1204 </Size>
1205 <Anchors>
1206 <Anchor point="TOPLEFT" relativeTo="ATSWFrame">
1207 <Offset>
1208 <AbsDimension x="240" y="-34"/>
1209 </Offset>
1210 </Anchor>
1211 </Anchors>
1212 <Layers>
1213 <Layer level="ARTWORK">
1214 <FontString name="ATSWDifficultySortButtonText" inherits="GameFontHighlightSmall" text="ATSW_SORTBYDIFFICULTY">
1215 <Anchors>
1216 <Anchor point="LEFT" relativePoint="RIGHT">
1217 <Offset>
1218 <AbsDimension x="0" y="1"/>
1219 </Offset>
1220 </Anchor>
1221 </Anchors>
1222 </FontString>
1223 </Layer>
1224 </Layers>
1225 <Scripts>
1226 <OnClick>
1227 if(this:GetChecked()) then
1228 PlaySound("igMainMenuOptionCheckBoxOn");
1229 ATSW_OrderBy("difficulty");
1230 ATSWNameSortButton:SetChecked(false);
1231 ATSWHeaderSortButton:SetChecked(false);
1232 ATSWCustomSortButton:SetChecked(false);
1233 else
1234 ATSWDifficultySortButton:SetChecked(true);
1235 end
1236 </OnClick>
1237 </Scripts>
1238 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
1239 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
1240 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
1241 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
1242 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
1243 </CheckButton>
1244  
1245 <CheckButton name="ATSWCustomSortButton" virtual="true">
1246 <Size>
1247 <AbsDimension x="20" y="20"/>
1248 </Size>
1249 <Anchors>
1250 <Anchor point="TOPLEFT" relativeTo="ATSWFrame">
1251 <Offset>
1252 <AbsDimension x="240" y="-48"/>
1253 </Offset>
1254 </Anchor>
1255 </Anchors>
1256 <Layers>
1257 <Layer level="ARTWORK">
1258 <FontString name="ATSWCustomSortButtonText" inherits="GameFontHighlightSmall" text="ATSW_CUSTOMSORTING">
1259 <Anchors>
1260 <Anchor point="LEFT" relativePoint="RIGHT">
1261 <Offset>
1262 <AbsDimension x="0" y="1"/>
1263 </Offset>
1264 </Anchor>
1265 </Anchors>
1266 </FontString>
1267 </Layer>
1268 </Layers>
1269 <Scripts>
1270 <OnClick>
1271 if(this:GetChecked()) then
1272 PlaySound("igMainMenuOptionCheckBoxOn");
1273 ATSW_OrderBy("custom");
1274 ATSWNameSortButton:SetChecked(false);
1275 ATSWHeaderSortButton:SetChecked(false);
1276 ATSWDifficultySortButton:SetChecked(false);
1277 else
1278 ATSWCustomSortButton:SetChecked(true);
1279 end
1280 </OnClick>
1281 </Scripts>
1282 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
1283 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
1284 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
1285 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
1286 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
1287 </CheckButton>
1288  
1289  
1290 <Button name="ATSWSkillIcon">
1291 <Size>
1292 <AbsDimension x="37" y="37"/>
1293 </Size>
1294 <Anchors>
1295 <Anchor point="TOPLEFT">
1296 <Offset>
1297 <AbsDimension x="380" y="-90"/>
1298 </Offset>
1299 </Anchor>
1300 </Anchors>
1301 <Layers>
1302 <Layer level="ARTWORK">
1303 <FontString name="ATSWSkillIconCount" inherits="NumberFontNormal" justifyH="RIGHT" hidden="false">
1304 <Anchors>
1305 <Anchor point="BOTTOMRIGHT">
1306 <Offset>
1307 <AbsDimension x="-5" y="2"/>
1308 </Offset>
1309 </Anchor>
1310 </Anchors>
1311 </FontString>
1312 </Layer>
1313 </Layers>
1314 <Scripts>
1315 <OnLoad>
1316 this.hasItem = 1;
1317 </OnLoad>
1318 <OnClick>
1319 if ( IsControlKeyDown() ) then
1320 DressUpItemLink(ATSW_GetTradeSkillItemLink(ATSWFrame.selectedSkill));
1321 elseif ( IsShiftKeyDown() ) then
1322 if ( ChatFrameEditBox:IsVisible() ) then
1323 ChatFrameEditBox:Insert(ATSW_GetTradeSkillItemLink(ATSWFrame.selectedSkill));
1324 end
1325 end
1326 </OnClick>
1327 <OnEnter>
1328 if ( ATSWFrame.selectedSkill ~= 0 ) then
1329 GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
1330 if(atsw_oldmode) then
1331 GameTooltip:SetCraftSpell(ATSWFrame.selectedSkill);
1332 else
1333 GameTooltip:SetTradeSkillItem(ATSWFrame.selectedSkill);
1334 end
1335 CursorUpdate();
1336 end
1337 </OnEnter>
1338 <OnLeave>
1339 GameTooltip:Hide();
1340 ResetCursor();
1341 </OnLeave>
1342 <OnUpdate>
1343 CursorOnUpdate();
1344 </OnUpdate>
1345 </Scripts>
1346 </Button>
1347 <Button name="ATSWReagent1" inherits="ATSWItemTemplate" id="1">
1348 <Anchors>
1349 <Anchor point="TOPLEFT" relativeTo="ATSWReagentLabel" relativePoint="BOTTOMLEFT">
1350 <Offset>
1351 <AbsDimension x="-5" y="-6"/>
1352 </Offset>
1353 </Anchor>
1354 </Anchors>
1355 </Button>
1356 <Button name="ATSWReagent2" inherits="ATSWItemTemplate" id="2">
1357 <Anchors>
1358 <Anchor point="LEFT" relativeTo="ATSWReagent1" relativePoint="RIGHT">
1359 <Offset>
1360 <AbsDimension x="0" y="0"/>
1361 </Offset>
1362 </Anchor>
1363 </Anchors>
1364 </Button>
1365 <Button name="ATSWReagent3" inherits="ATSWItemTemplate" id="3">
1366 <Anchors>
1367 <Anchor point="TOPLEFT" relativeTo="ATSWReagent1" relativePoint="BOTTOMLEFT">
1368 <Offset>
1369 <AbsDimension x="0" y="-2"/>
1370 </Offset>
1371 </Anchor>
1372 </Anchors>
1373 </Button>
1374 <Button name="ATSWReagent4" inherits="ATSWItemTemplate" id="4">
1375 <Anchors>
1376 <Anchor point="LEFT" relativeTo="ATSWReagent3" relativePoint="RIGHT">
1377 <Offset>
1378 <AbsDimension x="0" y="0"/>
1379 </Offset>
1380 </Anchor>
1381 </Anchors>
1382 </Button>
1383 <Button name="ATSWReagent5" inherits="ATSWItemTemplate" id="5">
1384 <Anchors>
1385 <Anchor point="TOPLEFT" relativeTo="ATSWReagent3" relativePoint="BOTTOMLEFT">
1386 <Offset>
1387 <AbsDimension x="0" y="-2"/>
1388 </Offset>
1389 </Anchor>
1390 </Anchors>
1391 </Button>
1392 <Button name="ATSWReagent6" inherits="ATSWItemTemplate" id="6">
1393 <Anchors>
1394 <Anchor point="LEFT" relativeTo="ATSWReagent5" relativePoint="RIGHT">
1395 <Offset>
1396 <AbsDimension x="0" y="0"/>
1397 </Offset>
1398 </Anchor>
1399 </Anchors>
1400 </Button>
1401 <Button name="ATSWReagent7" inherits="ATSWItemTemplate" id="7">
1402 <Anchors>
1403 <Anchor point="TOPLEFT" relativeTo="ATSWReagent5" relativePoint="BOTTOMLEFT">
1404 <Offset>
1405 <AbsDimension x="0" y="-2"/>
1406 </Offset>
1407 </Anchor>
1408 </Anchors>
1409 </Button>
1410 <Button name="ATSWReagent8" inherits="ATSWItemTemplate" id="8">
1411 <Anchors>
1412 <Anchor point="LEFT" relativeTo="ATSWReagent7" relativePoint="RIGHT">
1413 <Offset>
1414 <AbsDimension x="0" y="0"/>
1415 </Offset>
1416 </Anchor>
1417 </Anchors>
1418 </Button>
1419  
1420 <Button name="ATSWCreateButton" inherits="UIPanelButtonTemplate" text="CREATE">
1421 <Size>
1422 <AbsDimension x="80" y="22"/>
1423 </Size>
1424 <Anchors>
1425 <Anchor point="CENTER" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
1426 <Offset>
1427 <AbsDimension x="626" y="-348"/>
1428 </Offset>
1429 </Anchor>
1430 </Anchors>
1431 <Scripts>
1432 <OnClick>
1433 if(ATSWFrame.selectedSkillName~=nil) then
1434 ATSW_AddJob(ATSWFrame.selectedSkillName,ATSWInputBox:GetNumber());
1435 ATSWFrame_UpdateQueue();
1436 ATSWInputBox:ClearFocus();
1437 ATSW_StartStopProcessing();
1438 end
1439 </OnClick>
1440 </Scripts>
1441 </Button>
1442 <Button name="ATSWQueueButton" inherits="UIPanelButtonTemplate" text="ATSW_QUEUE">
1443 <Size>
1444 <AbsDimension x="60" y="22"/>
1445 </Size>
1446 <Anchors>
1447 <Anchor point="LEFT" relativeTo="ATSWCreateButton" relativePoint="RIGHT">
1448 <Offset>
1449 <AbsDimension x="1" y="0"/>
1450 </Offset>
1451 </Anchor>
1452 </Anchors>
1453 <Scripts>
1454 <OnClick>
1455 if(ATSWFrame.selectedSkillName~=nil) then
1456 ATSW_AddJob(ATSWFrame.selectedSkillName,ATSWInputBox:GetNumber());
1457 ATSWFrame_UpdateQueue();
1458 end
1459 </OnClick>
1460 </Scripts>
1461 </Button>
1462 <Button name="ATSWCreateAllButton" inherits="UIPanelButtonTemplate" text="CREATE_ALL">
1463 <Size>
1464 <AbsDimension x="76" y="22"/>
1465 </Size>
1466 <Anchors>
1467 <Anchor point="RIGHT" relativeTo="ATSWCreateButton" relativePoint="LEFT">
1468 <Offset>
1469 <AbsDimension x="-82" y="0"/>
1470 </Offset>
1471 </Anchor>
1472 </Anchors>
1473 <Scripts>
1474 <OnClick>
1475 if(ATSWFrame.numAvailable>0 and ATSWFrame.selectedSkillName~=nil) then
1476 ATSW_AddJob(ATSWFrame.selectedSkillName,ATSW_GetNumItemsPossibleWithInventory(ATSWFrame.selectedSkillName));
1477 ATSWFrame_UpdateQueue();
1478 ATSWInputBox:ClearFocus();
1479 ATSW_StartStopProcessing();
1480 end
1481 </OnClick>
1482 </Scripts>
1483 </Button>
1484 <Button name="ATSWQueueAllButton" inherits="UIPanelButtonTemplate" text="ATSW_QUEUEALL">
1485 <Size>
1486 <AbsDimension x="76" y="22"/>
1487 </Size>
1488 <Anchors>
1489 <Anchor point="RIGHT" relativeTo="ATSWCreateAllButton" relativePoint="LEFT">
1490 <Offset>
1491 <AbsDimension x="-1" y="0"/>
1492 </Offset>
1493 </Anchor>
1494 </Anchors>
1495 <Scripts>
1496 <OnClick>
1497 if(ATSWFrame.numAvailable>0 and ATSWFrame.selectedSkillName~=nil) then
1498 ATSW_AddJob(ATSWFrame.selectedSkillName,ATSWFrame.numAvailable);
1499 ATSWFrame_UpdateQueue();
1500 end
1501 </OnClick>
1502 </Scripts>
1503 </Button>
1504 <Button name="ATSWDecrementButton">
1505 <Size>
1506 <AbsDimension x="23" y="22"/>
1507 </Size>
1508 <Anchors>
1509 <Anchor point="LEFT" relativeTo="ATSWCreateAllButton" relativePoint="RIGHT">
1510 <Offset>
1511 <AbsDimension x="1" y="0"/>
1512 </Offset>
1513 </Anchor>
1514 </Anchors>
1515 <Scripts>
1516 <OnClick>
1517 ATSWFrameDecrement_OnClick();
1518 ATSWInputBox:ClearFocus();
1519 </OnClick>
1520 </Scripts>
1521 <NormalTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Up"/>
1522 <PushedTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Down"/>
1523 <DisabledTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Disabled"/>
1524 <HighlightTexture file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD"/>
1525 </Button>
1526 <EditBox name="ATSWInputBox" letters="3" historyLines="0" numeric="true" autoFocus="false">
1527 <Size>
1528 <AbsDimension x="30" y="20"/>
1529 </Size>
1530 <Anchors>
1531 <Anchor point="LEFT" relativeTo="ATSWDecrementButton" relativePoint="RIGHT">
1532 <Offset>
1533 <AbsDimension x="3" y="0"/>
1534 </Offset>
1535 </Anchor>
1536 </Anchors>
1537 <Layers>
1538 <Layer level="BACKGROUND">
1539 <Texture name="$parentLeft" file="Interface\Common\Common-Input-Border">
1540 <Size>
1541 <AbsDimension x="8" y="20"/>
1542 </Size>
1543 <Anchors>
1544 <Anchor point="TOPLEFT">
1545 <Offset>
1546 <AbsDimension x="-5" y="0"/>
1547 </Offset>
1548 </Anchor>
1549 </Anchors>
1550 <TexCoords left="0" right="0.0625" top="0" bottom="0.625"/>
1551 </Texture>
1552 <Texture name="$parentRight" file="Interface\Common\Common-Input-Border">
1553 <Size>
1554 <AbsDimension x="8" y="20"/>
1555 </Size>
1556 <Anchors>
1557 <Anchor point="RIGHT">
1558 <Offset>
1559 <AbsDimension x="0" y="0"/>
1560 </Offset>
1561 </Anchor>
1562 </Anchors>
1563 <TexCoords left="0.9375" right="1.0" top="0" bottom="0.625"/>
1564 </Texture>
1565 <Texture name="$parentMiddle" file="Interface\Common\Common-Input-Border">
1566 <Size>
1567 <AbsDimension x="10" y="20"/>
1568 </Size>
1569 <Anchors>
1570 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
1571 <Anchor point="RIGHT" relativeTo="$parentRight" relativePoint="LEFT"/>
1572 </Anchors>
1573 <TexCoords left="0.0625" right="0.9375" top="0" bottom="0.625"/>
1574 </Texture>
1575 </Layer>
1576 </Layers>
1577 <Scripts>
1578 <OnEnterPressed>
1579 this:ClearFocus();
1580 </OnEnterPressed>
1581 <OnEscapePressed>
1582 this:ClearFocus();
1583 </OnEscapePressed>
1584 <OnTextChanged>
1585 if ( this:GetText() == "0" ) then
1586 this:SetText("1");
1587 end
1588 </OnTextChanged>
1589 <OnEditFocusLost>
1590 this:HighlightText(0, 0);
1591 </OnEditFocusLost>
1592 <OnEditFocusGained>
1593 this:HighlightText();
1594 </OnEditFocusGained>
1595 </Scripts>
1596 <FontString inherits="ChatFontNormal"/>
1597 </EditBox>
1598 <Button name="ATSWIncrementButton">
1599 <Size>
1600 <AbsDimension x="23" y="22"/>
1601 </Size>
1602 <Anchors>
1603 <Anchor point="RIGHT" relativeTo="ATSWCreateButton" relativePoint="LEFT">
1604 <Offset>
1605 <AbsDimension x="-1" y="0"/>
1606 </Offset>
1607 </Anchor>
1608 </Anchors>
1609 <Scripts>
1610 <OnClick>
1611 ATSWFrameIncrement_OnClick();
1612 ATSWInputBox:ClearFocus();
1613 </OnClick>
1614 </Scripts>
1615 <NormalTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Up"/>
1616 <PushedTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Down"/>
1617 <DisabledTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Disabled"/>
1618 <HighlightTexture file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD"/>
1619 </Button>
1620  
1621 <Button name="ATSWQueueItem1" inherits="ATSWQueueItemButtonTemplate">
1622 <Anchors>
1623 <Anchor point="TOPLEFT" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
1624 <Offset>
1625 <AbsDimension x="352" y="-373"/>
1626 </Offset>
1627 </Anchor>
1628 </Anchors>
1629 </Button>
1630 <Button name="ATSWQueueItem1DeleteButton" inherits="UIPanelButtonTemplate" text="ATSW_DELETELETTER">
1631 <Size>
1632 <AbsDimension x="20" y="22"/>
1633 </Size>
1634 <Anchors>
1635 <Anchor point="LEFT" relativeTo="ATSWQueueItem1" relativePoint="RIGHT">
1636 <Offset>
1637 <AbsDimension x="8" y="0"/>
1638 </Offset>
1639 </Anchor>
1640 </Anchors>
1641 <Scripts>
1642 <OnClick>
1643 ATSW_DeleteJob(this.jobindex);
1644 </OnClick>
1645 </Scripts>
1646 </Button>
1647  
1648 <Button name="ATSWQueueItem2" inherits="ATSWQueueItemButtonTemplate">
1649 <Anchors>
1650 <Anchor point="TOPLEFT" relativeTo="ATSWQueueItem1" relativePoint="TOPLEFT">
1651 <Offset>
1652 <AbsDimension x="0" y="-22"/>
1653 </Offset>
1654 </Anchor>
1655 </Anchors>
1656 </Button>
1657 <Button name="ATSWQueueItem2DeleteButton" inherits="UIPanelButtonTemplate" text="ATSW_DELETELETTER">
1658 <Size>
1659 <AbsDimension x="20" y="22"/>
1660 </Size>
1661 <Anchors>
1662 <Anchor point="LEFT" relativeTo="ATSWQueueItem2" relativePoint="RIGHT">
1663 <Offset>
1664 <AbsDimension x="8" y="0"/>
1665 </Offset>
1666 </Anchor>
1667 </Anchors>
1668 <Scripts>
1669 <OnClick>
1670 ATSW_DeleteJob(this.jobindex);
1671 </OnClick>
1672 </Scripts>
1673 </Button>
1674  
1675 <Button name="ATSWQueueItem3" inherits="ATSWQueueItemButtonTemplate">
1676 <Anchors>
1677 <Anchor point="TOPLEFT" relativeTo="ATSWQueueItem2" relativePoint="TOPLEFT">
1678 <Offset>
1679 <AbsDimension x="0" y="-22"/>
1680 </Offset>
1681 </Anchor>
1682 </Anchors>
1683 </Button>
1684 <Button name="ATSWQueueItem3DeleteButton" inherits="UIPanelButtonTemplate" text="ATSW_DELETELETTER">
1685 <Size>
1686 <AbsDimension x="20" y="22"/>
1687 </Size>
1688 <Anchors>
1689 <Anchor point="LEFT" relativeTo="ATSWQueueItem3" relativePoint="RIGHT">
1690 <Offset>
1691 <AbsDimension x="8" y="0"/>
1692 </Offset>
1693 </Anchor>
1694 </Anchors>
1695 <Scripts>
1696 <OnClick>
1697 ATSW_DeleteJob(this.jobindex);
1698 </OnClick>
1699 </Scripts>
1700 </Button>
1701  
1702 <Button name="ATSWQueueItem4" inherits="ATSWQueueItemButtonTemplate">
1703 <Anchors>
1704 <Anchor point="TOPLEFT" relativeTo="ATSWQueueItem3" relativePoint="TOPLEFT">
1705 <Offset>
1706 <AbsDimension x="0" y="-22"/>
1707 </Offset>
1708 </Anchor>
1709 </Anchors>
1710 </Button>
1711 <Button name="ATSWQueueItem4DeleteButton" inherits="UIPanelButtonTemplate" text="ATSW_DELETELETTER">
1712 <Size>
1713 <AbsDimension x="20" y="22"/>
1714 </Size>
1715 <Anchors>
1716 <Anchor point="LEFT" relativeTo="ATSWQueueItem4" relativePoint="RIGHT">
1717 <Offset>
1718 <AbsDimension x="8" y="0"/>
1719 </Offset>
1720 </Anchor>
1721 </Anchors>
1722 <Scripts>
1723 <OnClick>
1724 ATSW_DeleteJob(this.jobindex);
1725 </OnClick>
1726 </Scripts>
1727 </Button>
1728  
1729 <ScrollFrame name="ATSWQueueScrollFrame" inherits="ATSWQueueScrollFrameTemplate">
1730 <Size>
1731 <AbsDimension x="30" y="90"/>
1732 </Size>
1733 <Anchors>
1734 <Anchor point="TOPLEFT" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
1735 <Offset>
1736 <AbsDimension x="672" y="-370"/>
1737 </Offset>
1738 </Anchor>
1739 </Anchors>
1740 <Scripts>
1741 <OnVerticalScroll>
1742 FauxScrollFrame_OnVerticalScroll(22, ATSWFrame_UpdateQueue);
1743 </OnVerticalScroll>
1744 </Scripts>
1745 </ScrollFrame>
1746  
1747 <Button name="ATSWQueueStartStopButton" inherits="UIPanelButtonTemplate" text="ATSW_STARTQUEUE">
1748 <Size>
1749 <AbsDimension x="150" y="22"/>
1750 </Size>
1751 <Anchors>
1752 <Anchor point="CENTER" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
1753 <Offset>
1754 <AbsDimension x="430" y="-480"/>
1755 </Offset>
1756 </Anchor>
1757 </Anchors>
1758 <Scripts>
1759 <OnClick>
1760 ATSW_StartStopProcessing();
1761 </OnClick>
1762 </Scripts>
1763 </Button>
1764 <Button name="ATSWEnchantButton" inherits="UIPanelButtonTemplate" text="ATSW_ENCHANT">
1765 <Size>
1766 <AbsDimension x="150" y="22"/>
1767 </Size>
1768 <Anchors>
1769 <Anchor point="CENTER" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
1770 <Offset>
1771 <AbsDimension x="540" y="-480"/>
1772 </Offset>
1773 </Anchor>
1774 </Anchors>
1775 <Scripts>
1776 <OnClick>
1777 ATSW_Enchant();
1778 </OnClick>
1779 </Scripts>
1780 </Button>
1781 <Button name="ATSWQueueDeleteButton" inherits="UIPanelButtonTemplate" text="ATSW_DELETEQUEUE">
1782 <Size>
1783 <AbsDimension x="120" y="22"/>
1784 </Size>
1785 <Anchors>
1786 <Anchor point="CENTER" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
1787 <Offset>
1788 <AbsDimension x="565" y="-480"/>
1789 </Offset>
1790 </Anchor>
1791 </Anchors>
1792 <Scripts>
1793 <OnClick>
1794 ATSW_DeleteQueue();
1795 </OnClick>
1796 </Scripts>
1797 </Button>
1798 <Button name="ATSWReagentsButton" inherits="UIPanelButtonTemplate" text="ATSW_REAGENTBUTTON">
1799 <Size>
1800 <AbsDimension x="90" y="22"/>
1801 </Size>
1802 <Anchors>
1803 <Anchor point="CENTER" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
1804 <Offset>
1805 <AbsDimension x="675" y="-480"/>
1806 </Offset>
1807 </Anchor>
1808 </Anchors>
1809 <Scripts>
1810 <OnClick>
1811 ATSW_ToggleReagentFrame();
1812 </OnClick>
1813 </Scripts>
1814 </Button>
1815 <Button name="ATSWOptionsButton" inherits="UIPanelButtonTemplate" text="ATSW_OPTIONSBUTTON">
1816 <Size>
1817 <AbsDimension x="90" y="22"/>
1818 </Size>
1819 <Anchors>
1820 <Anchor point="CENTER" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
1821 <Offset>
1822 <AbsDimension x="685" y="-60"/>
1823 </Offset>
1824 </Anchor>
1825 </Anchors>
1826 <Scripts>
1827 <OnClick>
1828 ATSW_ToggleOptionsFrame();
1829 </OnClick>
1830 </Scripts>
1831 </Button>
1832 <Button name="ATSWCSButton" inherits="UIPanelButtonTemplate" text="ATSW_CSBUTTON">
1833 <Size>
1834 <AbsDimension x="70" y="20"/>
1835 </Size>
1836 <Anchors>
1837 <Anchor point="CENTER" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
1838 <Offset>
1839 <AbsDimension x="390" y="-60"/>
1840 </Offset>
1841 </Anchor>
1842 </Anchors>
1843 <Scripts>
1844 <OnClick>
1845 ATSW_ToggleCSFrame();
1846 </OnClick>
1847 </Scripts>
1848 </Button>
1849  
1850 <EditBox name="ATSWFilterBox" letters="100" historyLines="0" autoFocus="false">
1851 <Size>
1852 <AbsDimension x="190" y="20"/>
1853 </Size>
1854 <Anchors>
1855 <Anchor point="TOPLEFT" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
1856 <Offset>
1857 <AbsDimension x="126" y="-94"/>
1858 </Offset>
1859 </Anchor>
1860 </Anchors>
1861 <Layers>
1862 <Layer level="BACKGROUND">
1863 <Texture name="$parentLeft" file="Interface\Common\Common-Input-Border">
1864 <Size>
1865 <AbsDimension x="8" y="20"/>
1866 </Size>
1867 <Anchors>
1868 <Anchor point="TOPLEFT">
1869 <Offset>
1870 <AbsDimension x="-5" y="0"/>
1871 </Offset>
1872 </Anchor>
1873 </Anchors>
1874 <TexCoords left="0" right="0.0625" top="0" bottom="0.625"/>
1875 </Texture>
1876 <Texture name="$parentRight" file="Interface\Common\Common-Input-Border">
1877 <Size>
1878 <AbsDimension x="8" y="20"/>
1879 </Size>
1880 <Anchors>
1881 <Anchor point="RIGHT">
1882 <Offset>
1883 <AbsDimension x="0" y="0"/>
1884 </Offset>
1885 </Anchor>
1886 </Anchors>
1887 <TexCoords left="0.9375" right="1.0" top="0" bottom="0.625"/>
1888 </Texture>
1889 <Texture name="$parentMiddle" file="Interface\Common\Common-Input-Border">
1890 <Size>
1891 <AbsDimension x="10" y="20"/>
1892 </Size>
1893 <Anchors>
1894 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
1895 <Anchor point="RIGHT" relativeTo="$parentRight" relativePoint="LEFT"/>
1896 </Anchors>
1897 <TexCoords left="0.0625" right="0.9375" top="0" bottom="0.625"/>
1898 </Texture>
1899 </Layer>
1900 </Layers>
1901 <Scripts>
1902 <OnEnterPressed>
1903 this:ClearFocus();
1904 </OnEnterPressed>
1905 <OnEscapePressed>
1906 this:ClearFocus();
1907 </OnEscapePressed>
1908 <OnTextChanged>
1909 ATSW_UpdateFilter(this:GetText());
1910 </OnTextChanged>
1911 <OnEditFocusLost>
1912 this:HighlightText(0, 0);
1913 </OnEditFocusLost>
1914 <OnEditFocusGained>
1915 this:HighlightText();
1916 </OnEditFocusGained>
1917 </Scripts>
1918 <FontString inherits="ChatFontNormal"/>
1919 </EditBox>
1920  
1921  
1922 </Frames>
1923 <Scripts>
1924 <OnLoad>
1925 ATSW_OnLoad();
1926 </OnLoad>
1927 <OnEvent>
1928 ATSWFrame_OnEvent();
1929 </OnEvent>
1930 <OnShow>
1931 PlaySound("igBackPackOpen");
1932 </OnShow>
1933 <OnHide>
1934 ATSW_OnHide();
1935 PlaySound("igBackPackClose");
1936 </OnHide>
1937 </Scripts>
1938 </Frame>
1939  
1940 <Button name="ATSWRFTextTemplate_30" virtual="true">
1941 <Size>
1942 <AbsDimension x="40" y="16"/>
1943 </Size>
1944 <NormalText name="$parentText" inherits="GameFontNormal" justifyH="right">
1945 <Size>
1946 <AbsDimension x="40" y="12"/>
1947 </Size>
1948 <Anchors>
1949 <Anchor point="LEFT"/>
1950 </Anchors>
1951 <Color r="1" g="1" b="1" a="1"/>
1952 </NormalText>
1953 </Button>
1954  
1955 <Button name="ATSWRFTextTemplate_300" virtual="true">
1956 <Size>
1957 <AbsDimension x="150" y="16"/>
1958 </Size>
1959 <Scripts>
1960 <OnLoad>
1961 </OnLoad>
1962 <OnClick>
1963 </OnClick>
1964 <OnEnter>
1965 ATSWItemButton_OnEnter(this);
1966 </OnEnter>
1967 <OnLeave>
1968 ATSWItemButton_OnLeave();
1969 </OnLeave>
1970 </Scripts>
1971 <NormalText name="$parentText" inherits="GameFontNormal" justifyH="left">
1972 <Size>
1973 <AbsDimension x="150" y="12"/>
1974 </Size>
1975 <Anchors>
1976 <Anchor point="LEFT"/>
1977 </Anchors>
1978 <Color r="1" g="1" b="1" a="1"/>
1979 </NormalText>
1980 </Button>
1981  
1982 <Button name="ATSWRFTextTemplate_60" virtual="true">
1983 <Size>
1984 <AbsDimension x="50" y="16"/>
1985 </Size>
1986 <NormalText name="$parentText" inherits="GameFontNormalSmall" justifyH="center">
1987 <Size>
1988 <AbsDimension x="50" y="12"/>
1989 </Size>
1990 <Anchors>
1991 <Anchor point="LEFT"/>
1992 </Anchors>
1993 <Color r="1" g="1" b="1" a="1"/>
1994 </NormalText>
1995 </Button>
1996  
1997 <Button name="ATSWRFTextTemplate_40" virtual="true">
1998 <Size>
1999 <AbsDimension x="40" y="16"/>
2000 </Size>
2001 <NormalText name="$parentText" inherits="GameFontNormalSmall" justifyH="left">
2002 <Size>
2003 <AbsDimension x="40" y="12"/>
2004 </Size>
2005 <Anchors>
2006 <Anchor point="LEFT"/>
2007 </Anchors>
2008 <Color r="1" g="1" b="1" a="1"/>
2009 </NormalText>
2010 </Button>
2011  
2012 <Frame name="ATSWRFReagentTemplate" virtual="true">
2013 <Size>
2014 <AbsDimension x="700" y="16"/>
2015 </Size>
2016 <Frames>
2017 <Button name="$parentCount" inherits="ATSWRFTextTemplate_30">
2018 <Anchors>
2019 <Anchor point="TOPLEFT">
2020 <Offset>
2021 <AbsDimension x="0" y="0"/>
2022 </Offset>
2023 </Anchor>
2024 </Anchors>
2025 </Button>
2026 <Button name="$parentItem" inherits="ATSWRFTextTemplate_300">
2027 <Anchors>
2028 <Anchor point="LEFT" relativeTo="$parentCount" relativePoint="RIGHT">
2029 <Offset>
2030 <AbsDimension x="6" y="0"/>
2031 </Offset>
2032 </Anchor>
2033 </Anchors>
2034 </Button>
2035 <Button name="$parentInventory" inherits="ATSWRFTextTemplate_60">
2036 <Anchors>
2037 <Anchor point="LEFT" relativeTo="$parentItem" relativePoint="RIGHT">
2038 <Offset>
2039 <AbsDimension x="6" y="0"/>
2040 </Offset>
2041 </Anchor>
2042 </Anchors>
2043 </Button>
2044 <Button name="$parentBank" inherits="ATSWRFTextTemplate_60">
2045 <Anchors>
2046 <Anchor point="LEFT" relativeTo="$parentInventory" relativePoint="RIGHT">
2047 <Offset>
2048 <AbsDimension x="0" y="0"/>
2049 </Offset>
2050 </Anchor>
2051 </Anchors>
2052 </Button>
2053 <Button name="$parentAlt" inherits="ATSWRFTextTemplate_60">
2054 <Anchors>
2055 <Anchor point="LEFT" relativeTo="$parentBank" relativePoint="RIGHT">
2056 <Offset>
2057 <AbsDimension x="0" y="0"/>
2058 </Offset>
2059 </Anchor>
2060 </Anchors>
2061 <Scripts>
2062 <OnClick>
2063 ATSWAlt_GetItemLocation(this.itemname);
2064 </OnClick>
2065 </Scripts>
2066 </Button>
2067 <Button name="$parentMerchant" inherits="ATSWRFTextTemplate_60">
2068 <Anchors>
2069 <Anchor point="LEFT" relativeTo="$parentAlt" relativePoint="RIGHT">
2070 <Offset>
2071 <AbsDimension x="0" y="0"/>
2072 </Offset>
2073 </Anchor>
2074 </Anchors>
2075 </Button>
2076 <Button name="$parentMissing" inherits="ATSWRFTextTemplate_40">
2077 <Anchors>
2078 <Anchor point="LEFT" relativeTo="$parentMerchant" relativePoint="RIGHT">
2079 <Offset>
2080 <AbsDimension x="10" y="0"/>
2081 </Offset>
2082 </Anchor>
2083 </Anchors>
2084 </Button>
2085 </Frames>
2086 </Frame>
2087  
2088 <Button name="ATSWColumnHeaderTemplate" virtual="true">
2089 <Size>
2090 <AbsDimension x="10" y="20"/>
2091 </Size>
2092 <Layers>
2093 <Layer level="BACKGROUND">
2094 <Texture name="$parentLeft" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
2095 <Size>
2096 <AbsDimension x="5" y="20"/>
2097 </Size>
2098 <Anchors>
2099 <Anchor point="TOPLEFT"/>
2100 </Anchors>
2101 <TexCoords left="0" right="0.078125" top="0.75" bottom="0"/>
2102 </Texture>
2103 <Texture name="$parentMiddle" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
2104 <Size>
2105 <AbsDimension x="53" y="20"/>
2106 </Size>
2107 <Anchors>
2108 <Anchor point="LEFT" relativeTo="$parentLeft" relative="RIGHT"/>
2109 </Anchors>
2110 <TexCoords left="0.078125" right="0.90625" top="0.75" bottom="0"/>
2111 </Texture>
2112 <Texture name="$parentRight" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
2113 <Size>
2114 <AbsDimension x="4" y="20"/>
2115 </Size>
2116 <Anchors>
2117 <Anchor point="LEFT" relativeTo="$parentMiddle" relativePoint="RIGHT"/>
2118 </Anchors>
2119 <TexCoords left="0.90625" right="0.96875" top="0.75" bottom="0"/>
2120 </Texture>
2121 </Layer>
2122 </Layers>
2123 <NormalText inherits="GameFontHighlightSmall">
2124 <Anchors>
2125 <Anchor point="LEFT">
2126 <Offset>
2127 <AbsDimension x="8" y="2"/>
2128 </Offset>
2129 </Anchor>
2130 </Anchors>
2131 </NormalText>
2132 </Button>
2133  
2134 <Frame name="ATSWReagentFrame" frameStrata="MEDIUM" toplevel="true" enableMouse="true" movable="true" parent="UIParent" hidden="true">
2135 <Size>
2136 <AbsDimension x="512" y="512"/>
2137 </Size>
2138 <Anchors>
2139 <Anchor point="TOPLEFT" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
2140 <Offset>
2141 <AbsDimension x="120" y="-20"/>
2142 </Offset>
2143 </Anchor>
2144 </Anchors>
2145 <Layers>
2146 <Layer level="ARTWORK">
2147 <Texture file="Interface\AddOns\AdvancedTradeSkillWindow\UI-TaxiFrame-TopLeftReplacement2">
2148 <Size>
2149 <AbsDimension x="256" y="256"/>
2150 </Size>
2151 <Anchors>
2152 <Anchor point="TOPLEFT"/>
2153 </Anchors>
2154 </Texture>
2155 <Texture file="Interface\TaxiFrame\UI-TaxiFrame-BotLeft">
2156 <Size>
2157 <AbsDimension x="256" y="256"/>
2158 </Size>
2159 <Anchors>
2160 <Anchor point="TOPLEFT">
2161 <Offset>
2162 <AbsDimension x="0" y="-256"/>
2163 </Offset>
2164 </Anchor>
2165 </Anchors>
2166 </Texture>
2167 <Texture file="Interface\AddOns\AdvancedTradeSkillWindow\UI-TaxiFrame-TopRightReplacement2">
2168 <Size>
2169 <AbsDimension x="256" y="256"/>
2170 </Size>
2171 <Anchors>
2172 <Anchor point="TOPLEFT">
2173 <Offset>
2174 <AbsDimension x="256" y="0"/>
2175 </Offset>
2176 </Anchor>
2177 </Anchors>
2178 </Texture>
2179 <Texture file="Interface\AddOns\AdvancedTradeSkillWindow\UI-TaxiFrame-BotRightReplacement2">
2180 <Size>
2181 <AbsDimension x="256" y="256"/>
2182 </Size>
2183 <Anchors>
2184 <Anchor point="TOPLEFT">
2185 <Offset>
2186 <AbsDimension x="256" y="-256"/>
2187 </Offset>
2188 </Anchor>
2189 </Anchors>
2190 </Texture>
2191 <FontString name="ATSWReagentFrameTitleText" inherits="GameFontNormalSmall" text="ATSW_REAGENTFRAMETITLE" justifyH="left">
2192 <Size>
2193 <AbsDimension x="450" y="14"/>
2194 </Size>
2195 <Anchors>
2196 <Anchor point="TOP" relativeTo="ATSWReagentFrame" relativePoint="TOP">
2197 <Offset>
2198 <AbsDimension x="0" y="-28"/>
2199 </Offset>
2200 </Anchor>
2201 </Anchors>
2202 <Color r="1" g="1" b="1" a="1"/>
2203 </FontString>
2204 <FontString name="ATSWReagentFrameCH1" inherits="GameFontNormalSmall" text="ATSW_REAGENTFRAME_CH1" justifyH="center">
2205 <Size>
2206 <AbsDimension x="100" y="14"/>
2207 </Size>
2208 <Anchors>
2209 <Anchor point="TOPLEFT" relativeTo="ATSWReagentFrame" relativePoint="TOPLEFT">
2210 <Offset>
2211 <AbsDimension x="204" y="-54"/>
2212 </Offset>
2213 </Anchor>
2214 </Anchors>
2215 <Color r="1" g="1" b="1" a="1"/>
2216 </FontString>
2217 <FontString name="ATSWReagentFrameCH2" inherits="GameFontNormalSmall" text="ATSW_REAGENTFRAME_CH2" justifyH="center">
2218 <Size>
2219 <AbsDimension x="100" y="14"/>
2220 </Size>
2221 <Anchors>
2222 <Anchor point="TOPLEFT" relativeTo="ATSWReagentFrame" relativePoint="TOPLEFT">
2223 <Offset>
2224 <AbsDimension x="254" y="-54"/>
2225 </Offset>
2226 </Anchor>
2227 </Anchors>
2228 <Color r="1" g="1" b="1" a="1"/>
2229 </FontString>
2230 <FontString name="ATSWReagentFrameCH3" inherits="GameFontNormalSmall" text="ATSW_REAGENTFRAME_CH3" justifyH="center">
2231 <Size>
2232 <AbsDimension x="100" y="14"/>
2233 </Size>
2234 <Anchors>
2235 <Anchor point="TOPLEFT" relativeTo="ATSWReagentFrame" relativePoint="TOPLEFT">
2236 <Offset>
2237 <AbsDimension x="304" y="-54"/>
2238 </Offset>
2239 </Anchor>
2240 </Anchors>
2241 <Color r="1" g="1" b="1" a="1"/>
2242 </FontString>
2243 <FontString name="ATSWReagentFrameCH4" inherits="GameFontNormalSmall" text="ATSW_REAGENTFRAME_CH4" justifyH="center">
2244 <Size>
2245 <AbsDimension x="100" y="14"/>
2246 </Size>
2247 <Anchors>
2248 <Anchor point="TOPLEFT" relativeTo="ATSWReagentFrame" relativePoint="TOPLEFT">
2249 <Offset>
2250 <AbsDimension x="354" y="-54"/>
2251 </Offset>
2252 </Anchor>
2253 </Anchors>
2254 <Color r="1" g="1" b="1" a="1"/>
2255 </FontString>
2256 </Layer>
2257 </Layers>
2258 <Frames>
2259 <Button name="ATSWReagentFrameCloseButton" inherits="UIPanelCloseButton">
2260 <Anchors>
2261 <Anchor point="TOPRIGHT" relativeTo="ATSWReagentFrame" relativePoint="TOPRIGHT">
2262 <Offset>
2263 <AbsDimension x="-31" y="-10"/>
2264 </Offset>
2265 </Anchor>
2266 </Anchors>
2267 </Button>
2268 <Frame name="ATSWRFReagent1" inherits="ATSWRFReagentTemplate">
2269 <Anchors>
2270 <Anchor point="TOPLEFT">
2271 <Offset>
2272 <AbsDimension x="26" y="-76"/>
2273 </Offset>
2274 </Anchor>
2275 </Anchors>
2276 </Frame>
2277 <Frame name="ATSWRFReagent2" inherits="ATSWRFReagentTemplate">
2278 <Anchors>
2279 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent1" relativePoint="BOTTOMLEFT"/>
2280 </Anchors>
2281 </Frame>
2282 <Frame name="ATSWRFReagent3" inherits="ATSWRFReagentTemplate">
2283 <Anchors>
2284 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent2" relativePoint="BOTTOMLEFT"/>
2285 </Anchors>
2286 </Frame>
2287 <Frame name="ATSWRFReagent4" inherits="ATSWRFReagentTemplate">
2288 <Anchors>
2289 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent3" relativePoint="BOTTOMLEFT"/>
2290 </Anchors>
2291 </Frame>
2292 <Frame name="ATSWRFReagent5" inherits="ATSWRFReagentTemplate">
2293 <Anchors>
2294 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent4" relativePoint="BOTTOMLEFT"/>
2295 </Anchors>
2296 </Frame>
2297 <Frame name="ATSWRFReagent6" inherits="ATSWRFReagentTemplate">
2298 <Anchors>
2299 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent5" relativePoint="BOTTOMLEFT"/>
2300 </Anchors>
2301 </Frame>
2302 <Frame name="ATSWRFReagent7" inherits="ATSWRFReagentTemplate">
2303 <Anchors>
2304 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent6" relativePoint="BOTTOMLEFT"/>
2305 </Anchors>
2306 </Frame>
2307 <Frame name="ATSWRFReagent8" inherits="ATSWRFReagentTemplate">
2308 <Anchors>
2309 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent7" relativePoint="BOTTOMLEFT"/>
2310 </Anchors>
2311 </Frame>
2312 <Frame name="ATSWRFReagent9" inherits="ATSWRFReagentTemplate">
2313 <Anchors>
2314 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent8" relativePoint="BOTTOMLEFT"/>
2315 </Anchors>
2316 </Frame>
2317 <Frame name="ATSWRFReagent10" inherits="ATSWRFReagentTemplate">
2318 <Anchors>
2319 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent9" relativePoint="BOTTOMLEFT"/>
2320 </Anchors>
2321 </Frame>
2322 <Frame name="ATSWRFReagent11" inherits="ATSWRFReagentTemplate">
2323 <Anchors>
2324 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent10" relativePoint="BOTTOMLEFT"/>
2325 </Anchors>
2326 </Frame>
2327 <Frame name="ATSWRFReagent12" inherits="ATSWRFReagentTemplate">
2328 <Anchors>
2329 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent11" relativePoint="BOTTOMLEFT"/>
2330 </Anchors>
2331 </Frame>
2332 <Frame name="ATSWRFReagent13" inherits="ATSWRFReagentTemplate">
2333 <Anchors>
2334 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent12" relativePoint="BOTTOMLEFT"/>
2335 </Anchors>
2336 </Frame>
2337 <Frame name="ATSWRFReagent14" inherits="ATSWRFReagentTemplate">
2338 <Anchors>
2339 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent13" relativePoint="BOTTOMLEFT"/>
2340 </Anchors>
2341 </Frame>
2342 <Frame name="ATSWRFReagent15" inherits="ATSWRFReagentTemplate">
2343 <Anchors>
2344 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent14" relativePoint="BOTTOMLEFT"/>
2345 </Anchors>
2346 </Frame>
2347 <Frame name="ATSWRFReagent16" inherits="ATSWRFReagentTemplate">
2348 <Anchors>
2349 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent15" relativePoint="BOTTOMLEFT"/>
2350 </Anchors>
2351 </Frame>
2352 <Frame name="ATSWRFReagent17" inherits="ATSWRFReagentTemplate">
2353 <Anchors>
2354 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent16" relativePoint="BOTTOMLEFT"/>
2355 </Anchors>
2356 </Frame>
2357 <Frame name="ATSWRFReagent18" inherits="ATSWRFReagentTemplate">
2358 <Anchors>
2359 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent17" relativePoint="BOTTOMLEFT"/>
2360 </Anchors>
2361 </Frame>
2362 <Frame name="ATSWRFReagent19" inherits="ATSWRFReagentTemplate">
2363 <Anchors>
2364 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent18" relativePoint="BOTTOMLEFT"/>
2365 </Anchors>
2366 </Frame>
2367 <Frame name="ATSWRFReagent20" inherits="ATSWRFReagentTemplate">
2368 <Anchors>
2369 <Anchor point="TOPLEFT" relativeTo="ATSWRFReagent19" relativePoint="BOTTOMLEFT"/>
2370 </Anchors>
2371 </Frame>
2372 <Button name="ATSWBuyReagentsButton" inherits="UIPanelButtonTemplate" text="ATSW_BUYREAGENTBUTTON">
2373 <Size>
2374 <AbsDimension x="440" y="22"/>
2375 </Size>
2376 <Anchors>
2377 <Anchor point="CENTER" relativeTo="ATSWReagentFrame" relativePoint="TOPLEFT">
2378 <Offset>
2379 <AbsDimension x="246" y="-416"/>
2380 </Offset>
2381 </Anchor>
2382 </Anchors>
2383 <Scripts>
2384 <OnClick>
2385 ATSWMerchant_Buy();
2386 </OnClick>
2387 </Scripts>
2388 </Button>
2389 </Frames>
2390  
2391 <Scripts>
2392 <OnLoad>
2393 </OnLoad>
2394 <OnEvent>
2395 </OnEvent>
2396 <OnShow>
2397 </OnShow>
2398 <OnHide>
2399 </OnHide>
2400 </Scripts>
2401 </Frame>
2402  
2403 <Frame name="ATSWOptionsFrame" inherits="ATSWDialogBoxFrame_OnlyOK" frameStrata="DIALOG">
2404 <Size>
2405 <AbsDimension x="384" y="400"/>
2406 </Size>
2407 <Frames>
2408 <Frame>
2409 <Size>
2410 <AbsDimension x="360" y="200"/>
2411 </Size>
2412 <Anchors>
2413 <Anchor point="TOP">
2414 </Anchor>
2415 </Anchors>
2416 <Layers>
2417 <Layer level="ARTWORK">
2418 <FontString name="ATSWOFTitle" inherits="GameFontNormalLarge" justifyH="CENTER" justifyV="TOP" text="ATSW_OPTIONS_TITLE">
2419 <Size>
2420 <AbsDimension x="360" y="0"/>
2421 </Size>
2422 <Anchors>
2423 <Anchor point="TOP">
2424 <Offset>
2425 <AbsDimension x="0" y="-16"/>
2426 </Offset>
2427 </Anchor>
2428 </Anchors>
2429 <Color r="1" g="1" b="1" a="1"/>
2430 </FontString>
2431 </Layer>
2432 </Layers>
2433 </Frame>
2434  
2435 <CheckButton name="ATSWOFUnifiedCounterButton" virtual="true">
2436 <Size>
2437 <AbsDimension x="20" y="20"/>
2438 </Size>
2439 <Anchors>
2440 <Anchor point="TOPLEFT" relativeTo="ATSWOptionsFrame">
2441 <Offset>
2442 <AbsDimension x="20" y="-40"/>
2443 </Offset>
2444 </Anchor>
2445 </Anchors>
2446 <Layers>
2447 <Layer level="ARTWORK">
2448 <FontString name="ATSWOFIBText" inherits="GameFontHighlightSmall" text="ATSWOFUCB_TEXT" justifyH="LEFT">
2449 <Anchors>
2450 <Anchor point="LEFT" relativePoint="RIGHT">
2451 <Offset>
2452 <AbsDimension x="0" y="1"/>
2453 </Offset>
2454 </Anchor>
2455 </Anchors>
2456 </FontString>
2457 </Layer>
2458 </Layers>
2459 <Scripts>
2460 <OnClick>
2461 if(this:GetChecked()) then
2462 PlaySound("igMainMenuOptionCheckBoxOn");
2463 atsw_multicount=true;
2464 ATSW_ResetPossibleItemCounts();
2465 ATSWFrame_Update();
2466 ATSWOFSeparateCounterButton:SetChecked(false);
2467 end
2468 </OnClick>
2469 </Scripts>
2470 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
2471 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
2472 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
2473 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
2474 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
2475 </CheckButton>
2476  
2477 <CheckButton name="ATSWOFSeparateCounterButton" virtual="true">
2478 <Size>
2479 <AbsDimension x="20" y="20"/>
2480 </Size>
2481 <Anchors>
2482 <Anchor point="TOPLEFT" relativeTo="ATSWOptionsFrame">
2483 <Offset>
2484 <AbsDimension x="20" y="-70"/>
2485 </Offset>
2486 </Anchor>
2487 </Anchors>
2488 <Layers>
2489 <Layer level="ARTWORK">
2490 <FontString name="ATSWOFIBText" inherits="GameFontHighlightSmall" text="ATSWOFSCB_TEXT" justifyH="LEFT">
2491 <Anchors>
2492 <Anchor point="LEFT" relativePoint="RIGHT">
2493 <Offset>
2494 <AbsDimension x="0" y="1"/>
2495 </Offset>
2496 </Anchor>
2497 </Anchors>
2498 </FontString>
2499 </Layer>
2500 </Layers>
2501 <Scripts>
2502 <OnClick>
2503 if(this:GetChecked()) then
2504 PlaySound("igMainMenuOptionCheckBoxOn");
2505 atsw_multicount=false;
2506 ATSW_ResetPossibleItemCounts();
2507 ATSWFrame_Update();
2508 ATSWOFUnifiedCounterButton:SetChecked(false);
2509 end
2510 </OnClick>
2511 </Scripts>
2512 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
2513 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
2514 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
2515 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
2516 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
2517 </CheckButton>
2518  
2519 <CheckButton name="ATSWOFIncludeBankButton" virtual="true">
2520 <Size>
2521 <AbsDimension x="20" y="20"/>
2522 </Size>
2523 <Anchors>
2524 <Anchor point="TOPLEFT" relativeTo="ATSWOptionsFrame">
2525 <Offset>
2526 <AbsDimension x="40" y="-100"/>
2527 </Offset>
2528 </Anchor>
2529 </Anchors>
2530 <Layers>
2531 <Layer level="ARTWORK">
2532 <FontString name="ATSWOFIBText" inherits="GameFontHighlightSmall" text="ATSWOFIB_TEXT" justifyH="LEFT">
2533 <Anchors>
2534 <Anchor point="LEFT" relativePoint="RIGHT">
2535 <Offset>
2536 <AbsDimension x="0" y="1"/>
2537 </Offset>
2538 </Anchor>
2539 </Anchors>
2540 </FontString>
2541 </Layer>
2542 </Layers>
2543 <Scripts>
2544 <OnClick>
2545 if(this:GetChecked()) then
2546 PlaySound("igMainMenuOptionCheckBoxOn");
2547 atsw_considerbank=true;
2548 ATSW_ResetPossibleItemCounts();
2549 ATSWFrame_Update();
2550 else
2551 PlaySound("igMainMenuOptionCheckBoxOff");
2552 atsw_considerbank=false;
2553 ATSW_ResetPossibleItemCounts();
2554 ATSWFrame_Update();
2555 end
2556 </OnClick>
2557 </Scripts>
2558 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
2559 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
2560 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
2561 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
2562 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
2563 </CheckButton>
2564  
2565 <CheckButton name="ATSWOFIncludeAltsButton" virtual="true">
2566 <Size>
2567 <AbsDimension x="20" y="20"/>
2568 </Size>
2569 <Anchors>
2570 <Anchor point="TOPLEFT" relativeTo="ATSWOptionsFrame">
2571 <Offset>
2572 <AbsDimension x="40" y="-130"/>
2573 </Offset>
2574 </Anchor>
2575 </Anchors>
2576 <Layers>
2577 <Layer level="ARTWORK">
2578 <FontString name="ATSWOFIAText" inherits="GameFontHighlightSmall" text="ATSWOFIA_TEXT" justifyH="LEFT">
2579 <Anchors>
2580 <Anchor point="LEFT" relativePoint="RIGHT">
2581 <Offset>
2582 <AbsDimension x="0" y="1"/>
2583 </Offset>
2584 </Anchor>
2585 </Anchors>
2586 </FontString>
2587 </Layer>
2588 </Layers>
2589 <Scripts>
2590 <OnClick>
2591 if(this:GetChecked()) then
2592 PlaySound("igMainMenuOptionCheckBoxOn");
2593 atsw_consideralts=true;
2594 ATSW_ResetPossibleItemCounts();
2595 ATSWFrame_Update();
2596 else
2597 PlaySound("igMainMenuOptionCheckBoxOff");
2598 atsw_consideralts=false;
2599 ATSW_ResetPossibleItemCounts();
2600 ATSWFrame_Update();
2601 end
2602 </OnClick>
2603 </Scripts>
2604 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
2605 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
2606 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
2607 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
2608 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
2609 </CheckButton>
2610  
2611 <CheckButton name="ATSWOFIncludeMerchantsButton" virtual="true">
2612 <Size>
2613 <AbsDimension x="20" y="20"/>
2614 </Size>
2615 <Anchors>
2616 <Anchor point="TOPLEFT" relativeTo="ATSWOptionsFrame">
2617 <Offset>
2618 <AbsDimension x="40" y="-160"/>
2619 </Offset>
2620 </Anchor>
2621 </Anchors>
2622 <Layers>
2623 <Layer level="ARTWORK">
2624 <FontString name="ATSWOFIMText" inherits="GameFontHighlightSmall" text="ATSWOFIM_TEXT" justifyH="LEFT">
2625 <Anchors>
2626 <Anchor point="LEFT" relativePoint="RIGHT">
2627 <Offset>
2628 <AbsDimension x="0" y="1"/>
2629 </Offset>
2630 </Anchor>
2631 </Anchors>
2632 </FontString>
2633 </Layer>
2634 </Layers>
2635 <Scripts>
2636 <OnClick>
2637 if(this:GetChecked()) then
2638 PlaySound("igMainMenuOptionCheckBoxOn");
2639 atsw_considermerchants=true;
2640 ATSW_ResetPossibleItemCounts();
2641 ATSWFrame_Update();
2642 else
2643 PlaySound("igMainMenuOptionCheckBoxOff");
2644 atsw_considermerchants=false;
2645 ATSW_ResetPossibleItemCounts();
2646 ATSWFrame_Update();
2647 end
2648 </OnClick>
2649 </Scripts>
2650 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
2651 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
2652 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
2653 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
2654 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
2655 </CheckButton>
2656  
2657 <CheckButton name="ATSWOFAutoBuyButton" virtual="true">
2658 <Size>
2659 <AbsDimension x="20" y="20"/>
2660 </Size>
2661 <Anchors>
2662 <Anchor point="TOPLEFT" relativeTo="ATSWOptionsFrame">
2663 <Offset>
2664 <AbsDimension x="60" y="-196"/>
2665 </Offset>
2666 </Anchor>
2667 </Anchors>
2668 <Layers>
2669 <Layer level="ARTWORK">
2670 <FontString name="ATSWOFIMText" inherits="GameFontHighlightSmall" text="ATSWOFAB_TEXT" justifyH="LEFT">
2671 <Anchors>
2672 <Anchor point="LEFT" relativePoint="RIGHT">
2673 <Offset>
2674 <AbsDimension x="0" y="1"/>
2675 </Offset>
2676 </Anchor>
2677 </Anchors>
2678 </FontString>
2679 </Layer>
2680 </Layers>
2681 <Scripts>
2682 <OnClick>
2683 if(this:GetChecked()) then
2684 PlaySound("igMainMenuOptionCheckBoxOn");
2685 atsw_autobuy=true;
2686 ATSW_ResetPossibleItemCounts();
2687 ATSWFrame_Update();
2688 else
2689 PlaySound("igMainMenuOptionCheckBoxOff");
2690 atsw_autobuy=false;
2691 ATSW_ResetPossibleItemCounts();
2692 ATSWFrame_Update();
2693 end
2694 </OnClick>
2695 </Scripts>
2696 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
2697 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
2698 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
2699 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
2700 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
2701 </CheckButton>
2702  
2703 <CheckButton name="ATSWOFTooltipButton" virtual="true">
2704 <Size>
2705 <AbsDimension x="20" y="20"/>
2706 </Size>
2707 <Anchors>
2708 <Anchor point="TOPLEFT" relativeTo="ATSWOptionsFrame">
2709 <Offset>
2710 <AbsDimension x="20" y="-230"/>
2711 </Offset>
2712 </Anchor>
2713 </Anchors>
2714 <Layers>
2715 <Layer level="ARTWORK">
2716 <FontString name="ATSWOFIMText" inherits="GameFontHighlightSmall" text="ATSWOFTB_TEXT" justifyH="LEFT">
2717 <Anchors>
2718 <Anchor point="LEFT" relativePoint="RIGHT">
2719 <Offset>
2720 <AbsDimension x="0" y="1"/>
2721 </Offset>
2722 </Anchor>
2723 </Anchors>
2724 </FontString>
2725 </Layer>
2726 </Layers>
2727 <Scripts>
2728 <OnClick>
2729 if(this:GetChecked()) then
2730 PlaySound("igMainMenuOptionCheckBoxOn");
2731 atsw_recipetooltip=true;
2732 else
2733 PlaySound("igMainMenuOptionCheckBoxOff");
2734 atsw_recipetooltip=false;
2735 end
2736 </OnClick>
2737 </Scripts>
2738 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
2739 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
2740 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
2741 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
2742 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
2743 </CheckButton>
2744  
2745 <CheckButton name="ATSWOFShoppingListButton" virtual="true">
2746 <Size>
2747 <AbsDimension x="20" y="20"/>
2748 </Size>
2749 <Anchors>
2750 <Anchor point="TOPLEFT" relativeTo="ATSWOptionsFrame">
2751 <Offset>
2752 <AbsDimension x="20" y="-260"/>
2753 </Offset>
2754 </Anchor>
2755 </Anchors>
2756 <Layers>
2757 <Layer level="ARTWORK">
2758 <FontString name="ATSWOFSLText" inherits="GameFontHighlightSmall" text="ATSWOFSLB_TEXT" justifyH="LEFT">
2759 <Anchors>
2760 <Anchor point="LEFT" relativePoint="RIGHT">
2761 <Offset>
2762 <AbsDimension x="0" y="1"/>
2763 </Offset>
2764 </Anchor>
2765 </Anchors>
2766 </FontString>
2767 </Layer>
2768 </Layers>
2769 <Scripts>
2770 <OnClick>
2771 if(this:GetChecked()) then
2772 PlaySound("igMainMenuOptionCheckBoxOn");
2773 atsw_displayshoppinglist=true;
2774 else
2775 PlaySound("igMainMenuOptionCheckBoxOff");
2776 atsw_displayshoppinglist=false;
2777 end
2778 </OnClick>
2779 </Scripts>
2780 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
2781 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
2782 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
2783 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
2784 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
2785 </CheckButton>
2786  
2787 </Frames>
2788 </Frame>
2789  
2790 <GameTooltip name="ATSWTradeskillTooltipTemplate" frameStrata="TOOLTIP" hidden="true" virtual="true">
2791 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
2792 <EdgeSize>
2793 <AbsValue val="16"/>
2794 </EdgeSize>
2795 <TileSize>
2796 <AbsValue val="16"/>
2797 </TileSize>
2798 <BackgroundInsets>
2799 <AbsInset left="5" right="5" top="5" bottom="5"/>
2800 </BackgroundInsets>
2801 </Backdrop>
2802 <Layers>
2803 <Layer level="ARTWORK">
2804 <FontString name="$parentTextLeft1" inherits="GameTooltipHeaderText" hidden="true">
2805 <Anchors>
2806 <Anchor point="TOPLEFT">
2807 <Offset>
2808 <AbsDimension x="10" y="-10"/>
2809 </Offset>
2810 </Anchor>
2811 </Anchors>
2812 </FontString>
2813 <FontString name="$parentTextRight1" inherits="GameTooltipHeaderText" hidden="true">
2814 <Anchors>
2815 <Anchor point="RIGHT" relativeTo="$parentTextLeft1" relativePoint="LEFT">
2816 <Offset>
2817 <AbsDimension x="40" y="0"/>
2818 </Offset>
2819 </Anchor>
2820 </Anchors>
2821 </FontString>
2822 <FontString name="$parentTextLeft2" inherits="GameTooltipText" hidden="true">
2823 <Anchors>
2824 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft1" relativePoint="BOTTOMLEFT">
2825 <Offset>
2826 <AbsDimension x="0" y="-2"/>
2827 </Offset>
2828 </Anchor>
2829 </Anchors>
2830 </FontString>
2831 <FontString name="$parentTextRight2" inherits="GameTooltipText" hidden="true">
2832 <Anchors>
2833 <Anchor point="RIGHT" relativeTo="$parentTextLeft2" relativePoint="LEFT">
2834 <Offset>
2835 <AbsDimension x="40" y="0"/>
2836 </Offset>
2837 </Anchor>
2838 </Anchors>
2839 </FontString>
2840 <FontString name="$parentTextLeft3" inherits="GameTooltipText" hidden="true">
2841 <Anchors>
2842 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft2" relativePoint="BOTTOMLEFT">
2843 <Offset>
2844 <AbsDimension x="0" y="-2"/>
2845 </Offset>
2846 </Anchor>
2847 </Anchors>
2848 </FontString>
2849 <FontString name="$parentTextRight3" inherits="GameTooltipText" hidden="true">
2850 <Anchors>
2851 <Anchor point="RIGHT" relativeTo="$parentTextLeft3" relativePoint="LEFT">
2852 <Offset>
2853 <AbsDimension x="40" y="0"/>
2854 </Offset>
2855 </Anchor>
2856 </Anchors>
2857 </FontString>
2858 <FontString name="$parentTextLeft4" inherits="GameTooltipText" hidden="true">
2859 <Anchors>
2860 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft3" relativePoint="BOTTOMLEFT">
2861 <Offset>
2862 <AbsDimension x="0" y="-2"/>
2863 </Offset>
2864 </Anchor>
2865 </Anchors>
2866 </FontString>
2867 <FontString name="$parentTextRight4" inherits="GameTooltipText" hidden="true">
2868 <Anchors>
2869 <Anchor point="RIGHT" relativeTo="$parentTextLeft4" relativePoint="LEFT">
2870 <Offset>
2871 <AbsDimension x="40" y="0"/>
2872 </Offset>
2873 </Anchor>
2874 </Anchors>
2875 </FontString>
2876 <FontString name="$parentTextLeft5" inherits="GameTooltipText" hidden="true">
2877 <Anchors>
2878 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft4" relativePoint="BOTTOMLEFT">
2879 <Offset>
2880 <AbsDimension x="0" y="-2"/>
2881 </Offset>
2882 </Anchor>
2883 </Anchors>
2884 </FontString>
2885 <FontString name="$parentTextRight5" inherits="GameTooltipText" hidden="true">
2886 <Anchors>
2887 <Anchor point="RIGHT" relativeTo="$parentTextLeft5" relativePoint="LEFT">
2888 <Offset>
2889 <AbsDimension x="40" y="0"/>
2890 </Offset>
2891 </Anchor>
2892 </Anchors>
2893 </FontString>
2894 <FontString name="$parentTextLeft6" inherits="GameTooltipText" hidden="true">
2895 <Anchors>
2896 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft5" relativePoint="BOTTOMLEFT">
2897 <Offset>
2898 <AbsDimension x="0" y="-2"/>
2899 </Offset>
2900 </Anchor>
2901 </Anchors>
2902 </FontString>
2903 <FontString name="$parentTextRight6" inherits="GameTooltipText" hidden="true">
2904 <Anchors>
2905 <Anchor point="RIGHT" relativeTo="$parentTextLeft6" relativePoint="LEFT">
2906 <Offset>
2907 <AbsDimension x="40" y="0"/>
2908 </Offset>
2909 </Anchor>
2910 </Anchors>
2911 </FontString>
2912 <FontString name="$parentTextLeft7" inherits="GameTooltipText" hidden="true">
2913 <Anchors>
2914 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft6" relativePoint="BOTTOMLEFT">
2915 <Offset>
2916 <AbsDimension x="0" y="-2"/>
2917 </Offset>
2918 </Anchor>
2919 </Anchors>
2920 </FontString>
2921 <FontString name="$parentTextRight7" inherits="GameTooltipText" hidden="true">
2922 <Anchors>
2923 <Anchor point="RIGHT" relativeTo="$parentTextLeft7" relativePoint="LEFT">
2924 <Offset>
2925 <AbsDimension x="40" y="0"/>
2926 </Offset>
2927 </Anchor>
2928 </Anchors>
2929 </FontString>
2930 <FontString name="$parentTextLeft8" inherits="GameTooltipText" hidden="true">
2931 <Anchors>
2932 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft7" relativePoint="BOTTOMLEFT">
2933 <Offset>
2934 <AbsDimension x="0" y="-2"/>
2935 </Offset>
2936 </Anchor>
2937 </Anchors>
2938 </FontString>
2939 <FontString name="$parentTextRight8" inherits="GameTooltipText" hidden="true">
2940 <Anchors>
2941 <Anchor point="RIGHT" relativeTo="$parentTextLeft8" relativePoint="LEFT">
2942 <Offset>
2943 <AbsDimension x="40" y="0"/>
2944 </Offset>
2945 </Anchor>
2946 </Anchors>
2947 </FontString>
2948 <FontString name="$parentTextLeft9" inherits="GameTooltipText" hidden="true">
2949 <Anchors>
2950 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft8" relativePoint="BOTTOMLEFT">
2951 <Offset>
2952 <AbsDimension x="0" y="-2"/>
2953 </Offset>
2954 </Anchor>
2955 </Anchors>
2956 </FontString>
2957 <FontString name="$parentTextRight9" inherits="GameTooltipText" hidden="true">
2958 <Anchors>
2959 <Anchor point="RIGHT" relativeTo="$parentTextLeft9" relativePoint="LEFT">
2960 <Offset>
2961 <AbsDimension x="40" y="0"/>
2962 </Offset>
2963 </Anchor>
2964 </Anchors>
2965 </FontString>
2966 <FontString name="$parentTextLeft10" inherits="GameTooltipText" hidden="true">
2967 <Anchors>
2968 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft9" relativePoint="BOTTOMLEFT">
2969 <Offset>
2970 <AbsDimension x="0" y="-2"/>
2971 </Offset>
2972 </Anchor>
2973 </Anchors>
2974 </FontString>
2975 <FontString name="$parentTextRight10" inherits="GameTooltipText" hidden="true">
2976 <Anchors>
2977 <Anchor point="RIGHT" relativeTo="$parentTextLeft10" relativePoint="LEFT">
2978 <Offset>
2979 <AbsDimension x="40" y="0"/>
2980 </Offset>
2981 </Anchor>
2982 </Anchors>
2983 </FontString>
2984 <FontString name="$parentTextLeft11" inherits="GameTooltipText" hidden="true">
2985 <Anchors>
2986 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft10" relativePoint="BOTTOMLEFT">
2987 <Offset>
2988 <AbsDimension x="0" y="-2"/>
2989 </Offset>
2990 </Anchor>
2991 </Anchors>
2992 </FontString>
2993 <FontString name="$parentTextRight11" inherits="GameTooltipText" hidden="true">
2994 <Anchors>
2995 <Anchor point="RIGHT" relativeTo="$parentTextLeft11" relativePoint="LEFT">
2996 <Offset>
2997 <AbsDimension x="40" y="0"/>
2998 </Offset>
2999 </Anchor>
3000 </Anchors>
3001 </FontString>
3002 <FontString name="$parentTextLeft12" inherits="GameTooltipText" hidden="true">
3003 <Anchors>
3004 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft11" relativePoint="BOTTOMLEFT">
3005 <Offset>
3006 <AbsDimension x="0" y="-2"/>
3007 </Offset>
3008 </Anchor>
3009 </Anchors>
3010 </FontString>
3011 <FontString name="$parentTextRight12" inherits="GameTooltipText" hidden="true">
3012 <Anchors>
3013 <Anchor point="RIGHT" relativeTo="$parentTextLeft12" relativePoint="LEFT">
3014 <Offset>
3015 <AbsDimension x="40" y="0"/>
3016 </Offset>
3017 </Anchor>
3018 </Anchors>
3019 </FontString>
3020 <FontString name="$parentTextLeft13" inherits="GameTooltipText" hidden="true">
3021 <Anchors>
3022 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft12" relativePoint="BOTTOMLEFT">
3023 <Offset>
3024 <AbsDimension x="0" y="-2"/>
3025 </Offset>
3026 </Anchor>
3027 </Anchors>
3028 </FontString>
3029 <FontString name="$parentTextRight13" inherits="GameTooltipText" hidden="true">
3030 <Anchors>
3031 <Anchor point="RIGHT" relativeTo="$parentTextLeft13" relativePoint="LEFT">
3032 <Offset>
3033 <AbsDimension x="40" y="0"/>
3034 </Offset>
3035 </Anchor>
3036 </Anchors>
3037 </FontString>
3038 <FontString name="$parentTextLeft14" inherits="GameTooltipText" hidden="true">
3039 <Anchors>
3040 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft13" relativePoint="BOTTOMLEFT">
3041 <Offset>
3042 <AbsDimension x="0" y="-2"/>
3043 </Offset>
3044 </Anchor>
3045 </Anchors>
3046 </FontString>
3047 <FontString name="$parentTextRight14" inherits="GameTooltipText" hidden="true">
3048 <Anchors>
3049 <Anchor point="RIGHT" relativeTo="$parentTextLeft14" relativePoint="LEFT">
3050 <Offset>
3051 <AbsDimension x="40" y="0"/>
3052 </Offset>
3053 </Anchor>
3054 </Anchors>
3055 </FontString>
3056 <FontString name="$parentTextLeft15" inherits="GameTooltipText" hidden="true">
3057 <Anchors>
3058 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft14" relativePoint="BOTTOMLEFT">
3059 <Offset>
3060 <AbsDimension x="0" y="-2"/>
3061 </Offset>
3062 </Anchor>
3063 </Anchors>
3064 </FontString>
3065 <FontString name="$parentTextRight15" inherits="GameTooltipText" hidden="true">
3066 <Anchors>
3067 <Anchor point="RIGHT" relativeTo="$parentTextLeft15" relativePoint="LEFT">
3068 <Offset>
3069 <AbsDimension x="40" y="0"/>
3070 </Offset>
3071 </Anchor>
3072 </Anchors>
3073 </FontString>
3074 <FontString name="$parentTextLeft16" inherits="GameTooltipText" hidden="true">
3075 <Anchors>
3076 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft15" relativePoint="BOTTOMLEFT">
3077 <Offset>
3078 <AbsDimension x="0" y="-2"/>
3079 </Offset>
3080 </Anchor>
3081 </Anchors>
3082 </FontString>
3083 <FontString name="$parentTextRight16" inherits="GameTooltipText" hidden="true">
3084 <Anchors>
3085 <Anchor point="RIGHT" relativeTo="$parentTextLeft16" relativePoint="LEFT">
3086 <Offset>
3087 <AbsDimension x="40" y="0"/>
3088 </Offset>
3089 </Anchor>
3090 </Anchors>
3091 </FontString>
3092 <FontString name="$parentTextLeft17" inherits="GameTooltipText" hidden="true">
3093 <Anchors>
3094 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft16" relativePoint="BOTTOMLEFT">
3095 <Offset>
3096 <AbsDimension x="0" y="-2"/>
3097 </Offset>
3098 </Anchor>
3099 </Anchors>
3100 </FontString>
3101 <FontString name="$parentTextRight17" inherits="GameTooltipText" hidden="true">
3102 <Anchors>
3103 <Anchor point="RIGHT" relativeTo="$parentTextLeft17" relativePoint="LEFT">
3104 <Offset>
3105 <AbsDimension x="40" y="0"/>
3106 </Offset>
3107 </Anchor>
3108 </Anchors>
3109 </FontString>
3110 <FontString name="$parentTextLeft18" inherits="GameTooltipText" hidden="true">
3111 <Anchors>
3112 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft17" relativePoint="BOTTOMLEFT">
3113 <Offset>
3114 <AbsDimension x="0" y="-2"/>
3115 </Offset>
3116 </Anchor>
3117 </Anchors>
3118 </FontString>
3119 <FontString name="$parentTextRight18" inherits="GameTooltipText" hidden="true">
3120 <Anchors>
3121 <Anchor point="RIGHT" relativeTo="$parentTextLeft18" relativePoint="LEFT">
3122 <Offset>
3123 <AbsDimension x="40" y="0"/>
3124 </Offset>
3125 </Anchor>
3126 </Anchors>
3127 </FontString>
3128 <FontString name="$parentTextLeft19" inherits="GameTooltipText" hidden="true">
3129 <Anchors>
3130 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft18" relativePoint="BOTTOMLEFT">
3131 <Offset>
3132 <AbsDimension x="0" y="-2"/>
3133 </Offset>
3134 </Anchor>
3135 </Anchors>
3136 </FontString>
3137 <FontString name="$parentTextRight19" inherits="GameTooltipText" hidden="true">
3138 <Anchors>
3139 <Anchor point="RIGHT" relativeTo="$parentTextLeft19" relativePoint="LEFT">
3140 <Offset>
3141 <AbsDimension x="40" y="0"/>
3142 </Offset>
3143 </Anchor>
3144 </Anchors>
3145 </FontString>
3146 <FontString name="$parentTextLeft20" inherits="GameTooltipText" hidden="true">
3147 <Anchors>
3148 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft19" relativePoint="BOTTOMLEFT">
3149 <Offset>
3150 <AbsDimension x="0" y="-2"/>
3151 </Offset>
3152 </Anchor>
3153 </Anchors>
3154 </FontString>
3155 <FontString name="$parentTextRight20" inherits="GameTooltipText" hidden="true">
3156 <Anchors>
3157 <Anchor point="RIGHT" relativeTo="$parentTextLeft20" relativePoint="LEFT">
3158 <Offset>
3159 <AbsDimension x="40" y="0"/>
3160 </Offset>
3161 </Anchor>
3162 </Anchors>
3163 </FontString>
3164 <FontString name="$parentTextLeft21" inherits="GameTooltipText" hidden="true">
3165 <Anchors>
3166 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft20" relativePoint="BOTTOMLEFT">
3167 <Offset>
3168 <AbsDimension x="0" y="-2"/>
3169 </Offset>
3170 </Anchor>
3171 </Anchors>
3172 </FontString>
3173 <FontString name="$parentTextRight21" inherits="GameTooltipText" hidden="true">
3174 <Anchors>
3175 <Anchor point="RIGHT" relativeTo="$parentTextLeft21" relativePoint="LEFT">
3176 <Offset>
3177 <AbsDimension x="40" y="0"/>
3178 </Offset>
3179 </Anchor>
3180 </Anchors>
3181 </FontString>
3182 <FontString name="$parentTextLeft22" inherits="GameTooltipText" hidden="true">
3183 <Anchors>
3184 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft21" relativePoint="BOTTOMLEFT">
3185 <Offset>
3186 <AbsDimension x="0" y="-2"/>
3187 </Offset>
3188 </Anchor>
3189 </Anchors>
3190 </FontString>
3191 <FontString name="$parentTextRight22" inherits="GameTooltipText" hidden="true">
3192 <Anchors>
3193 <Anchor point="RIGHT" relativeTo="$parentTextLeft22" relativePoint="LEFT">
3194 <Offset>
3195 <AbsDimension x="40" y="0"/>
3196 </Offset>
3197 </Anchor>
3198 </Anchors>
3199 </FontString>
3200 <FontString name="$parentTextLeft23" inherits="GameTooltipText" hidden="true">
3201 <Anchors>
3202 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft22" relativePoint="BOTTOMLEFT">
3203 <Offset>
3204 <AbsDimension x="0" y="-2"/>
3205 </Offset>
3206 </Anchor>
3207 </Anchors>
3208 </FontString>
3209 <FontString name="$parentTextRight23" inherits="GameTooltipText" hidden="true">
3210 <Anchors>
3211 <Anchor point="RIGHT" relativeTo="$parentTextLeft23" relativePoint="LEFT">
3212 <Offset>
3213 <AbsDimension x="40" y="0"/>
3214 </Offset>
3215 </Anchor>
3216 </Anchors>
3217 </FontString>
3218 <FontString name="$parentTextLeft24" inherits="GameTooltipText" hidden="true">
3219 <Anchors>
3220 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft23" relativePoint="BOTTOMLEFT">
3221 <Offset>
3222 <AbsDimension x="0" y="-2"/>
3223 </Offset>
3224 </Anchor>
3225 </Anchors>
3226 </FontString>
3227 <FontString name="$parentTextRight24" inherits="GameTooltipText" hidden="true">
3228 <Anchors>
3229 <Anchor point="RIGHT" relativeTo="$parentTextLeft24" relativePoint="LEFT">
3230 <Offset>
3231 <AbsDimension x="40" y="0"/>
3232 </Offset>
3233 </Anchor>
3234 </Anchors>
3235 </FontString>
3236 <FontString name="$parentTextLeft25" inherits="GameTooltipText" hidden="true">
3237 <Anchors>
3238 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft24" relativePoint="BOTTOMLEFT">
3239 <Offset>
3240 <AbsDimension x="0" y="-2"/>
3241 </Offset>
3242 </Anchor>
3243 </Anchors>
3244 </FontString>
3245 <FontString name="$parentTextRight25" inherits="GameTooltipText" hidden="true">
3246 <Anchors>
3247 <Anchor point="RIGHT" relativeTo="$parentTextLeft24" relativePoint="LEFT">
3248 <Offset>
3249 <AbsDimension x="40" y="0"/>
3250 </Offset>
3251 </Anchor>
3252 </Anchors>
3253 </FontString>
3254 <FontString name="$parentTextLeft26" inherits="GameTooltipText" hidden="true">
3255 <Anchors>
3256 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft25" relativePoint="BOTTOMLEFT">
3257 <Offset>
3258 <AbsDimension x="0" y="-2"/>
3259 </Offset>
3260 </Anchor>
3261 </Anchors>
3262 </FontString>
3263 <FontString name="$parentTextRight26" inherits="GameTooltipText" hidden="true">
3264 <Anchors>
3265 <Anchor point="RIGHT" relativeTo="$parentTextLeft25" relativePoint="LEFT">
3266 <Offset>
3267 <AbsDimension x="40" y="0"/>
3268 </Offset>
3269 </Anchor>
3270 </Anchors>
3271 </FontString>
3272 <FontString name="$parentTextLeft27" inherits="GameTooltipText" hidden="true">
3273 <Anchors>
3274 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft26" relativePoint="BOTTOMLEFT">
3275 <Offset>
3276 <AbsDimension x="0" y="-2"/>
3277 </Offset>
3278 </Anchor>
3279 </Anchors>
3280 </FontString>
3281 <FontString name="$parentTextRight27" inherits="GameTooltipText" hidden="true">
3282 <Anchors>
3283 <Anchor point="RIGHT" relativeTo="$parentTextLeft26" relativePoint="LEFT">
3284 <Offset>
3285 <AbsDimension x="40" y="0"/>
3286 </Offset>
3287 </Anchor>
3288 </Anchors>
3289 </FontString>
3290 <FontString name="$parentTextLeft28" inherits="GameTooltipText" hidden="true">
3291 <Anchors>
3292 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft27" relativePoint="BOTTOMLEFT">
3293 <Offset>
3294 <AbsDimension x="0" y="-2"/>
3295 </Offset>
3296 </Anchor>
3297 </Anchors>
3298 </FontString>
3299 <FontString name="$parentTextRight28" inherits="GameTooltipText" hidden="true">
3300 <Anchors>
3301 <Anchor point="RIGHT" relativeTo="$parentTextLeft27" relativePoint="LEFT">
3302 <Offset>
3303 <AbsDimension x="40" y="0"/>
3304 </Offset>
3305 </Anchor>
3306 </Anchors>
3307 </FontString>
3308 <FontString name="$parentTextLeft29" inherits="GameTooltipText" hidden="true">
3309 <Anchors>
3310 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft28" relativePoint="BOTTOMLEFT">
3311 <Offset>
3312 <AbsDimension x="0" y="-2"/>
3313 </Offset>
3314 </Anchor>
3315 </Anchors>
3316 </FontString>
3317 <FontString name="$parentTextRight29" inherits="GameTooltipText" hidden="true">
3318 <Anchors>
3319 <Anchor point="RIGHT" relativeTo="$parentTextLeft28" relativePoint="LEFT">
3320 <Offset>
3321 <AbsDimension x="40" y="0"/>
3322 </Offset>
3323 </Anchor>
3324 </Anchors>
3325 </FontString>
3326 <FontString name="$parentTextLeft30" inherits="GameTooltipText" hidden="true">
3327 <Anchors>
3328 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft29" relativePoint="BOTTOMLEFT">
3329 <Offset>
3330 <AbsDimension x="0" y="-2"/>
3331 </Offset>
3332 </Anchor>
3333 </Anchors>
3334 </FontString>
3335 <FontString name="$parentTextRight30" inherits="GameTooltipText" hidden="true">
3336 <Anchors>
3337 <Anchor point="RIGHT" relativeTo="$parentTextLeft29" relativePoint="LEFT">
3338 <Offset>
3339 <AbsDimension x="40" y="0"/>
3340 </Offset>
3341 </Anchor>
3342 </Anchors>
3343 </FontString>
3344 </Layer>
3345 </Layers>
3346 <Frames>
3347 <StatusBar name="$parentStatusBar" hidden="true">
3348 <Size>
3349 <AbsDimension x="0" y="8"/>
3350 </Size>
3351 <Anchors>
3352 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT">
3353 <Offset>
3354 <AbsDimension x="2" y="-1"/>
3355 </Offset>
3356 </Anchor>
3357 <Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT">
3358 <Offset>
3359 <AbsDimension x="-2" y="-1"/>
3360 </Offset>
3361 </Anchor>
3362 </Anchors>
3363 <Scripts>
3364 <OnValueChanged>
3365 HealthBar_OnValueChanged(arg1);
3366 </OnValueChanged>
3367 </Scripts>
3368 <BarTexture name="$parentTexture" file="Interface\TargetingFrame\UI-TargetingFrame-BarFill"/>
3369 </StatusBar>
3370 <Frame name="$parentMoneyFrame" inherits="SmallMoneyFrameTemplate" hidden="true">
3371 <Anchors>
3372 <Anchor point="LEFT" relativeTo="$parentTextLeft1" relativePoint="LEFT"/>
3373 </Anchors>
3374 <Scripts>
3375 <OnLoad>
3376 SmallMoneyFrame_OnLoad();
3377 MoneyFrame_SetType("STATIC");
3378 </OnLoad>
3379 </Scripts>
3380 </Frame>
3381 </Frames>
3382 <Scripts>
3383 <OnLoad>
3384 GameTooltip_OnLoad();
3385 </OnLoad>
3386 <OnHide>
3387 GameTooltip_OnHide();
3388 </OnHide>
3389 <OnTooltipSetDefaultAnchor>
3390 GameTooltip_SetDefaultAnchor(this, UIParent);
3391 </OnTooltipSetDefaultAnchor>
3392 <OnTooltipAddMoney>
3393 SetTooltipMoney(this, arg1);
3394 </OnTooltipAddMoney>
3395 <OnTooltipCleared>
3396 GameTooltip_ClearMoney();
3397 </OnTooltipCleared>
3398 </Scripts>
3399 </GameTooltip>
3400  
3401 <Frame name="ATSWContinueFrame" inherits="ATSWDialogBoxFrame" frameStrata="DIALOG">
3402 <Size>
3403 <AbsDimension x="384" y="200"/>
3404 </Size>
3405 <Frames>
3406 <Frame>
3407 <Size>
3408 <AbsDimension x="360" y="200"/>
3409 </Size>
3410 <Anchors>
3411 <Anchor point="TOP">
3412 </Anchor>
3413 </Anchors>
3414 <Layers>
3415 <Layer level="ARTWORK">
3416 <FontString name="ATSWCFTitle" inherits="GameFontNormalLarge" justifyH="CENTER" justifyV="TOP" text="ATSWCF_TITLE">
3417 <Size>
3418 <AbsDimension x="360" y="0"/>
3419 </Size>
3420 <Anchors>
3421 <Anchor point="TOP">
3422 <Offset>
3423 <AbsDimension x="0" y="-16"/>
3424 </Offset>
3425 </Anchor>
3426 </Anchors>
3427 <Color r="1" g="1" b="1" a="1"/>
3428 </FontString>
3429 <FontString name="ATSWCFText" inherits="GameFontNormal" justifyH="center" justifyV="TOP" text="ATSWCF_TEXT">
3430 <Size>
3431 <AbsDimension x="320" y="0"/>
3432 </Size>
3433 <Anchors>
3434 <Anchor point="TOP">
3435 <Offset>
3436 <AbsDimension x="0" y="-40"/>
3437 </Offset>
3438 </Anchor>
3439 </Anchors>
3440 <Color r="1" g="1" b="1" a="1"/>
3441 </FontString>
3442 <FontString name="ATSWCFItemName" inherits="GameFontNormal" justifyH="center" justifyV="TOP" text="">
3443 <Size>
3444 <AbsDimension x="320" y="0"/>
3445 </Size>
3446 <Anchors>
3447 <Anchor point="TOP">
3448 <Offset>
3449 <AbsDimension x="0" y="-100"/>
3450 </Offset>
3451 </Anchor>
3452 </Anchors>
3453 <Color r="1" g="1" b="1" a="1"/>
3454 </FontString>
3455 </Layer>
3456 </Layers>
3457 </Frame>
3458 </Frames>
3459 </Frame>
3460  
3461 <GameTooltip name="ATSWTradeskillTooltip" frameStrata="TOOLTIP" hidden="true" parent="UIParent" inherits="ATSWTradeskillTooltipTemplate">
3462 <Scripts>
3463 <OnLoad>
3464 </OnLoad>
3465 <OnEvent>
3466 </OnEvent>
3467 <OnHide>
3468 </OnHide>
3469 </Scripts>
3470 </GameTooltip>
3471  
3472  
3473 <Frame name="ATSWAutoBuyButtonFrame" parent="UIParent" hidden="true">
3474 <Size>
3475 <AbsDimension x="300" y="50"/>
3476 </Size>
3477 <Layers>
3478 <Layer level="OVERLAY">
3479 <FontString name="ATSWAutoBuyButtonTopText" inherits="GameFontNormalSmall" justifyH="CENTER" justifyV="TOP" text="ATSW_AUTOBUYBUTTON_TOPTEXT">
3480 <Size>
3481 <AbsDimension x="300" y="0"/>
3482 </Size>
3483 <Anchors>
3484 <Anchor point="TOP">
3485 <Offset>
3486 <AbsDimension x="0" y="-10"/>
3487 </Offset>
3488 </Anchor>
3489 </Anchors>
3490 <Color r="1" g="1" b="1" a="1"/>
3491 </FontString>
3492 </Layer>
3493 </Layers>
3494 <Frames>
3495 <Button name="ATSWAutoBuyButton" inherits="GameMenuButtonTemplate" parent="ATSWAutoBuyButtonFrame" text="ATSW_AUTOBUYBUTTON_TEXT">
3496 <Size>
3497 <AbsDimension x="150" y="18"/>
3498 </Size>
3499 <Anchors>
3500 <Anchor point="TOP">
3501 <Offset>
3502 <AbsDimension x="0" y="-25"/>
3503 </Offset>
3504 </Anchor>
3505 </Anchors>
3506 <Scripts>
3507 <OnClick>
3508 ATSWMerchant_ExecuteAutoBuy();
3509 </OnClick>
3510 </Scripts>
3511 </Button>
3512 </Frames>
3513 </Frame>
3514  
3515 <Frame name="ATSWSLFReagentTemplate" virtual="true">
3516 <Size>
3517 <AbsDimension x="700" y="16"/>
3518 </Size>
3519 <Frames>
3520 <Button name="$parentCount" inherits="ATSWRFTextTemplate_30">
3521 <Anchors>
3522 <Anchor point="TOPLEFT">
3523 <Offset>
3524 <AbsDimension x="0" y="0"/>
3525 </Offset>
3526 </Anchor>
3527 </Anchors>
3528 </Button>
3529 <Button name="$parentItem" inherits="ATSWRFTextTemplate_300">
3530 <Anchors>
3531 <Anchor point="LEFT" relativeTo="$parentCount" relativePoint="RIGHT">
3532 <Offset>
3533 <AbsDimension x="6" y="0"/>
3534 </Offset>
3535 </Anchor>
3536 </Anchors>
3537 <Scripts>
3538 <OnClick>
3539 ATSWAuction_SearchForItem(this.itemname);
3540 </OnClick>
3541 </Scripts>
3542 </Button>
3543 <Button name="$parentInventory" inherits="ATSWRFTextTemplate_60">
3544 <Anchors>
3545 <Anchor point="LEFT" relativeTo="$parentItem" relativePoint="RIGHT">
3546 <Offset>
3547 <AbsDimension x="6" y="0"/>
3548 </Offset>
3549 </Anchor>
3550 </Anchors>
3551 </Button>
3552 <Button name="$parentBank" inherits="ATSWRFTextTemplate_60">
3553 <Anchors>
3554 <Anchor point="LEFT" relativeTo="$parentInventory" relativePoint="RIGHT">
3555 <Offset>
3556 <AbsDimension x="0" y="0"/>
3557 </Offset>
3558 </Anchor>
3559 </Anchors>
3560 </Button>
3561 <Button name="$parentAlt" inherits="ATSWRFTextTemplate_60">
3562 <Anchors>
3563 <Anchor point="LEFT" relativeTo="$parentBank" relativePoint="RIGHT">
3564 <Offset>
3565 <AbsDimension x="0" y="0"/>
3566 </Offset>
3567 </Anchor>
3568 </Anchors>
3569 <Scripts>
3570 <OnClick>
3571 ATSWAlt_GetItemLocation(this.itemname);
3572 </OnClick>
3573 </Scripts>
3574 </Button>
3575 <Button name="$parentMerchant" inherits="ATSWRFTextTemplate_60">
3576 <Anchors>
3577 <Anchor point="LEFT" relativeTo="$parentAlt" relativePoint="RIGHT">
3578 <Offset>
3579 <AbsDimension x="0" y="0"/>
3580 </Offset>
3581 </Anchor>
3582 </Anchors>
3583 </Button>
3584 <Button name="$parentMissing" inherits="ATSWRFTextTemplate_40">
3585 <Anchors>
3586 <Anchor point="LEFT" relativeTo="$parentMerchant" relativePoint="RIGHT">
3587 <Offset>
3588 <AbsDimension x="0" y="0"/>
3589 </Offset>
3590 </Anchor>
3591 </Anchors>
3592 </Button>
3593 </Frames>
3594 </Frame>
3595  
3596 <Frame name="ATSWShoppingListFrame" frameStrata="HIGH" toplevel="true" enableMouse="true" movable="true" parent="UIParent" hidden="true">
3597 <Size>
3598 <AbsDimension x="512" y="200"/>
3599 </Size>
3600 <Anchors>
3601 <Anchor point="TOPLEFT" relativeTo="ATSWFrame" relativePoint="TOPLEFT">
3602 <Offset>
3603 <AbsDimension x="120" y="-20"/>
3604 </Offset>
3605 </Anchor>
3606 </Anchors>
3607 <Layers>
3608 <Layer level="ARTWORK">
3609 <Texture file="Interface\TaxiFrame\UI-TaxiFrame-BotLeft">
3610 <Size>
3611 <AbsDimension x="256" y="200"/>
3612 </Size>
3613 <Anchors>
3614 <Anchor point="TOPLEFT">
3615 <Offset>
3616 <AbsDimension x="0" y="0"/>
3617 </Offset>
3618 </Anchor>
3619 </Anchors>
3620 </Texture>
3621 <Texture file="Interface\AddOns\AdvancedTradeSkillWindow\UI-TaxiFrame-BotRightReplacement2">
3622 <Size>
3623 <AbsDimension x="256" y="200"/>
3624 </Size>
3625 <Anchors>
3626 <Anchor point="TOPLEFT">
3627 <Offset>
3628 <AbsDimension x="256" y="0"/>
3629 </Offset>
3630 </Anchor>
3631 </Anchors>
3632 </Texture>
3633 <FontString name="ATSWShoppingListFrameTitleText" inherits="GameFontNormalSmall" text="ATSW_SHOPPINGLISTFRAMETITLE" justifyH="left">
3634 <Size>
3635 <AbsDimension x="450" y="14"/>
3636 </Size>
3637 <Anchors>
3638 <Anchor point="TOP" relativeTo="ATSWShoppingListFrame" relativePoint="TOP">
3639 <Offset>
3640 <AbsDimension x="0" y="-7"/>
3641 </Offset>
3642 </Anchor>
3643 </Anchors>
3644 <Color r="1" g="1" b="1" a="1"/>
3645 </FontString>
3646 <FontString name="ATSWShoppingListFrameCH1" inherits="GameFontNormalSmall" text="ATSW_REAGENTFRAME_CH1" justifyH="center">
3647 <Size>
3648 <AbsDimension x="75" y="14"/>
3649 </Size>
3650 <Anchors>
3651 <Anchor point="TOPLEFT" relativeTo="ATSWShoppingListFrame" relativePoint="TOPLEFT">
3652 <Offset>
3653 <AbsDimension x="204" y="-28"/>
3654 </Offset>
3655 </Anchor>
3656 </Anchors>
3657 <Color r="1" g="1" b="1" a="1"/>
3658 </FontString>
3659 <FontString name="ATSWShoppingListFrameCH2" inherits="GameFontNormalSmall" text="ATSW_REAGENTFRAME_CH2" justifyH="center">
3660 <Size>
3661 <AbsDimension x="75" y="14"/>
3662 </Size>
3663 <Anchors>
3664 <Anchor point="TOPLEFT" relativeTo="ATSWShoppingListFrame" relativePoint="TOPLEFT">
3665 <Offset>
3666 <AbsDimension x="254" y="-28"/>
3667 </Offset>
3668 </Anchor>
3669 </Anchors>
3670 <Color r="1" g="1" b="1" a="1"/>
3671 </FontString>
3672 <FontString name="ATSWShoppingListFrameCH3" inherits="GameFontNormalSmall" text="ATSW_REAGENTFRAME_CH3" justifyH="center">
3673 <Size>
3674 <AbsDimension x="75" y="14"/>
3675 </Size>
3676 <Anchors>
3677 <Anchor point="TOPLEFT" relativeTo="ATSWShoppingListFrame" relativePoint="TOPLEFT">
3678 <Offset>
3679 <AbsDimension x="304" y="-28"/>
3680 </Offset>
3681 </Anchor>
3682 </Anchors>
3683 <Color r="1" g="1" b="1" a="1"/>
3684 </FontString>
3685 <FontString name="ATSWShoppingListFrameCH4" inherits="GameFontNormalSmall" text="ATSW_REAGENTFRAME_CH4" justifyH="center">
3686 <Size>
3687 <AbsDimension x="75" y="14"/>
3688 </Size>
3689 <Anchors>
3690 <Anchor point="TOPLEFT" relativeTo="ATSWShoppingListFrame" relativePoint="TOPLEFT">
3691 <Offset>
3692 <AbsDimension x="354" y="-28"/>
3693 </Offset>
3694 </Anchor>
3695 </Anchors>
3696 <Color r="1" g="1" b="1" a="1"/>
3697 </FontString>
3698 </Layer>
3699 </Layers>
3700 <Frames>
3701 <Frame name="ATSWSLFReagent1" inherits="ATSWSLFReagentTemplate">
3702 <Anchors>
3703 <Anchor point="TOPLEFT">
3704 <Offset>
3705 <AbsDimension x="14" y="-48"/>
3706 </Offset>
3707 </Anchor>
3708 </Anchors>
3709 </Frame>
3710 <Frame name="ATSWSLFReagent2" inherits="ATSWSLFReagentTemplate">
3711 <Anchors>
3712 <Anchor point="TOPLEFT" relativeTo="ATSWSLFReagent1" relativePoint="BOTTOMLEFT"/>
3713 </Anchors>
3714 </Frame>
3715 <Frame name="ATSWSLFReagent3" inherits="ATSWSLFReagentTemplate">
3716 <Anchors>
3717 <Anchor point="TOPLEFT" relativeTo="ATSWSLFReagent2" relativePoint="BOTTOMLEFT"/>
3718 </Anchors>
3719 </Frame>
3720 <Frame name="ATSWSLFReagent4" inherits="ATSWSLFReagentTemplate">
3721 <Anchors>
3722 <Anchor point="TOPLEFT" relativeTo="ATSWSLFReagent3" relativePoint="BOTTOMLEFT"/>
3723 </Anchors>
3724 </Frame>
3725 <Frame name="ATSWSLFReagent5" inherits="ATSWSLFReagentTemplate">
3726 <Anchors>
3727 <Anchor point="TOPLEFT" relativeTo="ATSWSLFReagent4" relativePoint="BOTTOMLEFT"/>
3728 </Anchors>
3729 </Frame>
3730 <ScrollFrame name="ATSWSLScrollFrame" inherits="ATSWQueueScrollFrameTemplate">
3731 <Size>
3732 <AbsDimension x="30" y="90"/>
3733 </Size>
3734 <Anchors>
3735 <Anchor point="TOPLEFT" relativeTo="ATSWShoppingListFrame" relativePoint="TOPLEFT">
3736 <Offset>
3737 <AbsDimension x="416" y="-46"/>
3738 </Offset>
3739 </Anchor>
3740 </Anchors>
3741 <Scripts>
3742 <OnVerticalScroll>
3743 FauxScrollFrame_OnVerticalScroll(5, ATSWAuction_UpdateReagentList);
3744 </OnVerticalScroll>
3745 </Scripts>
3746 </ScrollFrame>
3747 </Frames>
3748  
3749 <Scripts>
3750 <OnLoad>
3751 </OnLoad>
3752 <OnEvent>
3753 </OnEvent>
3754 <OnShow>
3755 </OnShow>
3756 <OnHide>
3757 </OnHide>
3758 </Scripts>
3759 </Frame>
3760  
3761 <GameTooltip name="ATSWScanTooltip" frameStrata="TOOLTIP" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/>
3762 </Ui>