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_Player.lua"/>
4  
5  
6 <Frame name="Perl_Config_Player_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_Player_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_PLAYER">
32 <Anchors>
33 <Anchor point="TOP" relativeTo="Perl_Config_Player_Header">
34 <Offset>
35 <AbsDimension x="0" y="-14"/>
36 </Offset>
37 </Anchor>
38 </Anchors>
39 </FontString>
40  
41 <FontString name="$parent_XPMode_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_PLAYER_XPBAR_MODE">
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_Transparency_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_TRANSPARENCY">
52 <Anchors>
53 <Anchor point="LEFT" relativePoint="TOPLEFT">
54 <Offset>
55 <AbsDimension x="350" y="-30"/>
56 </Offset>
57 </Anchor>
58 </Anchors>
59 </FontString>
60  
61 <FontString name="$parent_Misc_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_MISC">
62 <Anchors>
63 <Anchor point="LEFT" relativePoint="TOPLEFT">
64 <Offset>
65 <AbsDimension x="20" y="-140"/>
66 </Offset>
67 </Anchor>
68 </Anchors>
69 </FontString>
70  
71 <FontString name="$parent_Misc2_Text" inherits="GameFontNormal" text=" ">
72 <Anchors>
73 <Anchor point="LEFT" relativePoint="TOPLEFT">
74 <Offset>
75 <AbsDimension x="240" y="-100"/>
76 </Offset>
77 </Anchor>
78 </Anchors>
79 </FontString>
80  
81 <FontString name="$parent_Scaling_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_SCALING">
82 <Anchors>
83 <Anchor point="LEFT" relativePoint="TOPLEFT">
84 <Offset>
85 <AbsDimension x="20" y="-325"/>
86 </Offset>
87 </Anchor>
88 </Anchors>
89 </FontString>
90 </Layer>
91 </Layers>
92  
93 <Frames>
94 <CheckButton name="$parent_CheckButton1" inherits="UICheckButtonTemplate" id="1">
95 <Size>
96 <AbsDimension x="20" y="20"/>
97 </Size>
98 <Anchors>
99 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_XPMode_Text">
100 <Offset>
101 <AbsDimension x="20" y="-20"/>
102 </Offset>
103 </Anchor>
104 </Anchors>
105 <Scripts>
106 <OnLoad>
107 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_PLAYER_XPBAR_EXPERIENCE);
108 </OnLoad>
109 <OnClick>
110 Perl_Config_Player_Frame_CheckButton2:SetChecked(nil); <!-- We need to uncheck Button 2 -->
111 Perl_Config_Player_Frame_CheckButton15:SetChecked(nil); <!-- We need to uncheck Button 15 -->
112 Perl_Config_Player_Frame_CheckButton3:SetChecked(nil); <!-- We need to uncheck Button 3 -->
113 Perl_Config_Player_XPMode_Update();
114 </OnClick>
115 </Scripts>
116 </CheckButton>
117  
118 <CheckButton name="$parent_CheckButton2" inherits="UICheckButtonTemplate" id="2">
119 <Size>
120 <AbsDimension x="20" y="20"/>
121 </Size>
122 <Anchors>
123 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton1" >
124 <Offset>
125 <AbsDimension x="0" y="-20"/>
126 </Offset>
127 </Anchor>
128 </Anchors>
129 <Scripts>
130 <OnLoad>
131 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_PLAYER_XPBAR_PVPRANK);
132 </OnLoad>
133 <OnClick>
134 Perl_Config_Player_Frame_CheckButton1:SetChecked(nil); <!-- We need to uncheck Button 1 -->
135 Perl_Config_Player_Frame_CheckButton15:SetChecked(nil); <!-- We need to uncheck Button 15 -->
136 Perl_Config_Player_Frame_CheckButton3:SetChecked(nil); <!-- We need to uncheck Button 3 -->
137 Perl_Config_Player_XPMode_Update();
138 </OnClick>
139 </Scripts>
140 </CheckButton>
141  
142 <CheckButton name="$parent_CheckButton15" inherits="UICheckButtonTemplate" id="15">
143 <Size>
144 <AbsDimension x="20" y="20"/>
145 </Size>
146 <Anchors>
147 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton2">
148 <Offset>
149 <AbsDimension x="0" y="-20"/>
150 </Offset>
151 </Anchor>
152 </Anchors>
153 <Scripts>
154 <OnLoad>
155 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_PLAYER_XPBAR_REPUTATION);
156 </OnLoad>
157 <OnClick>
158 Perl_Config_Player_Frame_CheckButton1:SetChecked(nil); <!-- We need to uncheck Button 1 -->
159 Perl_Config_Player_Frame_CheckButton2:SetChecked(nil); <!-- We need to uncheck Button 2 -->
160 Perl_Config_Player_Frame_CheckButton3:SetChecked(nil); <!-- We need to uncheck Button 15 -->
161 Perl_Config_Player_XPMode_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_CheckButton15">
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_PLAYER_XPBAR_HIDDEN);
180 </OnLoad>
181 <OnClick>
182 Perl_Config_Player_Frame_CheckButton1:SetChecked(nil); <!-- We need to uncheck Button 1 -->
183 Perl_Config_Player_Frame_CheckButton2:SetChecked(nil); <!-- We need to uncheck Button 2 -->
184 Perl_Config_Player_Frame_CheckButton15:SetChecked(nil); <!-- We need to uncheck Button 15 -->
185 Perl_Config_Player_XPMode_Update();
186 </OnClick>
187 </Scripts>
188 </CheckButton>
189  
190 <CheckButton name="$parent_CheckButton4" inherits="UICheckButtonTemplate" id="4">
191 <Size>
192 <AbsDimension x="20" y="20"/>
193 </Size>
194 <Anchors>
195 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Misc_Text">
196 <Offset>
197 <AbsDimension x="20" y="-20"/>
198 </Offset>
199 </Anchor>
200 </Anchors>
201 <Scripts>
202 <OnLoad>
203 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_COMPACT);
204 </OnLoad>
205 <OnClick>
206 Perl_Config_Player_Compact_Update();
207 </OnClick>
208 </Scripts>
209 </CheckButton>
210  
211 <CheckButton name="$parent_CheckButton11" inherits="UICheckButtonTemplate" id="11">
212 <Size>
213 <AbsDimension x="20" y="20"/>
214 </Size>
215 <Anchors>
216 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton4">
217 <Offset>
218 <AbsDimension x="20" y="-20"/>
219 </Offset>
220 </Anchor>
221 </Anchors>
222 <Scripts>
223 <OnLoad>
224 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_DISPLAY_PERCENTS);
225 </OnLoad>
226 <OnClick>
227 Perl_Config_Player_Compact_Percent_Update();
228 </OnClick>
229 </Scripts>
230 </CheckButton>
231  
232 <CheckButton name="$parent_CheckButton17" inherits="UICheckButtonTemplate" id="17">
233 <Size>
234 <AbsDimension x="20" y="20"/>
235 </Size>
236 <Anchors>
237 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton11">
238 <Offset>
239 <AbsDimension x="0" y="-20"/>
240 </Offset>
241 </Anchor>
242 </Anchors>
243 <Scripts>
244 <OnLoad>
245 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_SHORT_BARS);
246 </OnLoad>
247 <OnClick>
248 Perl_Config_Player_Short_Bars_Update();
249 </OnClick>
250 </Scripts>
251 </CheckButton>
252  
253 <CheckButton name="$parent_CheckButton5" inherits="UICheckButtonTemplate" id="5">
254 <Size>
255 <AbsDimension x="20" y="20"/>
256 </Size>
257 <Anchors>
258 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton17">
259 <Offset>
260 <AbsDimension x="-20" y="-20"/>
261 </Offset>
262 </Anchor>
263 </Anchors>
264 <Scripts>
265 <OnLoad>
266 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_HEALER_MODE);
267 </OnLoad>
268 <OnClick>
269 Perl_Config_Player_Healer_Update();
270 </OnClick>
271 </Scripts>
272 </CheckButton>
273  
274 <CheckButton name="$parent_CheckButton21" inherits="UICheckButtonTemplate" id="21">
275 <Size>
276 <AbsDimension x="20" y="20"/>
277 </Size>
278 <Anchors>
279 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton5">
280 <Offset>
281 <AbsDimension x="20" y="-20"/>
282 </Offset>
283 </Anchor>
284 </Anchors>
285 <Scripts>
286 <OnLoad>
287 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_DISPLAY_MANA_DEFICIT);
288 </OnLoad>
289 <OnClick>
290 Perl_Config_Player_Mana_Deficit_Update();
291 </OnClick>
292 </Scripts>
293 </CheckButton>
294  
295 <CheckButton name="$parent_CheckButton24" inherits="UICheckButtonTemplate" id="24">
296 <Size>
297 <AbsDimension x="20" y="20"/>
298 </Size>
299 <Anchors>
300 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton21">
301 <Offset>
302 <AbsDimension x="0" y="-20"/>
303 </Offset>
304 </Anchor>
305 </Anchors>
306 <Scripts>
307 <OnLoad>
308 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_SHOW_BAR_VALUES);
309 </OnLoad>
310 <OnClick>
311 Perl_Config_Player_Show_Bar_Values_Update();
312 </OnClick>
313 </Scripts>
314 </CheckButton>
315  
316 <CheckButton name="$parent_CheckButton18" inherits="UICheckButtonTemplate" id="18">
317 <Size>
318 <AbsDimension x="20" y="20"/>
319 </Size>
320 <Anchors>
321 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton24">
322 <Offset>
323 <AbsDimension x="-20" y="-20"/>
324 </Offset>
325 </Anchor>
326 </Anchors>
327 <Scripts>
328 <OnLoad>
329 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_CLASS_COLORED_NAMES);
330 </OnLoad>
331 <OnClick>
332 Perl_Config_Player_Class_Colored_Names_Update();
333 </OnClick>
334 </Scripts>
335 </CheckButton>
336  
337 <CheckButton name="$parent_CheckButton8" inherits="UICheckButtonTemplate" id="8">
338 <Size>
339 <AbsDimension x="20" y="20"/>
340 </Size>
341 <Anchors>
342 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton18">
343 <Offset>
344 <AbsDimension x="0" y="-20"/>
345 </Offset>
346 </Anchor>
347 </Anchors>
348 <Scripts>
349 <OnLoad>
350 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_PLAYER_LOCK);
351 </OnLoad>
352 <OnClick>
353 Perl_Config_Player_Lock_Update();
354 </OnClick>
355 </Scripts>
356 </CheckButton>
357  
358 <Slider name="$parent_Slider1" inherits="OptionsSliderTemplate" minValue="1" maxValue="149" valueStep="1">
359 <Size>
360 <AbsDimension x="200" y="15"/>
361 </Size>
362 <Anchors>
363 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Scaling_Text">
364 <Offset>
365 <AbsDimension x="20" y="-20"/>
366 </Offset>
367 </Anchor>
368 </Anchors>
369 <Scripts>
370 <OnValueChanged>
371 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
372 Perl_Config_Player_Set_Scale(getglobal(this:GetName()):GetValue());
373 </OnValueChanged>
374 </Scripts>
375 </Slider>
376  
377 <CheckButton name="$parent_CheckButton9" inherits="UICheckButtonTemplate" id="9">
378 <Size>
379 <AbsDimension x="20" y="20"/>
380 </Size>
381 <Anchors>
382 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent_Slider1">
383 <Offset>
384 <AbsDimension x="20" y="0"/>
385 </Offset>
386 </Anchor>
387 </Anchors>
388 <Scripts>
389 <OnLoad>
390 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_SCALING_SET_CURRENT);
391 </OnLoad>
392 <OnClick>
393 Perl_Config_Player_Set_Scale();
394 </OnClick>
395 </Scripts>
396 </CheckButton>
397  
398 <Slider name="$parent_Slider2" inherits="OptionsSliderTemplate" minValue="0" maxValue="100" valueStep="1">
399 <Size>
400 <AbsDimension x="200" y="15"/>
401 </Size>
402 <Anchors>
403 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Transparency_Text">
404 <Offset>
405 <AbsDimension x="20" y="-20"/>
406 </Offset>
407 </Anchor>
408 </Anchors>
409 <Scripts>
410 <OnValueChanged>
411 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
412 Perl_Config_Player_Set_Transparency(getglobal(this:GetName()):GetValue());
413 </OnValueChanged>
414 </Scripts>
415 </Slider>
416  
417 <CheckButton name="$parent_CheckButton19" inherits="UICheckButtonTemplate" id="19">
418 <Size>
419 <AbsDimension x="20" y="20"/>
420 </Size>
421 <Anchors>
422 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Misc2_Text">
423 <Offset>
424 <AbsDimension x="20" y="-20"/>
425 </Offset>
426 </Anchor>
427 </Anchors>
428 <Scripts>
429 <OnLoad>
430 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_HIDE_CLASSICON_FRAME);
431 </OnLoad>
432 <OnClick>
433 Perl_Config_Player_Hide_Class_Level_Frame_Update();
434 </OnClick>
435 </Scripts>
436 </CheckButton>
437  
438 <CheckButton name="$parent_CheckButton10" inherits="UICheckButtonTemplate" id="10">
439 <Size>
440 <AbsDimension x="20" y="20"/>
441 </Size>
442 <Anchors>
443 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton19">
444 <Offset>
445 <AbsDimension x="0" y="-20"/>
446 </Offset>
447 </Anchor>
448 </Anchors>
449 <Scripts>
450 <OnLoad>
451 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_PORTRAITS);
452 </OnLoad>
453 <OnClick>
454 Perl_Config_Player_Portrait_Update();
455 </OnClick>
456 </Scripts>
457 </CheckButton>
458  
459 <CheckButton name="$parent_CheckButton12" inherits="UICheckButtonTemplate" id="12">
460 <Size>
461 <AbsDimension x="20" y="20"/>
462 </Size>
463 <Anchors>
464 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton10">
465 <Offset>
466 <AbsDimension x="20" y="-20"/>
467 </Offset>
468 </Anchor>
469 </Anchors>
470 <Scripts>
471 <OnLoad>
472 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_THREED_PORTRAITS);
473 </OnLoad>
474 <OnClick>
475 Perl_Config_Player_3D_Portrait_Update();
476 </OnClick>
477 </Scripts>
478 </CheckButton>
479  
480 <CheckButton name="$parent_CheckButton13" inherits="UICheckButtonTemplate" id="13">
481 <Size>
482 <AbsDimension x="20" y="20"/>
483 </Size>
484 <Anchors>
485 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton12">
486 <Offset>
487 <AbsDimension x="-20" y="-20"/>
488 </Offset>
489 </Anchor>
490 </Anchors>
491 <Scripts>
492 <OnLoad>
493 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_COMBAT_TEXT);
494 </OnLoad>
495 <OnClick>
496 Perl_Config_Player_Portrait_Combat_Text_Update();
497 </OnClick>
498 </Scripts>
499 </CheckButton>
500  
501 <CheckButton name="$parent_CheckButton14" inherits="UICheckButtonTemplate" id="14">
502 <Size>
503 <AbsDimension x="20" y="20"/>
504 </Size>
505 <Anchors>
506 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton13">
507 <Offset>
508 <AbsDimension x="0" y="-20"/>
509 </Offset>
510 </Anchor>
511 </Anchors>
512 <Scripts>
513 <OnLoad>
514 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_DRUIDBAR);
515 </OnLoad>
516 <OnClick>
517 Perl_Config_Player_DruidBar_Update();
518 </OnClick>
519 </Scripts>
520 </CheckButton>
521  
522 <CheckButton name="$parent_CheckButton16" inherits="UICheckButtonTemplate" id="16">
523 <Size>
524 <AbsDimension x="20" y="20"/>
525 </Size>
526 <Anchors>
527 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton14">
528 <Offset>
529 <AbsDimension x="0" y="-20"/>
530 </Offset>
531 </Anchor>
532 </Anchors>
533 <Scripts>
534 <OnLoad>
535 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_FIVESEC);
536 </OnLoad>
537 <OnClick>
538 Perl_Config_Player_FiveSec_Update();
539 </OnClick>
540 </Scripts>
541 </CheckButton>
542  
543 <CheckButton name="$parent_CheckButton20" inherits="UICheckButtonTemplate" id="20">
544 <Size>
545 <AbsDimension x="20" y="20"/>
546 </Size>
547 <Anchors>
548 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton16">
549 <Offset>
550 <AbsDimension x="0" y="-20"/>
551 </Offset>
552 </Anchor>
553 </Anchors>
554 <Scripts>
555 <OnLoad>
556 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_PVP_RANK_ICON);
557 </OnLoad>
558 <OnClick>
559 Perl_Config_Player_PvP_Rank_Icon_Update();
560 </OnClick>
561 </Scripts>
562 </CheckButton>
563  
564 <CheckButton name="$parent_CheckButton23" inherits="UICheckButtonTemplate" id="23">
565 <Size>
566 <AbsDimension x="20" y="20"/>
567 </Size>
568 <Anchors>
569 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton20">
570 <Offset>
571 <AbsDimension x="0" y="-20"/>
572 </Offset>
573 </Anchor>
574 </Anchors>
575 <Scripts>
576 <OnLoad>
577 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_PVP_STATUS_ICON);
578 </OnLoad>
579 <OnClick>
580 Perl_Config_Player_PvP_Icon_Update();
581 </OnClick>
582 </Scripts>
583 </CheckButton>
584  
585 <CheckButton name="$parent_CheckButton6" inherits="UICheckButtonTemplate" id="6">
586 <Size>
587 <AbsDimension x="20" y="20"/>
588 </Size>
589 <Anchors>
590 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton23">
591 <Offset>
592 <AbsDimension x="0" y="-20"/>
593 </Offset>
594 </Anchor>
595 </Anchors>
596 <Scripts>
597 <OnLoad>
598 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_PLAYER_RAID_GROUP);
599 </OnLoad>
600 <OnClick>
601 Perl_Config_Player_Raid_Update();
602 </OnClick>
603 </Scripts>
604 </CheckButton>
605  
606 <CheckButton name="$parent_CheckButton22" inherits="UICheckButtonTemplate" id="22">
607 <Size>
608 <AbsDimension x="20" y="20"/>
609 </Size>
610 <Anchors>
611 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton6">
612 <Offset>
613 <AbsDimension x="0" y="-20"/>
614 </Offset>
615 </Anchor>
616 </Anchors>
617 <Scripts>
618 <OnLoad>
619 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_HIDDEN_IN_RAID);
620 </OnLoad>
621 <OnClick>
622 Perl_Config_Player_Hidden_In_Raids_Update();
623 </OnClick>
624 </Scripts>
625 </CheckButton>
626 </Frames>
627  
628 </Frame>
629 </Ui>