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_Target.lua"/>
4  
5  
6 <Frame name="Perl_Config_Target_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_Target_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_TARGET">
32 <Anchors>
33 <Anchor point="TOP" relativeTo="Perl_Config_Target_Header">
34 <Offset>
35 <AbsDimension x="0" y="-14"/>
36 </Offset>
37 </Anchor>
38 </Anchors>
39 </FontString>
40  
41 <FontString name="$parent_Buff_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_BUFF_NUMBER">
42 <Anchors>
43 <Anchor point="LEFT" relativePoint="TOPLEFT">
44 <Offset>
45 <AbsDimension x="400" y="-150"/>
46 </Offset>
47 </Anchor>
48 </Anchors>
49 </FontString>
50  
51 <FontString name="$parent_Debuff_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_DEBUFF_NUMBER">
52 <Anchors>
53 <Anchor point="LEFT" relativePoint="TOPLEFT">
54 <Offset>
55 <AbsDimension x="400" y="-210"/>
56 </Offset>
57 </Anchor>
58 </Anchors>
59 </FontString>
60  
61 <FontString name="$parent_Buff_Scaling_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_TARGET_BUFFDEBUFF_SCALING">
62 <Anchors>
63 <Anchor point="LEFT" relativePoint="TOPLEFT">
64 <Offset>
65 <AbsDimension x="350" y="-90"/>
66 </Offset>
67 </Anchor>
68 </Anchors>
69 </FontString>
70  
71 <FontString name="$parent_Transparency_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_TRANSPARENCY">
72 <Anchors>
73 <Anchor point="LEFT" relativePoint="TOPLEFT">
74 <Offset>
75 <AbsDimension x="350" y="-30"/>
76 </Offset>
77 </Anchor>
78 </Anchors>
79 </FontString>
80  
81 <FontString name="$parent_Misc_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_MISC">
82 <Anchors>
83 <Anchor point="LEFT" relativePoint="TOPLEFT">
84 <Offset>
85 <AbsDimension x="20" y="-30"/>
86 </Offset>
87 </Anchor>
88 </Anchors>
89 </FontString>
90  
91 <FontString name="$parent_Misc2_Text" inherits="GameFontNormal" text=" ">
92 <Anchors>
93 <Anchor point="LEFT" relativePoint="TOPLEFT">
94 <Offset>
95 <AbsDimension x="180" y="-30"/>
96 </Offset>
97 </Anchor>
98 </Anchors>
99 </FontString>
100  
101 <FontString name="$parent_Combo_Location_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_TARGET_COMBO_LOCATION">
102 <Anchors>
103 <Anchor point="LEFT" relativePoint="TOPLEFT">
104 <Offset>
105 <AbsDimension x="180" y="-90"/>
106 </Offset>
107 </Anchor>
108 </Anchors>
109 </FontString>
110  
111 <FontString name="$parent_Scaling_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_SCALING">
112 <Anchors>
113 <Anchor point="LEFT" relativePoint="TOPLEFT">
114 <Offset>
115 <AbsDimension x="20" y="-325"/>
116 </Offset>
117 </Anchor>
118 </Anchors>
119 </FontString>
120 </Layer>
121 </Layers>
122  
123 <Frames>
124 <CheckButton name="$parent_CheckButton1" inherits="UICheckButtonTemplate" id="1">
125 <Size>
126 <AbsDimension x="20" y="20"/>
127 </Size>
128 <Anchors>
129 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Misc_Text">
130 <Offset>
131 <AbsDimension x="20" y="-20"/>
132 </Offset>
133 </Anchor>
134 </Anchors>
135 <Scripts>
136 <OnLoad>
137 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGET_CLASS_ICON);
138 </OnLoad>
139 <OnClick>
140 Perl_Config_Target_Class_Icon_Update();
141 </OnClick>
142 </Scripts>
143 </CheckButton>
144  
145 <CheckButton name="$parent_CheckButton2" inherits="UICheckButtonTemplate" id="2">
146 <Size>
147 <AbsDimension x="20" y="20"/>
148 </Size>
149 <Anchors>
150 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton1" >
151 <Offset>
152 <AbsDimension x="0" y="-20"/>
153 </Offset>
154 </Anchor>
155 </Anchors>
156 <Scripts>
157 <OnLoad>
158 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_PVP_RANK_ICON);
159 </OnLoad>
160 <OnClick>
161 Perl_Config_Target_PvP_Rank_Icon_Update();
162 </OnClick>
163 </Scripts>
164 </CheckButton>
165  
166 <CheckButton name="$parent_CheckButton3" inherits="UICheckButtonTemplate" id="3">
167 <Size>
168 <AbsDimension x="20" y="20"/>
169 </Size>
170 <Anchors>
171 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton2">
172 <Offset>
173 <AbsDimension x="0" y="-20"/>
174 </Offset>
175 </Anchor>
176 </Anchors>
177 <Scripts>
178 <OnLoad>
179 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_PVP_STATUS_ICON);
180 </OnLoad>
181 <OnClick>
182 Perl_Config_Target_PvP_Status_Icon_Update();
183 </OnClick>
184 </Scripts>
185 </CheckButton>
186  
187 <CheckButton name="$parent_CheckButton4" inherits="UICheckButtonTemplate" id="4">
188 <Size>
189 <AbsDimension x="20" y="20"/>
190 </Size>
191 <Anchors>
192 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton3">
193 <Offset>
194 <AbsDimension x="0" y="-20"/>
195 </Offset>
196 </Anchor>
197 </Anchors>
198 <Scripts>
199 <OnLoad>
200 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGET_CLASS_CIVILIAN_FRAMES);
201 </OnLoad>
202 <OnClick>
203 Perl_Config_Target_Class_Frame_Update();
204 </OnClick>
205 </Scripts>
206 </CheckButton>
207  
208 <Slider name="$parent_Slider1" inherits="OptionsSliderTemplate" minValue="1" maxValue="149" valueStep="1">
209 <Size>
210 <AbsDimension x="200" y="15"/>
211 </Size>
212 <Anchors>
213 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Scaling_Text">
214 <Offset>
215 <AbsDimension x="20" y="-20"/>
216 </Offset>
217 </Anchor>
218 </Anchors>
219 <Scripts>
220 <OnValueChanged>
221 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
222 Perl_Config_Target_Set_Scale(getglobal(this:GetName()):GetValue());
223 </OnValueChanged>
224 </Scripts>
225 </Slider>
226  
227 <CheckButton name="$parent_CheckButton9" inherits="UICheckButtonTemplate" id="9">
228 <Size>
229 <AbsDimension x="20" y="20"/>
230 </Size>
231 <Anchors>
232 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent_Slider1">
233 <Offset>
234 <AbsDimension x="20" y="0"/>
235 </Offset>
236 </Anchor>
237 </Anchors>
238 <Scripts>
239 <OnLoad>
240 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_SCALING_SET_CURRENT);
241 </OnLoad>
242 <OnClick>
243 Perl_Config_Target_Set_Scale();
244 </OnClick>
245 </Scripts>
246 </CheckButton>
247  
248 <Slider name="$parent_Slider2" inherits="OptionsSliderTemplate" minValue="0" maxValue="16" valueStep="1">
249 <Size>
250 <AbsDimension x="150" y="15"/>
251 </Size>
252 <Anchors>
253 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Buff_Text">
254 <Offset>
255 <AbsDimension x="20" y="-20"/>
256 </Offset>
257 </Anchor>
258 </Anchors>
259 <Scripts>
260 <OnValueChanged>
261 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
262 Perl_Config_Target_Set_Buffs(getglobal(this:GetName()):GetValue());
263 </OnValueChanged>
264 </Scripts>
265 </Slider>
266  
267 <Slider name="$parent_Slider3" inherits="OptionsSliderTemplate" minValue="0" maxValue="16" valueStep="1">
268 <Size>
269 <AbsDimension x="150" y="15"/>
270 </Size>
271 <Anchors>
272 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Debuff_Text">
273 <Offset>
274 <AbsDimension x="20" y="-20"/>
275 </Offset>
276 </Anchor>
277 </Anchors>
278 <Scripts>
279 <OnValueChanged>
280 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
281 Perl_Config_Target_Set_Debuffs(getglobal(this:GetName()):GetValue());
282 </OnValueChanged>
283 </Scripts>
284 </Slider>
285  
286 <Slider name="$parent_Slider4" inherits="OptionsSliderTemplate" minValue="0" maxValue="100" valueStep="1">
287 <Size>
288 <AbsDimension x="200" y="15"/>
289 </Size>
290 <Anchors>
291 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Transparency_Text">
292 <Offset>
293 <AbsDimension x="20" y="-20"/>
294 </Offset>
295 </Anchor>
296 </Anchors>
297 <Scripts>
298 <OnValueChanged>
299 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
300 Perl_Config_Target_Set_Transparency(getglobal(this:GetName()):GetValue());
301 </OnValueChanged>
302 </Scripts>
303 </Slider>
304  
305 <Slider name="$parent_Slider5" inherits="OptionsSliderTemplate" minValue="1" maxValue="149" valueStep="1">
306 <Size>
307 <AbsDimension x="200" y="15"/>
308 </Size>
309 <Anchors>
310 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Buff_Scaling_Text">
311 <Offset>
312 <AbsDimension x="20" y="-25"/>
313 </Offset>
314 </Anchor>
315 </Anchors>
316 <Scripts>
317 <OnValueChanged>
318 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
319 Perl_Config_Target_Set_BuffDebuff_Scale(getglobal(this:GetName()):GetValue());
320 </OnValueChanged>
321 </Scripts>
322 </Slider>
323  
324 <CheckButton name="$parent_CheckButton10" inherits="UICheckButtonTemplate" id="10">
325 <Size>
326 <AbsDimension x="20" y="20"/>
327 </Size>
328 <Anchors>
329 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton4">
330 <Offset>
331 <AbsDimension x="0" y="-20"/>
332 </Offset>
333 </Anchor>
334 </Anchors>
335 <Scripts>
336 <OnLoad>
337 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_PORTRAITS);
338 </OnLoad>
339 <OnClick>
340 Perl_Config_Target_Portrait_Update();
341 </OnClick>
342 </Scripts>
343 </CheckButton>
344  
345 <CheckButton name="$parent_CheckButton11" inherits="UICheckButtonTemplate" id="11">
346 <Size>
347 <AbsDimension x="20" y="20"/>
348 </Size>
349 <Anchors>
350 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton10">
351 <Offset>
352 <AbsDimension x="20" y="-20"/>
353 </Offset>
354 </Anchor>
355 </Anchors>
356 <Scripts>
357 <OnLoad>
358 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_THREED_PORTRAITS);
359 </OnLoad>
360 <OnClick>
361 Perl_Config_Target_3D_Portrait_Update();
362 </OnClick>
363 </Scripts>
364 </CheckButton>
365  
366 <CheckButton name="$parent_CheckButton12" inherits="UICheckButtonTemplate" id="12">
367 <Size>
368 <AbsDimension x="20" y="20"/>
369 </Size>
370 <Anchors>
371 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton11">
372 <Offset>
373 <AbsDimension x="-20" y="-20"/>
374 </Offset>
375 </Anchor>
376 </Anchors>
377 <Scripts>
378 <OnLoad>
379 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_COMBAT_TEXT);
380 </OnLoad>
381 <OnClick>
382 Perl_Config_Target_Portrait_Combat_Text_Update();
383 </OnClick>
384 </Scripts>
385 </CheckButton>
386  
387 <CheckButton name="$parent_CheckButton13" inherits="UICheckButtonTemplate" id="13">
388 <Size>
389 <AbsDimension x="20" y="20"/>
390 </Size>
391 <Anchors>
392 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton12">
393 <Offset>
394 <AbsDimension x="0" y="-20"/>
395 </Offset>
396 </Anchor>
397 </Anchors>
398 <Scripts>
399 <OnLoad>
400 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGET_RARE_ELITE_FRAME);
401 </OnLoad>
402 <OnClick>
403 Perl_Config_Target_Rare_Elite_Update();
404 </OnClick>
405 </Scripts>
406 </CheckButton>
407  
408 <CheckButton name="$parent_CheckButton19" inherits="UICheckButtonTemplate" id="19">
409 <Size>
410 <AbsDimension x="20" y="20"/>
411 </Size>
412 <Anchors>
413 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton13">
414 <Offset>
415 <AbsDimension x="0" y="-20"/>
416 </Offset>
417 </Anchor>
418 </Anchors>
419 <Scripts>
420 <OnLoad>
421 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGET_HIDE_BUFFDEBUFF_BACKGROUND);
422 </OnLoad>
423 <OnClick>
424 Perl_Config_Target_Buff_Background_Update();
425 </OnClick>
426 </Scripts>
427 </CheckButton>
428  
429 <CheckButton name="$parent_CheckButton23" inherits="UICheckButtonTemplate" id="23">
430 <Size>
431 <AbsDimension x="20" y="20"/>
432 </Size>
433 <Anchors>
434 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton19">
435 <Offset>
436 <AbsDimension x="0" y="-20"/>
437 </Offset>
438 </Anchor>
439 </Anchors>
440 <Scripts>
441 <OnLoad>
442 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_CLASS_BUFFDEBUFF);
443 </OnLoad>
444 <OnClick>
445 Perl_Config_Target_Class_Buffs_Update();
446 </OnClick>
447 </Scripts>
448 </CheckButton>
449  
450 <CheckButton name="$parent_CheckButton24" inherits="UICheckButtonTemplate" id="24">
451 <Size>
452 <AbsDimension x="20" y="20"/>
453 </Size>
454 <Anchors>
455 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton23">
456 <Offset>
457 <AbsDimension x="0" y="-20"/>
458 </Offset>
459 </Anchor>
460 </Anchors>
461 <Scripts>
462 <OnLoad>
463 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_CLASS_COLORED_NAMES);
464 </OnLoad>
465 <OnClick>
466 Perl_Config_Target_Class_Colored_Names_Update();
467 </OnClick>
468 </Scripts>
469 </CheckButton>
470  
471 <CheckButton name="$parent_CheckButton22" inherits="UICheckButtonTemplate" id="22">
472 <Size>
473 <AbsDimension x="20" y="20"/>
474 </Size>
475 <Anchors>
476 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton24">
477 <Offset>
478 <AbsDimension x="0" y="-20"/>
479 </Offset>
480 </Anchor>
481 </Anchors>
482 <Scripts>
483 <OnLoad>
484 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGET_SOUND_ON_TARGET_CHANGE);
485 </OnLoad>
486 <OnClick>
487 Perl_Config_Target_Sound_Target_Change_Update();
488 </OnClick>
489 </Scripts>
490 </CheckButton>
491  
492 <CheckButton name="$parent_CheckButton6" inherits="UICheckButtonTemplate" id="6">
493 <Size>
494 <AbsDimension x="20" y="20"/>
495 </Size>
496 <Anchors>
497 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton22">
498 <Offset>
499 <AbsDimension x="0" y="-20"/>
500 </Offset>
501 </Anchor>
502 </Anchors>
503 <Scripts>
504 <OnLoad>
505 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_MOBHEALTH);
506 </OnLoad>
507 <OnClick>
508 Perl_Config_Target_MobHealth_Update();
509 </OnClick>
510 </Scripts>
511 </CheckButton>
512  
513 <CheckButton name="$parent_CheckButton8" inherits="UICheckButtonTemplate" id="8">
514 <Size>
515 <AbsDimension x="20" y="20"/>
516 </Size>
517 <Anchors>
518 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton6">
519 <Offset>
520 <AbsDimension x="0" y="-20"/>
521 </Offset>
522 </Anchor>
523 </Anchors>
524 <Scripts>
525 <OnLoad>
526 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGET_LOCK);
527 </OnLoad>
528 <OnClick>
529 Perl_Config_Target_Lock_Update();
530 </OnClick>
531 </Scripts>
532 </CheckButton>
533  
534 <CheckButton name="$parent_CheckButton5" inherits="UICheckButtonTemplate" id="5">
535 <Size>
536 <AbsDimension x="20" y="20"/>
537 </Size>
538 <Anchors>
539 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Combo_Location_Text">
540 <Offset>
541 <AbsDimension x="20" y="-20"/>
542 </Offset>
543 </Anchor>
544 </Anchors>
545 <Scripts>
546 <OnLoad>
547 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGET_COMBO_POINT_FRAME);
548 </OnLoad>
549 <OnClick>
550 Perl_Config_Target_Combo_Points_Update();
551 </OnClick>
552 </Scripts>
553 </CheckButton>
554  
555 <CheckButton name="$parent_CheckButton14" inherits="UICheckButtonTemplate" id="14">
556 <Size>
557 <AbsDimension x="20" y="20"/>
558 </Size>
559 <Anchors>
560 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton5">
561 <Offset>
562 <AbsDimension x="0" y="-20"/>
563 </Offset>
564 </Anchor>
565 </Anchors>
566 <Scripts>
567 <OnLoad>
568 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGET_DISPLAY_IN_NAME_FRAME);
569 </OnLoad>
570 <OnClick>
571 Perl_Config_Target_Combo_Name_Frame_Update();
572 </OnClick>
573 </Scripts>
574 </CheckButton>
575  
576 <CheckButton name="$parent_CheckButton15" inherits="UICheckButtonTemplate" id="15">
577 <Size>
578 <AbsDimension x="20" y="20"/>
579 </Size>
580 <Anchors>
581 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton14">
582 <Offset>
583 <AbsDimension x="0" y="-20"/>
584 </Offset>
585 </Anchor>
586 </Anchors>
587 <Scripts>
588 <OnLoad>
589 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGET_DEBUFF_STACKS_IN_COMBO_FRAME);
590 </OnLoad>
591 <OnClick>
592 Perl_Config_Target_Combo_Frame_Debuffs_Update();
593 </OnClick>
594 </Scripts>
595 </CheckButton>
596  
597 <CheckButton name="$parent_CheckButton16" inherits="UICheckButtonTemplate" id="16">
598 <Size>
599 <AbsDimension x="20" y="20"/>
600 </Size>
601 <Anchors>
602 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton13">
603 <Offset>
604 <AbsDimension x="200" y="-20"/>
605 </Offset>
606 </Anchor>
607 </Anchors>
608 <Scripts>
609 <OnLoad>
610 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGET_ALTERNATE_FRAME_STYLE);
611 </OnLoad>
612 <OnClick>
613 Perl_Config_Target_Alternate_Frame_Style_Update();
614 </OnClick>
615 </Scripts>
616 </CheckButton>
617  
618 <CheckButton name="$parent_CheckButton21" inherits="UICheckButtonTemplate" id="21">
619 <Size>
620 <AbsDimension x="20" y="20"/>
621 </Size>
622 <Anchors>
623 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton16">
624 <Offset>
625 <AbsDimension x="20" y="-20"/>
626 </Offset>
627 </Anchor>
628 </Anchors>
629 <Scripts>
630 <OnLoad>
631 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_HEALER_MODE);
632 </OnLoad>
633 <OnClick>
634 Perl_Config_Target_Healer_Update();
635 </OnClick>
636 </Scripts>
637 </CheckButton>
638  
639 <CheckButton name="$parent_CheckButton25" inherits="UICheckButtonTemplate" id="25">
640 <Size>
641 <AbsDimension x="20" y="20"/>
642 </Size>
643 <Anchors>
644 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton21">
645 <Offset>
646 <AbsDimension x="20" y="-20"/>
647 </Offset>
648 </Anchor>
649 </Anchors>
650 <Scripts>
651 <OnLoad>
652 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_DISPLAY_MANA_DEFICIT);
653 </OnLoad>
654 <OnClick>
655 Perl_Config_Target_Mana_Deficit_Update();
656 </OnClick>
657 </Scripts>
658 </CheckButton>
659  
660 <CheckButton name="$parent_CheckButton17" inherits="UICheckButtonTemplate" id="17">
661 <Size>
662 <AbsDimension x="20" y="20"/>
663 </Size>
664 <Anchors>
665 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton25">
666 <Offset>
667 <AbsDimension x="-20" y="-20"/>
668 </Offset>
669 </Anchor>
670 </Anchors>
671 <Scripts>
672 <OnLoad>
673 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_COMPACT);
674 </OnLoad>
675 <OnClick>
676 Perl_Config_Target_Compact_Mode_Update();
677 </OnClick>
678 </Scripts>
679 </CheckButton>
680  
681 <CheckButton name="$parent_CheckButton18" inherits="UICheckButtonTemplate" id="18">
682 <Size>
683 <AbsDimension x="20" y="20"/>
684 </Size>
685 <Anchors>
686 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton17">
687 <Offset>
688 <AbsDimension x="20" y="-20"/>
689 </Offset>
690 </Anchor>
691 </Anchors>
692 <Scripts>
693 <OnLoad>
694 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_DISPLAY_PERCENTS);
695 </OnLoad>
696 <OnClick>
697 Perl_Config_Target_Compact_Percents_Update();
698 </OnClick>
699 </Scripts>
700 </CheckButton>
701  
702 <CheckButton name="$parent_CheckButton20" inherits="UICheckButtonTemplate" id="20">
703 <Size>
704 <AbsDimension x="20" y="20"/>
705 </Size>
706 <Anchors>
707 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton18">
708 <Offset>
709 <AbsDimension x="0" y="-20"/>
710 </Offset>
711 </Anchor>
712 </Anchors>
713 <Scripts>
714 <OnLoad>
715 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_SHORT_BARS);
716 </OnLoad>
717 <OnClick>
718 Perl_Config_Target_Short_Bars_Update();
719 </OnClick>
720 </Scripts>
721 </CheckButton>
722  
723 <CheckButton name="$parent_CheckButton26" inherits="UICheckButtonTemplate" id="26">
724 <Size>
725 <AbsDimension x="20" y="20"/>
726 </Size>
727 <Anchors>
728 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Misc2_Text">
729 <Offset>
730 <AbsDimension x="20" y="-20"/>
731 </Offset>
732 </Anchor>
733 </Anchors>
734 <Scripts>
735 <OnLoad>
736 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGET_INVERT_BUFFS_DEBUFFS);
737 </OnLoad>
738 <OnClick>
739 Perl_Config_Target_Invert_Buffs_Update();
740 </OnClick>
741 </Scripts>
742 </CheckButton>
743 </Frames>
744  
745 </Frame>
746 </Ui>