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/"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
4 <Script file="BAlocalization.lua"/>
5 <Script file="BuffAhoy.lua"/>
6 <Script file="BuffAhoyConfig.lua"/>
7  
8  
9 <!-- Templates -->
10 <!-- Button Template -->
11  
12 <CheckButton name="BuffAhoyButtonTemplate" inherits="ActionButtonTemplate" virtual="true" >
13 <Scripts>
14 <OnLoad>
15 BuffAhoy_ButtonLoad();
16 </OnLoad>
17 <OnShow>
18 BuffAhoyButton_Update() <!-- (this); -->
19 </OnShow>
20 <OnDragStart>
21 PickupAction(BuffAhoyButton_GetID(this));
22 BuffAhoyButton_UpdateState();
23  
24 </OnDragStart>
25 <OnReceiveDrag>
26 PlaceAction(BuffAhoyButton_GetID(this));
27 BuffAhoyButton_UpdateState();
28  
29 </OnReceiveDrag>
30 <OnClick>
31 PickupAction(BuffAhoyButton_GetID(this));
32 BuffAhoyButton_UpdateState();
33  
34 </OnClick>
35 <OnEnter>
36 BuffAhoy_SetTooltip();
37 </OnEnter>
38 <OnLeave>
39 BuffAhoy_VerboseButtonLeave()
40 </OnLeave>
41  
42 <OnEvent>
43 BuffAhoy_ButtonEvent(event);
44 </OnEvent>
45 </Scripts>
46 </CheckButton>
47  
48 <CheckButton name="BuffAhoyCheckButtonTemplate" hidden="false" virtual="true">
49 <Anchors>
50 <Anchor point="LEFT">
51 <Offset>
52 <AbsDimension x="0" y="0" />
53 </Offset>
54 </Anchor>
55 </Anchors>
56 <Size>
57 <AbsDimension x="32" y="32" />
58 </Size>
59 <Layers>
60 <Layer level="BACKGROUND">
61 <Texture name="$parentCheckbuttonBackground" setAllPoints="true">
62 <Color r="0" g="0" b="1" a="0.0" />
63 </Texture>
64 </Layer>
65 </Layers>
66 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up" />
67 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down" />
68 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD" />
69 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check" />
70 <CheckedDisabledTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled" />
71 <DisabledTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled" />
72 <Scripts>
73 <OnClick>
74 BuffAhoy_CheckToggle(this:GetID(), this:GetChecked());
75 </OnClick>
76 <OnEnter>
77 BuffAhoy_CheckButtonEnter();
78 </OnEnter>
79 <OnLeave>
80 BuffAhoy_CheckButtonLeave();
81 </OnLeave>
82 </Scripts>
83 </CheckButton>
84  
85 <CheckButton name="BuffAhoyVerboseButtonTemplate" hidden="false" virtual="true">
86 <Anchors>
87 <Anchor point="LEFT">
88 <Offset>
89 <AbsDimension x="0" y="0" />
90 </Offset>
91 </Anchor>
92 </Anchors>
93 <Size>
94 <AbsDimension x="32" y="32" />
95 </Size>
96 <Layers>
97 <Layer level="BACKGROUND">
98 <Texture name="$parentCheckbuttonBackground" setAllPoints="true">
99 <Color r="0" g="0" b="1" a="0.0" />
100 </Texture>
101 </Layer>
102 </Layers>
103 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up" />
104 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down" />
105 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD" />
106 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check" />
107 <CheckedDisabledTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled" />
108 <DisabledTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled" />
109 <Scripts>
110 <OnClick>
111 BuffAhoy_VerboseToggle(this:GetID(), this:GetChecked());
112 </OnClick>
113 <OnEnter>
114 BuffAhoy_VerboseButtonEnter();
115 </OnEnter>
116 <OnLeave>
117 BuffAhoy_VerboseButtonLeave();
118 </OnLeave>
119 </Scripts>
120 </CheckButton>
121  
122 <CheckButton name="BuffAhoyOptionsButtonTemplate" hidden="false" virtual="true">
123 <Anchors>
124 <Anchor point="LEFT">
125 <Offset>
126 <AbsDimension x="0" y="0" />
127 </Offset>
128 </Anchor>
129 </Anchors>
130 <Size>
131 <AbsDimension x="32" y="32" />
132 </Size>
133 <Layers>
134 <Layer level="BACKGROUND">
135 <Texture name="$parentCheckbuttonBackground" setAllPoints="true">
136 <Color r="0" g="0" b="1" a="0.0" />
137 </Texture>
138 </Layer>
139 </Layers>
140 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up" />
141 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down" />
142 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD" />
143 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check" />
144 <CheckedDisabledTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled" />
145 <DisabledTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled" />
146 <Scripts>
147 <OnClick>
148 BuffAhoy_OptionsToggle(this:GetID(), this:GetChecked());
149 </OnClick>
150 <OnEnter>
151 BuffAhoy_OptionsButtonEnter();
152 </OnEnter>
153 <OnLeave>
154 BuffAhoy_OptionsButtonLeave();
155 </OnLeave>
156 </Scripts>
157 </CheckButton>
158 <!-- Frame Bar Template -->
159  
160 <Frame name="BuffAhoyOptionsTemplate" virtual="true" id="10">
161 <Size>
162 <AbsDimension x="384" y="48"/>
163 </Size>
164 <Frames>
165  
166 <Frame name="BuffAhoyMasterDropdown" inherits="UIDropDownMenuTemplate" enableMouse="true">
167 <Anchors>
168 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
169 <Offset>
170 <AbsDimension x="160" y="-42"/>
171 </Offset>
172 </Anchor>
173 </Anchors>
174 <Layers>
175 <Layer level="BACKGROUND">
176 <FontString name="$parentLabel" inherits="GameFontNormalSmall" text="">
177 <Anchors>
178 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
179 <Offset>
180 <AbsDimension x="21" y="0"/>
181 </Offset>
182 </Anchor>
183 </Anchors>
184 </FontString>
185 </Layer>
186 </Layers>
187 <Scripts>
188 <OnShow>
189 BuffAhoyMasterDropdown_OnLoad();
190 </OnShow>
191 <OnEnter>
192 GameTooltip:SetOwner(this, "ANCHOR_TOPRIGHT");
193 GameTooltip:SetText("Click to navigate the functions of BuffAhoy", nil, nil, nil, nil, 1);
194 </OnEnter>
195 <OnLeave>
196 GameTooltip:Hide();
197 </OnLeave>
198 </Scripts>
199 </Frame>
200  
201 <Frame name="VerboseTypeDropdown" inherits="UIDropDownMenuTemplate" enableMouse="true">
202 <Anchors>
203 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
204 <Offset>
205 <AbsDimension x="20" y="-80"/>
206 </Offset>
207 </Anchor>
208 </Anchors>
209 <Layers>
210 <Layer level="BACKGROUND">
211 <FontString name="$parentLabel" inherits="GameFontNormalSmall" text="Verbosity Mode">
212 <Anchors>
213 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
214 <Offset>
215 <AbsDimension x="21" y="0"/>
216 </Offset>
217 </Anchor>
218 </Anchors>
219 </FontString>
220 </Layer>
221 </Layers>
222 <Scripts>
223 <OnShow>
224 VerboseTypeDropdown_OnLoad();
225 </OnShow>
226 <OnEnter>
227 GameTooltip:SetOwner(this, "ANCHOR_TOPRIGHT");
228 GameTooltip:SetText("Click to change verbosity mode", nil, nil, nil, nil, 1);
229 </OnEnter>
230 <OnLeave>
231 GameTooltip:Hide();
232 </OnLeave>
233 </Scripts>
234 </Frame>
235 <Frame name="BuffTypeDropdown" inherits="UIDropDownMenuTemplate" enableMouse="true">
236 <Anchors>
237 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
238 <Offset>
239 <AbsDimension x="165" y="-80"/>
240 </Offset>
241 </Anchor>
242 </Anchors>
243 <Layers>
244 <Layer level="BACKGROUND">
245 <FontString name="$parentLabel" inherits="GameFontNormalSmall" text="Buffing Mode">
246 <Anchors>
247 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
248 <Offset>
249 <AbsDimension x="21" y="0"/>
250 </Offset>
251 </Anchor>
252 </Anchors>
253 </FontString>
254 </Layer>
255 </Layers>
256 <Scripts>
257 <OnShow>
258 BuffTypeDropdown_OnLoad();
259 </OnShow>
260 <OnEnter>
261 GameTooltip:SetOwner(this, "ANCHOR_TOPRIGHT");
262 GameTooltip:SetText("Click to change buffing mode", nil, nil, nil, nil, 1);
263 </OnEnter>
264 <OnLeave>
265 GameTooltip:Hide();
266 </OnLeave>
267 </Scripts>
268 </Frame>
269 </Frames>
270 <!-- Layers -->
271 <Layers>
272 <Layer level="ARTWORK">
273 <!-- Text Labels -->
274 <FontString name="$parentMasterText" inherits="GameFontHighlight" text="BuffAhoy Navigation">
275 <Size>
276 <AbsDimension x="185" y="14"/>
277 </Size>
278 <Anchors>
279 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
280 <Offset>
281 <AbsDimension x="5" y="-37"/>
282 </Offset>
283 </Anchor>
284 </Anchors>
285 </FontString>
286  
287 </Layer>
288 </Layers>
289 </Frame>
290  
291 <Frame name="BuffAhoyOptionsFrameTemplate" virtual="true" id="10">
292 <Size>
293 <AbsDimension x="384" y="48"/>
294 </Size>
295 <Frames>
296 <CheckButton name="PPTENABLE" inherits="BuffAhoyOptionsButtonTemplate" id="1">
297 <Anchors>
298 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
299 <Offset>
300 <AbsDimension x="25" y="-30" />
301 </Offset>
302 </Anchor>
303 </Anchors>
304 </CheckButton>
305  
306 <CheckButton name="SCENABLE" inherits="BuffAhoyOptionsButtonTemplate" id="2">
307 <Anchors>
308 <Anchor point="LEFT" relativeTo="PPTENABLE" relativePoint="LEFT">
309 <Offset>
310 <AbsDimension x="0" y="-30" />
311 </Offset>
312 </Anchor>
313 </Anchors>
314 </CheckButton>
315  
316 <Frame name="SCTypeDropdown" inherits="UIDropDownMenuTemplate" enableMouse="true">
317 <Anchors>
318 <Anchor point="LEFT" relativeTo="SCENABLE" relativePoint="LEFT">
319 <Offset>
320 <AbsDimension x="145" y="0"/>
321 </Offset>
322 </Anchor>
323 </Anchors>
324 <Layers>
325 <Layer level="BACKGROUND">
326 <FontString name="$parentLabel" inherits="GameFontNormalSmall" text="SmartCast Key">
327 <Anchors>
328 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
329 <Offset>
330 <AbsDimension x="21" y="0"/>
331 </Offset>
332 </Anchor>
333 </Anchors>
334 </FontString>
335 </Layer>
336 </Layers>
337 <Scripts>
338 <OnShow>
339 SCTypeDropdown_OnLoad();
340 </OnShow>
341 <OnEnter>
342 GameTooltip:SetOwner(this, "ANCHOR_TOPRIGHT");
343 GameTooltip:SetText("Click to select the selfcast button", nil, nil, nil, nil, 1);
344 </OnEnter>
345 <OnLeave>
346 GameTooltip:Hide();
347 </OnLeave>
348 </Scripts>
349 </Frame>
350  
351 <CheckButton name="BuffManaCheck" inherits="BuffAhoyOptionsButtonTemplate" id="3" >
352 <Anchors>
353 <Anchor point="LEFT" relativeTo="SCENABLE" relativePoint="LEFT">
354 <Offset>
355 <AbsDimension x="0" y="-30" />
356 </Offset>
357 </Anchor>
358 </Anchors>
359 </CheckButton>
360 <CheckButton name="AnnOpt" inherits="BuffAhoyOptionsButtonTemplate" id="4">
361 <Anchors>
362 <Anchor point="LEFT" relativeTo="BuffManaCheck" relativePoint="LEFT">
363 <Offset>
364 <AbsDimension x="0" y="-30" />
365 </Offset>
366 </Anchor>
367 </Anchors>
368 </CheckButton>
369 <CheckButton name="StatusTextOpt" inherits="BuffAhoyOptionsButtonTemplate" id="5">
370 <Anchors>
371 <Anchor point="LEFT" relativeTo="AnnOpt" relativePoint="LEFT">
372 <Offset>
373 <AbsDimension x="0" y="-30" />
374 </Offset>
375 </Anchor>
376 </Anchors>
377 </CheckButton>
378 <CheckButton name="LoudEventsOpt" inherits="BuffAhoyOptionsButtonTemplate" id="6">
379 <Anchors>
380 <Anchor point="LEFT" relativeTo="StatusTextOpt" relativePoint="LEFT">
381 <Offset>
382 <AbsDimension x="0" y="-30" />
383 </Offset>
384 </Anchor>
385 </Anchors>
386 </CheckButton>
387 <CheckButton name="ForcePartyOpt" inherits="BuffAhoyOptionsButtonTemplate" id="7">
388 <Anchors>
389 <Anchor point="LEFT" relativeTo="LoudEventsOpt" relativePoint="LEFT">
390 <Offset>
391 <AbsDimension x="0" y="-30" />
392 </Offset>
393 </Anchor>
394 </Anchors>
395 </CheckButton>
396 <CheckButton name="PPTFrameOpt" inherits="BuffAhoyOptionsButtonTemplate" id="8">
397 <Anchors>
398 <Anchor point="LEFT" relativeTo="ForcePartyOpt" relativePoint="LEFT">
399 <Offset>
400 <AbsDimension x="0" y="-30" />
401 </Offset>
402 </Anchor>
403 </Anchors>
404 </CheckButton>
405  
406  
407 </Frames>
408 <!-- Layers -->
409 <Layers>
410 <Layer level="ARTWORK">
411 <!-- Text Labels -->
412  
413 <FontString name="$parentPPTText" inherits="GameFontHighlight" text="PPT Enabled" justifyH="LEFT">
414 <Size>
415 <AbsDimension x="260" y="14"/>
416 </Size>
417 <Anchors>
418 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
419 <Offset>
420 <AbsDimension x="62" y="-30"/>
421 </Offset>
422 </Anchor>
423 </Anchors>
424 </FontString>
425  
426 <FontString name="$parentSCText" inherits="GameFontHighlight" text="SmartCast Enabled" justifyH="LEFT">
427 <Size>
428 <AbsDimension x="260" y="14"/>
429 </Size>
430 <Anchors>
431 <Anchor point="LEFT" relativeTo="$parentPPTText" relativePoint="LEFT">
432 <Offset>
433 <AbsDimension x="0" y="-30"/>
434 </Offset>
435 </Anchor>
436 </Anchors>
437 </FontString>
438  
439  
440 <FontString name="$parentRCText" inherits="GameFontHighlight" text="Wait on Mana/Range when Buffing" justifyH="LEFT">
441 <Size>
442 <AbsDimension x="260" y="14"/>
443 </Size>
444 <Anchors>
445 <Anchor point="LEFT" relativeTo="$parentSCText" relativePoint="LEFT">
446 <Offset>
447 <AbsDimension x="0" y="-30"/>
448 </Offset>
449 </Anchor>
450 </Anchors>
451 </FontString>
452 <FontString name="$parentAnnTextOpt" inherits="GameFontHighlight" text="Buff /say Announcement" justifyH="LEFT">
453 <Size>
454 <AbsDimension x="260" y="14"/>
455 </Size>
456 <Anchors>
457 <Anchor point="LEFT" relativeTo="$parentRCText" relativePoint="LEFT">
458 <Offset>
459 <AbsDimension x="0" y="-30"/>
460 </Offset>
461 </Anchor>
462 </Anchors>
463 </FontString>
464 <FontString name="$parentStatusTextText" inherits="GameFontHighlight" text="Enable Status Messages" justifyH="LEFT">
465 <Size>
466 <AbsDimension x="260" y="14"/>
467 </Size>
468 <Anchors>
469 <Anchor point="LEFT" relativeTo="$parentAnnTextOpt" relativePoint="LEFT">
470 <Offset>
471 <AbsDimension x="0" y="-30"/>
472 </Offset>
473 </Anchor>
474 </Anchors>
475 </FontString>
476 <FontString name="$parentLoudEventsText" inherits="GameFontHighlight" text="Enable Failure/Interruption Messages" justifyH="LEFT">
477 <Size>
478 <AbsDimension x="260" y="14"/>
479 </Size>
480 <Anchors>
481 <Anchor point="LEFT" relativeTo="$parentStatusTextText" relativePoint="LEFT">
482 <Offset>
483 <AbsDimension x="0" y="-30"/>
484 </Offset>
485 </Anchor>
486 </Anchors>
487 </FontString>
488 <FontString name="$parentForcePartyText" inherits="GameFontHighlight" text="Force Class-Based Buffing to ignore Raid" justifyH="LEFT">
489 <Size>
490 <AbsDimension x="260" y="14"/>
491 </Size>
492 <Anchors>
493 <Anchor point="LEFT" relativeTo="$parentLoudEventsText" relativePoint="LEFT">
494 <Offset>
495 <AbsDimension x="0" y="-30"/>
496 </Offset>
497 </Anchor>
498 </Anchors>
499 </FontString>
500 <FontString name="$parentPPTText" inherits="GameFontHighlight" text="Show PPT Frame" justifyH="LEFT">
501 <Size>
502 <AbsDimension x="260" y="14"/>
503 </Size>
504 <Anchors>
505 <Anchor point="LEFT" relativeTo="$parentForcePartyText" relativePoint="LEFT">
506 <Offset>
507 <AbsDimension x="0" y="-30"/>
508 </Offset>
509 </Anchor>
510 </Anchors>
511 </FontString>
512 </Layer>
513 </Layers>
514 </Frame>
515  
516 <Frame name="MultiCastOptionsTemplate" virtual="true" id="10">
517 <Size>
518 <AbsDimension x="384" y="48"/>
519 </Size>
520 <Frames>
521 <CheckButton name="PPTENABLE2" inherits="BuffAhoyOptionsButtonTemplate" id="1">
522 <Anchors>
523 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
524 <Offset>
525 <AbsDimension x="25" y="-40" />
526 </Offset>
527 </Anchor>
528 </Anchors>
529 </CheckButton>
530 <CheckButton name="SCENABLE2" inherits="BuffAhoyOptionsButtonTemplate" id="2">
531 <Anchors>
532 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
533 <Offset>
534 <AbsDimension x="165" y="-40" />
535 </Offset>
536 </Anchor>
537 </Anchors>
538 </CheckButton>
539 <CheckButton name="WhoVarRaidToggle2" inherits="BuffAhoyOptionsButtonTemplate" id="10" >
540 <Anchors>
541 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
542 <Offset>
543 <AbsDimension x="25" y="-65" />
544 </Offset>
545 </Anchor>
546 </Anchors>
547 </CheckButton>
548 <CheckButton name="UtilMultiTog" inherits="BuffAhoyCheckButtonTemplate" id="2" >
549 <Anchors>
550 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
551 <Offset>
552 <AbsDimension x="200" y="-65" />
553 </Offset>
554 </Anchor>
555 </Anchors>
556 </CheckButton>
557  
558 </Frames>
559 <!-- Layers -->
560 <Layers>
561 <Layer level="ARTWORK">
562 <!-- Text Labels -->
563  
564 <FontString name="$parentPPTText" inherits="GameFontHighlight" text="PPT Enabled">
565 <Size>
566 <AbsDimension x="100" y="14"/>
567 </Size>
568 <Anchors>
569 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
570 <Offset>
571 <AbsDimension x="42" y="-40"/>
572 </Offset>
573 </Anchor>
574 </Anchors>
575 </FontString>
576 <FontString name="$parentSCText" inherits="GameFontHighlight" text="SmartCast Enabled">
577 <Size>
578 <AbsDimension x="150" y="14"/>
579 </Size>
580 <Anchors>
581 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
582 <Offset>
583 <AbsDimension x="180" y="-40"/>
584 </Offset>
585 </Anchor>
586 </Anchors>
587 </FontString>
588 <FontString name="$parentNameText" inherits="GameFontHighlight" text="Verbose State: Raid">
589 <Size>
590 <AbsDimension x="150" y="14"/>
591 </Size>
592 <Anchors>
593 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
594 <Offset>
595 <AbsDimension x="42" y="-65"/>
596 </Offset>
597 </Anchor>
598 </Anchors>
599 </FontString>
600 <FontString name="$parentUMText" inherits="GameFontHighlight" text="View Util Pane">
601 <Size>
602 <AbsDimension x="150" y="14"/>
603 </Size>
604 <Anchors>
605 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
606 <Offset>
607 <AbsDimension x="200" y="-65"/>
608 </Offset>
609 </Anchor>
610 </Anchors>
611 </FontString>
612 </Layer>
613 </Layers>
614 </Frame>
615  
616 <Frame name="BuffAhoySetTemplate" virtual="true" id="1">
617 <Size>
618 <AbsDimension x="384" y="48"/>
619 </Size>
620 <Frames>
621 <CheckButton name="$parent1" inherits="BuffAhoyButtonTemplate" id ="37">
622 <Anchors>
623 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
624 <Offset>
625 <AbsDimension x="80" y="-10" />
626 </Offset>
627 </Anchor>
628 </Anchors>
629 </CheckButton>
630 <CheckButton name="$parent2" inherits="BuffAhoyButtonTemplate" id ="38">
631 <Anchors>
632 <Anchor point="LEFT" relativeTo="$parent1" relativePoint="RIGHT">
633 <Offset>
634 <AbsDimension x="8" y="0" />
635 </Offset>
636 </Anchor>
637 </Anchors>
638 </CheckButton>
639 <CheckButton name="$parent3" inherits="BuffAhoyButtonTemplate" id ="39">
640 <Anchors>
641 <Anchor point="LEFT" relativeTo="$parent2" relativePoint="RIGHT">
642 <Offset>
643 <AbsDimension x="8" y="0" />
644 </Offset>
645 </Anchor>
646 </Anchors>
647 </CheckButton>
648 <CheckButton name="$parent4" inherits="BuffAhoyButtonTemplate" id ="40">
649 <Anchors>
650 <Anchor point="LEFT" relativeTo="$parent3" relativePoint="RIGHT">
651 <Offset>
652 <AbsDimension x="8" y="0" />
653 </Offset>
654 </Anchor>
655 </Anchors>
656 </CheckButton>
657 <CheckButton name="$parent5" inherits="BuffAhoyButtonTemplate" id ="41">
658 <Anchors>
659 <Anchor point="LEFT" relativeTo="$parent4" relativePoint="RIGHT">
660 <Offset>
661 <AbsDimension x="8" y="0" />
662 </Offset>
663 </Anchor>
664 </Anchors>
665 </CheckButton>
666  
667 <CheckButton name="$parent6" inherits="BuffAhoyButtonTemplate" id="42" >
668 <Anchors>
669 <Anchor point="LEFT" relativeTo="$parent5" relativePoint="RIGHT">
670 <Offset>
671 <AbsDimension x="8" y="0" />
672 </Offset>
673 </Anchor>
674 </Anchors>
675 </CheckButton>
676  
677 </Frames>
678 <!-- Layers -->
679 <Layers>
680 <Layer level="ARTWORK">
681 <!-- Portrait Texture -->
682 <Texture name="$parentPortrait">
683 <Size>
684 <AbsDimension x="32" y="32"/>
685 </Size>
686 <Anchors>
687 <Anchor point="CENTER" relativePoint="LEFT">
688 <Offset>
689 <AbsDimension x="48" y="10"/>
690 </Offset>
691 </Anchor>
692 </Anchors>
693 </Texture>
694  
695 <!-- Text Labels -->
696 <FontString name="$parentNameText" inherits="GameFontHighlight" text="Buffs">
697 <Size>
698 <AbsDimension x="100" y="14"/>
699 </Size>
700 <Anchors>
701 <Anchor point="CENTER" relativePoint="BOTTOMLEFT">
702 <Offset>
703 <AbsDimension x="50" y="45"/>
704 </Offset>
705 </Anchor>
706 </Anchors>
707 </FontString>
708 <FontString name="$parentNameText" inherits="GameFontHighlight" text="Seq. 1">
709 <Size>
710 <AbsDimension x="100" y="14"/>
711 </Size>
712 <Anchors>
713 <Anchor point="CENTER" relativePoint="BOTTOMLEFT">
714 <Offset>
715 <AbsDimension x="50" y="20"/>
716 </Offset>
717 </Anchor>
718 </Anchors>
719 </FontString>
720 <FontString name="$parentPlayerText" inherits="GameFontHighlight" text="Self">
721 <Size>
722 <AbsDimension x="100" y="14"/>
723 </Size>
724 <Anchors>
725 <Anchor point="CENTER" relativePoint="TOP">
726 <Offset>
727 <AbsDimension x="-94" y="0"/>
728 </Offset>
729 </Anchor>
730 </Anchors>
731 </FontString>
732 <FontString name="$parentParty1Text" inherits="GameFontHighlight" text="Party1">
733 <Size>
734 <AbsDimension x="100" y="14"/>
735 </Size>
736 <Anchors>
737 <Anchor point="CENTER" relativeTo="$parentPlayerText" relativePoint="CENTER" >
738 <Offset>
739 <AbsDimension x="44" y="0"/>
740 </Offset>
741 </Anchor>
742 </Anchors>
743 </FontString>
744 <FontString name="$parentParty2Text" inherits="GameFontHighlight" text="Party2">
745 <Size>
746 <AbsDimension x="100" y="14"/>
747 </Size>
748 <Anchors>
749 <Anchor point="CENTER" relativeTo="$parentParty1Text" relativePoint="CENTER">
750 <Offset>
751 <AbsDimension x="44" y="0"/>
752 </Offset>
753 </Anchor>
754 </Anchors>
755 </FontString>
756 <FontString name="$parentParty3Text" inherits="GameFontHighlight" text="Party3">
757 <Size>
758 <AbsDimension x="100" y="14"/>
759 </Size>
760 <Anchors>
761 <Anchor point="CENTER" relativeTo="$parentParty2Text" relativePoint="CENTER">
762 <Offset>
763 <AbsDimension x="44" y="0"/>
764 </Offset>
765 </Anchor>
766 </Anchors>
767 </FontString>
768 <FontString name="$parentParty4Text" inherits="GameFontHighlight" text="Party4">
769 <Size>
770 <AbsDimension x="100" y="14"/>
771 </Size>
772 <Anchors>
773 <Anchor point="CENTER" relativeTo="$parentParty3Text" relativePoint="CENTER">
774 <Offset>
775 <AbsDimension x="44" y="0"/>
776 </Offset>
777 </Anchor>
778 </Anchors>
779 </FontString>
780 <FontString name="$parentPetText" inherits="GameFontHighlight" text="Pets">
781 <Size>
782 <AbsDimension x="100" y="14"/>
783 </Size>
784 <Anchors>
785 <Anchor point="CENTER" relativeTo="$parentParty4Text" relativePoint="CENTER">
786 <Offset>
787 <AbsDimension x="44" y="0"/>
788 </Offset>
789 </Anchor>
790 </Anchors>
791 </FontString>
792 </Layer>
793 </Layers>
794 </Frame>
795 <Frame name="RaidCastSetTemplate" virtual="true" id="1">
796 <Size>
797 <AbsDimension x="384" y="48"/>
798 </Size>
799 <Frames>
800 <CheckButton name="$parent1" inherits="BuffAhoyButtonTemplate" id ="37">
801 <Anchors>
802 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
803 <Offset>
804 <AbsDimension x="80" y="-10" />
805 </Offset>
806 </Anchor>
807 </Anchors>
808 </CheckButton>
809 <CheckButton name="$parent2" inherits="BuffAhoyButtonTemplate" id ="38">
810 <Anchors>
811 <Anchor point="LEFT" relativeTo="$parent1" relativePoint="RIGHT">
812 <Offset>
813 <AbsDimension x="18" y="0" />
814 </Offset>
815 </Anchor>
816 </Anchors>
817 </CheckButton>
818 <CheckButton name="$parent3" inherits="BuffAhoyButtonTemplate" id ="39">
819 <Anchors>
820 <Anchor point="LEFT" relativeTo="$parent2" relativePoint="RIGHT">
821 <Offset>
822 <AbsDimension x="18" y="0" />
823 </Offset>
824 </Anchor>
825 </Anchors>
826 </CheckButton>
827 <CheckButton name="$parent4" inherits="BuffAhoyButtonTemplate" id ="40">
828 <Anchors>
829 <Anchor point="LEFT" relativeTo="$parent3" relativePoint="RIGHT">
830 <Offset>
831 <AbsDimension x="18" y="0" />
832 </Offset>
833 </Anchor>
834 </Anchors>
835 </CheckButton>
836 <CheckButton name="$parent5" inherits="BuffAhoyButtonTemplate" id ="41">
837 <Anchors>
838 <Anchor point="LEFT" relativeTo="$parent4" relativePoint="RIGHT">
839 <Offset>
840 <AbsDimension x="18" y="0" />
841 </Offset>
842 </Anchor>
843 </Anchors>
844 </CheckButton>
845  
846  
847  
848 </Frames>
849 <!-- Layers -->
850 <Layers>
851 <Layer level="ARTWORK">
852 <!-- Portrait Texture -->
853 <Texture name="$parentPortrait">
854 <Size>
855 <AbsDimension x="32" y="32"/>
856 </Size>
857 <Anchors>
858 <Anchor point="CENTER" relativePoint="LEFT">
859 <Offset>
860 <AbsDimension x="48" y="10"/>
861 </Offset>
862 </Anchor>
863 </Anchors>
864 </Texture>
865  
866 <!-- Text Labels -->
867 <FontString name="$parentNameText" inherits="GameFontHighlight" text="Buffs">
868 <Size>
869 <AbsDimension x="100" y="14"/>
870 </Size>
871 <Anchors>
872 <Anchor point="CENTER" relativePoint="BOTTOMLEFT">
873 <Offset>
874 <AbsDimension x="50" y="5"/>
875 </Offset>
876 </Anchor>
877 </Anchors>
878 </FontString>
879 <FontString name="$parentNameText" inherits="GameFontHighlight" text="Class">
880 <Size>
881 <AbsDimension x="100" y="14"/>
882 </Size>
883 <Anchors>
884 <Anchor point="CENTER" relativePoint="BOTTOMLEFT">
885 <Offset>
886 <AbsDimension x="50" y="20"/>
887 </Offset>
888 </Anchor>
889 </Anchors>
890 </FontString>
891  
892 <FontString name="$parentPlayerText" inherits="GameFontHighlight" text="Paladin">
893 <Size>
894 <AbsDimension x="100" y="14"/>
895 </Size>
896 <Anchors>
897 <Anchor point="CENTER" relativePoint="TOP">
898 <Offset>
899 <AbsDimension x="-94" y="0"/>
900 </Offset>
901 </Anchor>
902 </Anchors>
903 </FontString>
904 <FontString name="$parentParty1Text" inherits="GameFontHighlight" text="Warrior">
905 <Size>
906 <AbsDimension x="100" y="14"/>
907 </Size>
908 <Anchors>
909 <Anchor point="CENTER" relativeTo="$parentPlayerText" relativePoint="CENTER" >
910 <Offset>
911 <AbsDimension x="54" y="0"/>
912 </Offset>
913 </Anchor>
914 </Anchors>
915 </FontString>
916 <FontString name="$parentParty2Text" inherits="GameFontHighlight" text="Mage">
917 <Size>
918 <AbsDimension x="100" y="14"/>
919 </Size>
920 <Anchors>
921 <Anchor point="CENTER" relativeTo="$parentParty1Text" relativePoint="CENTER">
922 <Offset>
923 <AbsDimension x="54" y="0"/>
924 </Offset>
925 </Anchor>
926 </Anchors>
927 </FontString>
928 <FontString name="$parentParty3Text" inherits="GameFontHighlight" text="Priest">
929 <Size>
930 <AbsDimension x="100" y="14"/>
931 </Size>
932 <Anchors>
933 <Anchor point="CENTER" relativeTo="$parentParty2Text" relativePoint="CENTER">
934 <Offset>
935 <AbsDimension x="54" y="0"/>
936 </Offset>
937 </Anchor>
938 </Anchors>
939 </FontString>
940 <FontString name="$parentParty4Text" inherits="GameFontHighlight" text="Pets">
941 <Size>
942 <AbsDimension x="100" y="14"/>
943 </Size>
944 <Anchors>
945 <Anchor point="CENTER" relativeTo="$parentParty3Text" relativePoint="CENTER">
946 <Offset>
947 <AbsDimension x="54" y="0"/>
948 </Offset>
949 </Anchor>
950 </Anchors>
951 </FontString>
952  
953 </Layer>
954 </Layers>
955 </Frame>
956 <Frame name="MultiCastSetTemplate" virtual="true" id="1">
957 <Size>
958 <AbsDimension x="384" y="48"/>
959 </Size>
960 <Frames>
961 <CheckButton name="$parent1" inherits="BuffAhoyButtonTemplate" id ="37">
962 <Anchors>
963 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
964 <Offset>
965 <AbsDimension x="80" y="-10" />
966 </Offset>
967 </Anchor>
968 </Anchors>
969 </CheckButton>
970 <CheckButton name="$parent2" inherits="BuffAhoyButtonTemplate" id ="38">
971 <Anchors>
972 <Anchor point="LEFT" relativeTo="$parent1" relativePoint="RIGHT">
973 <Offset>
974 <AbsDimension x="8" y="0" />
975 </Offset>
976 </Anchor>
977 </Anchors>
978 </CheckButton>
979 <CheckButton name="$parent3" inherits="BuffAhoyButtonTemplate" id ="39">
980 <Anchors>
981 <Anchor point="LEFT" relativeTo="$parent2" relativePoint="RIGHT">
982 <Offset>
983 <AbsDimension x="8" y="0" />
984 </Offset>
985 </Anchor>
986 </Anchors>
987 </CheckButton>
988 <CheckButton name="$parent4" inherits="BuffAhoyButtonTemplate" id ="40">
989 <Anchors>
990 <Anchor point="LEFT" relativeTo="$parent3" relativePoint="RIGHT">
991 <Offset>
992 <AbsDimension x="8" y="0" />
993 </Offset>
994 </Anchor>
995 </Anchors>
996 </CheckButton>
997 <CheckButton name="$parent5" inherits="BuffAhoyButtonTemplate" id ="41">
998 <Anchors>
999 <Anchor point="LEFT" relativeTo="$parent4" relativePoint="RIGHT">
1000 <Offset>
1001 <AbsDimension x="8" y="0" />
1002 </Offset>
1003 </Anchor>
1004 </Anchors>
1005 </CheckButton>
1006  
1007 <CheckButton name="$parent6" inherits="BuffAhoyButtonTemplate" id="42" >
1008 <Anchors>
1009 <Anchor point="LEFT" relativeTo="$parent5" relativePoint="RIGHT">
1010 <Offset>
1011 <AbsDimension x="8" y="0" />
1012 </Offset>
1013 </Anchor>
1014 </Anchors>
1015 </CheckButton>
1016 <CheckButton name="MultiSC" inherits="BuffAhoyOptionsButtonTemplate" id="43">
1017 <Anchors>
1018 <Anchor point="LEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1019 <Offset>
1020 <AbsDimension x="160" y="30" />
1021 </Offset>
1022 </Anchor>
1023 </Anchors>
1024 </CheckButton>
1025  
1026 </Frames>
1027 <!-- Layers -->
1028 <Layers>
1029 <Layer level="ARTWORK">
1030 <!-- Portrait Texture -->
1031 <Texture name="$parentPortrait">
1032 <Size>
1033 <AbsDimension x="32" y="32"/>
1034 </Size>
1035 <Anchors>
1036 <Anchor point="CENTER" relativePoint="LEFT">
1037 <Offset>
1038 <AbsDimension x="48" y="10"/>
1039 </Offset>
1040 </Anchor>
1041 </Anchors>
1042 </Texture>
1043  
1044 <!-- Text Labels -->
1045 <FontString name="$parentNameText" inherits="GameFontHighlight" text="MultiCast">
1046 <Size>
1047 <AbsDimension x="100" y="14"/>
1048 </Size>
1049 <Anchors>
1050 <Anchor point="CENTER" relativePoint="BOTTOMLEFT">
1051 <Offset>
1052 <AbsDimension x="60" y="47"/>
1053 </Offset>
1054 </Anchor>
1055 </Anchors>
1056 </FontString>
1057 <FontString name="$parentNameText" inherits="GameFontHighlight" text="Set 1">
1058 <Size>
1059 <AbsDimension x="100" y="14"/>
1060 </Size>
1061 <Anchors>
1062 <Anchor point="CENTER" relativePoint="BOTTOMLEFT">
1063 <Offset>
1064 <AbsDimension x="50" y="20"/>
1065 </Offset>
1066 </Anchor>
1067 </Anchors>
1068 </FontString>
1069 <FontString name="$parentPlayerText" inherits="GameFontHighlight" text="1">
1070 <Size>
1071 <AbsDimension x="100" y="14"/>
1072 </Size>
1073 <Anchors>
1074 <Anchor point="CENTER" relativePoint="TOP">
1075 <Offset>
1076 <AbsDimension x="-94" y="0"/>
1077 </Offset>
1078 </Anchor>
1079 </Anchors>
1080 </FontString>
1081 <FontString name="$parentParty1Text" inherits="GameFontHighlight" text="2">
1082 <Size>
1083 <AbsDimension x="100" y="14"/>
1084 </Size>
1085 <Anchors>
1086 <Anchor point="CENTER" relativeTo="$parentPlayerText" relativePoint="CENTER" >
1087 <Offset>
1088 <AbsDimension x="44" y="0"/>
1089 </Offset>
1090 </Anchor>
1091 </Anchors>
1092 </FontString>
1093 <FontString name="$parentParty2Text" inherits="GameFontHighlight" text="3">
1094 <Size>
1095 <AbsDimension x="100" y="14"/>
1096 </Size>
1097 <Anchors>
1098 <Anchor point="CENTER" relativeTo="$parentParty1Text" relativePoint="CENTER">
1099 <Offset>
1100 <AbsDimension x="44" y="0"/>
1101 </Offset>
1102 </Anchor>
1103 </Anchors>
1104 </FontString>
1105 <FontString name="$parentParty3Text" inherits="GameFontHighlight" text="4">
1106 <Size>
1107 <AbsDimension x="100" y="14"/>
1108 </Size>
1109 <Anchors>
1110 <Anchor point="CENTER" relativeTo="$parentParty2Text" relativePoint="CENTER">
1111 <Offset>
1112 <AbsDimension x="44" y="0"/>
1113 </Offset>
1114 </Anchor>
1115 </Anchors>
1116 </FontString>
1117 <FontString name="$parentParty4Text" inherits="GameFontHighlight" text="5">
1118 <Size>
1119 <AbsDimension x="100" y="14"/>
1120 </Size>
1121 <Anchors>
1122 <Anchor point="CENTER" relativeTo="$parentParty3Text" relativePoint="CENTER">
1123 <Offset>
1124 <AbsDimension x="44" y="0"/>
1125 </Offset>
1126 </Anchor>
1127 </Anchors>
1128 </FontString>
1129 <FontString name="$parentPetText" inherits="GameFontHighlight" text="6">
1130 <Size>
1131 <AbsDimension x="100" y="14"/>
1132 </Size>
1133 <Anchors>
1134 <Anchor point="CENTER" relativeTo="$parentParty4Text" relativePoint="CENTER">
1135 <Offset>
1136 <AbsDimension x="44" y="0"/>
1137 </Offset>
1138 </Anchor>
1139 </Anchors>
1140 </FontString>
1141 <FontString name="$parentMCText" inherits="GameFontHighlight" text="Verbose Multicasting">
1142 <Size>
1143 <AbsDimension x="200" y="14"/>
1144 </Size>
1145 <Anchors>
1146 <Anchor point="LEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1147 <Offset>
1148 <AbsDimension x="160" y="30"/>
1149 </Offset>
1150 </Anchor>
1151 </Anchors>
1152 </FontString>
1153 </Layer>
1154 </Layers>
1155 </Frame>
1156  
1157  
1158 <Frame name="BuffAhoySideTemplate" virtual="true" id="1">
1159 <Size>
1160 <AbsDimension x="384" y="48"/>
1161 </Size>
1162 <Frames>
1163 <CheckButton name="$parent1" inherits="BuffAhoyButtonTemplate" id ="43">
1164 <Anchors>
1165 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1166 <Offset>
1167 <AbsDimension x="80" y="-10" />
1168 </Offset>
1169 </Anchor>
1170 </Anchors>
1171 </CheckButton>
1172 <CheckButton name="$parent2" inherits="BuffAhoyButtonTemplate" id ="44">
1173 <Anchors>
1174 <Anchor point="LEFT" relativeTo="$parent1" relativePoint="RIGHT">
1175 <Offset>
1176 <AbsDimension x="8" y="0" />
1177 </Offset>
1178 </Anchor>
1179 </Anchors>
1180 </CheckButton>
1181 <CheckButton name="$parent3" inherits="BuffAhoyButtonTemplate" id ="45">
1182 <Anchors>
1183 <Anchor point="LEFT" relativeTo="$parent2" relativePoint="RIGHT">
1184 <Offset>
1185 <AbsDimension x="8" y="0" />
1186 </Offset>
1187 </Anchor>
1188 </Anchors>
1189 </CheckButton>
1190 <CheckButton name="$parent4" inherits="BuffAhoyButtonTemplate" id ="46">
1191 <Anchors>
1192 <Anchor point="LEFT" relativeTo="$parent3" relativePoint="RIGHT">
1193 <Offset>
1194 <AbsDimension x="8" y="0" />
1195 </Offset>
1196 </Anchor>
1197 </Anchors>
1198 </CheckButton>
1199 <CheckButton name="$parent5" inherits="BuffAhoyButtonTemplate" id ="47">
1200 <Anchors>
1201 <Anchor point="LEFT" relativeTo="$parent4" relativePoint="RIGHT">
1202 <Offset>
1203 <AbsDimension x="8" y="0" />
1204 </Offset>
1205 </Anchor>
1206 </Anchors>
1207 </CheckButton>
1208  
1209 <CheckButton name="$parent6" inherits="BuffAhoyButtonTemplate" id="48" >
1210 <Anchors>
1211 <Anchor point="LEFT" relativeTo="$parent5" relativePoint="RIGHT">
1212 <Offset>
1213 <AbsDimension x="8" y="0" />
1214 </Offset>
1215 </Anchor>
1216 </Anchors>
1217 </CheckButton>
1218  
1219 <CheckButton name="BuffCastVerbose" inherits="BuffAhoyVerboseButtonTemplate" id="70">
1220 <Anchors>
1221 <Anchor point="LEFT" relativeTo="$parent" relativePoint="BOTTOMLEFT">
1222 <Offset>
1223 <AbsDimension x="60" y="-15" />
1224 </Offset>
1225 </Anchor>
1226 </Anchors>
1227 </CheckButton>
1228 <CheckButton name="BuffCastQuiet" inherits="BuffAhoyVerboseButtonTemplate" id="71">
1229 <Anchors>
1230 <Anchor point="LEFT" relativeTo="$parent" relativePoint="BOTTOMLEFT">
1231 <Offset>
1232 <AbsDimension x="210" y="-15" />
1233 </Offset>
1234 </Anchor>
1235 </Anchors>
1236 </CheckButton>
1237 <!-- <CheckButton name="BuffCastAnnounce" inherits="BuffAhoyVerboseButtonTemplate" id="72">
1238 <Anchors>
1239 <Anchor point="LEFT" relativeTo="$parent" relativePoint="BOTTOMLEFT">
1240 <Offset>
1241 <AbsDimension x="150" y="-30" />
1242 </Offset>
1243 </Anchor>
1244 </Anchors>
1245 </CheckButton>
1246 -->
1247 </Frames>
1248 <!-- Layers -->
1249 <Layers>
1250 <Layer level="ARTWORK">
1251 <!-- Portrait Texture -->
1252 <Texture name="$parentPortrait">
1253 <Size>
1254 <AbsDimension x="32" y="32"/>
1255 </Size>
1256 <Anchors>
1257 <Anchor point="CENTER" relativePoint="LEFT">
1258 <Offset>
1259 <AbsDimension x="48" y="10"/>
1260 </Offset>
1261 </Anchor>
1262 </Anchors>
1263 </Texture>
1264  
1265 <!-- Text Labels -->
1266  
1267 <FontString name="$parentNameText" inherits="GameFontHighlight" text="Side">
1268 <Size>
1269 <AbsDimension x="100" y="14"/>
1270 </Size>
1271 <Anchors>
1272 <Anchor point="CENTER" relativePoint="BOTTOMLEFT">
1273 <Offset>
1274 <AbsDimension x="50" y="20"/>
1275 </Offset>
1276 </Anchor>
1277 </Anchors>
1278 </FontString>
1279 <FontString name="$parentNameVerboseText" inherits="GameFontHighlight" text="Verbose Buffing">
1280 <Size>
1281 <AbsDimension x="100" y="0"/>
1282 </Size>
1283 <Anchors>
1284 <Anchor point="LEFT" relativeTo="$parent" relativePoint="BOTTOMLEFT">
1285 <Offset>
1286 <AbsDimension x="90" y="-15"/>
1287 </Offset>
1288 </Anchor>
1289 </Anchors>
1290 </FontString>
1291 <FontString name="$parentNameQuietText" inherits="GameFontHighlight" text="Quiet Buffing">
1292 <Size>
1293 <AbsDimension x="100" y="0"/>
1294 </Size>
1295 <Anchors>
1296 <Anchor point="LEFT" relativeTo="$parent" relativePoint="BOTTOMLEFT">
1297 <Offset>
1298 <AbsDimension x="230" y="-15"/>
1299 </Offset>
1300 </Anchor>
1301 </Anchors>
1302 </FontString>
1303 <!-- <FontString name="$parentNameAnnounceText" inherits="GameFontHighlight" text="Announce Sequence">
1304 <Size>
1305 <AbsDimension x="100" y="0"/>
1306 </Size>
1307 <Anchors>
1308 <Anchor point="LEFT" relativeTo="$parent" relativePoint="BOTTOMLEFT">
1309 <Offset>
1310 <AbsDimension x="170" y="-30"/>
1311 </Offset>
1312 </Anchor>
1313 </Anchors>
1314 </FontString>
1315 -->
1316 </Layer>
1317 </Layers>
1318 </Frame>
1319  
1320 <Frame name="RaidCastSideTemplate" virtual="true" id="1">
1321 <Size>
1322 <AbsDimension x="384" y="48"/>
1323 </Size>
1324 <Frames>
1325 <CheckButton name="$parent1" inherits="BuffAhoyButtonTemplate" id ="43">
1326 <Anchors>
1327 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1328 <Offset>
1329 <AbsDimension x="80" y="-10" />
1330 </Offset>
1331 </Anchor>
1332 </Anchors>
1333 </CheckButton>
1334 <CheckButton name="$parent2" inherits="BuffAhoyButtonTemplate" id ="44">
1335 <Anchors>
1336 <Anchor point="LEFT" relativeTo="$parent1" relativePoint="RIGHT">
1337 <Offset>
1338 <AbsDimension x="18" y="0" />
1339 </Offset>
1340 </Anchor>
1341 </Anchors>
1342 </CheckButton>
1343 <CheckButton name="$parent3" inherits="BuffAhoyButtonTemplate" id ="45">
1344 <Anchors>
1345 <Anchor point="LEFT" relativeTo="$parent2" relativePoint="RIGHT">
1346 <Offset>
1347 <AbsDimension x="18" y="0" />
1348 </Offset>
1349 </Anchor>
1350 </Anchors>
1351 </CheckButton>
1352 <CheckButton name="$parent4" inherits="BuffAhoyButtonTemplate" id ="46">
1353 <Anchors>
1354 <Anchor point="LEFT" relativeTo="$parent3" relativePoint="RIGHT">
1355 <Offset>
1356 <AbsDimension x="18" y="0" />
1357 </Offset>
1358 </Anchor>
1359 </Anchors>
1360 </CheckButton>
1361 <!-- <CheckButton name="$parent5" inherits="BuffAhoyButtonTemplate" id ="47">
1362 <Anchors>
1363 <Anchor point="LEFT" relativeTo="$parent4" relativePoint="RIGHT">
1364 <Offset>
1365 <AbsDimension x="18" y="0" />
1366 </Offset>
1367 </Anchor>
1368 </Anchors>
1369 </CheckButton>
1370 -->
1371  
1372 <CheckButton name="BuffCastVerbose2" inherits="BuffAhoyVerboseButtonTemplate" id="70">
1373 <Anchors>
1374 <Anchor point="LEFT" relativeTo="$parent" relativePoint="BOTTOMLEFT">
1375 <Offset>
1376 <AbsDimension x="60" y="-15" />
1377 </Offset>
1378 </Anchor>
1379 </Anchors>
1380 </CheckButton>
1381 <CheckButton name="BuffCastQuiet2" inherits="BuffAhoyVerboseButtonTemplate" id="71">
1382 <Anchors>
1383 <Anchor point="LEFT" relativeTo="$parent" relativePoint="BOTTOMLEFT">
1384 <Offset>
1385 <AbsDimension x="210" y="-15" />
1386 </Offset>
1387 </Anchor>
1388 </Anchors>
1389 </CheckButton>
1390  
1391 </Frames>
1392 <!-- Layers -->
1393 <Layers>
1394 <Layer level="ARTWORK">
1395 <!-- Portrait Texture -->
1396 <Texture name="$parentPortrait">
1397 <Size>
1398 <AbsDimension x="32" y="32"/>
1399 </Size>
1400 <Anchors>
1401 <Anchor point="CENTER" relativePoint="LEFT">
1402 <Offset>
1403 <AbsDimension x="48" y="10"/>
1404 </Offset>
1405 </Anchor>
1406 </Anchors>
1407 </Texture>
1408  
1409 <!-- Text Labels -->
1410  
1411 <FontString name="$parentPlayerText" inherits="GameFontHighlight" text="Warlock">
1412 <Size>
1413 <AbsDimension x="100" y="14"/>
1414 </Size>
1415 <Anchors>
1416 <Anchor point="CENTER" relativePoint="TOP">
1417 <Offset>
1418 <AbsDimension x="-94" y="0"/>
1419 </Offset>
1420 </Anchor>
1421 </Anchors>
1422 </FontString>
1423 <FontString name="$parentParty1Text" inherits="GameFontHighlight" text="Rogue">
1424 <Size>
1425 <AbsDimension x="100" y="14"/>
1426 </Size>
1427 <Anchors>
1428 <Anchor point="CENTER" relativeTo="$parentPlayerText" relativePoint="CENTER" >
1429 <Offset>
1430 <AbsDimension x="54" y="0"/>
1431 </Offset>
1432 </Anchor>
1433 </Anchors>
1434 </FontString>
1435 <FontString name="$parentParty2Text" inherits="GameFontHighlight" text="Hunter">
1436 <Size>
1437 <AbsDimension x="100" y="14"/>
1438 </Size>
1439 <Anchors>
1440 <Anchor point="CENTER" relativeTo="$parentParty1Text" relativePoint="CENTER">
1441 <Offset>
1442 <AbsDimension x="54" y="0"/>
1443 </Offset>
1444 </Anchor>
1445 </Anchors>
1446 </FontString>
1447 <FontString name="$parentParty3Text" inherits="GameFontHighlight" text="Druid">
1448 <Size>
1449 <AbsDimension x="100" y="14"/>
1450 </Size>
1451 <Anchors>
1452 <Anchor point="CENTER" relativeTo="$parentParty2Text" relativePoint="CENTER">
1453 <Offset>
1454 <AbsDimension x="54" y="0"/>
1455 </Offset>
1456 </Anchor>
1457 </Anchors>
1458 </FontString>
1459 <FontString name="$parentNameVerboseText" inherits="GameFontHighlight" text="Verbose Buffing">
1460 <Size>
1461 <AbsDimension x="100" y="0"/>
1462 </Size>
1463 <Anchors>
1464 <Anchor point="LEFT" relativeTo="$parent" relativePoint="BOTTOMLEFT">
1465 <Offset>
1466 <AbsDimension x="90" y="-15"/>
1467 </Offset>
1468 </Anchor>
1469 </Anchors>
1470 </FontString>
1471 <FontString name="$parentNameQuietText" inherits="GameFontHighlight" text="Quiet Buffing">
1472 <Size>
1473 <AbsDimension x="100" y="0"/>
1474 </Size>
1475 <Anchors>
1476 <Anchor point="LEFT" relativeTo="$parent" relativePoint="BOTTOMLEFT">
1477 <Offset>
1478 <AbsDimension x="230" y="-15"/>
1479 </Offset>
1480 </Anchor>
1481 </Anchors>
1482 </FontString>
1483 </Layer>
1484 </Layers>
1485 </Frame>
1486 <Frame name="MultiCastSideTemplate" virtual="true" id="1">
1487 <Size>
1488 <AbsDimension x="384" y="48"/>
1489 </Size>
1490 <Frames>
1491 <CheckButton name="$parent1" inherits="BuffAhoyButtonTemplate" id ="43">
1492 <Anchors>
1493 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1494 <Offset>
1495 <AbsDimension x="80" y="-10" />
1496 </Offset>
1497 </Anchor>
1498 </Anchors>
1499 </CheckButton>
1500 <CheckButton name="$parent2" inherits="BuffAhoyButtonTemplate" id ="44">
1501 <Anchors>
1502 <Anchor point="LEFT" relativeTo="$parent1" relativePoint="RIGHT">
1503 <Offset>
1504 <AbsDimension x="8" y="0" />
1505 </Offset>
1506 </Anchor>
1507 </Anchors>
1508 </CheckButton>
1509 <CheckButton name="$parent3" inherits="BuffAhoyButtonTemplate" id ="45">
1510 <Anchors>
1511 <Anchor point="LEFT" relativeTo="$parent2" relativePoint="RIGHT">
1512 <Offset>
1513 <AbsDimension x="8" y="0" />
1514 </Offset>
1515 </Anchor>
1516 </Anchors>
1517 </CheckButton>
1518 <CheckButton name="$parent4" inherits="BuffAhoyButtonTemplate" id ="46">
1519 <Anchors>
1520 <Anchor point="LEFT" relativeTo="$parent3" relativePoint="RIGHT">
1521 <Offset>
1522 <AbsDimension x="8" y="0" />
1523 </Offset>
1524 </Anchor>
1525 </Anchors>
1526 </CheckButton>
1527 <CheckButton name="$parent5" inherits="BuffAhoyButtonTemplate" id ="47">
1528 <Anchors>
1529 <Anchor point="LEFT" relativeTo="$parent4" relativePoint="RIGHT">
1530 <Offset>
1531 <AbsDimension x="8" y="0" />
1532 </Offset>
1533 </Anchor>
1534 </Anchors>
1535 </CheckButton>
1536  
1537 <CheckButton name="$parent6" inherits="BuffAhoyButtonTemplate" id="48" >
1538 <Anchors>
1539 <Anchor point="LEFT" relativeTo="$parent5" relativePoint="RIGHT">
1540 <Offset>
1541 <AbsDimension x="8" y="0" />
1542 </Offset>
1543 </Anchor>
1544 </Anchors>
1545 </CheckButton>
1546  
1547 </Frames>
1548 <!-- Layers -->
1549 <Layers>
1550 <Layer level="ARTWORK">
1551 <!-- Portrait Texture -->
1552 <Texture name="$parentPortrait">
1553 <Size>
1554 <AbsDimension x="32" y="32"/>
1555 </Size>
1556 <Anchors>
1557 <Anchor point="CENTER" relativePoint="LEFT">
1558 <Offset>
1559 <AbsDimension x="48" y="10"/>
1560 </Offset>
1561 </Anchor>
1562 </Anchors>
1563 </Texture>
1564  
1565 <!-- Text Labels -->
1566  
1567 <FontString name="$parentNameText" inherits="GameFontHighlight" text="Set 2">
1568 <Size>
1569 <AbsDimension x="100" y="14"/>
1570 </Size>
1571 <Anchors>
1572 <Anchor point="CENTER" relativePoint="BOTTOMLEFT">
1573 <Offset>
1574 <AbsDimension x="50" y="20"/>
1575 </Offset>
1576 </Anchor>
1577 </Anchors>
1578 </FontString>
1579  
1580  
1581 </Layer>
1582 </Layers>
1583 </Frame>
1584 <Frame name="BuffAhoySinglesTemplate" virtual="true" id="1">
1585 <Size>
1586 <AbsDimension x="384" y="48"/>
1587 </Size>
1588 <Frames>
1589 <CheckButton name="$parent1" inherits="BuffAhoyButtonTemplate" id ="37">
1590 <Anchors>
1591 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1592 <Offset>
1593 <AbsDimension x="135" y="0" />
1594 </Offset>
1595 </Anchor>
1596 </Anchors>
1597 </CheckButton>
1598 <CheckButton name="$parent2" inherits="BuffAhoyButtonTemplate" id ="38">
1599 <Anchors>
1600 <Anchor point="LEFT" relativeTo="$parent1" relativePoint="RIGHT">
1601 <Offset>
1602 <AbsDimension x="50" y="0" />
1603 </Offset>
1604 </Anchor>
1605 </Anchors>
1606 </CheckButton>
1607  
1608 </Frames>
1609 <!-- Layers -->
1610 <Layers>
1611 <Layer level="ARTWORK">
1612 <!-- Portrait Texture -->
1613 <Texture name="$parentPortrait">
1614 <Size>
1615 <AbsDimension x="32" y="32"/>
1616 </Size>
1617 <Anchors>
1618 <Anchor point="CENTER" relativePoint="LEFT">
1619 <Offset>
1620 <AbsDimension x="48" y="10"/>
1621 </Offset>
1622 </Anchor>
1623 </Anchors>
1624 </Texture>
1625  
1626 <!-- Text Labels -->
1627 <FontString name="$parentHelpText" inherits="GameFontHighlight" text="Placeholder">
1628 <Size>
1629 <AbsDimension x="300" y="80"/>
1630 </Size>
1631 <Anchors>
1632 <Anchor point="CENTER" relativePoint="BOTTOMLEFT">
1633 <Offset>
1634 <AbsDimension x="180" y="85"/>
1635 </Offset>
1636 </Anchor>
1637 </Anchors>
1638 </FontString>
1639 <FontString name="$parentSeq3Text" inherits="GameFontHighlight" text="Seq. 2">
1640 <Size>
1641 <AbsDimension x="150" y="14"/>
1642 </Size>
1643 <Anchors>
1644 <Anchor point="CENTER" relativePoint="TOP">
1645 <Offset>
1646 <AbsDimension x="-40" y="10"/>
1647 </Offset>
1648 </Anchor>
1649 </Anchors>
1650 </FontString>
1651 <FontString name="$parentSeq4Text" inherits="GameFontHighlight" text="Seq. 3">
1652 <Size>
1653 <AbsDimension x="150" y="14"/>
1654 </Size>
1655 <Anchors>
1656 <Anchor point="CENTER" relativePoint="TOP">
1657 <Offset>
1658 <AbsDimension x="45" y="10"/>
1659 </Offset>
1660 </Anchor>
1661 </Anchors>
1662 </FontString>
1663  
1664 </Layer>
1665 </Layers>
1666 </Frame>
1667  
1668 <Frame name="BuffAhoyHealTemplate" virtual="true" id="1">
1669 <Size>
1670 <AbsDimension x="384" y="48"/>
1671 </Size>
1672 <Frames>
1673 <CheckButton name="$parent1" inherits="BuffAhoyButtonTemplate" id ="46">
1674 <Anchors>
1675 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1676 <Offset>
1677 <AbsDimension x="50" y="-15" />
1678 </Offset>
1679 </Anchor>
1680 </Anchors>
1681 </CheckButton>
1682 <CheckButton name="$parentVerbose" inherits="BuffAhoyVerboseButtonTemplate" >
1683 <Anchors>
1684 <Anchor point="LEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1685 <Offset>
1686 <AbsDimension x="100" y="-40" />
1687 </Offset>
1688 </Anchor>
1689 </Anchors>
1690 </CheckButton>
1691 <CheckButton name="$parentSC" inherits="BuffAhoyCheckButtonTemplate" >
1692 <Anchors>
1693 <Anchor point="LEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1694 <Offset>
1695 <AbsDimension x="160" y="-40" />
1696 </Offset>
1697 </Anchor>
1698 </Anchors>
1699 </CheckButton>
1700  
1701  
1702 </Frames>
1703 <!-- Layers -->
1704 <Layers>
1705 <Layer level="ARTWORK">
1706 <!-- Portrait Texture -->
1707 <Texture name="$parentPortrait">
1708 <Size>
1709 <AbsDimension x="32" y="32"/>
1710 </Size>
1711 <Anchors>
1712 <Anchor point="CENTER" relativePoint="LEFT">
1713 <Offset>
1714 <AbsDimension x="48" y="10"/>
1715 </Offset>
1716 </Anchor>
1717 </Anchors>
1718 </Texture>
1719  
1720 <!-- Text Labels -->
1721  
1722 <FontString name="$parentNameText" inherits="GameFontHighlight" text="Heal">
1723 <Size>
1724 <AbsDimension x="60" y="14"/>
1725 </Size>
1726 <Anchors>
1727 <Anchor point="CENTER" relativePoint="TOPLEFT">
1728 <Offset>
1729 <AbsDimension x="70" y="-3"/>
1730 </Offset>
1731 </Anchor>
1732 </Anchors>
1733 </FontString>
1734 <FontString name="$parentNameVerboseText" inherits="GameFontHighlight" text="Verbose">
1735 <Size>
1736 <AbsDimension x="190" y="0"/>
1737 </Size>
1738 <Anchors>
1739 <Anchor point="LEFT" relativePoint="TOPLEFT">
1740 <Offset>
1741 <AbsDimension x="20" y="-20"/>
1742 </Offset>
1743 </Anchor>
1744 </Anchors>
1745 </FontString>
1746 <FontString name="$parentNameSCText" inherits="GameFontHighlight" text="SelfCast">
1747 <Size>
1748 <AbsDimension x="190" y="0"/>
1749 </Size>
1750 <Anchors>
1751 <Anchor point="LEFT" relativePoint="TOPLEFT">
1752 <Offset>
1753 <AbsDimension x="80" y="-20"/>
1754 </Offset>
1755 </Anchor>
1756 </Anchors>
1757 </FontString>
1758 </Layer>
1759 </Layers>
1760 </Frame>
1761  
1762 <Frame name="BuffAhoySCTemplate" virtual="true" id="1">
1763 <Size>
1764 <AbsDimension x="384" y="48"/>
1765 </Size>
1766 <Frames>
1767 <CheckButton name="$parent1" inherits="BuffAhoyButtonTemplate" id ="46">
1768 <Anchors>
1769 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1770 <Offset>
1771 <AbsDimension x="50" y="-15" />
1772 </Offset>
1773 </Anchor>
1774 </Anchors>
1775 </CheckButton>
1776 <CheckButton name="$parentVerbose" inherits="BuffAhoyVerboseButtonTemplate" >
1777 <Anchors>
1778 <Anchor point="LEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1779 <Offset>
1780 <AbsDimension x="100" y="-40" />
1781 </Offset>
1782 </Anchor>
1783 </Anchors>
1784 </CheckButton>
1785 <CheckButton name="$parentSC" inherits="BuffAhoyCheckButtonTemplate" >
1786 <Anchors>
1787 <Anchor point="LEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1788 <Offset>
1789 <AbsDimension x="160" y="-40" />
1790 </Offset>
1791 </Anchor>
1792 </Anchors>
1793 </CheckButton>
1794  
1795  
1796 </Frames>
1797 <!-- Layers -->
1798 <Layers>
1799 <Layer level="ARTWORK">
1800 <!-- Portrait Texture -->
1801 <Texture name="$parentPortrait">
1802 <Size>
1803 <AbsDimension x="32" y="32"/>
1804 </Size>
1805 <Anchors>
1806 <Anchor point="CENTER" relativePoint="LEFT">
1807 <Offset>
1808 <AbsDimension x="48" y="10"/>
1809 </Offset>
1810 </Anchor>
1811 </Anchors>
1812 </Texture>
1813  
1814 <!-- Text Labels -->
1815  
1816 <FontString name="$parentNameText" inherits="GameFontHighlight" text="Heal">
1817 <Size>
1818 <AbsDimension x="80" y="14"/>
1819 </Size>
1820 <Anchors>
1821 <Anchor point="CENTER" relativePoint="TOPLEFT">
1822 <Offset>
1823 <AbsDimension x="80" y="-3"/>
1824 </Offset>
1825 </Anchor>
1826 </Anchors>
1827 </FontString>
1828 <FontString name="$parentNameVerboseText" inherits="GameFontHighlight" text="Verbose">
1829 <Size>
1830 <AbsDimension x="190" y="0"/>
1831 </Size>
1832 <Anchors>
1833 <Anchor point="LEFT" relativePoint="TOPLEFT">
1834 <Offset>
1835 <AbsDimension x="20" y="-20"/>
1836 </Offset>
1837 </Anchor>
1838 </Anchors>
1839 </FontString>
1840 <FontString name="$parentNameSCText" inherits="GameFontHighlight" text="SelfCast">
1841 <Size>
1842 <AbsDimension x="190" y="0"/>
1843 </Size>
1844 <Anchors>
1845 <Anchor point="LEFT" relativePoint="TOPLEFT">
1846 <Offset>
1847 <AbsDimension x="80" y="-20"/>
1848 </Offset>
1849 </Anchor>
1850 </Anchors>
1851 </FontString>
1852 </Layer>
1853 </Layers>
1854 </Frame>
1855  
1856 <Frame name="BuffAhoyGroupTemplate" virtual="true" id="1">
1857 <Size>
1858 <AbsDimension x="384" y="48"/>
1859 </Size>
1860 <Frames>
1861 <CheckButton name="GroupOne" inherits="BuffAhoyOptionsButtonTemplate" id="81">
1862 <Anchors>
1863 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
1864 <Offset>
1865 <AbsDimension x="55" y="-110" />
1866 </Offset>
1867 </Anchor>
1868 </Anchors>
1869 </CheckButton>
1870 <CheckButton name="GroupThree" inherits="BuffAhoyOptionsButtonTemplate" id="83">
1871 <Anchors>
1872 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
1873 <Offset>
1874 <AbsDimension x="55" y="-140" />
1875 </Offset>
1876 </Anchor>
1877 </Anchors>
1878 </CheckButton>
1879 <CheckButton name="GroupFive" inherits="BuffAhoyOptionsButtonTemplate" id="85">
1880 <Anchors>
1881 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
1882 <Offset>
1883 <AbsDimension x="55" y="-170" />
1884 </Offset>
1885 </Anchor>
1886 </Anchors>
1887 </CheckButton>
1888 <CheckButton name="GroupSeven" inherits="BuffAhoyOptionsButtonTemplate" id="87">
1889 <Anchors>
1890 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
1891 <Offset>
1892 <AbsDimension x="55" y="-200" />
1893 </Offset>
1894 </Anchor>
1895 </Anchors>
1896 </CheckButton>
1897 <CheckButton name="GroupTwo" inherits="BuffAhoyOptionsButtonTemplate" id="82">
1898 <Anchors>
1899 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
1900 <Offset>
1901 <AbsDimension x="160" y="-110" />
1902 </Offset>
1903 </Anchor>
1904 </Anchors>
1905 </CheckButton>
1906 <CheckButton name="GroupFour" inherits="BuffAhoyOptionsButtonTemplate" id="84">
1907 <Anchors>
1908 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
1909 <Offset>
1910 <AbsDimension x="160" y="-140" />
1911 </Offset>
1912 </Anchor>
1913 </Anchors>
1914 </CheckButton>
1915 <CheckButton name="GroupSix" inherits="BuffAhoyOptionsButtonTemplate" id="86">
1916 <Anchors>
1917 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
1918 <Offset>
1919 <AbsDimension x="160" y="-170" />
1920 </Offset>
1921 </Anchor>
1922 </Anchors>
1923 </CheckButton>
1924 <CheckButton name="GroupEight" inherits="BuffAhoyOptionsButtonTemplate" id="88">
1925 <Anchors>
1926 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
1927 <Offset>
1928 <AbsDimension x="160" y="-200" />
1929 </Offset>
1930 </Anchor>
1931 </Anchors>
1932 </CheckButton>
1933  
1934  
1935 </Frames>
1936 <!-- Layers -->
1937 <Layers>
1938 <Layer level="ARTWORK">
1939 <!-- Portrait Texture -->
1940 <Texture name="$parentPortrait">
1941 <Size>
1942 <AbsDimension x="32" y="32"/>
1943 </Size>
1944 <Anchors>
1945 <Anchor point="CENTER" relativePoint="LEFT">
1946 <Offset>
1947 <AbsDimension x="48" y="10"/>
1948 </Offset>
1949 </Anchor>
1950 </Anchors>
1951 </Texture>
1952  
1953 <!-- Text Labels -->
1954  
1955 <Fontstring name="$parentHelpText" inherits="GameFontHighlight" text="Empty">
1956 <Size>
1957 <AbsDimension x="280" y="65"/>
1958 </Size>
1959 <Anchors>
1960 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
1961 <Offset>
1962 <AbsDimension x="50" y="-50"/>
1963 </Offset>
1964 </Anchor>
1965 </Anchors>
1966 </Fontstring>
1967 <FontString name="$parent1Text" inherits="GameFontHighlight" text="Group 1">
1968 <Size>
1969 <AbsDimension x="220" y="0"/>
1970 </Size>
1971 <Anchors>
1972 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
1973 <Offset>
1974 <AbsDimension x="10" y="-110"/>
1975 </Offset>
1976 </Anchor>
1977 </Anchors>
1978 </FontString>
1979 <FontString name="$parent3Text" inherits="GameFontHighlight" text="Group 3">
1980 <Size>
1981 <AbsDimension x="220" y="-30"/>
1982 </Size>
1983 <Anchors>
1984 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
1985 <Offset>
1986 <AbsDimension x="10" y="-140"/>
1987 </Offset>
1988 </Anchor>
1989 </Anchors>
1990 </FontString>
1991 <FontString name="$parent5Text" inherits="GameFontHighlight" text="Group 5">
1992 <Size>
1993 <AbsDimension x="220" y="-60"/>
1994 </Size>
1995 <Anchors>
1996 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
1997 <Offset>
1998 <AbsDimension x="10" y="-170"/>
1999 </Offset>
2000 </Anchor>
2001 </Anchors>
2002 </FontString>
2003 <FontString name="$parent7Text" inherits="GameFontHighlight" text="Group 7">
2004 <Size>
2005 <AbsDimension x="220" y="-90"/>
2006 </Size>
2007 <Anchors>
2008 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
2009 <Offset>
2010 <AbsDimension x="10" y="-200"/>
2011 </Offset>
2012 </Anchor>
2013 </Anchors>
2014 </FontString>
2015 <FontString name="$parent2Text" inherits="GameFontHighlight" text="Group 2">
2016 <Size>
2017 <AbsDimension x="220" y="0"/>
2018 </Size>
2019 <Anchors>
2020 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
2021 <Offset>
2022 <AbsDimension x="110" y="-110"/>
2023 </Offset>
2024 </Anchor>
2025 </Anchors>
2026 </FontString>
2027 <FontString name="$parent4Text" inherits="GameFontHighlight" text="Group 4">
2028 <Size>
2029 <AbsDimension x="220" y="0"/>
2030 </Size>
2031 <Anchors>
2032 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
2033 <Offset>
2034 <AbsDimension x="110" y="-140"/>
2035 </Offset>
2036 </Anchor>
2037 </Anchors>
2038 </FontString>
2039 <FontString name="$parent6Text" inherits="GameFontHighlight" text="Group 6">
2040 <Size>
2041 <AbsDimension x="220" y="0"/>
2042 </Size>
2043 <Anchors>
2044 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
2045 <Offset>
2046 <AbsDimension x="110" y="-170"/>
2047 </Offset>
2048 </Anchor>
2049 </Anchors>
2050 </FontString>
2051 <FontString name="$parent8Text" inherits="GameFontHighlight" text="Group 8">
2052 <Size>
2053 <AbsDimension x="220" y="0"/>
2054 </Size>
2055 <Anchors>
2056 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
2057 <Offset>
2058 <AbsDimension x="110" y="-200"/>
2059 </Offset>
2060 </Anchor>
2061 </Anchors>
2062 </FontString>
2063 </Layer>
2064 </Layers>
2065 </Frame>
2066  
2067 <!-- Real Frames -->
2068  
2069 <Frame name="BuffAhoyFrame" parent="UIParent" hidden="true" enableMouse="true" movable="true">
2070 <Size>
2071 <AbsDimension x="384" y="512"/>
2072 </Size>
2073 <Anchors>
2074 <Anchor point="TOPLEFT">
2075 <Offset>
2076 <AbsDimension x="400" y="-104"/>
2077 </Offset>
2078 </Anchor>
2079 </Anchors>
2080 <HitRectInsets>
2081 <AbsInset left="0" right="35" top="0" bottom="75"/>
2082 </HitRectInsets>
2083 <Layers>
2084 <Layer level="BACKGROUND">
2085 <Texture name="$parentMainIcon" file="Interface\QuestFrame\UI-QuestLog-BookIcon">
2086 <Size>
2087 <AbsDimension x="64" y="64"/>
2088 </Size>
2089 <Anchors>
2090 <Anchor point="TOPLEFT">
2091 <Offset>
2092 <AbsDimension x="4" y="-4"/>
2093 </Offset>
2094 </Anchor>
2095 </Anchors>
2096 </Texture>
2097 </Layer>
2098 <Layer level="ARTWORK">
2099 <Texture name="$parentTopLeft" file="Interface\ClassTrainerFrame\UI-ClassTrainer-TopLeft">
2100 <Size>
2101 <AbsDimension x="256" y="256"/>
2102 </Size>
2103 <Anchors>
2104 <Anchor point="TOPLEFT"/>
2105 </Anchors>
2106 </Texture>
2107 <Texture name="$parentTopRight" file="Interface\ClassTrainerFrame\UI-ClassTrainer-TopRight">
2108 <Size>
2109 <AbsDimension x="128" y="256"/>
2110 </Size>
2111 <Anchors>
2112 <Anchor point="TOPRIGHT"/>
2113 </Anchors>
2114 </Texture>
2115 <Texture name="$parentBotLeft" file="Interface\ClassTrainerFrame\UI-ClassTrainer-BotLeft">
2116 <Size>
2117 <AbsDimension x="256" y="256"/>
2118 </Size>
2119 <Anchors>
2120 <Anchor point="BOTTOMLEFT"/>
2121 </Anchors>
2122 </Texture>
2123 <Texture name="$parentBotRight" file="Interface\ClassTrainerFrame\UI-ClassTrainer-BotRight">
2124 <Size>
2125 <AbsDimension x="128" y="256"/>
2126 </Size>
2127 <Anchors>
2128 <Anchor point="BOTTOMRIGHT"/>
2129 </Anchors>
2130 </Texture>
2131 <FontString name="$parentTitleText" inherits="GameFontHighlight" text="BuffAhoy Config">
2132 <Size>
2133 <AbsDimension x="300" y="14"/>
2134 </Size>
2135 <Anchors>
2136 <Anchor point="TOP" relativePoint="TOP">
2137 <Offset>
2138 <AbsDimension x="0" y="-16"/>
2139 </Offset>
2140 </Anchor>
2141 </Anchors>
2142 </FontString>
2143 <FontString name="BuffAhoyFrameHelpText" inherits="CombatLogFont">
2144 <Size>
2145 <AbsDimension x="260" y="50"/>
2146 </Size>
2147 <Anchors>
2148 <Anchor point="TOP" relativePoint="TOP">
2149 <Offset>
2150 <AbsDimension x="20" y="-40"/>
2151 </Offset>
2152 </Anchor>
2153 </Anchors>
2154 <Color r="0.6" g="0.6" b="0.8"/>
2155 </FontString>
2156 </Layer>
2157 </Layers>
2158 <Frames>
2159 <Button name="$parentCloseButton" inherits="UIPanelCloseButton">
2160 <Anchors>
2161 <Anchor point="TOPRIGHT" relativeTo="$parent" relativePoint="TOPRIGHT">
2162 <Offset>
2163 <AbsDimension x="-30" y="-8"/>
2164 </Offset>
2165 </Anchor>
2166 </Anchors>
2167 </Button>
2168 <Button name="$parentExitButton" inherits="UIPanelButtonTemplate" text="Exit">
2169 <Size>
2170 <AbsDimension x="77" y="21"/>
2171 </Size>
2172 <Anchors>
2173 <Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT">
2174 <Offset>
2175 <AbsDimension x="-43" y="81"/>
2176 </Offset>
2177 </Anchor>
2178 </Anchors>
2179 <Scripts>
2180 <OnClick>
2181 HideUIPanel(this:GetParent());
2182 </OnClick>
2183 </Scripts>
2184 </Button>
2185 <Frame name="$parentVersion">
2186 <Size>
2187 <AbsDimension x="70" y="22"/>
2188 </Size>
2189 <Anchors>
2190 <Anchor point="CENTER" relativeTo="$parent" relativePoint="TOPLEFT">
2191 <Offset>
2192 <AbsDimension x="63" y="-420"/>
2193 </Offset>
2194 </Anchor>
2195 </Anchors>
2196 <Layers>
2197 <Layer level="BACKGROUND">
2198 <FontString name="$parentLabel" inherits="GameFontNormalSmall" justifyH="LEFT"/>
2199 <FontString name="$parentText" inherits="GameFontHighlightSmall" justifyH="RIGHT"/>
2200 </Layer>
2201 </Layers>
2202 </Frame>
2203  
2204  
2205 <Frame name="BuffAhoyOptions" inherits="BuffAhoyOptionsTemplate">
2206 <Anchors>
2207 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2208 <Offset>
2209 <AbsDimension x="0" y="-50"/>
2210 </Offset>
2211 </Anchor>
2212 </Anchors>
2213 <Scripts>
2214 <OnLoad>
2215 this:SetID("10");
2216 </OnLoad>
2217 </Scripts>
2218  
2219  
2220 </Frame>
2221  
2222 <Frame name="BuffAhoyOptionsFrame" inherits="BuffAhoyOptionsFrameTemplate">
2223 <Anchors>
2224 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2225 <Offset>
2226 <AbsDimension x="0" y="-130"/>
2227 </Offset>
2228 </Anchor>
2229 </Anchors>
2230 <Scripts>
2231 <OnLoad>
2232 this:SetID("10");
2233 </OnLoad>
2234 </Scripts>
2235  
2236 </Frame>
2237 <Frame name="BuffAhoyGroupFrame" inherits="BuffAhoyGroupTemplate">
2238 <Anchors>
2239 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2240 <Offset>
2241 <AbsDimension x="0" y="-130"/>
2242 </Offset>
2243 </Anchor>
2244 </Anchors>
2245 <Scripts>
2246 <OnLoad>
2247 this:SetID("80");
2248 BuffAhoyGroupFrameHelpText:SetText(BUFFAHOY_GROUP_HELP)
2249 </OnLoad>
2250 </Scripts>
2251  
2252 </Frame>
2253  
2254 <Frame name="BuffAhoySetOne" inherits="BuffAhoySetTemplate">
2255 <Anchors>
2256 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2257 <Offset>
2258 <AbsDimension x="-5" y="-180"/>
2259 </Offset>
2260 </Anchor>
2261 </Anchors>
2262 <Scripts>
2263 <OnLoad>
2264 this:SetID("1");
2265 BuffAhoySetOne1:SetID(BCS1[1]);
2266 BuffAhoySetOne2:SetID(BCS1[2]);
2267 BuffAhoySetOne3:SetID(BCS1[3]);
2268 BuffAhoySetOne4:SetID(BCS1[4]);
2269 BuffAhoySetOne5:SetID(BCS1[5]);
2270 BuffAhoySetOne6:SetID(BCS1[6]);
2271 </OnLoad>
2272 </Scripts>
2273 </Frame>
2274  
2275 <Frame name="BuffAhoySetTwo" inherits="BuffAhoySideTemplate">
2276 <Anchors>
2277 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2278 <Offset>
2279 <AbsDimension x="-5" y="-235"/>
2280 </Offset>
2281 </Anchor>
2282 </Anchors>
2283 <Scripts>
2284 <OnLoad>
2285 this:SetID("2");
2286 BuffAhoySetTwo1:SetID(BCS2[1]);
2287 BuffAhoySetTwo2:SetID(BCS2[2]);
2288 BuffAhoySetTwo3:SetID(BCS2[3]);
2289 BuffAhoySetTwo4:SetID(BCS2[4]);
2290 BuffAhoySetTwo5:SetID(BCS2[5]);
2291 BuffAhoySetTwo6:SetID(BCS2[6]);
2292 BuffCastVerbose:SetID("70");
2293 BuffCastQuiet:SetID("71");
2294  
2295 </OnLoad>
2296 </Scripts>
2297 </Frame>
2298  
2299 <Frame name="RaidSetOne" inherits="RaidCastSetTemplate">
2300 <Anchors>
2301 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2302 <Offset>
2303 <AbsDimension x="-5" y="-180"/>
2304 </Offset>
2305 </Anchor>
2306 </Anchors>
2307 <Scripts>
2308 <OnLoad>
2309 this:SetID("1");
2310 RaidSetOne1:SetID(RCPalSha);
2311 RaidSetOnePlayerText:SetText(PalShaVar);
2312 RaidSetOne2:SetID(RCWarrior);
2313 RaidSetOne3:SetID(RCMage);
2314 RaidSetOne4:SetID(RCPriest);
2315 RaidSetOne5:SetID(RCPet1);
2316  
2317 </OnLoad>
2318 </Scripts>
2319 </Frame>
2320 <Frame name="RaidSetTwo" inherits="RaidCastSideTemplate">
2321 <Anchors>
2322 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2323 <Offset>
2324 <AbsDimension x="-5" y="-235"/>
2325 </Offset>
2326 </Anchor>
2327 </Anchors>
2328 <Scripts>
2329 <OnLoad>
2330 this:SetID("2");
2331 RaidSetTwo1:SetID(RCWarlock);
2332 RaidSetTwo2:SetID(RCRogue);
2333 RaidSetTwo3:SetID(RCHunter);
2334 RaidSetTwo4:SetID(RCDruid);
2335 BuffCastVerbose2:SetID("70");
2336 BuffCastQuiet2:SetID("71");
2337  
2338 </OnLoad>
2339 </Scripts>
2340 </Frame>
2341  
2342 <Frame name="BuffAhoySetThreeFour" inherits="BuffAhoySinglesTemplate">
2343 <Anchors>
2344 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2345 <Offset>
2346 <AbsDimension x="-5" y="-365"/>
2347 </Offset>
2348 </Anchor>
2349 </Anchors>
2350 <Scripts>
2351 <OnLoad>
2352 this:SetID("3");
2353 BuffAhoySetThreeFour1:SetID(BCS3);
2354 BuffAhoySetThreeFour2:SetID(BCS4);
2355 </OnLoad>
2356 </Scripts>
2357 </Frame>
2358  
2359 <Frame name="RaidSetThreeFour" inherits="BuffAhoySinglesTemplate">
2360 <Anchors>
2361 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2362 <Offset>
2363 <AbsDimension x="-5" y="-365"/>
2364 </Offset>
2365 </Anchor>
2366 </Anchors>
2367 <Scripts>
2368 <OnLoad>
2369 this:SetID("4");
2370 RaidSetThreeFour1:SetID(RCS2);
2371 RaidSetThreeFour2:SetID(RCS3);
2372 RaidSetThreeFourSeq3Text:SetText("Seq. 2")
2373 RaidSetThreeFourSeq4Text:SetText("Seq. 3")
2374 </OnLoad>
2375 </Scripts>
2376 </Frame>
2377  
2378 <Button name="$parentResetButton" inherits="UIPanelButtonTemplate" text="Reset">
2379 <Size>
2380 <AbsDimension x="77" y="21"/>
2381 </Size>
2382 <Anchors>
2383 <Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT">
2384 <Offset>
2385 <AbsDimension x="-124" y="81"/>
2386 </Offset>
2387 </Anchor>
2388 </Anchors>
2389 <Scripts>
2390 <OnClick>
2391 BuffAhoy_Reset();
2392 BuffAhoy_OnShow();
2393 </OnClick>
2394 </Scripts>
2395 </Button>
2396 <Frame name="BuffAhoyHealOne" inherits="BuffAhoyHealTemplate">
2397 <Anchors>
2398 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2399 <Offset>
2400 <AbsDimension x="-20" y="-185"/>
2401 </Offset>
2402 </Anchor>
2403 </Anchors>
2404 <Scripts>
2405 <OnLoad>
2406 BuffAhoyHealOneVerbose:SetID("11");
2407 BuffAhoyHealOne1:SetID(HZR1)
2408 BuffAhoyHealOneNameText:SetText("Heal 1")
2409 BuffAhoyHealOneSC:SetID("11")
2410  
2411 </OnLoad>
2412 </Scripts>
2413 </Frame>
2414 <Frame name="BuffAhoyHealTwo" inherits="BuffAhoyHealTemplate">
2415 <Anchors>
2416 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2417 <Offset>
2418 <AbsDimension x="140" y="-185"/>
2419 </Offset>
2420 </Anchor>
2421 </Anchors>
2422 <Scripts>
2423 <OnLoad>
2424 BuffAhoyHealTwoVerbose:SetID("12");
2425 BuffAhoyHealTwo1:SetID(HZR2);
2426 BuffAhoyHealTwoNameText:SetText("Heal 2")
2427 BuffAhoyHealTwoSC:SetID("12")
2428 </OnLoad>
2429 </Scripts>
2430 </Frame>
2431 <Frame name="BuffAhoyHealThree" inherits="BuffAhoyHealTemplate">
2432 <Anchors>
2433 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2434 <Offset>
2435 <AbsDimension x="-20" y="-245"/>
2436 </Offset>
2437 </Anchor>
2438 </Anchors>
2439 <Scripts>
2440 <OnLoad>
2441 BuffAhoyHealThreeVerbose:SetID("13");
2442 BuffAhoyHealThreeNameText:SetText("Heal 3")
2443 BuffAhoyHealThree1:SetID(HZR3);
2444 BuffAhoyHealThreeSC:SetID("13")
2445 </OnLoad>
2446 </Scripts>
2447 </Frame>
2448  
2449 <Frame name="BuffAhoyProtect" inherits="BuffAhoyHealTemplate">
2450 <Anchors>
2451 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2452 <Offset>
2453 <AbsDimension x="140" y="-245"/>
2454 </Offset>
2455 </Anchor>
2456 </Anchors>
2457 <Scripts>
2458 <OnLoad>
2459 BuffAhoyProtectVerbose:SetID("14");
2460 BuffAhoyProtectNameText:SetText("Protect")
2461 BuffAhoyProtect1:SetID(PZR1);
2462 BuffAhoyProtectSC:SetID("14")
2463 </OnLoad>
2464 </Scripts>
2465 </Frame>
2466 <Frame name="BuffAhoyCleanseOne" inherits="BuffAhoyHealTemplate">
2467 <Anchors>
2468 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2469 <Offset>
2470 <AbsDimension x="-20" y="-305"/>
2471 </Offset>
2472 </Anchor>
2473 </Anchors>
2474 <Scripts>
2475 <OnLoad>
2476 BuffAhoyCleanseOneVerbose:SetID("15");
2477 BuffAhoyCleanseOneNameText:SetText("Cleanse 1")
2478 BuffAhoyCleanseOne1:SetID(CZR1);
2479 BuffAhoyCleanseOneSC:SetID("15")
2480 </OnLoad>
2481 </Scripts>
2482 </Frame>
2483 <Frame name="BuffAhoyCleanseTwo" inherits="BuffAhoyHealTemplate">
2484 <Anchors>
2485 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2486 <Offset>
2487 <AbsDimension x="140" y="-305"/>
2488 </Offset>
2489 </Anchor>
2490 </Anchors>
2491 <Scripts>
2492 <OnLoad>
2493 BuffAhoyCleanseTwoVerbose:SetID("16");
2494 BuffAhoyCleanseTwoNameText:SetText("Cleanse 2")
2495 BuffAhoyCleanseTwo1:SetID(CZR2);
2496 BuffAhoyCleanseTwoSC:SetID("16")
2497 </OnLoad>
2498 </Scripts>
2499 </Frame>
2500  
2501  
2502 <Frame name="MultiCastSetOne" inherits="MultiCastSetTemplate">
2503 <Anchors>
2504 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2505 <Offset>
2506 <AbsDimension x="-5" y="-180"/>
2507 </Offset>
2508 </Anchor>
2509 </Anchors>
2510 <Scripts>
2511 <OnLoad>
2512 this:SetID("11");
2513 MultiCastSetOne1:SetID(MCS1[1]);
2514 MultiCastSetOne2:SetID(MCS1[2]);
2515 MultiCastSetOne3:SetID(MCS1[3]);
2516 MultiCastSetOne4:SetID(MCS1[4]);
2517 MultiCastSetOne5:SetID(MCS1[5]);
2518 MultiCastSetOne6:SetID(MCS1[6]);
2519 </OnLoad>
2520 </Scripts>
2521 </Frame>
2522  
2523  
2524 <Frame name="MultiCastSetTwo" inherits="MultiCastSideTemplate">
2525 <Anchors>
2526 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2527 <Offset>
2528 <AbsDimension x="-5" y="-225"/>
2529 </Offset>
2530 </Anchor>
2531 </Anchors>
2532 <Scripts>
2533 <OnLoad>
2534 this:SetID("12");
2535 MultiCastSetTwo1:SetID(MCS2[1]);
2536 MultiCastSetTwo2:SetID(MCS2[2]);
2537 MultiCastSetTwo3:SetID(MCS2[3]);
2538 MultiCastSetTwo4:SetID(MCS2[4]);
2539 MultiCastSetTwo5:SetID(MCS2[5]);
2540 MultiCastSetTwo6:SetID(MCS2[6]);
2541 </OnLoad>
2542 </Scripts>
2543 </Frame>
2544  
2545 <Frame name="ShoutCastOne" inherits="BuffAhoySCTemplate">
2546 <Anchors>
2547 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2548 <Offset>
2549 <AbsDimension x="-20" y="-284"/>
2550 </Offset>
2551 </Anchor>
2552 </Anchors>
2553 <Scripts>
2554 <OnLoad>
2555 ShoutCastOneVerbose:SetID("21");
2556 ShoutCastOne1:SetID(SCT1)
2557 ShoutCastOneNameText:SetText("Shoutcast 1")
2558 ShoutCastOneSC:SetID("21")
2559 </OnLoad>
2560 </Scripts>
2561 </Frame>
2562 <Frame name="ShoutCastTwo" inherits="BuffAhoySCTemplate">
2563 <Anchors>
2564 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2565 <Offset>
2566 <AbsDimension x="140" y="-284"/>
2567 </Offset>
2568 </Anchor>
2569 </Anchors>
2570 <Scripts>
2571 <OnLoad>
2572 ShoutCastTwoVerbose:SetID("22");
2573 ShoutCastTwo1:SetID(SCT2);
2574 ShoutCastTwoNameText:SetText("Shoutcast 2")
2575 ShoutCastTwoSC:SetID("22")
2576 </OnLoad>
2577 </Scripts>
2578 </Frame>
2579  
2580 <Frame name="ShoutCastThree" inherits="BuffAhoySCTemplate">
2581 <Anchors>
2582 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2583 <Offset>
2584 <AbsDimension x="-20" y="-345"/>
2585 </Offset>
2586 </Anchor>
2587 </Anchors>
2588 <Scripts>
2589 <OnLoad>
2590 ShoutCastThreeVerbose:SetID("23");
2591 ShoutCastThreeNameText:SetText("Shoutcast 3")
2592 ShoutCastThree1:SetID(SCT3);
2593 ShoutCastThreeSC:SetID("23")
2594 </OnLoad>
2595 </Scripts>
2596 </Frame>
2597 <Frame name="ShoutCastFour" inherits="BuffAhoySCTemplate">
2598 <Anchors>
2599 <Anchor point="TOP" relativeTo="BuffAhoyFrame" relativePoint="TOP">
2600 <Offset>
2601 <AbsDimension x="140" y="-345"/>
2602 </Offset>
2603 </Anchor>
2604 </Anchors>
2605 <Scripts>
2606 <OnLoad>
2607 ShoutCastFourVerbose:SetID("24");
2608 ShoutCastFourNameText:SetText("Shoutcast 4")
2609 ShoutCastFour1:SetID(SCT4);
2610 ShoutCastFourSC:SetID("24")
2611 </OnLoad>
2612 </Scripts>
2613 </Frame>
2614 </Frames>
2615  
2616 <Scripts>
2617 <OnLoad>
2618 getglobal(this:GetName().."VersionLabel"):SetText("Version ");
2619 getglobal(this:GetName().."VersionText"):SetText(BA_VERSION);
2620 BuffAhoy_OnLoad();
2621 </OnLoad>
2622 <OnEvent>
2623 BuffAhoy_OnEvent(event);
2624 </OnEvent>
2625 <OnShow>
2626 BuffAhoy_OnShow();
2627 </OnShow>
2628 <OnDragStart>
2629 BuffAhoyFrame:StartMoving();
2630 </OnDragStart>
2631 <OnDragStop>
2632 BuffAhoyFrame:StopMovingOrSizing();
2633 </OnDragStop>
2634 <OnMouseUp>
2635 BuffAhoyFrame:StopMovingOrSizing();
2636 </OnMouseUp>
2637  
2638  
2639 </Scripts>
2640  
2641 </Frame>
2642  
2643 <Frame name="PPTFrame" frameStrata="LOW" toplevel="false" enableMouse="true" movable="true" parent="UIParent" hidden="false">
2644 <Size>
2645 <AbsDimension x="120" y="34"/>
2646 </Size>
2647 <Anchors>
2648 <Anchor point="BOTTOMLEFT">
2649 <Offset>
2650 <AbsDimension x="400" y="600"/>
2651 </Offset>
2652 </Anchor>
2653 </Anchors>
2654 <Frames>
2655  
2656  
2657 <Frame name="PPTBackdropFrame" parent="PPTFrame">
2658 <Size>
2659 <AbsDimension x="120" y="34"/>
2660 </Size>
2661 <Anchors>
2662 <Anchor point="TOPLEFT">
2663 <Offset>
2664 <AbsDimension x="0" y="0"/>
2665 </Offset>
2666 </Anchor>
2667 </Anchors>
2668 <Backdrop name="PPTBackground"
2669 bgFile="Interface\DialogFrame\UI-DialogBox-Background"
2670 edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
2671 <TileSize>
2672 <AbsValue val="12"/>
2673 </TileSize>
2674 <EdgeSize>
2675 <AbsValue val="12"/>
2676 </EdgeSize>
2677 <BackgroundInsets>
2678 <AbsInset left="2" right="2" top="2" bottom="2"/>
2679 </BackgroundInsets>
2680 </Backdrop>
2681 <Layers>
2682 <Layer level="ARTWORK">
2683 <FontString name="PPTText" inherits="GameFontNormal" text="PartyTarget" justifyH="LEFT" toplevel="true">
2684 <Size>
2685 <AbsDimension x="110" y="10"/>
2686 </Size>
2687 <Anchors>
2688 <Anchor point="TOPLEFT">
2689 <Offset>
2690 <AbsDimension x="5" y="-11"/>
2691 </Offset>
2692 </Anchor>
2693 </Anchors>
2694 </FontString>
2695 <!-- <FontString name="Time1" inherits="GameFontNormal" text="" justifyH="LEFT" toplevel="true">
2696 <Size>
2697 <AbsDimension x="110" y="34"/>
2698 </Size>
2699 <Anchors>
2700 <Anchor point="TOPLEFT">
2701 <Offset>
2702 <AbsDimension x="10" y="-5"/>
2703 </Offset>
2704 </Anchor>
2705 </Anchors>
2706 </FontString>
2707 -->
2708 </Layer>
2709 </Layers>
2710 </Frame>
2711 <Button name="PPTCloseButton" inherits="UIPanelCloseButton">
2712 <Anchors>
2713 <Anchor point="TOPRIGHT" relativeTo="PPTFrame" relativePoint="TOPRIGHT">
2714 <Offset>
2715 <AbsDimension x="1" y="0"/>
2716 </Offset>
2717 </Anchor>
2718 </Anchors>
2719 <Scripts>
2720 <OnClick>
2721 PPT_CloseButton();
2722 </OnClick>
2723 </Scripts>
2724 </Button>
2725 </Frames>
2726  
2727 <Scripts>
2728 <OnLoad>
2729 PPTFrame_OnLoad();
2730 </OnLoad>
2731 <OnUpdate>
2732 PPTFrame_OnUpdate(arg1);
2733 </OnUpdate>
2734 <OnMouseDown>
2735 PPTFrame_OnMouseDown(arg1);
2736 </OnMouseDown>
2737 <OnMouseUp>
2738 PPTFrame_OnMouseUp(arg1);
2739 </OnMouseUp>
2740 </Scripts>
2741 </Frame>
2742  
2743 <GameTooltip name="BA_Tooltip" inherits="GameTooltipTemplate">
2744 <Scripts>
2745 <OnLoad>
2746 this:SetOwner(BuffAhoyFrame, "ANCHOR_NONE");
2747 </OnLoad>
2748 </Scripts>
2749 </GameTooltip>
2750  
2751 </Ui>