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_All.lua"/>
4  
5  
6 <Frame name="Perl_Config_All_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_All_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_ALL">
32 <Anchors>
33 <Anchor point="TOP" relativeTo="Perl_Config_All_Header">
34 <Offset>
35 <AbsDimension x="0" y="-14"/>
36 </Offset>
37 </Anchor>
38 </Anchors>
39 </FontString>
40  
41 <FontString name="$parent_Texture_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_ALL_TEXTURED_BARS">
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_MiniMap_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_ALL_MINIMAP_POSITION">
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_Misc_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_MISC">
72 <Anchors>
73 <Anchor point="LEFT" relativePoint="TOPLEFT">
74 <Offset>
75 <AbsDimension x="150" y="-30"/>
76 </Offset>
77 </Anchor>
78 </Anchors>
79 </FontString>
80  
81 <FontString name="$parent_Frame_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_ALL_FRAMES">
82 <Anchors>
83 <Anchor point="LEFT" relativePoint="TOPLEFT">
84 <Offset>
85 <AbsDimension x="20" y="-190"/>
86 </Offset>
87 </Anchor>
88 </Anchors>
89 </FontString>
90  
91 <FontString name="$parent_Scaling_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_SCALING">
92 <Anchors>
93 <Anchor point="LEFT" relativePoint="TOPLEFT">
94 <Offset>
95 <AbsDimension x="20" y="-325"/>
96 </Offset>
97 </Anchor>
98 </Anchors>
99 </FontString>
100 </Layer>
101 </Layers>
102  
103 <Frames>
104 <CheckButton name="$parent_CheckButton1" inherits="UICheckButtonTemplate" id="1">
105 <Size>
106 <AbsDimension x="20" y="20"/>
107 </Size>
108 <Anchors>
109 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Texture_Text">
110 <Offset>
111 <AbsDimension x="20" y="-20"/>
112 </Offset>
113 </Anchor>
114 </Anchors>
115 <Scripts>
116 <OnLoad>
117 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_TEXTURE_ONE);
118 </OnLoad>
119 <OnClick>
120 Perl_Config_All_Frame_CheckButton2:SetChecked(nil) <!-- We need to uncheck Button 2 -->
121 Perl_Config_All_Frame_CheckButton3:SetChecked(nil) <!-- We need to uncheck Button 3 -->
122 Perl_Config_All_Frame_CheckButton4:SetChecked(nil) <!-- We need to uncheck Button 4 -->
123 Perl_Config_All_Frame_CheckButton5:SetChecked(nil) <!-- We need to uncheck Button 5 -->
124 Perl_Config_All_Frame_CheckButton6:SetChecked(nil) <!-- We need to uncheck Button 6 -->
125 Perl_Config_All_Frame_CheckButton7:SetChecked(nil) <!-- We need to uncheck Button 7 -->
126 Perl_Config_All_Texture_Update(1);
127 </OnClick>
128 </Scripts>
129 </CheckButton>
130  
131 <CheckButton name="$parent_CheckButton2" inherits="UICheckButtonTemplate" id="2">
132 <Size>
133 <AbsDimension x="20" y="20"/>
134 </Size>
135 <Anchors>
136 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton1">
137 <Offset>
138 <AbsDimension x="0" y="-20"/>
139 </Offset>
140 </Anchor>
141 </Anchors>
142 <Scripts>
143 <OnLoad>
144 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_TEXTURE_TWO);
145 </OnLoad>
146 <OnClick>
147 Perl_Config_All_Frame_CheckButton1:SetChecked(nil) <!-- We need to uncheck Button 1 -->
148 Perl_Config_All_Frame_CheckButton3:SetChecked(nil) <!-- We need to uncheck Button 3 -->
149 Perl_Config_All_Frame_CheckButton4:SetChecked(nil) <!-- We need to uncheck Button 4 -->
150 Perl_Config_All_Frame_CheckButton5:SetChecked(nil) <!-- We need to uncheck Button 5 -->
151 Perl_Config_All_Frame_CheckButton6:SetChecked(nil) <!-- We need to uncheck Button 6 -->
152 Perl_Config_All_Frame_CheckButton7:SetChecked(nil) <!-- We need to uncheck Button 7 -->
153 Perl_Config_All_Texture_Update(2);
154 </OnClick>
155 </Scripts>
156 </CheckButton>
157  
158 <CheckButton name="$parent_CheckButton3" inherits="UICheckButtonTemplate" id="3">
159 <Size>
160 <AbsDimension x="20" y="20"/>
161 </Size>
162 <Anchors>
163 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton2">
164 <Offset>
165 <AbsDimension x="0" y="-20"/>
166 </Offset>
167 </Anchor>
168 </Anchors>
169 <Scripts>
170 <OnLoad>
171 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_TEXTURE_THREE);
172 </OnLoad>
173 <OnClick>
174 Perl_Config_All_Frame_CheckButton1:SetChecked(nil) <!-- We need to uncheck Button 1 -->
175 Perl_Config_All_Frame_CheckButton2:SetChecked(nil) <!-- We need to uncheck Button 2 -->
176 Perl_Config_All_Frame_CheckButton4:SetChecked(nil) <!-- We need to uncheck Button 4 -->
177 Perl_Config_All_Frame_CheckButton5:SetChecked(nil) <!-- We need to uncheck Button 5 -->
178 Perl_Config_All_Frame_CheckButton6:SetChecked(nil) <!-- We need to uncheck Button 6 -->
179 Perl_Config_All_Frame_CheckButton7:SetChecked(nil) <!-- We need to uncheck Button 7 -->
180 Perl_Config_All_Texture_Update(3);
181 </OnClick>
182 </Scripts>
183 </CheckButton>
184  
185 <CheckButton name="$parent_CheckButton4" inherits="UICheckButtonTemplate" id="4">
186 <Size>
187 <AbsDimension x="20" y="20"/>
188 </Size>
189 <Anchors>
190 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton3">
191 <Offset>
192 <AbsDimension x="0" y="-20"/>
193 </Offset>
194 </Anchor>
195 </Anchors>
196 <Scripts>
197 <OnLoad>
198 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_TEXTURE_FOUR);
199 </OnLoad>
200 <OnClick>
201 Perl_Config_All_Frame_CheckButton1:SetChecked(nil) <!-- We need to uncheck Button 1 -->
202 Perl_Config_All_Frame_CheckButton2:SetChecked(nil) <!-- We need to uncheck Button 2 -->
203 Perl_Config_All_Frame_CheckButton3:SetChecked(nil) <!-- We need to uncheck Button 3 -->
204 Perl_Config_All_Frame_CheckButton5:SetChecked(nil) <!-- We need to uncheck Button 5 -->
205 Perl_Config_All_Frame_CheckButton6:SetChecked(nil) <!-- We need to uncheck Button 6 -->
206 Perl_Config_All_Frame_CheckButton7:SetChecked(nil) <!-- We need to uncheck Button 7 -->
207 Perl_Config_All_Texture_Update(4);
208 </OnClick>
209 </Scripts>
210 </CheckButton>
211  
212 <CheckButton name="$parent_CheckButton5" inherits="UICheckButtonTemplate" id="5">
213 <Size>
214 <AbsDimension x="20" y="20"/>
215 </Size>
216 <Anchors>
217 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton4">
218 <Offset>
219 <AbsDimension x="0" y="-20"/>
220 </Offset>
221 </Anchor>
222 </Anchors>
223 <Scripts>
224 <OnLoad>
225 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_TEXTURE_FIVE);
226 </OnLoad>
227 <OnClick>
228 Perl_Config_All_Frame_CheckButton1:SetChecked(nil) <!-- We need to uncheck Button 1 -->
229 Perl_Config_All_Frame_CheckButton2:SetChecked(nil) <!-- We need to uncheck Button 2 -->
230 Perl_Config_All_Frame_CheckButton3:SetChecked(nil) <!-- We need to uncheck Button 3 -->
231 Perl_Config_All_Frame_CheckButton4:SetChecked(nil) <!-- We need to uncheck Button 4 -->
232 Perl_Config_All_Frame_CheckButton6:SetChecked(nil) <!-- We need to uncheck Button 6 -->
233 Perl_Config_All_Frame_CheckButton7:SetChecked(nil) <!-- We need to uncheck Button 7 -->
234 Perl_Config_All_Texture_Update(5);
235 </OnClick>
236 </Scripts>
237 </CheckButton>
238  
239 <CheckButton name="$parent_CheckButton6" inherits="UICheckButtonTemplate" id="6">
240 <Size>
241 <AbsDimension x="20" y="20"/>
242 </Size>
243 <Anchors>
244 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton5">
245 <Offset>
246 <AbsDimension x="0" y="-20"/>
247 </Offset>
248 </Anchor>
249 </Anchors>
250 <Scripts>
251 <OnLoad>
252 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_TEXTURE_SIX);
253 </OnLoad>
254 <OnClick>
255 Perl_Config_All_Frame_CheckButton1:SetChecked(nil) <!-- We need to uncheck Button 1 -->
256 Perl_Config_All_Frame_CheckButton2:SetChecked(nil) <!-- We need to uncheck Button 2 -->
257 Perl_Config_All_Frame_CheckButton3:SetChecked(nil) <!-- We need to uncheck Button 3 -->
258 Perl_Config_All_Frame_CheckButton4:SetChecked(nil) <!-- We need to uncheck Button 4 -->
259 Perl_Config_All_Frame_CheckButton5:SetChecked(nil) <!-- We need to uncheck Button 5 -->
260 Perl_Config_All_Frame_CheckButton7:SetChecked(nil) <!-- We need to uncheck Button 7 -->
261 Perl_Config_All_Texture_Update(6);
262 </OnClick>
263 </Scripts>
264 </CheckButton>
265  
266 <CheckButton name="$parent_CheckButton7" inherits="UICheckButtonTemplate" id="7">
267 <Size>
268 <AbsDimension x="20" y="20"/>
269 </Size>
270 <Anchors>
271 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton6">
272 <Offset>
273 <AbsDimension x="0" y="-20"/>
274 </Offset>
275 </Anchor>
276 </Anchors>
277 <Scripts>
278 <OnLoad>
279 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_TEXTURE_NONE);
280 </OnLoad>
281 <OnClick>
282 Perl_Config_All_Frame_CheckButton1:SetChecked(nil) <!-- We need to uncheck Button 1 -->
283 Perl_Config_All_Frame_CheckButton2:SetChecked(nil) <!-- We need to uncheck Button 2 -->
284 Perl_Config_All_Frame_CheckButton3:SetChecked(nil) <!-- We need to uncheck Button 3 -->
285 Perl_Config_All_Frame_CheckButton4:SetChecked(nil) <!-- We need to uncheck Button 4 -->
286 Perl_Config_All_Frame_CheckButton5:SetChecked(nil) <!-- We need to uncheck Button 5 -->
287 Perl_Config_All_Frame_CheckButton6:SetChecked(nil) <!-- We need to uncheck Button 6 -->
288 Perl_Config_All_Texture_Update(0);
289 </OnClick>
290 </Scripts>
291 </CheckButton>
292  
293 <Button name="$parent_Button1" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_ALL_LOCK_ALL">
294 <Size>
295 <AbsDimension x="170" y="22"/>
296 </Size>
297 <Anchors>
298 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Frame_Text">
299 <Offset>
300 <AbsDimension x="20" y="-45"/>
301 </Offset>
302 </Anchor>
303 </Anchors>
304 <Scripts>
305 <OnClick>
306 Perl_Config_Lock_Unlock(1);
307 </OnClick>
308 </Scripts>
309 </Button>
310  
311 <Button name="$parent_Button2" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_ALL_UNLOCK_ALL">
312 <Size>
313 <AbsDimension x="170" y="22"/>
314 </Size>
315 <Anchors>
316 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Button1">
317 <Offset>
318 <AbsDimension x="0" y="-30"/>
319 </Offset>
320 </Anchor>
321 </Anchors>
322 <Scripts>
323 <OnClick>
324 Perl_Config_Lock_Unlock(0);
325 </OnClick>
326 </Scripts>
327 </Button>
328  
329 <Slider name="$parent_Slider1" inherits="OptionsSliderTemplate" minValue="1" maxValue="149" valueStep="1">
330 <Size>
331 <AbsDimension x="200" y="15"/>
332 </Size>
333 <Anchors>
334 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Scaling_Text">
335 <Offset>
336 <AbsDimension x="20" y="-20"/>
337 </Offset>
338 </Anchor>
339 </Anchors>
340 <Scripts>
341 <OnValueChanged>
342 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
343 Perl_Config_All_Set_Scale(getglobal(this:GetName()):GetValue());
344 </OnValueChanged>
345 </Scripts>
346 </Slider>
347  
348 <CheckButton name="$parent_CheckButton12" inherits="UICheckButtonTemplate" id="12">
349 <Size>
350 <AbsDimension x="20" y="20"/>
351 </Size>
352 <Anchors>
353 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent_Slider1">
354 <Offset>
355 <AbsDimension x="20" y="0"/>
356 </Offset>
357 </Anchor>
358 </Anchors>
359 <Scripts>
360 <OnLoad>
361 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_SCALING_SET_CURRENT);
362 </OnLoad>
363 <OnClick>
364 Perl_Config_All_Set_Scale();
365 </OnClick>
366 </Scripts>
367 </CheckButton>
368  
369 <Slider name="$parent_Slider2" inherits="OptionsSliderTemplate" minValue="0" maxValue="100" valueStep="1">
370 <Size>
371 <AbsDimension x="200" y="15"/>
372 </Size>
373 <Anchors>
374 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Transparency_Text">
375 <Offset>
376 <AbsDimension x="20" y="-20"/>
377 </Offset>
378 </Anchor>
379 </Anchors>
380 <Scripts>
381 <OnValueChanged>
382 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
383 Perl_Config_All_Set_Transparency(getglobal(this:GetName()):GetValue());
384 </OnValueChanged>
385 </Scripts>
386 </Slider>
387  
388 <Slider name="$parent_Slider3" inherits="OptionsSliderTemplate" minValue="0" maxValue="360" valueStep="1">
389 <Size>
390 <AbsDimension x="200" y="15"/> <!-- 260 -->
391 </Size>
392 <Anchors>
393 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_MiniMap_Text">
394 <Offset>
395 <AbsDimension x="20" y="-25"/> <!-- -40 -->
396 </Offset>
397 </Anchor>
398 </Anchors>
399 <Scripts>
400 <OnValueChanged>
401 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
402 Perl_Config_All_Set_MiniMap_Position(getglobal(this:GetName()):GetValue());
403 </OnValueChanged>
404 </Scripts>
405 </Slider>
406  
407 <CheckButton name="$parent_CheckButton8" inherits="UICheckButtonTemplate" id="8">
408 <Size>
409 <AbsDimension x="20" y="20"/>
410 </Size>
411 <Anchors>
412 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_MiniMap_Text">
413 <Offset>
414 <AbsDimension x="20" y="-50"/>
415 </Offset>
416 </Anchor>
417 </Anchors>
418 <Scripts>
419 <OnLoad>
420 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_SHOW_MINIMAP);
421 </OnLoad>
422 <OnClick>
423 Perl_Config_All_Set_MiniMap_Button();
424 </OnClick>
425 </Scripts>
426 </CheckButton>
427  
428 <CheckButton name="$parent_CheckButton9" inherits="UICheckButtonTemplate" id="9">
429 <Size>
430 <AbsDimension x="20" y="20"/>
431 </Size>
432 <Anchors>
433 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Frame_Text">
434 <Offset>
435 <AbsDimension x="20" y="-20"/>
436 </Offset>
437 </Anchor>
438 </Anchors>
439 <Scripts>
440 <OnLoad>
441 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_TRANSPARENT_BACKGROUND);
442 </OnLoad>
443 <OnClick>
444 Perl_Config_All_Set_Transparent_Background();
445 </OnClick>
446 </Scripts>
447 </CheckButton>
448  
449 <Button name="$parent_Button3" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_ALL_LOAD">
450 <Size>
451 <AbsDimension x="150" y="22"/>
452 </Size>
453 <Anchors>
454 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent_Button1">
455 <Offset>
456 <AbsDimension x="220" y="-25"/>
457 </Offset>
458 </Anchor>
459 </Anchors>
460 <Scripts>
461 <OnClick>
462 Perl_Config_Global_Load_Settings();
463 Perl_Config_All_Display();
464 DEFAULT_CHAT_FRAME:AddMessage(PERL_LOCALIZED_CONFIG_ALL_LOAD_OUTPUT);
465 </OnClick>
466 </Scripts>
467 </Button>
468  
469 <Button name="$parent_Button4" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_ALL_SAVE">
470 <Size>
471 <AbsDimension x="150" y="22"/>
472 </Size>
473 <Anchors>
474 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Button3">
475 <Offset>
476 <AbsDimension x="0" y="-30"/>
477 </Offset>
478 </Anchor>
479 </Anchors>
480 <Scripts>
481 <OnClick>
482 Perl_Config_Global_Save_Settings();
483 DEFAULT_CHAT_FRAME:AddMessage(PERL_LOCALIZED_CONFIG_ALL_SAVE_OUTPUT);
484 </OnClick>
485 </Scripts>
486 </Button>
487  
488 <Button name="$parent_Button5" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_RESET_FRAMES">
489 <Size>
490 <AbsDimension x="170" y="22"/>
491 </Size>
492 <Anchors>
493 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Button2">
494 <Offset>
495 <AbsDimension x="0" y="-30"/>
496 </Offset>
497 </Anchor>
498 </Anchors>
499 <Scripts>
500 <OnClick>
501 Perl_Config_Frame_Reset_Positions();
502 DEFAULT_CHAT_FRAME:AddMessage(PERL_LOCALIZED_CONFIG_ALL_RESET_FRAMES_OUTPUT);
503 </OnClick>
504 </Scripts>
505 </Button>
506  
507 <CheckButton name="$parent_CheckButton10" inherits="UICheckButtonTemplate" id="10">
508 <Size>
509 <AbsDimension x="20" y="20"/>
510 </Size>
511 <Anchors>
512 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Frame_Text">
513 <Offset>
514 <AbsDimension x="210" y="-20"/>
515 </Offset>
516 </Anchor>
517 </Anchors>
518 <Scripts>
519 <OnLoad>
520 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_CLICKHEALING);
521 </OnLoad>
522 <OnClick>
523 Perl_Config_All_Set_CastParty_Support();
524 </OnClick>
525 </Scripts>
526 </CheckButton>
527  
528 <CheckButton name="$parent_CheckButton15" inherits="UICheckButtonTemplate" id="15">
529 <Size>
530 <AbsDimension x="20" y="20"/>
531 </Size>
532 <Anchors>
533 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton10">
534 <Offset>
535 <AbsDimension x="20" y="-20"/>
536 </Offset>
537 </Anchor>
538 </Anchors>
539 <Scripts>
540 <OnLoad>
541 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_CLICKCASTABLE_NAME_FRAMES);
542 </OnLoad>
543 <OnClick>
544 Perl_Config_All_Set_Name_Frame_Click_Cast();
545 </OnClick>
546 </Scripts>
547 </CheckButton>
548  
549 <Button name="$parent_DropDown1" inherits="UIDropDownMenuTemplate">
550 <Layers>
551 <Layer level="BACKGROUND">
552 <FontString name="$parentLabel" inherits="GameFontNormalSmall" text="PERL_LOCALIZED_CONFIG_ALL_LOAD_PROFILE_HEADER">
553 <Anchors>
554 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
555 <Offset>
556 <AbsDimension x="21" y="0"/>
557 </Offset>
558 </Anchor>
559 </Anchors>
560 </FontString>
561 </Layer>
562 </Layers>
563 <Anchors>
564 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent_Button5">
565 <Offset>
566 <AbsDimension x="5" y="20"/>
567 </Offset>
568 </Anchor>
569 </Anchors>
570 <Scripts>
571 <OnShow>
572 Perl_Config_Profile_OnShow();
573 </OnShow>
574 </Scripts>
575 </Button>
576  
577 <Button name="$parent_Button6" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_ALL_LOAD_PROFILE_BUTTON">
578 <Size>
579 <AbsDimension x="50" y="22"/>
580 </Size>
581 <Anchors>
582 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent_DropDown1">
583 <Offset>
584 <AbsDimension x="-10" y="-2"/>
585 </Offset>
586 </Anchor>
587 </Anchors>
588 <Scripts>
589 <OnClick>
590 Perl_Config_Profile_Load();
591 </OnClick>
592 </Scripts>
593 </Button>
594  
595 <Button name="$parent_Button7" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_ALL_DELETE_PROFILE_BUTTON">
596 <Size>
597 <AbsDimension x="50" y="22"/>
598 </Size>
599 <Anchors>
600 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parent_Button6">
601 <Offset>
602 <AbsDimension x="0" y="-5"/>
603 </Offset>
604 </Anchor>
605 </Anchors>
606 <Scripts>
607 <OnClick>
608 Perl_Config_Profile_Delete();
609 </OnClick>
610 </Scripts>
611 </Button>
612  
613 <CheckButton name="$parent_CheckButton11" inherits="UICheckButtonTemplate" id="11">
614 <Size>
615 <AbsDimension x="20" y="20"/>
616 </Size>
617 <Anchors>
618 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Misc_Text">
619 <Offset>
620 <AbsDimension x="20" y="-20"/>
621 </Offset>
622 </Anchor>
623 </Anchors>
624 <Scripts>
625 <OnLoad>
626 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_PROGRESSIVE);
627 </OnLoad>
628 <OnClick>
629 Perl_Config_All_Set_Color_Health();
630 </OnClick>
631 </Scripts>
632 </CheckButton>
633  
634 <CheckButton name="$parent_CheckButton13" inherits="UICheckButtonTemplate" id="13">
635 <Size>
636 <AbsDimension x="20" y="20"/>
637 </Size>
638 <Anchors>
639 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton11">
640 <Offset>
641 <AbsDimension x="0" y="-20"/>
642 </Offset>
643 </Anchor>
644 </Anchors>
645 <Scripts>
646 <OnLoad>
647 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_TEXTURED_BACKGROUND);
648 </OnLoad>
649 <OnClick>
650 Perl_Config_All_Set_Textured_Bar_Background();
651 </OnClick>
652 </Scripts>
653 </CheckButton>
654  
655 <CheckButton name="$parent_CheckButton14" inherits="UICheckButtonTemplate" id="14">
656 <Size>
657 <AbsDimension x="20" y="20"/>
658 </Size>
659 <Anchors>
660 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton13">
661 <Offset>
662 <AbsDimension x="0" y="-20"/>
663 </Offset>
664 </Anchor>
665 </Anchors>
666 <Scripts>
667 <OnLoad>
668 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_ALL_FADE_BARS);
669 </OnLoad>
670 <OnClick>
671 Perl_Config_All_Set_Fade_Bars();
672 </OnClick>
673 </Scripts>
674 </CheckButton>
675  
676 <CheckButton name="$parent_CheckButton16" inherits="UICheckButtonTemplate" id="16">
677 <Size>
678 <AbsDimension x="20" y="20"/>
679 </Size>
680 <Anchors>
681 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton14">
682 <Offset>
683 <AbsDimension x="0" y="-20"/>
684 </Offset>
685 </Anchor>
686 </Anchors>
687 <Scripts>
688 <OnLoad>
689 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_INVERT_BAR_VALUES);
690 </OnLoad>
691 <OnClick>
692 Perl_Config_All_Set_Invert_Bar_Values();
693 </OnClick>
694 </Scripts>
695 </CheckButton>
696 </Frames>
697  
698 </Frame>
699 </Ui>