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