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_Target.lua"/>
4  
5  
6 <Frame name="Perl_Config_Target_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_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_TARGETTARGET">
32 <Anchors>
33 <Anchor point="TOP" relativeTo="Perl_Config_Target_Target_Header">
34 <Offset>
35 <AbsDimension x="0" y="-14"/>
36 </Offset>
37 </Anchor>
38 </Anchors>
39 </FontString>
40  
41 <FontString name="$parent_Main_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_TARGETTARGET_MAIN">
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_ToT_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_TARGETTARGET_ALERT_MODE">
52 <Anchors>
53 <Anchor point="LEFT" relativePoint="TOPLEFT">
54 <Offset>
55 <AbsDimension x="20" y="-100"/>
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="-190"/>
66 </Offset>
67 </Anchor>
68 </Anchors>
69 </FontString>
70  
71 <FontString name="$parent_Alert_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_TARGETTARGET_ALERT_SIZE">
72 <Anchors>
73 <Anchor point="LEFT" relativePoint="TOPLEFT">
74 <Offset>
75 <AbsDimension x="175" y="-100"/>
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_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_Main_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_TARGETTARGET_ENABLE_TOT);
118 </OnLoad>
119 <OnClick>
120 Perl_Config_Target_Target_ToT_Update();
121 </OnClick>
122 </Scripts>
123 </CheckButton>
124  
125 <CheckButton name="$parent_CheckButton2" inherits="UICheckButtonTemplate" id="2">
126 <Size>
127 <AbsDimension x="20" y="20"/>
128 </Size>
129 <Anchors>
130 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton1">
131 <Offset>
132 <AbsDimension x="0" y="-20"/>
133 </Offset>
134 </Anchor>
135 </Anchors>
136 <Scripts>
137 <OnLoad>
138 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGETTARGET_ENABLE_TOTOT);
139 </OnLoad>
140 <OnClick>
141 Perl_Config_Target_Target_ToToT_Update();
142 </OnClick>
143 </Scripts>
144 </CheckButton>
145  
146 <CheckButton name="$parent_CheckButton7" inherits="UICheckButtonTemplate" id="7">
147 <Size>
148 <AbsDimension x="20" y="20"/>
149 </Size>
150 <Anchors>
151 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Misc_Text">
152 <Offset>
153 <AbsDimension x="20" y="-20"/>
154 </Offset>
155 </Anchor>
156 </Anchors>
157 <Scripts>
158 <OnLoad>
159 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGETTARGET_AUDIO_ALERT_ON_AGRO);
160 </OnLoad>
161 <OnClick>
162 Perl_Config_Target_Target_Sound_Update();
163 </OnClick>
164 </Scripts>
165 </CheckButton>
166  
167 <CheckButton name="$parent_CheckButton19" inherits="UICheckButtonTemplate" id="19">
168 <Size>
169 <AbsDimension x="20" y="20"/>
170 </Size>
171 <Anchors>
172 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton7">
173 <Offset>
174 <AbsDimension x="0" y="-20"/>
175 </Offset>
176 </Anchor>
177 </Anchors>
178 <Scripts>
179 <OnLoad>
180 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_CLASS_BUFFDEBUFF);
181 </OnLoad>
182 <OnClick>
183 Perl_Config_Target_Target_Class_Buffs_Update();
184 </OnClick>
185 </Scripts>
186 </CheckButton>
187  
188 <CheckButton name="$parent_CheckButton16" inherits="UICheckButtonTemplate" id="16">
189 <Size>
190 <AbsDimension x="20" y="20"/>
191 </Size>
192 <Anchors>
193 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton19">
194 <Offset>
195 <AbsDimension x="0" y="-20"/>
196 </Offset>
197 </Anchor>
198 </Anchors>
199 <Scripts>
200 <OnLoad>
201 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_HIDE_POWER_BARS);
202 </OnLoad>
203 <OnClick>
204 Perl_Config_Target_Target_Hide_Power_Bars_Update();
205 </OnClick>
206 </Scripts>
207 </CheckButton>
208  
209 <CheckButton name="$parent_CheckButton20" inherits="UICheckButtonTemplate" id="20">
210 <Size>
211 <AbsDimension x="20" y="20"/>
212 </Size>
213 <Anchors>
214 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton16">
215 <Offset>
216 <AbsDimension x="0" y="-20"/>
217 </Offset>
218 </Anchor>
219 </Anchors>
220 <Scripts>
221 <OnLoad>
222 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_CLASS_COLORED_NAMES);
223 </OnLoad>
224 <OnClick>
225 Perl_Config_Target_Target_Class_Colored_Names_Update();
226 </OnClick>
227 </Scripts>
228 </CheckButton>
229  
230 <CheckButton name="$parent_CheckButton3" inherits="UICheckButtonTemplate" id="3">
231 <Size>
232 <AbsDimension x="20" y="20"/>
233 </Size>
234 <Anchors>
235 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton20">
236 <Offset>
237 <AbsDimension x="0" y="-20"/>
238 </Offset>
239 </Anchor>
240 </Anchors>
241 <Scripts>
242 <OnLoad>
243 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_MOBHEALTH);
244 </OnLoad>
245 <OnClick>
246 Perl_Config_Target_Target_MobHealth_Update();
247 </OnClick>
248 </Scripts>
249 </CheckButton>
250  
251 <CheckButton name="$parent_CheckButton5" inherits="UICheckButtonTemplate" id="5">
252 <Size>
253 <AbsDimension x="20" y="20"/>
254 </Size>
255 <Anchors>
256 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton3">
257 <Offset>
258 <AbsDimension x="0" y="-20"/>
259 </Offset>
260 </Anchor>
261 </Anchors>
262 <Scripts>
263 <OnLoad>
264 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGETTARGET_LOCK);
265 </OnLoad>
266 <OnClick>
267 Perl_Config_Target_Target_Lock_Update();
268 </OnClick>
269 </Scripts>
270 </CheckButton>
271  
272 <CheckButton name="$parent_CheckButton14" inherits="UICheckButtonTemplate" id="14">
273 <Size>
274 <AbsDimension x="20" y="20"/>
275 </Size>
276 <Anchors>
277 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Misc_Text">
278 <Offset>
279 <AbsDimension x="200" y="-20"/>
280 </Offset>
281 </Anchor>
282 </Anchors>
283 <Scripts>
284 <OnLoad>
285 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGETTARGET_SHOW_TOT_BUFFS);
286 </OnLoad>
287 <OnClick>
288 Perl_Config_Target_Target_Buff_Update();
289 </OnClick>
290 </Scripts>
291 </CheckButton>
292  
293 <CheckButton name="$parent_CheckButton17" inherits="UICheckButtonTemplate" id="17">
294 <Size>
295 <AbsDimension x="20" y="20"/>
296 </Size>
297 <Anchors>
298 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton14">
299 <Offset>
300 <AbsDimension x="0" y="-20"/>
301 </Offset>
302 </Anchor>
303 </Anchors>
304 <Scripts>
305 <OnLoad>
306 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGETTARGET_SHOW_TOT_DEBUFFS);
307 </OnLoad>
308 <OnClick>
309 Perl_Config_Target_Target_Debuff_Update();
310 </OnClick>
311 </Scripts>
312 </CheckButton>
313  
314 <CheckButton name="$parent_CheckButton15" inherits="UICheckButtonTemplate" id="15">
315 <Size>
316 <AbsDimension x="20" y="20"/>
317 </Size>
318 <Anchors>
319 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton17">
320 <Offset>
321 <AbsDimension x="0" y="-20"/>
322 </Offset>
323 </Anchor>
324 </Anchors>
325 <Scripts>
326 <OnLoad>
327 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGETTARGET_SHOW_TOTOT_BUFFS);
328 </OnLoad>
329 <OnClick>
330 Perl_Config_Target_Target_Target_Buff_Update();
331 </OnClick>
332 </Scripts>
333 </CheckButton>
334  
335 <CheckButton name="$parent_CheckButton18" inherits="UICheckButtonTemplate" id="18">
336 <Size>
337 <AbsDimension x="20" y="20"/>
338 </Size>
339 <Anchors>
340 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton15">
341 <Offset>
342 <AbsDimension x="0" y="-20"/>
343 </Offset>
344 </Anchor>
345 </Anchors>
346 <Scripts>
347 <OnLoad>
348 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGETTARGET_SHOW_TOTOT_DEBUFFS);
349 </OnLoad>
350 <OnClick>
351 Perl_Config_Target_Target_Target_Debuff_Update();
352 </OnClick>
353 </Scripts>
354 </CheckButton>
355  
356 <CheckButton name="$parent_CheckButton21" inherits="UICheckButtonTemplate" id="21">
357 <Size>
358 <AbsDimension x="20" y="20"/>
359 </Size>
360 <Anchors>
361 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton18">
362 <Offset>
363 <AbsDimension x="0" y="-20"/>
364 </Offset>
365 </Anchor>
366 </Anchors>
367 <Scripts>
368 <OnLoad>
369 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGETTARGET_SHOW_FRIENDLY_HEALTH);
370 </OnLoad>
371 <OnClick>
372 Perl_Config_Target_Target_Show_Friendly_Health_Update();
373 </OnClick>
374 </Scripts>
375 </CheckButton>
376  
377 <Slider name="$parent_Slider1" inherits="OptionsSliderTemplate" minValue="1" maxValue="149" valueStep="1">
378 <Size>
379 <AbsDimension x="200" y="15"/>
380 </Size>
381 <Anchors>
382 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Scaling_Text">
383 <Offset>
384 <AbsDimension x="20" y="-20"/>
385 </Offset>
386 </Anchor>
387 </Anchors>
388 <Scripts>
389 <OnValueChanged>
390 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
391 Perl_Config_Target_Target_Set_Scale(getglobal(this:GetName()):GetValue());
392 </OnValueChanged>
393 </Scripts>
394 </Slider>
395  
396 <CheckButton name="$parent_CheckButton6" inherits="UICheckButtonTemplate" id="6">
397 <Size>
398 <AbsDimension x="20" y="20"/>
399 </Size>
400 <Anchors>
401 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent_Slider1">
402 <Offset>
403 <AbsDimension x="20" y="0"/>
404 </Offset>
405 </Anchor>
406 </Anchors>
407 <Scripts>
408 <OnLoad>
409 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_SCALING_SET_CURRENT);
410 </OnLoad>
411 <OnClick>
412 Perl_Config_Target_Target_Set_Scale();
413 </OnClick>
414 </Scripts>
415 </CheckButton>
416  
417 <Slider name="$parent_Slider2" inherits="OptionsSliderTemplate" minValue="0" maxValue="100" valueStep="1">
418 <Size>
419 <AbsDimension x="200" y="15"/>
420 </Size>
421 <Anchors>
422 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Transparency_Text">
423 <Offset>
424 <AbsDimension x="20" y="-20"/>
425 </Offset>
426 </Anchor>
427 </Anchors>
428 <Scripts>
429 <OnValueChanged>
430 getglobal(this:GetName().."Text"):SetText(getglobal(this:GetName()):GetValue());
431 Perl_Config_Target_Target_Set_Transparency(getglobal(this:GetName()):GetValue());
432 </OnValueChanged>
433 </Scripts>
434 </Slider>
435  
436 <CheckButton name="$parent_CheckButton8" inherits="UICheckButtonTemplate" id="8">
437 <Size>
438 <AbsDimension x="20" y="20"/>
439 </Size>
440 <Anchors>
441 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_ToT_Text">
442 <Offset>
443 <AbsDimension x="20" y="-20"/>
444 </Offset>
445 </Anchor>
446 </Anchors>
447 <Scripts>
448 <OnLoad>
449 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGETTARGET_DPS_MODE);
450 </OnLoad>
451 <OnClick>
452 Perl_Config_Target_Target_Frame_CheckButton9:SetChecked(nil); <!-- We need to uncheck Button 9 -->
453 Perl_Config_Target_Target_Frame_CheckButton10:SetChecked(nil); <!-- We need to uncheck Button 10 -->
454 Perl_Config_Target_Target_Mode_Update();
455 </OnClick>
456 </Scripts>
457 </CheckButton>
458  
459 <CheckButton name="$parent_CheckButton9" inherits="UICheckButtonTemplate" id="9">
460 <Size>
461 <AbsDimension x="20" y="20"/>
462 </Size>
463 <Anchors>
464 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton8" >
465 <Offset>
466 <AbsDimension x="0" y="-20"/>
467 </Offset>
468 </Anchor>
469 </Anchors>
470 <Scripts>
471 <OnLoad>
472 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGETTARGET_TANK_MODE);
473 </OnLoad>
474 <OnClick>
475 Perl_Config_Target_Target_Frame_CheckButton8:SetChecked(nil); <!-- We need to uncheck Button 8 -->
476 Perl_Config_Target_Target_Frame_CheckButton10:SetChecked(nil); <!-- We need to uncheck Button 10 -->
477 Perl_Config_Target_Target_Mode_Update();
478 </OnClick>
479 </Scripts>
480 </CheckButton>
481  
482 <CheckButton name="$parent_CheckButton10" inherits="UICheckButtonTemplate" id="10">
483 <Size>
484 <AbsDimension x="20" y="20"/>
485 </Size>
486 <Anchors>
487 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton9">
488 <Offset>
489 <AbsDimension x="0" y="-20"/>
490 </Offset>
491 </Anchor>
492 </Anchors>
493 <Scripts>
494 <OnLoad>
495 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGETTARGET_HEALER_MODE);
496 </OnLoad>
497 <OnClick>
498 Perl_Config_Target_Target_Frame_CheckButton8:SetChecked(nil); <!-- We need to uncheck Button 8 -->
499 Perl_Config_Target_Target_Frame_CheckButton9:SetChecked(nil); <!-- We need to uncheck Button 9 -->
500 Perl_Config_Target_Target_Mode_Update();
501 </OnClick>
502 </Scripts>
503 </CheckButton>
504  
505 <CheckButton name="$parent_CheckButton11" inherits="UICheckButtonTemplate" id="11">
506 <Size>
507 <AbsDimension x="20" y="20"/>
508 </Size>
509 <Anchors>
510 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Alert_Text">
511 <Offset>
512 <AbsDimension x="20" y="-20"/>
513 </Offset>
514 </Anchor>
515 </Anchors>
516 <Scripts>
517 <OnLoad>
518 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGETTARGET_SMALL_TEXT);
519 </OnLoad>
520 <OnClick>
521 Perl_Config_Target_Target_Frame_CheckButton12:SetChecked(nil); <!-- We need to uncheck Button 12 -->
522 Perl_Config_Target_Target_Frame_CheckButton13:SetChecked(nil); <!-- We need to uncheck Button 13 -->
523 Perl_Config_Target_Target_Alert_Size_Update();
524 </OnClick>
525 </Scripts>
526 </CheckButton>
527  
528 <CheckButton name="$parent_CheckButton12" inherits="UICheckButtonTemplate" id="12">
529 <Size>
530 <AbsDimension x="20" y="20"/>
531 </Size>
532 <Anchors>
533 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton11">
534 <Offset>
535 <AbsDimension x="0" y="-20"/>
536 </Offset>
537 </Anchor>
538 </Anchors>
539 <Scripts>
540 <OnLoad>
541 getglobal(this:GetName().."Text"):SetText(PERL_LOCALIZED_CONFIG_TARGETTARGET_LARGE_TEXT);
542 </OnLoad>
543 <OnClick>
544 Perl_Config_Target_Target_Frame_CheckButton11:SetChecked(nil); <!-- We need to uncheck Button 11 -->
545 Perl_Config_Target_Target_Frame_CheckButton13:SetChecked(nil); <!-- We need to uncheck Button 13 -->
546 Perl_Config_Target_Target_Alert_Size_Update();
547 </OnClick>
548 </Scripts>
549 </CheckButton>
550  
551 <CheckButton name="$parent_CheckButton13" inherits="UICheckButtonTemplate" id="13">
552 <Size>
553 <AbsDimension x="20" y="20"/>
554 </Size>
555 <Anchors>
556 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_CheckButton12">
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_TARGETTARGET_NO_TEXT);
565 </OnLoad>
566 <OnClick>
567 Perl_Config_Target_Target_Frame_CheckButton11:SetChecked(nil); <!-- We need to uncheck Button 11 -->
568 Perl_Config_Target_Target_Frame_CheckButton12:SetChecked(nil); <!-- We need to uncheck Button 12 -->
569 Perl_Config_Target_Target_Alert_Size_Update();
570 </OnClick>
571 </Scripts>
572 </CheckButton>
573  
574 <Button name="$parent_Button1" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_TARGETTARGET_RIGHT_OF_TARGET_FRAME">
575 <Size>
576 <AbsDimension x="170" y="22"/>
577 </Size>
578 <Anchors>
579 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Transparency_Text">
580 <Offset>
581 <AbsDimension x="0" y="-100"/>
582 </Offset>
583 </Anchor>
584 </Anchors>
585 <Scripts>
586 <OnClick>
587 Perl_Target_Target_Allign(1);
588 DEFAULT_CHAT_FRAME:AddMessage(PERL_LOCALIZED_CONFIG_TARGETTARGET_RIGHT_OUTPUT);
589 </OnClick>
590 </Scripts>
591 </Button>
592  
593 <Button name="$parent_Button2" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_TARGETTARGET_TOP_OF_TARGET_FRAME">
594 <Size>
595 <AbsDimension x="170" y="22"/>
596 </Size>
597 <Anchors>
598 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent_Button1">
599 <Offset>
600 <AbsDimension x="0" y="-30"/>
601 </Offset>
602 </Anchor>
603 </Anchors>
604 <Scripts>
605 <OnClick>
606 Perl_Target_Target_Allign(2);
607 DEFAULT_CHAT_FRAME:AddMessage(PERL_LOCALIZED_CONFIG_TARGETTARGET_TOP_OUTPUT);
608 </OnClick>
609 </Scripts>
610 </Button>
611 </Frames>
612  
613 </Frame>
614 </Ui>