vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
2 ..\FrameXML\UI.xsd">
3 <Script file="Perl_Config_Raid.lua"/>
4  
5  
6 <Frame name="Perl_Config_Raid_Frame" frameStrata="DIALOG" hidden="true" enableMouse="true">
7 <Size>
8 <AbsDimension x="600" y="380"/>
9 </Size>
10 <Anchors>
11 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="Perl_Config_Frame">
12 <Offset>
13 <AbsDimension x="0" y="-120"/>
14 </Offset>
15 </Anchor>
16 </Anchors>
17 <Layers>
18 <Layer level="ARTWORK">
19 <Texture name="Perl_Config_Raid_Header" file="Interface\DialogFrame\UI-DialogBox-Header">
20 <Size>
21 <AbsDimension x="256" y="64"/>
22 </Size>
23 <Anchors>
24 <Anchor point="TOP">
25 <Offset>
26 <AbsDimension x="0" y="12"/>
27 </Offset>
28 </Anchor>
29 </Anchors>
30 </Texture>
31 <FontString inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_RAID">
32 <Anchors>
33 <Anchor point="TOP" relativeTo="Perl_Config_Raid_Header">
34 <Offset>
35 <AbsDimension x="0" y="-14"/>
36 </Offset>
37 </Anchor>
38 </Anchors>
39 </FontString>
40  
41 <FontString name="$parent_Group_Settings_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_RAID_GROUP_SETTINGS">
42 <Anchors>
43 <Anchor point="LEFT" relativePoint="TOPLEFT">
44 <Offset>
45 <AbsDimension x="20" y="-30"/>
46 </Offset>
47 </Anchor>
48 </Anchors>
49 </FontString>
50  
51 <FontString name="$parent_Misc_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_MISC">
52 <Anchors>
53 <Anchor point="LEFT" relativePoint="TOPLEFT">
54 <Offset>
55 <AbsDimension x="20" y="-230"/>
56 </Offset>
57 </Anchor>
58 </Anchors>
59 </FontString>
60  
61 <FontString name="$parent_Transparency_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_TRANSPARENCY">
62 <Anchors>
63 <Anchor point="LEFT" relativePoint="TOPLEFT">
64 <Offset>
65 <AbsDimension x="350" y="-30"/>
66 </Offset>
67 </Anchor>
68 </Anchors>
69 </FontString>
70  
71 <FontString name="$parent_Scaling_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_SCALING">
72 <Anchors>
73 <Anchor point="LEFT" relativePoint="TOPLEFT">
74 <Offset>
75 <AbsDimension x="20" y="-325"/>
76 </Offset>
77 </Anchor>
78 </Anchors>
79 </FontString>
80 </Layer>
81 </Layers>
82  
83 <Frames>
84 <CheckButton name="$parent_CheckButton1" inherits="UICheckButtonTemplate" id="1">
85 <Size>
86 <AbsDimension x="20" y="20"/>
87 </Size>
88 <Anchors>
89 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Group_Settings_Text">
90 <Offset>
91 <AbsDimension x="20" y="-20"/>
92 </Offset>
93 </Anchor>
94 </Anchors>
95 <Scripts>
96 <OnLoad>
97 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_GROUP_ONE);
98 </OnLoad>
99 <OnClick>
100 Perl_Config_Raid_Show_Group_One_Update();
101 </OnClick>
102 </Scripts>
103 </CheckButton>
104  
105 <CheckButton name="$parent_CheckButton2" inherits="UICheckButtonTemplate" id="2">
106 <Size>
107 <AbsDimension x="20" y="20"/>
108 </Size>
109 <Anchors>
110 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton1">
111 <Offset>
112 <AbsDimension x="0" y="-20"/>
113 </Offset>
114 </Anchor>
115 </Anchors>
116 <Scripts>
117 <OnLoad>
118 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_GROUP_TWO);
119 </OnLoad>
120 <OnClick>
121 Perl_Config_Raid_Show_Group_Two_Update();
122 </OnClick>
123 </Scripts>
124 </CheckButton>
125  
126 <CheckButton name="$parent_CheckButton3" inherits="UICheckButtonTemplate" id="3">
127 <Size>
128 <AbsDimension x="20" y="20"/>
129 </Size>
130 <Anchors>
131 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton2">
132 <Offset>
133 <AbsDimension x="0" y="-20"/>
134 </Offset>
135 </Anchor>
136 </Anchors>
137 <Scripts>
138 <OnLoad>
139 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_GROUP_THREE);
140 </OnLoad>
141 <OnClick>
142 Perl_Config_Raid_Show_Group_Three_Update();
143 </OnClick>
144 </Scripts>
145 </CheckButton>
146  
147 <CheckButton name="$parent_CheckButton4" inherits="UICheckButtonTemplate" id="4">
148 <Size>
149 <AbsDimension x="20" y="20"/>
150 </Size>
151 <Anchors>
152 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton3">
153 <Offset>
154 <AbsDimension x="0" y="-20"/>
155 </Offset>
156 </Anchor>
157 </Anchors>
158 <Scripts>
159 <OnLoad>
160 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_GROUP_FOUR);
161 </OnLoad>
162 <OnClick>
163 Perl_Config_Raid_Show_Group_Four_Update();
164 </OnClick>
165 </Scripts>
166 </CheckButton>
167  
168 <CheckButton name="$parent_CheckButton5" inherits="UICheckButtonTemplate" id="5">
169 <Size>
170 <AbsDimension x="20" y="20"/>
171 </Size>
172 <Anchors>
173 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton4">
174 <Offset>
175 <AbsDimension x="0" y="-20"/>
176 </Offset>
177 </Anchor>
178 </Anchors>
179 <Scripts>
180 <OnLoad>
181 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_GROUP_FIVE);
182 </OnLoad>
183 <OnClick>
184 Perl_Config_Raid_Show_Group_Five_Update();
185 </OnClick>
186 </Scripts>
187 </CheckButton>
188  
189 <CheckButton name="$parent_CheckButton6" inherits="UICheckButtonTemplate" id="6">
190 <Size>
191 <AbsDimension x="20" y="20"/>
192 </Size>
193 <Anchors>
194 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton5">
195 <Offset>
196 <AbsDimension x="0" y="-20"/>
197 </Offset>
198 </Anchor>
199 </Anchors>
200 <Scripts>
201 <OnLoad>
202 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_GROUP_SIX);
203 </OnLoad>
204 <OnClick>
205 Perl_Config_Raid_Show_Group_Six_Update();
206 </OnClick>
207 </Scripts>
208 </CheckButton>
209  
210 <CheckButton name="$parent_CheckButton7" inherits="UICheckButtonTemplate" id="7">
211 <Size>
212 <AbsDimension x="20" y="20"/>
213 </Size>
214 <Anchors>
215 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton6">
216 <Offset>
217 <AbsDimension x="0" y="-20"/>
218 </Offset>
219 </Anchor>
220 </Anchors>
221 <Scripts>
222 <OnLoad>
223 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_GROUP_SEVEN);
224 </OnLoad>
225 <OnClick>
226 Perl_Config_Raid_Show_Group_Seven_Update();
227 </OnClick>
228 </Scripts>
229 </CheckButton>
230  
231 <CheckButton name="$parent_CheckButton8" inherits="UICheckButtonTemplate" id="8">
232 <Size>
233 <AbsDimension x="20" y="20"/>
234 </Size>
235 <Anchors>
236 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton7">
237 <Offset>
238 <AbsDimension x="0" y="-20"/>
239 </Offset>
240 </Anchor>
241 </Anchors>
242 <Scripts>
243 <OnLoad>
244 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_GROUP_EIGHT);
245 </OnLoad>
246 <OnClick>
247 Perl_Config_Raid_Show_Group_Eight_Update();
248 </OnClick>
249 </Scripts>
250 </CheckButton>
251  
252 <CheckButton name="$parent_CheckButton26" inherits="UICheckButtonTemplate" id="26">
253 <Size>
254 <AbsDimension x="20" y="20"/>
255 </Size>
256 <Anchors>
257 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton8">
258 <Offset>
259 <AbsDimension x="0" y="-20"/>
260 </Offset>
261 </Anchor>
262 </Anchors>
263 <Scripts>
264 <OnLoad>
265 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_GROUP_NINE);
266 </OnLoad>
267 <OnClick>
268 Perl_Config_Raid_Show_Group_Nine_Update();
269 </OnClick>
270 </Scripts>
271 </CheckButton>
272  
273 <CheckButton name="$parent_CheckButton9" inherits="UICheckButtonTemplate" id="9">
274 <Size>
275 <AbsDimension x="20" y="20"/>
276 </Size>
277 <Anchors>
278 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Misc_Text">
279 <Offset>
280 <AbsDimension x="20" y="-20"/>
281 </Offset>
282 </Anchor>
283 </Anchors>
284 <Scripts>
285 <OnLoad>
286 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_SORT_BY_CLASS);
287 </OnLoad>
288 <OnClick>
289 Perl_Config_Raid_Sort_By_Class_Update();
290 </OnClick>
291 </Scripts>
292 </CheckButton>
293  
294 <CheckButton name="$parent_CheckButton13" inherits="UICheckButtonTemplate" id="13">
295 <Size>
296 <AbsDimension x="20" y="20"/>
297 </Size>
298 <Anchors>
299 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton9">
300 <Offset>
301 <AbsDimension x="0" y="-20"/>
302 </Offset>
303 </Anchor>
304 </Anchors>
305 <Scripts>
306 <OnLoad>
307 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_SHOW_GROUP_HEADERS);
308 </OnLoad>
309 <OnClick>
310 Perl_Config_Raid_Group_Headers_Update();
311 </OnClick>
312 </Scripts>
313 </CheckButton>
314  
315 <CheckButton name="$parent_CheckButton28" inherits="UICheckButtonTemplate" id="28">
316 <Size>
317 <AbsDimension x="20" y="20"/>
318 </Size>
319 <Anchors>
320 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton13">
321 <Offset>
322 <AbsDimension x="0" y="-20"/>
323 </Offset>
324 </Anchor>
325 </Anchors>
326 <Scripts>
327 <OnLoad>
328 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_HIDE_EMPTY_HEADERS);
329 </OnLoad>
330 <OnClick>
331 Perl_Config_Raid_Hide_Empty_Headers_Update();
332 </OnClick>
333 </Scripts>
334 </CheckButton>
335  
336 <CheckButton name="$parent_CheckButton11" inherits="UICheckButtonTemplate" id="11">
337 <Size>
338 <AbsDimension x="20" y="20"/>
339 </Size>
340 <Anchors>
341 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton28">
342 <Offset>
343 <AbsDimension x="0" y="-20"/>
344 </Offset>
345 </Anchor>
346 </Anchors>
347 <Scripts>
348 <OnLoad>
349 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_LOCK);
350 </OnLoad>
351 <OnClick>
352 Perl_Config_Raid_Lock_Update();
353 </OnClick>
354 </Scripts>
355 </CheckButton>
356  
357 <Button name="$parent_Button1" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_RAID_SHOW_ALL">
358 <Size>
359 <AbsDimension x="150" y="22"/>
360 </Size>
361 <Anchors>
362 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Misc_Text">
363 <Offset>
364 <AbsDimension x="220" y="130"/>
365 </Offset>
366 </Anchor>
367 </Anchors>
368 <Scripts>
369 <OnClick>
370 Perl_Config_Raid_Frame_CheckButton1:SetChecked(1);
371 Perl_Config_Raid_Frame_CheckButton2:SetChecked(1);
372 Perl_Config_Raid_Frame_CheckButton3:SetChecked(1);
373 Perl_Config_Raid_Frame_CheckButton4:SetChecked(1);
374 Perl_Config_Raid_Frame_CheckButton5:SetChecked(1);
375 Perl_Config_Raid_Frame_CheckButton6:SetChecked(1);
376 Perl_Config_Raid_Frame_CheckButton7:SetChecked(1);
377 Perl_Config_Raid_Frame_CheckButton8:SetChecked(1);
378 Perl_Config_Raid_Frame_CheckButton26:SetChecked(1);
379 Perl_Raid_Show_Hide_All_Groups(1);
380 </OnClick>
381 </Scripts>
382 </Button>
383  
384 <Button name="$parent_Button2" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_RAID_HIDE_ALL">
385 <Size>
386 <AbsDimension x="150" y="22"/>
387 </Size>
388 <Anchors>
389 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Button1">
390 <Offset>
391 <AbsDimension x="0" y="-30"/>
392 </Offset>
393 </Anchor>
394 </Anchors>
395 <Scripts>
396 <OnClick>
397 Perl_Config_Raid_Frame_CheckButton1:SetChecked(nil);
398 Perl_Config_Raid_Frame_CheckButton2:SetChecked(nil);
399 Perl_Config_Raid_Frame_CheckButton3:SetChecked(nil);
400 Perl_Config_Raid_Frame_CheckButton4:SetChecked(nil);
401 Perl_Config_Raid_Frame_CheckButton5:SetChecked(nil);
402 Perl_Config_Raid_Frame_CheckButton6:SetChecked(nil);
403 Perl_Config_Raid_Frame_CheckButton7:SetChecked(nil);
404 Perl_Config_Raid_Frame_CheckButton8:SetChecked(nil);
405 Perl_Config_Raid_Frame_CheckButton26:SetChecked(nil);
406 Perl_Raid_Show_Hide_All_Groups(0);
407 </OnClick>
408 </Scripts>
409 </Button>
410  
411 <Button name="$parent_Button3" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_RAID_CONNECT_FRAMES">
412 <Size>
413 <AbsDimension x="150" y="22"/>
414 </Size>
415 <Anchors>
416 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Button2">
417 <Offset>
418 <AbsDimension x="0" y="-30"/>
419 </Offset>
420 </Anchor>
421 </Anchors>
422 <Scripts>
423 <OnClick>
424 Perl_Raid_Connect_Frames();
425 </OnClick>
426 </Scripts>
427 </Button>
428  
429 <Slider name="$parent_Slider1" inherits="OptionsSliderTemplate" minValue="1" maxValue="149" valueStep="1">
430 <Size>
431 <AbsDimension x="200" y="15"/>
432 </Size>
433 <Anchors>
434 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Scaling_Text">
435 <Offset>
436 <AbsDimension x="20" y="-20"/>
437 </Offset>
438 </Anchor>
439 </Anchors>
440 <Scripts>
441 <OnValueChanged>
442 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
443 Perl_Config_Raid_Set_Scale(getglobal(this:GetName()):GetValue());
444 </OnValueChanged>
445 </Scripts>
446 </Slider>
447  
448 <CheckButton name="$parent_CheckButton12" inherits="UICheckButtonTemplate" id="12">
449 <Size>
450 <AbsDimension x="20" y="20"/>
451 </Size>
452 <Anchors>
453 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent_Slider1">
454 <Offset>
455 <AbsDimension x="20" y="0"/>
456 </Offset>
457 </Anchor>
458 </Anchors>
459 <Scripts>
460 <OnLoad>
461 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_SCALING_SET_CURRENT);
462 </OnLoad>
463 <OnClick>
464 Perl_Config_Raid_Set_Scale();
465 </OnClick>
466 </Scripts>
467 </CheckButton>
468  
469 <Slider name="$parent_Slider2" inherits="OptionsSliderTemplate" minValue="0" maxValue="100" valueStep="1">
470 <Size>
471 <AbsDimension x="200" y="15"/>
472 </Size>
473 <Anchors>
474 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Transparency_Text">
475 <Offset>
476 <AbsDimension x="20" y="-20"/>
477 </Offset>
478 </Anchor>
479 </Anchors>
480 <Scripts>
481 <OnValueChanged>
482 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
483 Perl_Config_Raid_Set_Transparency(getglobal(this:GetName()):GetValue());
484 </OnValueChanged>
485 </Scripts>
486 </Slider>
487  
488 <CheckButton name="$parent_CheckButton10" inherits="UICheckButtonTemplate" id="10">
489 <Size>
490 <AbsDimension x="20" y="20"/>
491 </Size>
492 <Anchors>
493 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton9">
494 <Offset>
495 <AbsDimension x="170" y="20"/>
496 </Offset>
497 </Anchor>
498 </Anchors>
499 <Scripts>
500 <OnLoad>
501 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_SHOW_HEALTH_PERCENTAGES);
502 </OnLoad>
503 <OnClick>
504 Perl_Config_Raid_Show_Health_Percents_Update();
505 </OnClick>
506 </Scripts>
507 </CheckButton>
508  
509 <CheckButton name="$parent_CheckButton27" inherits="UICheckButtonTemplate" id="27">
510 <Size>
511 <AbsDimension x="20" y="20"/>
512 </Size>
513 <Anchors>
514 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton10">
515 <Offset>
516 <AbsDimension x="0" y="-20"/>
517 </Offset>
518 </Anchor>
519 </Anchors>
520 <Scripts>
521 <OnLoad>
522 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_SHOW_MANA_PERCENTAGES);
523 </OnLoad>
524 <OnClick>
525 Perl_Config_Raid_Show_Mana_Percents_Update();
526 </OnClick>
527 </Scripts>
528 </CheckButton>
529  
530 <CheckButton name="$parent_CheckButton14" inherits="UICheckButtonTemplate" id="14">
531 <Size>
532 <AbsDimension x="20" y="20"/>
533 </Size>
534 <Anchors>
535 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton27">
536 <Offset>
537 <AbsDimension x="0" y="-20"/>
538 </Offset>
539 </Anchor>
540 </Anchors>
541 <Scripts>
542 <OnLoad>
543 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_SHOW_MISSING_HEALTH);
544 </OnLoad>
545 <OnClick>
546 Perl_Config_Raid_Missing_Health_Update();
547 </OnClick>
548 </Scripts>
549 </CheckButton>
550  
551 <CheckButton name="$parent_CheckButton15" inherits="UICheckButtonTemplate" id="15">
552 <Size>
553 <AbsDimension x="20" y="20"/>
554 </Size>
555 <Anchors>
556 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton14">
557 <Offset>
558 <AbsDimension x="0" y="-20"/>
559 </Offset>
560 </Anchor>
561 </Anchors>
562 <Scripts>
563 <OnLoad>
564 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_VERTICAL_FRAMES);
565 </OnLoad>
566 <OnClick>
567 Perl_Config_Raid_Vertical_Update();
568 </OnClick>
569 </Scripts>
570 </CheckButton>
571  
572 <CheckButton name="$parent_CheckButton16" inherits="UICheckButtonTemplate" id="16">
573 <Size>
574 <AbsDimension x="20" y="20"/>
575 </Size>
576 <Anchors>
577 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton15">
578 <Offset>
579 <AbsDimension x="0" y="-20"/>
580 </Offset>
581 </Anchor>
582 </Anchors>
583 <Scripts>
584 <OnLoad>
585 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_INVERT_FRAMES);
586 </OnLoad>
587 <OnClick>
588 Perl_Config_Raid_Inverted_Update();
589 </OnClick>
590 </Scripts>
591 </CheckButton>
592  
593 <CheckButton name="$parent_CheckButton17" inherits="UICheckButtonTemplate" id="17">
594 <Size>
595 <AbsDimension x="20" y="20"/>
596 </Size>
597 <Anchors>
598 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton10">
599 <Offset>
600 <AbsDimension x="200" y="0"/>
601 </Offset>
602 </Anchor>
603 </Anchors>
604 <Scripts>
605 <OnLoad>
606 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_SHOW_BUFFS);
607 </OnLoad>
608 <OnClick>
609 Perl_Config_Raid_Buffs_Update();
610 </OnClick>
611 </Scripts>
612 </CheckButton>
613  
614 <CheckButton name="$parent_CheckButton19" inherits="UICheckButtonTemplate" id="19">
615 <Size>
616 <AbsDimension x="20" y="20"/>
617 </Size>
618 <Anchors>
619 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton17">
620 <Offset>
621 <AbsDimension x="0" y="-20"/>
622 </Offset>
623 </Anchor>
624 </Anchors>
625 <Scripts>
626 <OnLoad>
627 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_SHOW_DEBUFFS);
628 </OnLoad>
629 <OnClick>
630 Perl_Config_Raid_Debuffs_Update();
631 </OnClick>
632 </Scripts>
633 </CheckButton>
634  
635 <CheckButton name="$parent_CheckButton18" inherits="UICheckButtonTemplate" id="18">
636 <Size>
637 <AbsDimension x="20" y="20"/>
638 </Size>
639 <Anchors>
640 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton19">
641 <Offset>
642 <AbsDimension x="20" y="-20"/>
643 </Offset>
644 </Anchor>
645 </Anchors>
646 <Scripts>
647 <OnLoad>
648 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_CLASS_BUFFDEBUFF);
649 </OnLoad>
650 <OnClick>
651 Perl_Config_Raid_Class_Buffs_Update();
652 </OnClick>
653 </Scripts>
654 </CheckButton>
655  
656 <CheckButton name="$parent_CheckButton20" inherits="UICheckButtonTemplate" id="20">
657 <Size>
658 <AbsDimension x="20" y="20"/>
659 </Size>
660 <Anchors>
661 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton18">
662 <Offset>
663 <AbsDimension x="-20" y="-20"/>
664 </Offset>
665 </Anchor>
666 </Anchors>
667 <Scripts>
668 <OnLoad>
669 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_COLOR_DEBUFF_NAMES);
670 </OnLoad>
671 <OnClick>
672 Perl_Config_Raid_Color_Debuff_Names_Update();
673 </OnClick>
674 </Scripts>
675 </CheckButton>
676  
677 <CheckButton name="$parent_CheckButton25" inherits="UICheckButtonTemplate" id="25">
678 <Size>
679 <AbsDimension x="20" y="20"/>
680 </Size>
681 <Anchors>
682 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton20">
683 <Offset>
684 <AbsDimension x="0" y="-20"/>
685 </Offset>
686 </Anchor>
687 </Anchors>
688 <Scripts>
689 <OnLoad>
690 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_TOOLTIP);
691 </OnLoad>
692 <OnClick>
693 Perl_Config_Raid_CTRA_Style_Tip_Update();
694 </OnClick>
695 </Scripts>
696 </CheckButton>
697  
698 <CheckButton name="$parent_CheckButton21" inherits="UICheckButtonTemplate" id="21">
699 <Size>
700 <AbsDimension x="20" y="20"/>
701 </Size>
702 <Anchors>
703 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent_Button1">
704 <Offset>
705 <AbsDimension x="20" y="0"/>
706 </Offset>
707 </Anchor>
708 </Anchors>
709 <Scripts>
710 <OnLoad>
711 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_ALTERNATE_FRAME_STYLE);
712 </OnLoad>
713 <OnClick>
714 Perl_Config_Raid_Alternate_Frame_Style_Update();
715 </OnClick>
716 </Scripts>
717 </CheckButton>
718  
719 <CheckButton name="$parent_CheckButton24" inherits="UICheckButtonTemplate" id="24">
720 <Size>
721 <AbsDimension x="20" y="20"/>
722 </Size>
723 <Anchors>
724 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton21">
725 <Offset>
726 <AbsDimension x="20" y="-20"/>
727 </Offset>
728 </Anchor>
729 </Anchors>
730 <Scripts>
731 <OnLoad>
732 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_HIDE_POWER_BARS);
733 </OnLoad>
734 <OnClick>
735 Perl_Config_Raid_Hide_Power_Bars_Update();
736 </OnClick>
737 </Scripts>
738 </CheckButton>
739  
740 <CheckButton name="$parent_CheckButton22" inherits="UICheckButtonTemplate" id="22">
741 <Size>
742 <AbsDimension x="20" y="20"/>
743 </Size>
744 <Anchors>
745 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton24">
746 <Offset>
747 <AbsDimension x="0" y="-20"/>
748 </Offset>
749 </Anchor>
750 </Anchors>
751 <Scripts>
752 <OnLoad>
753 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_HIDE_BORDER);
754 </OnLoad>
755 <OnClick>
756 Perl_Config_Raid_Show_Border_Update();
757 </OnClick>
758 </Scripts>
759 </CheckButton>
760  
761 <CheckButton name="$parent_CheckButton23" inherits="UICheckButtonTemplate" id="23">
762 <Size>
763 <AbsDimension x="20" y="20"/>
764 </Size>
765 <Anchors>
766 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton22">
767 <Offset>
768 <AbsDimension x="20" y="-20"/>
769 </Offset>
770 </Anchor>
771 </Anchors>
772 <Scripts>
773 <OnLoad>
774 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_RAID_REMOVE_SPACE);
775 </OnLoad>
776 <OnClick>
777 Perl_Config_Raid_Remove_Space_Update();
778 </OnClick>
779 </Scripts>
780 </CheckButton>
781 </Frames>
782  
783 </Frame>
784 </Ui>