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/ ..\FrameXML\UI.xsd">
2 <Script file="HA_conf.lua"/>
3  
4 <!-- ******************* Templates ******************* -->
5 <Frame name="HA_SliderTemplate" virtual="true">
6 <Size>
7 <AbsDimension x="336" y="38" />
8 </Size>
9 <Frames>
10 <Slider name="$parentSlider" enableMouse="true" defaultValue="0" valueStep="1" orientation="HORIZONTAL">
11 <Size>
12 <AbsDimension x="128" y="17" />
13 </Size>
14 <Anchors>
15 <Anchor point="LEFT" />
16 <Anchor point="RIGHT" />
17 </Anchors>
18 <Backdrop bgFile="Interface\Buttons\UI-SliderBar-Background" edgeFile="Interface\Buttons\UI-SliderBar-Border" tile="true">
19 <BackgroundInsets>
20 <AbsInset left="3" right="3" top="6" bottom="6" />
21 </BackgroundInsets>
22 <TileSize>
23 <AbsValue val="8" />
24 </TileSize>
25 <EdgeSize>
26 <AbsValue val="8" />
27 </EdgeSize>
28 </Backdrop>
29 <Layers>
30 <Layer>
31 <FontString name="$parentTitle" font="Fonts\FRIZQT__.TTF">
32 <Anchors>
33 <Anchor point="BOTTOM" relativePoint="TOP" />
34 </Anchors>
35 <FontHeight>
36 <AbsValue val="10" />
37 </FontHeight>
38 <Color r="1" g="0.8196079" b="0" />
39 <Shadow>
40 <Color r="0" g="0" b="0" />
41 <Offset>
42 <AbsDimension x="1" y="-1" />
43 </Offset>
44 </Shadow>
45 </FontString>
46 <FontString name="$parentLow" font="Fonts\FRIZQT__.TTF">
47 <Anchors>
48 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT">
49 <Offset>
50 <AbsDimension x="0" y="2" />
51 </Offset>
52 </Anchor>
53 </Anchors>
54 <FontHeight>
55 <AbsValue val="10" />
56 </FontHeight>
57 <Color r="1" g="1" b="1" />
58 <Shadow>
59 <Color r="0" g="0" b="0" />
60 <Offset>
61 <AbsDimension x="1" y="-1" />
62 </Offset>
63 </Shadow>
64 </FontString>
65 <FontString name="$parentHigh" font="Fonts\FRIZQT__.TTF">
66 <Anchors>
67 <Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT">
68 <Offset>
69 <AbsDimension x="0" y="2" />
70 </Offset>
71 </Anchor>
72 </Anchors>
73 <FontHeight>
74 <AbsValue val="10" />
75 </FontHeight>
76 <Color r="1" g="1" b="1" />
77 <Shadow>
78 <Color r="0" g="0" b="0" />
79 <Offset>
80 <AbsDimension x="1" y="-1" />
81 </Offset>
82 </Shadow>
83 </FontString>
84 </Layer>
85 </Layers>
86 <ThumbTexture name="$parentThumb" file="Interface\Buttons\UI-SliderBar-Button-Horizontal">
87 <Size>
88 <AbsDimension x="32" y="32" />
89 </Size>
90 </ThumbTexture>
91 <Scripts>
92 <OnValueChanged>HA_Config_SetNewSliderValue(this);</OnValueChanged>
93 </Scripts>
94 </Slider>
95 </Frames>
96 </Frame>
97  
98 <CheckButton name="HA_Checkbutton32Template" virtual="true">
99 <Size>
100 <AbsDimension x="32" y="32" />
101 </Size>
102 <Layers>
103 <Layer>
104 <FontString name="$parentText" font="Fonts\FRIZQT__.TTF">
105 <Anchors>
106 <Anchor point="LEFT" relativePoint="RIGHT">
107 <Offset>
108 <AbsDimension x="-2" y="2" />
109 </Offset>
110 </Anchor>
111 </Anchors>
112 <FontHeight>
113 <AbsValue val="10" />
114 </FontHeight>
115 <Color r="1" g="0.8196079" b="0" />
116 <Shadow>
117 <Color r="0" g="0" b="0" />
118 <Offset>
119 <AbsDimension x="1" y="-1" />
120 </Offset>
121 </Shadow>
122 </FontString>
123 </Layer>
124 </Layers>
125 <Scripts>
126 <OnClick>HA_Config_SetNewCheckState(this);</OnClick>
127 </Scripts>
128 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up" />
129 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down" />
130 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD" />
131 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check" />
132 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled" />
133 </CheckButton>
134  
135 <CheckButton name="HA_Checkbutton26Template" virtual="true">
136 <Size>
137 <AbsDimension x="26" y="26" />
138 </Size>
139 <Layers>
140 <Layer>
141 <FontString name="$parentText" font="Fonts\FRIZQT__.TTF">
142 <Anchors>
143 <Anchor point="LEFT" relativePoint="RIGHT">
144 <Offset>
145 <AbsDimension x="-2" y="1" />
146 </Offset>
147 </Anchor>
148 </Anchors>
149 <FontHeight>
150 <AbsValue val="10" />
151 </FontHeight>
152 <Color r="1" g="0.8196079" b="0" />
153 <Shadow>
154 <Color r="0" g="0" b="0" />
155 <Offset>
156 <AbsDimension x="1" y="-1" />
157 </Offset>
158 </Shadow>
159 </FontString>
160 </Layer>
161 </Layers>
162 <Scripts>
163 <OnClick>HA_Config_SetNewCheckState(this);</OnClick>
164 </Scripts>
165 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up" />
166 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down" />
167 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD" />
168 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check" />
169 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled" />
170 </CheckButton>
171  
172 <CheckButton name="HA_Checkbutton16Template" virtual="true">
173 <Size>
174 <AbsDimension x="16" y="16" />
175 </Size>
176 <Layers>
177 <Layer>
178 <FontString name="$parentText" font="Fonts\FRIZQT__.TTF">
179 <Anchors>
180 <Anchor point="LEFT" relativePoint="RIGHT">
181 <Offset>
182 <AbsDimension x="-2" y="0" />
183 </Offset>
184 </Anchor>
185 </Anchors>
186 <FontHeight>
187 <AbsValue val="10" />
188 </FontHeight>
189 <Color r="1" g="0.8196079" b="0" />
190 <Shadow>
191 <Color r="0" g="0" b="0" />
192 <Offset>
193 <AbsDimension x="1" y="-1" />
194 </Offset>
195 </Shadow>
196 </FontString>
197 </Layer>
198 </Layers>
199 <Scripts>
200 <OnClick>HA_Config_SetNewCheckState(this);</OnClick>
201 </Scripts>
202 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up" />
203 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down" />
204 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD" />
205 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check" />
206 <DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled" />
207 </CheckButton>
208  
209 <Button name="HA_PluginHeaderTemplate" virtual="true">
210 <Size>
211 <AbsDimension x="10" y="16"/>
212 </Size>
213 <Layers>
214 <Layer level="BACKGROUND">
215 <Texture name="$parentLeft" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
216 <Size>
217 <AbsDimension x="5" y="16"/>
218 </Size>
219 <Anchors>
220 <Anchor point="TOPLEFT"/>
221 </Anchors>
222 <TexCoords left="0" right="0.078125" top="0" bottom="0.75"/>
223 </Texture>
224 <Texture name="$parentMiddle" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
225 <Size>
226 <AbsDimension x="53" y="16"/>
227 </Size>
228 <Anchors>
229 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
230 </Anchors>
231 <TexCoords left="0.078125" right="0.90625" top="0" bottom="0.75"/>
232 </Texture>
233 <Texture name="$parentRight" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
234 <Size>
235 <AbsDimension x="4" y="16"/>
236 </Size>
237 <Anchors>
238 <Anchor point="LEFT" relativeTo="$parentMiddle" relativePoint="RIGHT"/>
239 </Anchors>
240 <TexCoords left="0.90625" right="0.96875" top="0" bottom="0.75"/>
241 </Texture>
242 </Layer>
243 </Layers>
244 <NormalText inherits="GameFontHighlightSmall">
245 <Anchors>
246 <Anchor point="LEFT">
247 <Offset>
248 <AbsDimension x="8" y="0"/>
249 </Offset>
250 </Anchor>
251 </Anchors>
252 </NormalText>
253 </Button>
254  
255 <Button name="HA_PluginItemTemplate" virtual="true">
256 <Size>
257 <AbsDimension x="320" y="16"/>
258 </Size>
259 <Layers>
260 <Layer level="BORDER">
261 <FontString name="$parentName" inherits="GameFontNormalSmall" justifyH="LEFT">
262 <Size>
263 <AbsDimension x="198" y="14"/>
264 </Size>
265 <Anchors>
266 <Anchor point="TOPLEFT">
267 <Offset>
268 <AbsDimension x="120" y="-1"/>
269 </Offset>
270 </Anchor>
271 </Anchors>
272 </FontString>
273 </Layer>
274 </Layers>
275 <Frames>
276 <CheckButton name="$parentAuto" inherits="HA_Checkbutton16Template">
277 <Anchors>
278 <Anchor point="TOPLEFT">
279 <Offset>
280 <AbsDimension x="22" y="0"/>
281 </Offset>
282 </Anchor>
283 </Anchors>
284 <Scripts>
285 <OnClick>
286 HA_Config_Plugins_OnClickAuto(this);
287 </OnClick>
288 </Scripts>
289 </CheckButton>
290 <CheckButton name="$parentLoad" inherits="HA_Checkbutton16Template">
291 <Anchors>
292 <Anchor point="TOPLEFT">
293 <Offset>
294 <AbsDimension x="82" y="0"/>
295 </Offset>
296 </Anchor>
297 </Anchors>
298 <Scripts>
299 <OnClick>
300 HA_Config_Plugins_OnClickLoad(this);
301 </OnClick>
302 </Scripts>
303 </CheckButton>
304 </Frames>
305 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD">
306 <Size>
307 <AbsDimension x="320" y="16"/>
308 </Size>
309 <Anchors>
310 <Anchor point="TOP">
311 <Offset>
312 <AbsDimension x="0" y="0"/>
313 </Offset>
314 </Anchor>
315 </Anchors>
316 </HighlightTexture>
317 <Scripts>
318 <OnClick>
319 HA_Config_Plugins_OnSelected(this);
320 </OnClick>
321 </Scripts>
322 </Button>
323  
324  
325 <Button name="HA_Config_SubMenuTemplate" virtual="true">
326 <Size>
327 <AbsDimension x="470" y="32"/>
328 </Size>
329 <Layers>
330 <Layer level="OVERLAY">
331 <FontString name="$parentText" inherits="GameFontNormal" justifyH="LEFT" justifyV="CENTER">
332 <Size>
333 <AbsDimension x="470" y="14"/>
334 </Size>
335 <Anchors>
336 <Anchor point="TOPLEFT">
337 <Offset>
338 <AbsDimension x="10" y="0"/>
339 </Offset>
340 </Anchor>
341 </Anchors>
342 </FontString>
343 </Layer>
344 </Layers>
345 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD">
346 <Size>
347 <AbsDimension x="470" y="32"/>
348 </Size>
349 <Anchors>
350 <Anchor point="TOP">
351 <Offset>
352 <AbsDimension x="0" y="0"/>
353 </Offset>
354 </Anchor>
355 </Anchors>
356 </HighlightTexture>
357 <Scripts>
358 <OnLoad>
359 this:RegisterForClicks("LeftButtonDown");
360 </OnLoad>
361 </Scripts>
362 </Button>
363  
364  
365 <Button name="HA_HelpTemplate" virtual="true" hidden="false">
366 <Size>
367 <AbsDimension x="18" y="16"/>
368 </Size>
369 <Layers>
370 <Layer level="OVERLAY">
371 <FontString name="$parentText" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="[?]">
372 <Anchors>
373 <Anchor point="RIGHT">
374 <Offset>
375 <AbsDimension x="0" y="0"/>
376 </Offset>
377 </Anchor>
378 </Anchors>
379 </FontString>
380 </Layer>
381 </Layers>
382 <Scripts>
383 <OnEnter>
384 getglobal(this:GetName() .. "Text"):SetTextColor(1, 0.82, 0);
385 HA_Help_SetTooltip();
386 GameTooltip:SetText(this.text, 1, 0.72, 0, nil);
387 </OnEnter>
388 <OnLeave>
389 getglobal(this:GetName() .. "Text"):SetTextColor(1, 1, 1);
390 GameTooltip:Hide();
391 </OnLeave>
392 <OnLoad>
393 this.text = "";
394 HA_Help_LoadText();
395 </OnLoad>
396 </Scripts>
397 </Button>
398  
399 <Frame name="HAMinimapFrame" parent="Minimap" frameStrata="MEDIUM" enableMouse="true" hidden="false">
400 <Frames>
401 <Button name="HAMinimapButton">
402 <Size>
403 <AbsDimension x="32" y="32"/>
404 </Size>
405 <Anchors>
406 <Anchor point="TOPLEFT" relativeTo="Minimap" relativePoint="RIGHT">
407 <Offset>
408 <AbsDimension x="-13" y="5"/>
409 </Offset>
410 </Anchor>
411 </Anchors>
412 <Scripts>
413 <OnLoad>
414 this.tooltip = HA_GUI_TOOLTIP_MINIMAP;
415 this:SetFrameLevel(5);
416 this:RegisterForClicks("LeftButtonDown", "RightButtonDown");
417 </OnLoad>
418 <OnClick>
419 if (arg1 == "LeftButton") then
420 HA_Toggle();
421 else
422 HA_ToggleDropDown();
423 end
424 </OnClick>
425 <OnEnter>
426 GameTooltip:SetOwner(this, "ANCHOR_LEFT");
427 GameTooltip:SetText(this.tooltip);
428 </OnEnter>
429 <OnLeave>
430 GameTooltip:Hide();
431 </OnLeave>
432 </Scripts>
433 <Layers>
434 <Layer level="ARTWORK">
435 <Texture name="$parentTexture" file="Interface\AddOns\HealersAssist\Images\ha" />
436 </Layer>
437 </Layers>
438 <HighlightTexture alphaMode="ADD" file="Interface\Minimap\UI-Minimap-ZoomButton-Highlight"/>
439 </Button>
440 <Frame name="HA_DropDown" inherits="UIDropDownMenuTemplate" hidden="true">
441 <Size>
442 <AbsDimension x="10" y="10"/>
443 </Size>
444 <Anchors>
445 <Anchor point="TOPLEFT" relativeTo="HAMinimapButton" relativePoint="TOPLEFT">
446 <Offset>
447 <AbsDimension x="0" y="0"/>
448 </Offset>
449 </Anchor>
450 </Anchors>
451 <Scripts>
452 <OnLoad>
453 HA_DropDown_OnLoad();
454 </OnLoad>
455 </Scripts>
456 </Frame>
457 </Frames>
458 </Frame>
459  
460  
461 <!-- ******************* Main Frame ******************* -->
462 <Frame name="HAConfFrame" frameStrata="MEDIUM" hidden="true" movable="true" enableMouse="true">
463 <Size>
464 <AbsDimension x="500" y="405" />
465 </Size>
466 <Anchors>
467 <Anchor point="CENTER" relativeTo="UIParent">
468 <Offset>
469 <AbsDimension x="0" y="0" />
470 </Offset>
471 </Anchor>
472 </Anchors>
473 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
474 <BackgroundInsets>
475 <AbsInset left="11" right="12" top="12" bottom="11" />
476 </BackgroundInsets>
477 <TileSize>
478 <AbsValue val="32" />
479 </TileSize>
480 <EdgeSize>
481 <AbsValue val="32" />
482 </EdgeSize>
483 </Backdrop>
484 <Layers>
485 <Layer>
486 <Texture name="$parentTitleBorder" file="Interface\DialogFrame\UI-DialogBox-Header">
487 <Size>
488 <AbsDimension x="160" y="32" />
489 </Size>
490 <Anchors>
491 <Anchor point="TOP">
492 <Offset>
493 <AbsDimension x="0" y="5" />
494 </Offset>
495 </Anchor>
496 </Anchors>
497 <TexCoords left="0.2" right="0.8" top="0" bottom="0.6" />
498 </Texture>
499 <FontString name="$parentTitleString" font="Fonts\FRIZQT__.TTF" text="HA_GUI_TITLE">
500 <Size>
501 <AbsDimension x="140" y="0" />
502 </Size>
503 <Anchors>
504 <Anchor point="TOP">
505 <Offset>
506 <AbsDimension x="0" y="-4" />
507 </Offset>
508 </Anchor>
509 </Anchors>
510 <FontHeight>
511 <AbsValue val="12" />
512 </FontHeight>
513 <Color r="1" g="0.8196079" b="0" />
514 <Shadow>
515 <Color r="0" g="0" b="0" />
516 <Offset>
517 <AbsDimension x="1" y="-1" />
518 </Offset>
519 </Shadow>
520 </FontString>
521 </Layer>
522 </Layers>
523 <Frames>
524 <!-- ******************* Main menu ******************* -->
525 <Frame name="$parentMainMenuFrame" hidden="true">
526 <Size>
527 <AbsDimension x="470" y="340" />
528 </Size>
529 <Anchors>
530 <Anchor point="TOPLEFT">
531 <Offset>
532 <AbsDimension x="15" y="-30"/>
533 </Offset>
534 </Anchor>
535 </Anchors>
536 <Frames>
537 <Button name="$parentGeneral" inherits="HA_Config_SubMenuTemplate">
538 <Anchors>
539 <Anchor point="TOPLEFT">
540 <Offset>
541 <AbsDimension x="0" y="-150"/>
542 </Offset>
543 </Anchor>
544 </Anchors>
545 <Scripts>
546 <OnLoad>
547 getglobal(this:GetName().."Text"):SetText(HA_GUI_MAIN_MENU_GENERAL);
548 </OnLoad>
549 <OnClick>
550 HAConfFrameMainMenuFrame:Hide();
551 HAConfFrameGeneralMenuFrame:Show();
552 </OnClick>
553 </Scripts>
554 </Button>
555 <Button name="$parentHealers" inherits="HA_Config_SubMenuTemplate">
556 <Anchors>
557 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentGeneral">
558 <Offset>
559 <AbsDimension x="0" y="-5"/>
560 </Offset>
561 </Anchor>
562 </Anchors>
563 <Scripts>
564 <OnLoad>
565 getglobal(this:GetName().."Text"):SetText(HA_GUI_MAIN_MENU_HEALERS);
566 </OnLoad>
567 <OnClick>
568 HAConfFrameMainMenuFrame:Hide();
569 HAConfFrameHealersMenuFrame:Show();
570 </OnClick>
571 </Scripts>
572 </Button>
573 <Button name="$parentEmergency" inherits="HA_Config_SubMenuTemplate">
574 <Anchors>
575 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentHealers">
576 <Offset>
577 <AbsDimension x="0" y="-5"/>
578 </Offset>
579 </Anchor>
580 </Anchors>
581 <Scripts>
582 <OnLoad>
583 getglobal(this:GetName().."Text"):SetText(HA_GUI_MAIN_MENU_EMERGENCY);
584 </OnLoad>
585 <OnClick>
586 HAConfFrameMainMenuFrame:Hide();
587 HAConfFrameEmergencyMenuFrame:Show();
588 </OnClick>
589 </Scripts>
590 </Button>
591 <Button name="$parentPlugins" inherits="HA_Config_SubMenuTemplate">
592 <Anchors>
593 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentEmergency">
594 <Offset>
595 <AbsDimension x="0" y="-5"/>
596 </Offset>
597 </Anchor>
598 </Anchors>
599 <Scripts>
600 <OnLoad>
601 getglobal(this:GetName().."Text"):SetText(HA_GUI_MAIN_MENU_PLUGINS);
602 </OnLoad>
603 <OnClick>
604 HAConfFrameMainMenuFrame:Hide();
605 HAConfFramePluginsMenuFrame:Show();
606 </OnClick>
607 </Scripts>
608 </Button>
609 </Frames>
610 </Frame>
611 <!-- ******************* General menu ******************* -->
612 <Frame name="$parentGeneralMenuFrame" hidden="true">
613 <Size>
614 <AbsDimension x="470" y="340" />
615 </Size>
616 <Anchors>
617 <Anchor point="TOPLEFT">
618 <Offset>
619 <AbsDimension x="15" y="-30"/>
620 </Offset>
621 </Anchor>
622 </Anchors>
623 <Frames>
624 <Frame name="HAConfFrameSlider1" inherits="HA_SliderTemplate" id="1">
625 <Size>
626 <AbsDimension x="336" y="38" />
627 </Size>
628 <Anchors>
629 <Anchor point="CENTER" relativePoint="TOP">
630 <Offset>
631 <AbsDimension x="0" y="-30" />
632 </Offset>
633 </Anchor>
634 </Anchors>
635 </Frame>
636 <Frame name="HAConfFrameSlider6" inherits="HA_SliderTemplate" id="6">
637 <Size>
638 <AbsDimension x="336" y="38" />
639 </Size>
640 <Anchors>
641 <Anchor point="CENTER" relativeTo="HAConfFrameSlider1" relativePoint="CENTER">
642 <Offset>
643 <AbsDimension x="0" y="-32" />
644 </Offset>
645 </Anchor>
646 </Anchors>
647 </Frame>
648 <Frame name="HAConfFrameSlider7" inherits="HA_SliderTemplate" id="7">
649 <Size>
650 <AbsDimension x="336" y="38" />
651 </Size>
652 <Anchors>
653 <Anchor point="CENTER" relativeTo="HAConfFrameSlider6" relativePoint="CENTER">
654 <Offset>
655 <AbsDimension x="0" y="-32" />
656 </Offset>
657 </Anchor>
658 </Anchors>
659 </Frame>
660 <Frame name="HAConfFrameSlider9" inherits="HA_SliderTemplate" id="9">
661 <Size>
662 <AbsDimension x="336" y="38" />
663 </Size>
664 <Anchors>
665 <Anchor point="CENTER" relativeTo="HAConfFrameSlider7" relativePoint="CENTER">
666 <Offset>
667 <AbsDimension x="0" y="-32" />
668 </Offset>
669 </Anchor>
670 </Anchors>
671 </Frame>
672 <Frame name="HAConfFrameSlider8" inherits="HA_SliderTemplate" id="8">
673 <Size>
674 <AbsDimension x="336" y="38" />
675 </Size>
676 <Anchors>
677 <Anchor point="CENTER" relativeTo="HAConfFrameSlider9" relativePoint="CENTER">
678 <Offset>
679 <AbsDimension x="0" y="-32" />
680 </Offset>
681 </Anchor>
682 </Anchors>
683 </Frame>
684 <CheckButton name="HAConfFrameCheckButton1" inherits="HA_Checkbutton32Template" id="1">
685 <Anchors>
686 <Anchor point="TOPLEFT" relativeTo="HAConfFrameSlider8" relativePoint="BOTTOMLEFT">
687 <Offset>
688 <AbsDimension x="0" y="0" />
689 </Offset>
690 </Anchor>
691 </Anchors>
692 </CheckButton>
693 <CheckButton name="HAConfFrameCheckButton3" inherits="HA_Checkbutton32Template" id="3">
694 <Anchors>
695 <Anchor point="TOPLEFT" relativeTo="HAConfFrameCheckButton1" relativePoint="BOTTOMLEFT">
696 <Offset>
697 <AbsDimension x="0" y="5" />
698 </Offset>
699 </Anchor>
700 </Anchors>
701 </CheckButton>
702 </Frames>
703 <Scripts>
704 <OnShow>
705 getglobal("HAConfFrameBack").submenu = this:GetName();
706 HAConfFrameBack:Show();
707 HA_Config_General_OnShow();
708 </OnShow>
709 </Scripts>
710 </Frame>
711 <!-- ******************* Healers menu ******************* -->
712 <Frame name="$parentHealersMenuFrame" hidden="true">
713 <Size>
714 <AbsDimension x="470" y="340" />
715 </Size>
716 <Anchors>
717 <Anchor point="TOPLEFT">
718 <Offset>
719 <AbsDimension x="15" y="-30"/>
720 </Offset>
721 </Anchor>
722 </Anchors>
723 <Frames>
724 <Frame name="$parentLabel7">
725 <Size>
726 <AbsDimension x="303" y="20" />
727 </Size>
728 <Anchors>
729 <Anchor point="TOPLEFT">
730 <Offset>
731 <AbsDimension x="73" y="0" />
732 </Offset>
733 </Anchor>
734 </Anchors>
735 <Layers>
736 <Layer>
737 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="HA_GUI_EMERGOPT_CLASSES_TITLE" justifyH="LEFT">
738 <Anchors>
739 <Anchor point="TOPLEFT" />
740 <Anchor point="BOTTOMRIGHT" />
741 </Anchors>
742 <FontHeight>
743 <AbsValue val="12" />
744 </FontHeight>
745 <Color r="1" g="0.8196079" b="0" />
746 <Shadow>
747 <Color r="0" g="0" b="0" />
748 <Offset>
749 <AbsDimension x="1" y="-1" />
750 </Offset>
751 </Shadow>
752 </FontString>
753 </Layer>
754 </Layers>
755 </Frame>
756 <Frame name="$parentClasses">
757 <Size>
758 <AbsDimension x="319" y="38" />
759 </Size>
760 <Anchors>
761 <Anchor point="TOPLEFT">
762 <Offset>
763 <AbsDimension x="65" y="-16" />
764 </Offset>
765 </Anchor>
766 </Anchors>
767 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
768 <BackgroundInsets>
769 <AbsInset left="5" right="5" top="5" bottom="5" />
770 </BackgroundInsets>
771 <TileSize>
772 <AbsValue val="16" />
773 </TileSize>
774 <EdgeSize>
775 <AbsValue val="16" />
776 </EdgeSize>
777 </Backdrop>
778 <Frames>
779 <CheckButton name="HAConfFrameCheckButton21" inherits="HA_Checkbutton26Template" id="21">
780 <Anchors>
781 <Anchor point="TOPLEFT">
782 <Offset>
783 <AbsDimension x="28" y="-7" />
784 </Offset>
785 </Anchor>
786 </Anchors>
787 </CheckButton>
788 <CheckButton name="HAConfFrameCheckButton22" inherits="HA_Checkbutton26Template" id="22">
789 <Anchors>
790 <Anchor point="TOPLEFT">
791 <Offset>
792 <AbsDimension x="120" y="-7" />
793 </Offset>
794 </Anchor>
795 </Anchors>
796 </CheckButton>
797 <CheckButton name="HAConfFrameCheckButton23" inherits="HA_Checkbutton26Template" id="23">
798 <Anchors>
799 <Anchor point="TOPLEFT">
800 <Offset>
801 <AbsDimension x="205" y="-7" />
802 </Offset>
803 </Anchor>
804 </Anchors>
805 </CheckButton>
806 </Frames>
807 </Frame>
808 <Frame name="HAConfFrameSlider2" inherits="HA_SliderTemplate" id="2">
809 <Size>
810 <AbsDimension x="336" y="38" />
811 </Size>
812 <Anchors>
813 <Anchor point="CENTER" relativeTo="$parentClasses" relativePoint="CENTER">
814 <Offset>
815 <AbsDimension x="0" y="-40" />
816 </Offset>
817 </Anchor>
818 </Anchors>
819 </Frame>
820 <Frame name="HAConfFrameSlider4" inherits="HA_SliderTemplate" id="4">
821 <Size>
822 <AbsDimension x="336" y="38" />
823 </Size>
824 <Anchors>
825 <Anchor point="CENTER" relativeTo="HAConfFrameSlider2" relativePoint="CENTER">
826 <Offset>
827 <AbsDimension x="0" y="-30" />
828 </Offset>
829 </Anchor>
830 </Anchors>
831 </Frame>
832 <CheckButton name="HAConfFrameCheckButton25" inherits="HA_Checkbutton32Template" id="25">
833 <Anchors>
834 <Anchor point="TOPLEFT" relativeTo="HAConfFrameSlider4" relativePoint="BOTTOMLEFT">
835 <Offset>
836 <AbsDimension x="0" y="4" />
837 </Offset>
838 </Anchor>
839 </Anchors>
840 </CheckButton>
841 <CheckButton name="HAConfFrameCheckButton26" inherits="HA_Checkbutton32Template" id="26">
842 <Anchors>
843 <Anchor point="TOPLEFT" relativeTo="HAConfFrameCheckButton25" relativePoint="BOTTOMLEFT">
844 <Offset>
845 <AbsDimension x="0" y="5" />
846 </Offset>
847 </Anchor>
848 </Anchors>
849 </CheckButton>
850 <CheckButton name="HAConfFrameCheckButton27" inherits="HA_Checkbutton32Template" id="27">
851 <Anchors>
852 <Anchor point="TOPLEFT" relativeTo="HAConfFrameCheckButton26" relativePoint="BOTTOMLEFT">
853 <Offset>
854 <AbsDimension x="0" y="5" />
855 </Offset>
856 </Anchor>
857 </Anchors>
858 </CheckButton>
859 <CheckButton name="HAConfFrameCheckButton28" inherits="HA_Checkbutton32Template" id="28">
860 <Anchors>
861 <Anchor point="TOPLEFT" relativeTo="HAConfFrameCheckButton27" relativePoint="BOTTOMLEFT">
862 <Offset>
863 <AbsDimension x="0" y="5" />
864 </Offset>
865 </Anchor>
866 </Anchors>
867 </CheckButton>
868 <Frame name="$parentAllowSpells">
869 <Size>
870 <AbsDimension x="470" y="100" />
871 </Size>
872 <Anchors>
873 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT">
874 <Offset>
875 <AbsDimension x="0" y="0" />
876 </Offset>
877 </Anchor>
878 </Anchors>
879 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
880 <BackgroundInsets>
881 <AbsInset left="5" right="5" top="5" bottom="5" />
882 </BackgroundInsets>
883 <TileSize>
884 <AbsValue val="16" />
885 </TileSize>
886 <EdgeSize>
887 <AbsValue val="16" />
888 </EdgeSize>
889 </Backdrop>
890 <Frames>
891 <CheckButton name="HAConfFrameCheckButton31" inherits="HA_Checkbutton26Template" id="31">
892 <Anchors>
893 <Anchor point="TOPLEFT">
894 <Offset>
895 <AbsDimension x="10" y="-10" />
896 </Offset>
897 </Anchor>
898 </Anchors>
899 </CheckButton>
900 <CheckButton name="HAConfFrameCheckButton32" inherits="HA_Checkbutton26Template" id="32">
901 <Anchors>
902 <Anchor point="TOPLEFT">
903 <Offset>
904 <AbsDimension x="150" y="-10" />
905 </Offset>
906 </Anchor>
907 </Anchors>
908 </CheckButton>
909 <CheckButton name="HAConfFrameCheckButton33" inherits="HA_Checkbutton26Template" id="33">
910 <Anchors>
911 <Anchor point="TOPLEFT">
912 <Offset>
913 <AbsDimension x="310" y="-10" />
914 </Offset>
915 </Anchor>
916 </Anchors>
917 </CheckButton>
918 <CheckButton name="HAConfFrameCheckButton34" inherits="HA_Checkbutton26Template" id="34">
919 <Anchors>
920 <Anchor point="TOPLEFT">
921 <Offset>
922 <AbsDimension x="10" y="-38" />
923 </Offset>
924 </Anchor>
925 </Anchors>
926 </CheckButton>
927 <CheckButton name="HAConfFrameCheckButton35" inherits="HA_Checkbutton26Template" id="35">
928 <Anchors>
929 <Anchor point="TOPLEFT">
930 <Offset>
931 <AbsDimension x="150" y="-38" />
932 </Offset>
933 </Anchor>
934 </Anchors>
935 </CheckButton>
936 <CheckButton name="HAConfFrameCheckButton36" inherits="HA_Checkbutton26Template" id="36">
937 <Anchors>
938 <Anchor point="TOPLEFT">
939 <Offset>
940 <AbsDimension x="310" y="-38" />
941 </Offset>
942 </Anchor>
943 </Anchors>
944 </CheckButton>
945 <CheckButton name="HAConfFrameCheckButton38" inherits="HA_Checkbutton26Template" id="38">
946 <Anchors>
947 <Anchor point="TOPLEFT">
948 <Offset>
949 <AbsDimension x="150" y="-66" />
950 </Offset>
951 </Anchor>
952 </Anchors>
953 </CheckButton>
954 </Frames>
955 </Frame>
956 <Frame name="$parentLabel1">
957 <Size>
958 <AbsDimension x="303" y="20" />
959 </Size>
960 <Anchors>
961 <Anchor point="TOPLEFT" relativeTo="$parentAllowSpells" relativePoint="TOPLEFT">
962 <Offset>
963 <AbsDimension x="8" y="16" />
964 </Offset>
965 </Anchor>
966 </Anchors>
967 <Layers>
968 <Layer>
969 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="HA_GUI_HEALOPT_ALLOWSPELLS_TITLE" justifyH="LEFT">
970 <Anchors>
971 <Anchor point="TOPLEFT" />
972 <Anchor point="BOTTOMRIGHT" />
973 </Anchors>
974 <FontHeight>
975 <AbsValue val="12" />
976 </FontHeight>
977 <Color r="1" g="0.8196079" b="0" />
978 <Shadow>
979 <Color r="0" g="0" b="0" />
980 <Offset>
981 <AbsDimension x="1" y="-1" />
982 </Offset>
983 </Shadow>
984 </FontString>
985 </Layer>
986 </Layers>
987 </Frame>
988 <Button name="HA_Help_HealOpt" inherits="HA_HelpTemplate" id="2">
989 <Anchors>
990 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT">
991 <Offset>
992 <AbsDimension x="-3" y="-2"/>
993 </Offset>
994 </Anchor>
995 </Anchors>
996 </Button>
997 </Frames>
998 <Scripts>
999 <OnShow>
1000 getglobal("HAConfFrameBack").submenu = this:GetName();
1001 HAConfFrameBack:Show();
1002 HA_Config_Healers_OnShow();
1003 </OnShow>
1004 </Scripts>
1005 </Frame>
1006 <!-- ******************* Emergency menu ******************* -->
1007 <Frame name="$parentEmergencyMenuFrame" hidden="true">
1008 <Size>
1009 <AbsDimension x="470" y="340" />
1010 </Size>
1011 <Anchors>
1012 <Anchor point="TOPLEFT">
1013 <Offset>
1014 <AbsDimension x="15" y="-30"/>
1015 </Offset>
1016 </Anchor>
1017 </Anchors>
1018 <Frames>
1019 <Frame name="$parentLabel4">
1020 <Size>
1021 <AbsDimension x="303" y="20" />
1022 </Size>
1023 <Anchors>
1024 <Anchor point="TOPLEFT">
1025 <Offset>
1026 <AbsDimension x="81" y="-28" />
1027 </Offset>
1028 </Anchor>
1029 </Anchors>
1030 <Layers>
1031 <Layer>
1032 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="HA_GUI_EMERGOPT_GRPS_TITLE" justifyH="LEFT">
1033 <Anchors>
1034 <Anchor point="TOPLEFT" />
1035 <Anchor point="BOTTOMRIGHT" />
1036 </Anchors>
1037 <FontHeight>
1038 <AbsValue val="12" />
1039 </FontHeight>
1040 <Color r="1" g="0.8196079" b="0" />
1041 <Shadow>
1042 <Color r="0" g="0" b="0" />
1043 <Offset>
1044 <AbsDimension x="1" y="-1" />
1045 </Offset>
1046 </Shadow>
1047 </FontString>
1048 </Layer>
1049 </Layers>
1050 </Frame>
1051 <Frame name="$parentGrps">
1052 <Size>
1053 <AbsDimension x="309" y="70" />
1054 </Size>
1055 <Anchors>
1056 <Anchor point="TOPLEFT">
1057 <Offset>
1058 <AbsDimension x="73" y="-44" />
1059 </Offset>
1060 </Anchor>
1061 </Anchors>
1062 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
1063 <BackgroundInsets>
1064 <AbsInset left="5" right="5" top="5" bottom="5" />
1065 </BackgroundInsets>
1066 <TileSize>
1067 <AbsValue val="16" />
1068 </TileSize>
1069 <EdgeSize>
1070 <AbsValue val="16" />
1071 </EdgeSize>
1072 </Backdrop>
1073 <Frames>
1074 <CheckButton name="HAConfFrameCheckButton41" inherits="HA_Checkbutton26Template" id="41">
1075 <Anchors>
1076 <Anchor point="TOPLEFT">
1077 <Offset>
1078 <AbsDimension x="23" y="-10" />
1079 </Offset>
1080 </Anchor>
1081 </Anchors>
1082 </CheckButton>
1083 <CheckButton name="HAConfFrameCheckButton43" inherits="HA_Checkbutton26Template" id="43">
1084 <Anchors>
1085 <Anchor point="TOPLEFT">
1086 <Offset>
1087 <AbsDimension x="92" y="-10" />
1088 </Offset>
1089 </Anchor>
1090 </Anchors>
1091 </CheckButton>
1092 <CheckButton name="HAConfFrameCheckButton45" inherits="HA_Checkbutton26Template" id="45">
1093 <Anchors>
1094 <Anchor point="TOPLEFT">
1095 <Offset>
1096 <AbsDimension x="164" y="-10" />
1097 </Offset>
1098 </Anchor>
1099 </Anchors>
1100 </CheckButton>
1101 <CheckButton name="HAConfFrameCheckButton47" inherits="HA_Checkbutton26Template" id="47">
1102 <Anchors>
1103 <Anchor point="TOPLEFT">
1104 <Offset>
1105 <AbsDimension x="235" y="-10" />
1106 </Offset>
1107 </Anchor>
1108 </Anchors>
1109 </CheckButton>
1110 <CheckButton name="HAConfFrameCheckButton42" inherits="HA_Checkbutton26Template" id="42">
1111 <Anchors>
1112 <Anchor point="TOPLEFT">
1113 <Offset>
1114 <AbsDimension x="23" y="-38" />
1115 </Offset>
1116 </Anchor>
1117 </Anchors>
1118 </CheckButton>
1119 <CheckButton name="HAConfFrameCheckButton44" inherits="HA_Checkbutton26Template" id="44">
1120 <Anchors>
1121 <Anchor point="TOPLEFT">
1122 <Offset>
1123 <AbsDimension x="92" y="-38" />
1124 </Offset>
1125 </Anchor>
1126 </Anchors>
1127 </CheckButton>
1128 <CheckButton name="HAConfFrameCheckButton46" inherits="HA_Checkbutton26Template" id="46">
1129 <Anchors>
1130 <Anchor point="TOPLEFT">
1131 <Offset>
1132 <AbsDimension x="164" y="-38" />
1133 </Offset>
1134 </Anchor>
1135 </Anchors>
1136 </CheckButton>
1137 <CheckButton name="HAConfFrameCheckButton48" inherits="HA_Checkbutton26Template" id="48">
1138 <Anchors>
1139 <Anchor point="TOPLEFT">
1140 <Offset>
1141 <AbsDimension x="235" y="-38" />
1142 </Offset>
1143 </Anchor>
1144 </Anchors>
1145 </CheckButton>
1146 <Button name="$parentNone" text="NONE">
1147 <Size>
1148 <AbsDimension x="70" y="22" />
1149 </Size>
1150 <Anchors>
1151 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPRIGHT">
1152 <Offset>
1153 <AbsDimension x="5" y="-10" />
1154 </Offset>
1155 </Anchor>
1156 </Anchors>
1157 <Scripts>
1158 <OnClick>local but; for i=41,48 do but=getglobal("HAConfFrameCheckButton"..i); but:SetChecked(nil);HA_Config_SetNewCheckState(but);end;</OnClick>
1159 </Scripts>
1160 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
1161 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1162 </NormalTexture>
1163 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
1164 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1165 </PushedTexture>
1166 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
1167 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1168 </DisabledTexture>
1169 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
1170 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1171 </HighlightTexture>
1172 <NormalText name="$parentText" font="Fonts\FRIZQT__.TTF">
1173 <FontHeight>
1174 <AbsValue val="12" />
1175 </FontHeight>
1176 <Color r="1" g="0.8196079" b="0" />
1177 <Shadow>
1178 <Color r="0" g="0" b="0" />
1179 <Offset>
1180 <AbsDimension x="1" y="-1" />
1181 </Offset>
1182 </Shadow>
1183 </NormalText>
1184 <HighlightText font="Fonts\FRIZQT__.TTF">
1185 <FontHeight>
1186 <AbsValue val="12" />
1187 </FontHeight>
1188 <Color r="1" g="1" b="1" />
1189 <Shadow>
1190 <Color r="0" g="0" b="0" />
1191 <Offset>
1192 <AbsDimension x="1" y="-1" />
1193 </Offset>
1194 </Shadow>
1195 </HighlightText>
1196 <DisabledText font="Fonts\FRIZQT__.TTF">
1197 <FontHeight>
1198 <AbsValue val="12" />
1199 </FontHeight>
1200 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
1201 <Shadow>
1202 <Color r="0" g="0" b="0" />
1203 <Offset>
1204 <AbsDimension x="1" y="-1" />
1205 </Offset>
1206 </Shadow>
1207 </DisabledText>
1208 </Button>
1209 <Button name="$parentAll" text="ALL">
1210 <Size>
1211 <AbsDimension x="70" y="22" />
1212 </Size>
1213 <Anchors>
1214 <Anchor point="TOPLEFT" relativeTo="$parentNone" relativePoint="BOTTOMLEFT">
1215 <Offset>
1216 <AbsDimension x="0" y="-5" />
1217 </Offset>
1218 </Anchor>
1219 </Anchors>
1220 <Scripts>
1221 <OnClick>local but; for i=41,48 do but=getglobal("HAConfFrameCheckButton"..i); but:SetChecked(1);HA_Config_SetNewCheckState(but);end;</OnClick>
1222 </Scripts>
1223 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
1224 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1225 </NormalTexture>
1226 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
1227 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1228 </PushedTexture>
1229 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
1230 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1231 </DisabledTexture>
1232 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
1233 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1234 </HighlightTexture>
1235 <NormalText name="$parentText" font="Fonts\FRIZQT__.TTF">
1236 <FontHeight>
1237 <AbsValue val="12" />
1238 </FontHeight>
1239 <Color r="1" g="0.8196079" b="0" />
1240 <Shadow>
1241 <Color r="0" g="0" b="0" />
1242 <Offset>
1243 <AbsDimension x="1" y="-1" />
1244 </Offset>
1245 </Shadow>
1246 </NormalText>
1247 <HighlightText font="Fonts\FRIZQT__.TTF">
1248 <FontHeight>
1249 <AbsValue val="12" />
1250 </FontHeight>
1251 <Color r="1" g="1" b="1" />
1252 <Shadow>
1253 <Color r="0" g="0" b="0" />
1254 <Offset>
1255 <AbsDimension x="1" y="-1" />
1256 </Offset>
1257 </Shadow>
1258 </HighlightText>
1259 <DisabledText font="Fonts\FRIZQT__.TTF">
1260 <FontHeight>
1261 <AbsValue val="12" />
1262 </FontHeight>
1263 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
1264 <Shadow>
1265 <Color r="0" g="0" b="0" />
1266 <Offset>
1267 <AbsDimension x="1" y="-1" />
1268 </Offset>
1269 </Shadow>
1270 </DisabledText>
1271 </Button>
1272 </Frames>
1273 </Frame>
1274 <Frame name="$parentLabel5">
1275 <Size>
1276 <AbsDimension x="303" y="20" />
1277 </Size>
1278 <Anchors>
1279 <Anchor point="TOPLEFT">
1280 <Offset>
1281 <AbsDimension x="66" y="-120" />
1282 </Offset>
1283 </Anchor>
1284 </Anchors>
1285 <Layers>
1286 <Layer>
1287 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="HA_GUI_EMERGOPT_CLASSES_TITLE" justifyH="LEFT">
1288 <Anchors>
1289 <Anchor point="TOPLEFT" />
1290 <Anchor point="BOTTOMRIGHT" />
1291 </Anchors>
1292 <FontHeight>
1293 <AbsValue val="12" />
1294 </FontHeight>
1295 <Color r="1" g="0.8196079" b="0" />
1296 <Shadow>
1297 <Color r="0" g="0" b="0" />
1298 <Offset>
1299 <AbsDimension x="1" y="-1" />
1300 </Offset>
1301 </Shadow>
1302 </FontString>
1303 </Layer>
1304 </Layers>
1305 </Frame>
1306 <Frame name="$parentClasses">
1307 <Size>
1308 <AbsDimension x="339" y="70" />
1309 </Size>
1310 <Anchors>
1311 <Anchor point="TOPLEFT">
1312 <Offset>
1313 <AbsDimension x="58" y="-136" />
1314 </Offset>
1315 </Anchor>
1316 </Anchors>
1317 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
1318 <BackgroundInsets>
1319 <AbsInset left="5" right="5" top="5" bottom="5" />
1320 </BackgroundInsets>
1321 <TileSize>
1322 <AbsValue val="16" />
1323 </TileSize>
1324 <EdgeSize>
1325 <AbsValue val="16" />
1326 </EdgeSize>
1327 </Backdrop>
1328 <Frames>
1329 <CheckButton name="HAConfFrameCheckButton61" inherits="HA_Checkbutton26Template" id="61">
1330 <Anchors>
1331 <Anchor point="TOPLEFT">
1332 <Offset>
1333 <AbsDimension x="8" y="-10" />
1334 </Offset>
1335 </Anchor>
1336 </Anchors>
1337 </CheckButton>
1338 <CheckButton name="HAConfFrameCheckButton62" inherits="HA_Checkbutton26Template" id="62">
1339 <Anchors>
1340 <Anchor point="TOPLEFT">
1341 <Offset>
1342 <AbsDimension x="85" y="-10" />
1343 </Offset>
1344 </Anchor>
1345 </Anchors>
1346 </CheckButton>
1347 <CheckButton name="HAConfFrameCheckButton63" inherits="HA_Checkbutton26Template" id="63">
1348 <Anchors>
1349 <Anchor point="TOPLEFT">
1350 <Offset>
1351 <AbsDimension x="170" y="-10" />
1352 </Offset>
1353 </Anchor>
1354 </Anchors>
1355 </CheckButton>
1356 <CheckButton name="HAConfFrameCheckButton64" inherits="HA_Checkbutton26Template" id="64">
1357 <Anchors>
1358 <Anchor point="TOPLEFT">
1359 <Offset>
1360 <AbsDimension x="240" y="-10" />
1361 </Offset>
1362 </Anchor>
1363 </Anchors>
1364 </CheckButton>
1365 <CheckButton name="HAConfFrameCheckButton65" inherits="HA_Checkbutton26Template" id="65">
1366 <Anchors>
1367 <Anchor point="TOPLEFT">
1368 <Offset>
1369 <AbsDimension x="8" y="-38" />
1370 </Offset>
1371 </Anchor>
1372 </Anchors>
1373 </CheckButton>
1374 <CheckButton name="HAConfFrameCheckButton66" inherits="HA_Checkbutton26Template" id="66">
1375 <Anchors>
1376 <Anchor point="TOPLEFT">
1377 <Offset>
1378 <AbsDimension x="85" y="-38" />
1379 </Offset>
1380 </Anchor>
1381 </Anchors>
1382 </CheckButton>
1383 <CheckButton name="HAConfFrameCheckButton67" inherits="HA_Checkbutton26Template" id="67">
1384 <Anchors>
1385 <Anchor point="TOPLEFT">
1386 <Offset>
1387 <AbsDimension x="170" y="-38" />
1388 </Offset>
1389 </Anchor>
1390 </Anchors>
1391 </CheckButton>
1392 <CheckButton name="HAConfFrameCheckButton68" inherits="HA_Checkbutton26Template" id="68">
1393 <Anchors>
1394 <Anchor point="TOPLEFT">
1395 <Offset>
1396 <AbsDimension x="240" y="-38" />
1397 </Offset>
1398 </Anchor>
1399 </Anchors>
1400 </CheckButton>
1401 <Button name="$parentNone" text="NONE">
1402 <Size>
1403 <AbsDimension x="70" y="22" />
1404 </Size>
1405 <Anchors>
1406 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPRIGHT">
1407 <Offset>
1408 <AbsDimension x="5" y="-10" />
1409 </Offset>
1410 </Anchor>
1411 </Anchors>
1412 <Scripts>
1413 <OnClick>local but; for i=61,68 do but=getglobal("HAConfFrameCheckButton"..i); but:SetChecked(nil);HA_Config_SetNewCheckState(but);end;</OnClick>
1414 </Scripts>
1415 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
1416 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1417 </NormalTexture>
1418 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
1419 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1420 </PushedTexture>
1421 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
1422 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1423 </DisabledTexture>
1424 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
1425 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1426 </HighlightTexture>
1427 <NormalText name="$parentText" font="Fonts\FRIZQT__.TTF">
1428 <FontHeight>
1429 <AbsValue val="12" />
1430 </FontHeight>
1431 <Color r="1" g="0.8196079" b="0" />
1432 <Shadow>
1433 <Color r="0" g="0" b="0" />
1434 <Offset>
1435 <AbsDimension x="1" y="-1" />
1436 </Offset>
1437 </Shadow>
1438 </NormalText>
1439 <HighlightText font="Fonts\FRIZQT__.TTF">
1440 <FontHeight>
1441 <AbsValue val="12" />
1442 </FontHeight>
1443 <Color r="1" g="1" b="1" />
1444 <Shadow>
1445 <Color r="0" g="0" b="0" />
1446 <Offset>
1447 <AbsDimension x="1" y="-1" />
1448 </Offset>
1449 </Shadow>
1450 </HighlightText>
1451 <DisabledText font="Fonts\FRIZQT__.TTF">
1452 <FontHeight>
1453 <AbsValue val="12" />
1454 </FontHeight>
1455 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
1456 <Shadow>
1457 <Color r="0" g="0" b="0" />
1458 <Offset>
1459 <AbsDimension x="1" y="-1" />
1460 </Offset>
1461 </Shadow>
1462 </DisabledText>
1463 </Button>
1464 <Button name="$parentAll" text="ALL">
1465 <Size>
1466 <AbsDimension x="70" y="22" />
1467 </Size>
1468 <Anchors>
1469 <Anchor point="TOPLEFT" relativeTo="$parentNone" relativePoint="BOTTOMLEFT">
1470 <Offset>
1471 <AbsDimension x="0" y="-5" />
1472 </Offset>
1473 </Anchor>
1474 </Anchors>
1475 <Scripts>
1476 <OnClick>local but; for i=61,68 do but=getglobal("HAConfFrameCheckButton"..i); but:SetChecked(1);HA_Config_SetNewCheckState(but);end;</OnClick>
1477 </Scripts>
1478 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
1479 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1480 </NormalTexture>
1481 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
1482 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1483 </PushedTexture>
1484 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
1485 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1486 </DisabledTexture>
1487 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
1488 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1489 </HighlightTexture>
1490 <NormalText name="$parentText" font="Fonts\FRIZQT__.TTF">
1491 <FontHeight>
1492 <AbsValue val="12" />
1493 </FontHeight>
1494 <Color r="1" g="0.8196079" b="0" />
1495 <Shadow>
1496 <Color r="0" g="0" b="0" />
1497 <Offset>
1498 <AbsDimension x="1" y="-1" />
1499 </Offset>
1500 </Shadow>
1501 </NormalText>
1502 <HighlightText font="Fonts\FRIZQT__.TTF">
1503 <FontHeight>
1504 <AbsValue val="12" />
1505 </FontHeight>
1506 <Color r="1" g="1" b="1" />
1507 <Shadow>
1508 <Color r="0" g="0" b="0" />
1509 <Offset>
1510 <AbsDimension x="1" y="-1" />
1511 </Offset>
1512 </Shadow>
1513 </HighlightText>
1514 <DisabledText font="Fonts\FRIZQT__.TTF">
1515 <FontHeight>
1516 <AbsValue val="12" />
1517 </FontHeight>
1518 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
1519 <Shadow>
1520 <Color r="0" g="0" b="0" />
1521 <Offset>
1522 <AbsDimension x="1" y="-1" />
1523 </Offset>
1524 </Shadow>
1525 </DisabledText>
1526 </Button>
1527 </Frames>
1528 </Frame>
1529 <Button name="HA_Help_EmergOpt" inherits="HA_HelpTemplate" id="3">
1530 <Anchors>
1531 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT">
1532 <Offset>
1533 <AbsDimension x="-3" y="-2"/>
1534 </Offset>
1535 </Anchor>
1536 </Anchors>
1537 </Button>
1538 <Frame name="HAConfFrameSlider3" inherits="HA_SliderTemplate" id="3">
1539 <Size>
1540 <AbsDimension x="336" y="38" />
1541 </Size>
1542 <Anchors>
1543 <Anchor point="CENTER" relativeTo="$parentClasses" relativePoint="CENTER">
1544 <Offset>
1545 <AbsDimension x="0" y="-65" />
1546 </Offset>
1547 </Anchor>
1548 </Anchors>
1549 </Frame>
1550 <Frame name="HAConfFrameSlider5" inherits="HA_SliderTemplate" id="5">
1551 <Size>
1552 <AbsDimension x="336" y="38" />
1553 </Size>
1554 <Anchors>
1555 <Anchor point="CENTER" relativeTo="HAConfFrameSlider3" relativePoint="CENTER">
1556 <Offset>
1557 <AbsDimension x="0" y="-40" />
1558 </Offset>
1559 </Anchor>
1560 </Anchors>
1561 </Frame>
1562 <CheckButton name="HAConfFrameCheckButton29" inherits="HA_Checkbutton32Template" id="29">
1563 <Anchors>
1564 <Anchor point="TOPLEFT" relativeTo="HAConfFrameSlider5" relativePoint="BOTTOMLEFT">
1565 <Offset>
1566 <AbsDimension x="0" y="0" />
1567 </Offset>
1568 </Anchor>
1569 </Anchors>
1570 </CheckButton>
1571 </Frames>
1572 <Scripts>
1573 <OnShow>
1574 getglobal("HAConfFrameBack").submenu = this:GetName();
1575 HAConfFrameBack:Show();
1576 HA_Config_Emergency_OnShow();
1577 </OnShow>
1578 </Scripts>
1579 </Frame>
1580 <!-- ******************* Plugins menu ******************* -->
1581 <Frame name="$parentPluginsMenuFrame" hidden="true">
1582 <Size>
1583 <AbsDimension x="470" y="340" />
1584 </Size>
1585 <Anchors>
1586 <Anchor point="TOPLEFT">
1587 <Offset>
1588 <AbsDimension x="15" y="-30"/>
1589 </Offset>
1590 </Anchor>
1591 </Anchors>
1592 <Frames>
1593 <Frame name="$parentPlList">
1594 <Size>
1595 <AbsDimension x="360" y="200" />
1596 </Size>
1597 <Anchors>
1598 <Anchor point="TOPLEFT">
1599 <Offset>
1600 <AbsDimension x="60" y="-20" />
1601 </Offset>
1602 </Anchor>
1603 </Anchors>
1604 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
1605 <BackgroundInsets>
1606 <AbsInset left="5" right="5" top="5" bottom="5" />
1607 </BackgroundInsets>
1608 <TileSize>
1609 <AbsValue val="16" />
1610 </TileSize>
1611 <EdgeSize>
1612 <AbsValue val="16" />
1613 </EdgeSize>
1614 </Backdrop>
1615 <Frames>
1616 <Button name="$parentHdrAuto" inherits="HA_PluginHeaderTemplate" text="HA_GUI_PLUGINS_AUTO">
1617 <Anchors>
1618 <Anchor point="TOPLEFT">
1619 <Offset>
1620 <AbsDimension x="10" y="-10"/>
1621 </Offset>
1622 </Anchor>
1623 </Anchors>
1624 <Scripts>
1625 <OnLoad>
1626 HASetColumnWidth(60);
1627 </OnLoad>
1628 </Scripts>
1629 </Button>
1630 <Button name="$parentHdrLoad" inherits="HA_PluginHeaderTemplate" text="HA_GUI_PLUGINS_LOAD">
1631 <Anchors>
1632 <Anchor point="LEFT" relativeTo="$parentHdrAuto" relativePoint="RIGHT">
1633 <Offset>
1634 <AbsDimension x="0" y="0"/>
1635 </Offset>
1636 </Anchor>
1637 </Anchors>
1638 <Scripts>
1639 <OnLoad>
1640 HASetColumnWidth(60);
1641 </OnLoad>
1642 </Scripts>
1643 </Button>
1644 <Button name="$parentHdrName" inherits="HA_PluginHeaderTemplate" text="HA_GUI_PLUGINS_NAME">
1645 <Anchors>
1646 <Anchor point="LEFT" relativeTo="$parentHdrLoad" relativePoint="RIGHT">
1647 <Offset>
1648 <AbsDimension x="0" y="0"/>
1649 </Offset>
1650 </Anchor>
1651 </Anchors>
1652 <Scripts>
1653 <OnLoad>
1654 HASetColumnWidth(200);
1655 </OnLoad>
1656 </Scripts>
1657 </Button>
1658 <Button name="$parentItem1" inherits="HA_PluginItemTemplate">
1659 <Anchors>
1660 <Anchor point="TOPLEFT" relativeTo="$parentHdrAuto" relativePoint="BOTTOMLEFT">
1661 <Offset>
1662 <AbsDimension x="0" y="-2" />
1663 </Offset>
1664 </Anchor>
1665 </Anchors>
1666 </Button>
1667 <Button name="$parentItem2" inherits="HA_PluginItemTemplate">
1668 <Anchors>
1669 <Anchor point="TOPLEFT" relativeTo="$parentItem1" relativePoint="BOTTOMLEFT">
1670 <Offset>
1671 <AbsDimension x="0" y="0" />
1672 </Offset>
1673 </Anchor>
1674 </Anchors>
1675 </Button>
1676 <Button name="$parentItem3" inherits="HA_PluginItemTemplate">
1677 <Anchors>
1678 <Anchor point="TOPLEFT" relativeTo="$parentItem2" relativePoint="BOTTOMLEFT">
1679 <Offset>
1680 <AbsDimension x="0" y="0" />
1681 </Offset>
1682 </Anchor>
1683 </Anchors>
1684 </Button>
1685 <Button name="$parentItem4" inherits="HA_PluginItemTemplate">
1686 <Anchors>
1687 <Anchor point="TOPLEFT" relativeTo="$parentItem3" relativePoint="BOTTOMLEFT">
1688 <Offset>
1689 <AbsDimension x="0" y="0" />
1690 </Offset>
1691 </Anchor>
1692 </Anchors>
1693 </Button>
1694 <Button name="$parentItem5" inherits="HA_PluginItemTemplate">
1695 <Anchors>
1696 <Anchor point="TOPLEFT" relativeTo="$parentItem4" relativePoint="BOTTOMLEFT">
1697 <Offset>
1698 <AbsDimension x="0" y="0" />
1699 </Offset>
1700 </Anchor>
1701 </Anchors>
1702 </Button>
1703 <Button name="$parentItem6" inherits="HA_PluginItemTemplate">
1704 <Anchors>
1705 <Anchor point="TOPLEFT" relativeTo="$parentItem5" relativePoint="BOTTOMLEFT">
1706 <Offset>
1707 <AbsDimension x="0" y="0" />
1708 </Offset>
1709 </Anchor>
1710 </Anchors>
1711 </Button>
1712 <Button name="$parentItem7" inherits="HA_PluginItemTemplate">
1713 <Anchors>
1714 <Anchor point="TOPLEFT" relativeTo="$parentItem6" relativePoint="BOTTOMLEFT">
1715 <Offset>
1716 <AbsDimension x="0" y="0" />
1717 </Offset>
1718 </Anchor>
1719 </Anchors>
1720 </Button>
1721 <Button name="$parentItem8" inherits="HA_PluginItemTemplate">
1722 <Anchors>
1723 <Anchor point="TOPLEFT" relativeTo="$parentItem7" relativePoint="BOTTOMLEFT">
1724 <Offset>
1725 <AbsDimension x="0" y="0" />
1726 </Offset>
1727 </Anchor>
1728 </Anchors>
1729 </Button>
1730 <Button name="$parentItem9" inherits="HA_PluginItemTemplate">
1731 <Anchors>
1732 <Anchor point="TOPLEFT" relativeTo="$parentItem8" relativePoint="BOTTOMLEFT">
1733 <Offset>
1734 <AbsDimension x="0" y="0" />
1735 </Offset>
1736 </Anchor>
1737 </Anchors>
1738 </Button>
1739 <Button name="$parentItem10" inherits="HA_PluginItemTemplate">
1740 <Anchors>
1741 <Anchor point="TOPLEFT" relativeTo="$parentItem9" relativePoint="BOTTOMLEFT">
1742 <Offset>
1743 <AbsDimension x="0" y="0" />
1744 </Offset>
1745 </Anchor>
1746 </Anchors>
1747 </Button>
1748 <ScrollFrame name="$parentScrollFrame" inherits="FauxScrollFrameTemplate">
1749 <Size>
1750 <AbsDimension x="320" y="160" />
1751 </Size>
1752 <Anchors>
1753 <Anchor point="TOPRIGHT" relativeTo="$parentHdrName" relativePoint="BOTTOMRIGHT">
1754 <Offset>
1755 <AbsDimension x="-4" y="-2"/>
1756 </Offset>
1757 </Anchor>
1758 </Anchors>
1759 <Scripts>
1760 <OnVerticalScroll>
1761 FauxScrollFrame_OnVerticalScroll(10, HA_Config_Plugins_UpdateList);
1762 </OnVerticalScroll>
1763 </Scripts>
1764 </ScrollFrame>
1765 </Frames>
1766 </Frame>
1767 <Button name="$parentConfigure" hidden="true" text="HA_GUI_PLUGINS_CONFIGURE">
1768 <Size>
1769 <AbsDimension x="100" y="22" />
1770 </Size>
1771 <Anchors>
1772 <Anchor point="TOPLEFT" relativeTo="$parentPlList" relativePoint="BOTTOMLEFT">
1773 <Offset>
1774 <AbsDimension x="130" y="-5" />
1775 </Offset>
1776 </Anchor>
1777 </Anchors>
1778 <Scripts>
1779 <OnClick>HA_Config_Plugins_OnConfigure()</OnClick>
1780 </Scripts>
1781 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
1782 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1783 </NormalTexture>
1784 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
1785 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1786 </PushedTexture>
1787 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
1788 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1789 </DisabledTexture>
1790 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
1791 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1792 </HighlightTexture>
1793 <NormalText name="$parentText" font="Fonts\FRIZQT__.TTF">
1794 <FontHeight>
1795 <AbsValue val="12" />
1796 </FontHeight>
1797 <Color r="1" g="0.8196079" b="0" />
1798 <Shadow>
1799 <Color r="0" g="0" b="0" />
1800 <Offset>
1801 <AbsDimension x="1" y="-1" />
1802 </Offset>
1803 </Shadow>
1804 </NormalText>
1805 <HighlightText font="Fonts\FRIZQT__.TTF">
1806 <FontHeight>
1807 <AbsValue val="12" />
1808 </FontHeight>
1809 <Color r="1" g="1" b="1" />
1810 <Shadow>
1811 <Color r="0" g="0" b="0" />
1812 <Offset>
1813 <AbsDimension x="1" y="-1" />
1814 </Offset>
1815 </Shadow>
1816 </HighlightText>
1817 <DisabledText font="Fonts\FRIZQT__.TTF">
1818 <FontHeight>
1819 <AbsValue val="12" />
1820 </FontHeight>
1821 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
1822 <Shadow>
1823 <Color r="0" g="0" b="0" />
1824 <Offset>
1825 <AbsDimension x="1" y="-1" />
1826 </Offset>
1827 </Shadow>
1828 </DisabledText>
1829 </Button>
1830 <Button name="$parentMoveUp" inherits="UIPanelScrollUpButtonTemplate" hidden="true">
1831 <Anchors>
1832 <Anchor point="TOPLEFT" relativeTo="$parentConfigure" relativePoint="TOPRIGHT">
1833 <Offset>
1834 <AbsDimension x="5" y="5" />
1835 </Offset>
1836 </Anchor>
1837 </Anchors>
1838 <Scripts>
1839 <OnClick>HA_Config_Plugins_OnMoveUp()</OnClick>
1840 </Scripts>
1841 </Button>
1842 <Button name="$parentMoveDown" inherits="UIPanelScrollDownButtonTemplate" hidden="true">
1843 <Anchors>
1844 <Anchor point="TOPLEFT" relativeTo="$parentMoveUp" relativePoint="BOTTOMLEFT">
1845 <Offset>
1846 <AbsDimension x="0" y="0" />
1847 </Offset>
1848 </Anchor>
1849 </Anchors>
1850 <Scripts>
1851 <OnClick>HA_Config_Plugins_OnMoveDown()</OnClick>
1852 </Scripts>
1853 </Button>
1854 </Frames>
1855 <Scripts>
1856 <OnShow>
1857 getglobal("HAConfFrameBack").submenu = this:GetName();
1858 HAConfFrameBack:Show();
1859 HA_Config_Plugins_OnShow();
1860 </OnShow>
1861 </Scripts>
1862 </Frame>
1863 <!-- ******************* Bottom buttons ******************* -->
1864 <Button name="$parentClose" text="HA_GUI_CLOSE">
1865 <Size>
1866 <AbsDimension x="100" y="22" />
1867 </Size>
1868 <Anchors>
1869 <Anchor point="TOPRIGHT" relativeTo="HAConfFrameMainMenuFrame" relativePoint="BOTTOMRIGHT">
1870 <Offset>
1871 <AbsDimension x="0" y="0" />
1872 </Offset>
1873 </Anchor>
1874 </Anchors>
1875 <Scripts>
1876 <OnClick>HAConfFrame:Hide();</OnClick>
1877 </Scripts>
1878 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
1879 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1880 </NormalTexture>
1881 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
1882 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1883 </PushedTexture>
1884 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
1885 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1886 </DisabledTexture>
1887 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
1888 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1889 </HighlightTexture>
1890 <NormalText name="$parentText" font="Fonts\FRIZQT__.TTF">
1891 <FontHeight>
1892 <AbsValue val="12" />
1893 </FontHeight>
1894 <Color r="1" g="0.8196079" b="0" />
1895 <Shadow>
1896 <Color r="0" g="0" b="0" />
1897 <Offset>
1898 <AbsDimension x="1" y="-1" />
1899 </Offset>
1900 </Shadow>
1901 </NormalText>
1902 <HighlightText font="Fonts\FRIZQT__.TTF">
1903 <FontHeight>
1904 <AbsValue val="12" />
1905 </FontHeight>
1906 <Color r="1" g="1" b="1" />
1907 <Shadow>
1908 <Color r="0" g="0" b="0" />
1909 <Offset>
1910 <AbsDimension x="1" y="-1" />
1911 </Offset>
1912 </Shadow>
1913 </HighlightText>
1914 <DisabledText font="Fonts\FRIZQT__.TTF">
1915 <FontHeight>
1916 <AbsValue val="12" />
1917 </FontHeight>
1918 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
1919 <Shadow>
1920 <Color r="0" g="0" b="0" />
1921 <Offset>
1922 <AbsDimension x="1" y="-1" />
1923 </Offset>
1924 </Shadow>
1925 </DisabledText>
1926 </Button>
1927 <Button name="$parentBack" hidden="true" text="HA_GUI_BACK">
1928 <Size>
1929 <AbsDimension x="100" y="22" />
1930 </Size>
1931 <Anchors>
1932 <Anchor point="TOPRIGHT" relativeTo="$parentClose" relativePoint="TOPLEFT">
1933 <Offset>
1934 <AbsDimension x="-10" y="0" />
1935 </Offset>
1936 </Anchor>
1937 </Anchors>
1938 <Scripts>
1939 <OnClick>getglobal(this.submenu):Hide();HAConfFrameMainMenuFrame:Show();this:Hide();this.submenu=nil;</OnClick>
1940 </Scripts>
1941 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
1942 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1943 </NormalTexture>
1944 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
1945 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1946 </PushedTexture>
1947 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
1948 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1949 </DisabledTexture>
1950 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
1951 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1952 </HighlightTexture>
1953 <NormalText name="$parentText" font="Fonts\FRIZQT__.TTF">
1954 <FontHeight>
1955 <AbsValue val="12" />
1956 </FontHeight>
1957 <Color r="1" g="0.8196079" b="0" />
1958 <Shadow>
1959 <Color r="0" g="0" b="0" />
1960 <Offset>
1961 <AbsDimension x="1" y="-1" />
1962 </Offset>
1963 </Shadow>
1964 </NormalText>
1965 <HighlightText font="Fonts\FRIZQT__.TTF">
1966 <FontHeight>
1967 <AbsValue val="12" />
1968 </FontHeight>
1969 <Color r="1" g="1" b="1" />
1970 <Shadow>
1971 <Color r="0" g="0" b="0" />
1972 <Offset>
1973 <AbsDimension x="1" y="-1" />
1974 </Offset>
1975 </Shadow>
1976 </HighlightText>
1977 <DisabledText font="Fonts\FRIZQT__.TTF">
1978 <FontHeight>
1979 <AbsValue val="12" />
1980 </FontHeight>
1981 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
1982 <Shadow>
1983 <Color r="0" g="0" b="0" />
1984 <Offset>
1985 <AbsDimension x="1" y="-1" />
1986 </Offset>
1987 </Shadow>
1988 </DisabledText>
1989 </Button>
1990 </Frames>
1991 <Scripts>
1992 <OnLoad>HA_Config_OnLoad();</OnLoad>
1993 <OnShow>HAConfFrameMainMenuFrame:Show();</OnShow>
1994 <OnMouseUp>
1995 if ( this.isMoving ) then
1996 this:StopMovingOrSizing();
1997 this.isMoving = false;
1998 end
1999 </OnMouseUp>
2000 <OnMouseDown>
2001 if ( ( ( not this.isLocked ) or ( this.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then
2002 this:StartMoving();
2003 this.isMoving = true;
2004 end
2005 </OnMouseDown>
2006 <OnHide>
2007 local submenu = getglobal("HAConfFrameBack").submenu;
2008 if(submenu)
2009 then
2010 getglobal(submenu):Hide();
2011 getglobal("HAConfFrameBack"):Hide();
2012 getglobal("HAConfFrameBack").submenu=nil;
2013 end
2014 if ( this.isMoving ) then
2015 this:StopMovingOrSizing();
2016 this.isMoving = false;
2017 end
2018 </OnHide>
2019 </Scripts>
2020 </Frame>
2021  
2022 </Ui>