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/ ..\FrameXML\UI.xsd">
2 <Script file="GEM_List.lua"/>
3  
4 <Frame name="GEMListAdminMenu" inherits="UIDropDownMenuTemplate">
5 <Scripts>
6 <OnLoad>
7 GEMListAdminMenu_OnLoad();
8 </OnLoad>
9 </Scripts>
10 </Frame>
11  
12 <Frame name="GEMListTabFrame" hidden="true" enableMouse="true" virtual="true">
13 <Size>
14 <AbsDimension x="500" y="180"/>
15 </Size>
16 <Anchors>
17 <Anchor point="TOPLEFT">
18 <Offset>
19 <AbsDimension x="0" y="0"/>
20 </Offset>
21 </Anchor>
22 </Anchors>
23 </Frame>
24  
25 <!-- column header template -->
26 <Button name="GEMListAdminFrameColumnHeaderTemplate" virtual="true">
27 <Size>
28 <AbsDimension x="10" y="24"/>
29 </Size>
30 <Layers>
31 <Layer level="BACKGROUND">
32 <Texture name="$parentLeft" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
33 <Size>
34 <AbsDimension x="5" y="24"/>
35 </Size>
36 <Anchors>
37 <Anchor point="TOPLEFT"/>
38 </Anchors>
39 <TexCoords left="0" right="0.078125" top="0" bottom="0.75"/>
40 </Texture>
41 <Texture name="$parentMiddle" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
42 <Size>
43 <AbsDimension x="53" y="24"/>
44 </Size>
45 <Anchors>
46 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
47 </Anchors>
48 <TexCoords left="0.078125" right="0.90625" top="0" bottom="0.75"/>
49 </Texture>
50 <Texture name="$parentRight" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
51 <Size>
52 <AbsDimension x="4" y="24"/>
53 </Size>
54 <Anchors>
55 <Anchor point="LEFT" relativeTo="$parentMiddle" relativePoint="RIGHT"/>
56 </Anchors>
57 <TexCoords left="0.90625" right="0.96875" top="0" bottom="0.75"/>
58 </Texture>
59 </Layer>
60 </Layers>
61 <Scripts>
62 <OnClick>
63 PlaySound("igMainMenuOptionCheckBoxOn");
64 GEMListAdmin_SortBy(this.sortType, this.sortDir);
65 this.sortDir = not this.sortDir;
66 </OnClick>
67 </Scripts>
68 <NormalText inherits="GameFontHighlightSmall">
69 <Anchors>
70 <Anchor point="LEFT">
71 <Offset>
72 <AbsDimension x="8" y="0"/>
73 </Offset>
74 </Anchor>
75 </Anchors>
76 </NormalText>
77 </Button>
78  
79 <Button name="GEMListLimitFrameColumnHeaderTemplate" virtual="true">
80 <Size>
81 <AbsDimension x="10" y="24"/>
82 </Size>
83 <Layers>
84 <Layer level="BACKGROUND">
85 <Texture name="$parentLeft" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
86 <Size>
87 <AbsDimension x="5" y="24"/>
88 </Size>
89 <Anchors>
90 <Anchor point="TOPLEFT"/>
91 </Anchors>
92 <TexCoords left="0" right="0.078125" top="0" bottom="0.75"/>
93 </Texture>
94 <Texture name="$parentMiddle" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
95 <Size>
96 <AbsDimension x="53" y="24"/>
97 </Size>
98 <Anchors>
99 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
100 </Anchors>
101 <TexCoords left="0.078125" right="0.90625" top="0" bottom="0.75"/>
102 </Texture>
103 <Texture name="$parentRight" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
104 <Size>
105 <AbsDimension x="4" y="24"/>
106 </Size>
107 <Anchors>
108 <Anchor point="LEFT" relativeTo="$parentMiddle" relativePoint="RIGHT"/>
109 </Anchors>
110 <TexCoords left="0.90625" right="0.96875" top="0" bottom="0.75"/>
111 </Texture>
112 </Layer>
113 </Layers>
114 <NormalText inherits="GameFontHighlightSmall">
115 <Anchors>
116 <Anchor point="LEFT">
117 <Offset>
118 <AbsDimension x="8" y="0"/>
119 </Offset>
120 </Anchor>
121 </Anchors>
122 </NormalText>
123 </Button>
124  
125 <Button name="GEMListLimitItemTemplate" virtual="true">
126 <Size>
127 <AbsDimension x="385" y="16"/>
128 </Size>
129 <Layers>
130 <Layer level="BORDER">
131 <FontString name="$parentClass" inherits="GameFontNormalSmall" justifyH="LEFT">
132 <Size>
133 <AbsDimension x="68" y="14"/>
134 </Size>
135 <Anchors>
136 <Anchor point="TOPLEFT">
137 <Offset>
138 <AbsDimension x="2" y="-3"/>
139 </Offset>
140 </Anchor>
141 </Anchors>
142 </FontString>
143 <FontString name="$parentMin" inherits="GameFontHighlightSmall" justifyH="CENTER">
144 <Size>
145 <AbsDimension x="38" y="14"/>
146 </Size>
147 <Anchors>
148 <Anchor point="LEFT" relativeTo="$parentClass" relativePoint="RIGHT">
149 <Offset>
150 <AbsDimension x="0" y="0"/>
151 </Offset>
152 </Anchor>
153 </Anchors>
154 </FontString>
155 <FontString name="$parentMax" inherits="GameFontHighlightSmall" justifyH="CENTER">
156 <Size>
157 <AbsDimension x="38" y="14"/>
158 </Size>
159 <Anchors>
160 <Anchor point="LEFT" relativeTo="$parentMin" relativePoint="RIGHT">
161 <Offset>
162 <AbsDimension x="0" y="0"/>
163 </Offset>
164 </Anchor>
165 </Anchors>
166 </FontString>
167 <FontString name="$parentTitular" inherits="GameFontHighlightSmall" justifyH="CENTER">
168 <Size>
169 <AbsDimension x="78" y="14"/>
170 </Size>
171 <Anchors>
172 <Anchor point="LEFT" relativeTo="$parentMax" relativePoint="RIGHT">
173 <Offset>
174 <AbsDimension x="0" y="0"/>
175 </Offset>
176 </Anchor>
177 </Anchors>
178 </FontString>
179 <FontString name="$parentSubstitute" inherits="GameFontHighlightSmall" justifyH="CENTER">
180 <Size>
181 <AbsDimension x="78" y="14"/>
182 </Size>
183 <Anchors>
184 <Anchor point="LEFT" relativeTo="$parentTitular" relativePoint="RIGHT">
185 <Offset>
186 <AbsDimension x="0" y="0"/>
187 </Offset>
188 </Anchor>
189 </Anchors>
190 </FontString>
191 <FontString name="$parentReplacement" inherits="GameFontHighlightSmall" justifyH="CENTER">
192 <Size>
193 <AbsDimension x="83" y="14"/>
194 </Size>
195 <Anchors>
196 <Anchor point="LEFT" relativeTo="$parentSubstitute" relativePoint="RIGHT">
197 <Offset>
198 <AbsDimension x="0" y="0"/>
199 </Offset>
200 </Anchor>
201 </Anchors>
202 </FontString>
203 </Layer>
204 </Layers>
205 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD">
206 <Size>
207 <AbsDimension x="385" y="16"/>
208 </Size>
209 <Anchors>
210 <Anchor point="TOP">
211 <Offset>
212 <AbsDimension x="5" y="-2"/>
213 </Offset>
214 </Anchor>
215 </Anchors>
216 </HighlightTexture>
217 </Button>
218  
219 <Button name="GEMListAdminItemTemplate" virtual="true">
220 <Size>
221 <AbsDimension x="360" y="16"/>
222 </Size>
223 <Layers>
224 <Layer level="BORDER">
225 <FontString name="$parentPlace" inherits="GameFontNormalSmall" justifyH="CENTER">
226 <Size>
227 <AbsDimension x="38" y="14"/>
228 </Size>
229 <Anchors>
230 <Anchor point="TOPLEFT">
231 <Offset>
232 <AbsDimension x="2" y="-3"/>
233 </Offset>
234 </Anchor>
235 </Anchors>
236 </FontString>
237 <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="LEFT">
238 <Size>
239 <AbsDimension x="98" y="14"/>
240 </Size>
241 <Anchors>
242 <Anchor point="LEFT" relativeTo="$parentPlace" relativePoint="RIGHT">
243 <Offset>
244 <AbsDimension x="0" y="0"/>
245 </Offset>
246 </Anchor>
247 </Anchors>
248 </FontString>
249 <FontString name="$parentGuild" inherits="GameFontHighlightSmall" justifyH="LEFT">
250 <Size>
251 <AbsDimension x="118" y="14"/>
252 </Size>
253 <Anchors>
254 <Anchor point="LEFT" relativeTo="$parentName" relativePoint="RIGHT">
255 <Offset>
256 <AbsDimension x="0" y="0"/>
257 </Offset>
258 </Anchor>
259 </Anchors>
260 </FontString>
261 <FontString name="$parentClass" inherits="GameFontHighlightSmall" justifyH="LEFT">
262 <Size>
263 <AbsDimension x="68" y="14"/>
264 </Size>
265 <Anchors>
266 <Anchor point="LEFT" relativeTo="$parentGuild" relativePoint="RIGHT">
267 <Offset>
268 <AbsDimension x="0" y="0"/>
269 </Offset>
270 </Anchor>
271 </Anchors>
272 </FontString>
273 <FontString name="$parentLevel" inherits="GameFontHighlightSmall" justifyH="LEFT">
274 <Size>
275 <AbsDimension x="38" y="14"/>
276 </Size>
277 <Anchors>
278 <Anchor point="LEFT" relativeTo="$parentClass" relativePoint="RIGHT">
279 <Offset>
280 <AbsDimension x="0" y="0"/>
281 </Offset>
282 </Anchor>
283 </Anchors>
284 </FontString>
285 </Layer>
286 </Layers>
287 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD">
288 <Size>
289 <AbsDimension x="360" y="16"/>
290 </Size>
291 <Anchors>
292 <Anchor point="TOP">
293 <Offset>
294 <AbsDimension x="5" y="-2"/>
295 </Offset>
296 </Anchor>
297 </Anchors>
298 </HighlightTexture>
299 <Scripts>
300 <OnLoad>
301 this:RegisterForClicks("LeftButtonDown", "RightButtonDown");
302 </OnLoad>
303 <OnClick>
304 GEMListAdmin_EventOnClick(arg1);
305 </OnClick>
306 <OnEnter>
307 GEMListAdmin_EventOnHover();
308 </OnEnter>
309 <OnLeave>
310 GameTooltip:Hide();
311 </OnLeave>
312 </Scripts>
313 </Button>
314  
315 <Button name="GEMListFrameColumnHeaderTemplate" virtual="true">
316 <Size>
317 <AbsDimension x="10" y="24"/>
318 </Size>
319 <Layers>
320 <Layer level="BACKGROUND">
321 <Texture name="$parentLeft" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
322 <Size>
323 <AbsDimension x="5" y="24"/>
324 </Size>
325 <Anchors>
326 <Anchor point="TOPLEFT"/>
327 </Anchors>
328 <TexCoords left="0" right="0.078125" top="0" bottom="0.75"/>
329 </Texture>
330 <Texture name="$parentMiddle" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
331 <Size>
332 <AbsDimension x="53" y="24"/>
333 </Size>
334 <Anchors>
335 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
336 </Anchors>
337 <TexCoords left="0.078125" right="0.90625" top="0" bottom="0.75"/>
338 </Texture>
339 <Texture name="$parentRight" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
340 <Size>
341 <AbsDimension x="4" y="24"/>
342 </Size>
343 <Anchors>
344 <Anchor point="LEFT" relativeTo="$parentMiddle" relativePoint="RIGHT"/>
345 </Anchors>
346 <TexCoords left="0.90625" right="0.96875" top="0" bottom="0.75"/>
347 </Texture>
348 </Layer>
349 </Layers>
350 <Scripts>
351 <OnClick>
352 PlaySound("igMainMenuOptionCheckBoxOn");
353 GEMList_SortBy(this.sortType, this.sortDir);
354 this.sortDir = not this.sortDir;
355 </OnClick>
356 </Scripts>
357 <NormalText inherits="GameFontHighlightSmall">
358 <Anchors>
359 <Anchor point="LEFT">
360 <Offset>
361 <AbsDimension x="8" y="0"/>
362 </Offset>
363 </Anchor>
364 </Anchors>
365 </NormalText>
366 </Button>
367  
368 <Button name="GEMEventItemTemplate" virtual="true">
369 <Size>
370 <AbsDimension x="465" y="16"/>
371 </Size>
372 <Layers>
373 <Layer level="BORDER">
374 <FontString name="$parentDate" inherits="GameFontNormalSmall" justifyH="LEFT">
375 <Size>
376 <AbsDimension x="138" y="14"/>
377 </Size>
378 <Anchors>
379 <Anchor point="TOPLEFT">
380 <Offset>
381 <AbsDimension x="2" y="-3"/>
382 </Offset>
383 </Anchor>
384 </Anchors>
385 </FontString>
386 <FontString name="$parentWhere" inherits="GameFontHighlightSmall" justifyH="LEFT">
387 <Size>
388 <AbsDimension x="128" y="14"/>
389 </Size>
390 <Anchors>
391 <Anchor point="LEFT" relativeTo="$parentDate" relativePoint="RIGHT">
392 <Offset>
393 <AbsDimension x="0" y="0"/>
394 </Offset>
395 </Anchor>
396 </Anchors>
397 </FontString>
398 <FontString name="$parentLeader" inherits="GameFontHighlightSmall" justifyH="LEFT">
399 <Size>
400 <AbsDimension x="78" y="14"/>
401 </Size>
402 <Anchors>
403 <Anchor point="LEFT" relativeTo="$parentWhere" relativePoint="RIGHT">
404 <Offset>
405 <AbsDimension x="0" y="0"/>
406 </Offset>
407 </Anchor>
408 </Anchors>
409 </FontString>
410 <FontString name="$parentCount" inherits="GameFontHighlightSmall" justifyH="CENTER">
411 <Size>
412 <AbsDimension x="68" y="14"/>
413 </Size>
414 <Anchors>
415 <Anchor point="LEFT" relativeTo="$parentLeader" relativePoint="RIGHT">
416 <Offset>
417 <AbsDimension x="0" y="0"/>
418 </Offset>
419 </Anchor>
420 </Anchors>
421 </FontString>
422 <FontString name="$parentRangeLevel" inherits="GameFontHighlightSmall" justifyH="LEFT">
423 <Size>
424 <AbsDimension x="53" y="14"/>
425 </Size>
426 <Anchors>
427 <Anchor point="LEFT" relativeTo="$parentCount" relativePoint="RIGHT">
428 <Offset>
429 <AbsDimension x="0" y="0"/>
430 </Offset>
431 </Anchor>
432 </Anchors>
433 </FontString>
434 </Layer>
435 </Layers>
436 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD">
437 <Size>
438 <AbsDimension x="500" y="16"/>
439 </Size>
440 <Anchors>
441 <Anchor point="TOP">
442 <Offset>
443 <AbsDimension x="5" y="-2"/>
444 </Offset>
445 </Anchor>
446 </Anchors>
447 </HighlightTexture>
448 <Scripts>
449 <OnClick>
450 GEMList_EventOnClick();
451 </OnClick>
452 <OnEnter>
453 GEMList_EventOnHover();
454 </OnEnter>
455 <OnLeave>
456 GameTooltip:Hide();
457 </OnLeave>
458 </Scripts>
459 </Button>
460  
461 <Frame name="GEMListFrame" parent="GEMMainFrame" inherits="GEMTabFrame">
462 <Layers>
463 <Layer level="BACKGROUND">
464 <FontString name="GEMListFrameCommentString" hidden="true" inherits="GameFontNormal" justifyH="LEFT" text="GEM_TEXT_COMMENT">
465 <Size>
466 <AbsDimension x="140" y="16"/>
467 </Size>
468 <Anchors>
469 <Anchor point="BOTTOMRIGHT" relativeTo="GEMListFrame" relativePoint="BOTTOMRIGHT">
470 <Offset>
471 <AbsDimension x="-140" y="-10"/>
472 </Offset>
473 </Anchor>
474 </Anchors>
475 </FontString>
476 <FontString name="GEMListFrameForcesubString" hidden="true" inherits="GameFontNormal" justifyH="LEFT" text="GEM_TEXT_FORCESUB">
477 <Size>
478 <AbsDimension x="140" y="16"/>
479 </Size>
480 <Anchors>
481 <Anchor point="BOTTOMLEFT" relativeTo="GEMListFrame" relativePoint="BOTTOMLEFT">
482 <Offset>
483 <AbsDimension x="40" y="-37"/>
484 </Offset>
485 </Anchor>
486 </Anchors>
487 </FontString>
488 </Layer>
489 </Layers>
490 <Frames>
491 <CheckButton name="GEMListCalendarCheckBox" inherits="OptionsCheckButtonTemplate">
492 <Size>
493 <AbsDimension x="26" y="26"/>
494 </Size>
495 <Anchors>
496 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
497 <Offset>
498 <AbsDimension x="-120" y="24"/>
499 </Offset>
500 </Anchor>
501 </Anchors>
502 <HitRectInsets>
503 <AbsInset left="0" right="0" top="0" bottom="0"/>
504 </HitRectInsets>
505 <Layers>
506 <Layer level="BACKGROUND">
507 <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="LEFT" text="GEM_EVENT_CALENDAR_VIEW">
508 <Size>
509 <AbsDimension x="100" y="16"/>
510 </Size>
511 <Anchors>
512 <Anchor point="LEFT">
513 <Offset>
514 <AbsDimension x="26" y="1" />
515 </Offset>
516 </Anchor>
517 </Anchors>
518 </FontString>
519 </Layer>
520 </Layers>
521 <Scripts>
522 <OnClick>
523 GEMListCalendarCheckBox_OnClick();
524 </OnClick>
525 </Scripts>
526 </CheckButton>
527 <Frame name="$parentCalView" hidden="true">
528 <Size>
529 <AbsDimension x="512" y="216"/>
530 </Size>
531 <Anchors>
532 <Anchor point="TOPLEFT">
533 <Offset>
534 <AbsDimension x="0" y="0"/>
535 </Offset>
536 </Anchor>
537 </Anchors>
538 <Layers>
539 <Layer level="OVERLAY">
540 <FontString name="$parentMonthYear" justifyH="CENTER" inherits="GameFontNormalLarge">
541 <Size>
542 <AbsDimension x="160" y="32"/>
543 </Size>
544 <Anchors>
545 <Anchor point="TOPLEFT">
546 <Offset>
547 <AbsDimension x="300" y="0"/>
548 </Offset>
549 </Anchor>
550 </Anchors>
551 </FontString>
552 <FontString name="$parentComingSoon" justifyH="CENTER" inherits="GameFontNormalSmall" text="Coming soon, GEM events in calendar">
553 <Size>
554 <AbsDimension x="200" y="32"/>
555 </Size>
556 <Anchors>
557 <Anchor point="TOPLEFT">
558 <Offset>
559 <AbsDimension x="280" y="-70"/>
560 </Offset>
561 </Anchor>
562 </Anchors>
563 </FontString>
564 </Layer>
565 </Layers>
566 <Frames>
567 <Frame name="$parentCal" inherits="GEMEventCalendarFrameTemplate">
568 <Anchors>
569 <Anchor point="TOPLEFT">
570 <Offset>
571 <AbsDimension x="10" y="0"/>
572 </Offset>
573 </Anchor>
574 </Anchors>
575 </Frame>
576 <Button name="$parentPrevious" hidden="false">
577 <Size>
578 <AbsDimension x="32" y="32"/>
579 </Size>
580 <Anchors>
581 <Anchor point="RIGHT" relativeTo="$parentMonthYear" relativePoint="LEFT">
582 <Offset>
583 <AbsDimension x="-10" y="0"/>
584 </Offset>
585 </Anchor>
586 </Anchors>
587 <Scripts>
588 <OnClick>
589 PlaySound("igMainMenuOptionCheckBoxOn");
590 GEMEventCalendar_PreviousMonth();
591 </OnClick>
592 </Scripts>
593 <NormalTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Up"/>
594 <PushedTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Down"/>
595 <DisabledTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Disabled"/>
596 <HighlightTexture file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD"/>
597 </Button>
598 <Button name="$parentNext" hidden="false">
599 <Size>
600 <AbsDimension x="32" y="32"/>
601 </Size>
602 <Anchors>
603 <Anchor point="LEFT" relativeTo="$parentMonthYear" relativePoint="RIGHT">
604 <Offset>
605 <AbsDimension x="10" y="0"/>
606 </Offset>
607 </Anchor>
608 </Anchors>
609 <Scripts>
610 <OnClick>
611 PlaySound("igMainMenuOptionCheckBoxOn");
612 GEMEventCalendar_NextMonth();
613 </OnClick>
614 </Scripts>
615 <NormalTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Up"/>
616 <PushedTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Down"/>
617 <DisabledTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Disabled"/>
618 <HighlightTexture file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD"/>
619 </Button>
620 <Frame name="$parentResetsDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true">
621 <Anchors>
622 <Anchor point="TOPLEFT" relativeTo="$parentCal" relativePoint="TOPRIGHT">
623 <Offset>
624 <AbsDimension x="130" y="-34"/>
625 </Offset>
626 </Anchor>
627 </Anchors>
628 <Layers>
629 <Layer level="BACKGROUND">
630 <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="GEM_EVENT_CALENDAR_INSTANCE_RESET">
631 <Size>
632 <AbsDimension x="130" y="16"/>
633 </Size>
634 <Anchors>
635 <Anchor point="LEFT">
636 <Offset>
637 <AbsDimension x="-130" y="3" />
638 </Offset>
639 </Anchor>
640 </Anchors>
641 </FontString>
642 </Layer>
643 </Layers>
644 <Scripts>
645 <OnShow> GEMEventCalendarResetsDropDown_OnShow(); </OnShow>
646 </Scripts>
647 </Frame>
648 </Frames>
649 <Scripts>
650 <OnShow>
651 GEMEventCalendar_OnShow(getglobal(this:GetName().."Cal"));
652 </OnShow>
653 </Scripts>
654 </Frame>
655 <Frame name="$parentListView">
656 <Size>
657 <AbsDimension x="512" y="216"/>
658 </Size>
659 <Anchors>
660 <Anchor point="TOPLEFT">
661 <Offset>
662 <AbsDimension x="0" y="0"/>
663 </Offset>
664 </Anchor>
665 </Anchors>
666 <Frames>
667 <Button name="GEMListFrameColumnHeader1" inherits="GEMListFrameColumnHeaderTemplate" text="GEM_HEADER_DATE">
668 <Anchors>
669 <Anchor point="TOPLEFT">
670 <Offset>
671 <AbsDimension x="15" y="0"/>
672 </Offset>
673 </Anchor>
674 </Anchors>
675 <Scripts>
676 <OnLoad>
677 GEMSetColumnWidth(140);
678 this.sortDir = true;
679 this.sortType = GEM_SORTBY_DATE;
680 </OnLoad>
681 </Scripts>
682 </Button>
683 <Button name="GEMListFrameColumnHeader2" inherits="GEMListFrameColumnHeaderTemplate" text="GEM_HEADER_WHERE">
684 <Anchors>
685 <Anchor point="LEFT" relativeTo="GEMListFrameColumnHeader1" relativePoint="RIGHT">
686 <Offset>
687 <AbsDimension x="-2" y="0"/>
688 </Offset>
689 </Anchor>
690 </Anchors>
691 <Scripts>
692 <OnLoad>
693 GEMSetColumnWidth(130);
694 this.sortDir = true;
695 this.sortType = GEM_SORTBY_WHERE;
696 </OnLoad>
697 </Scripts>
698 </Button>
699 <Button name="GEMListFrameColumnHeader3" inherits="GEMListFrameColumnHeaderTemplate" text="GEM_HEADER_LEADER">
700 <Anchors>
701 <Anchor point="LEFT" relativeTo="GEMListFrameColumnHeader2" relativePoint="RIGHT">
702 <Offset>
703 <AbsDimension x="-2" y="0"/>
704 </Offset>
705 </Anchor>
706 </Anchors>
707 <Scripts>
708 <OnLoad>
709 GEMSetColumnWidth(80);
710 this.sortDir = true;
711 this.sortType = GEM_SORTBY_LEADER;
712 </OnLoad>
713 </Scripts>
714 </Button>
715 <Button name="GEMListFrameColumnHeader4" inherits="GEMListFrameColumnHeaderTemplate" text="GEM_HEADER_COUNT">
716 <Anchors>
717 <Anchor point="LEFT" relativeTo="GEMListFrameColumnHeader3" relativePoint="RIGHT">
718 <Offset>
719 <AbsDimension x="-2" y="0"/>
720 </Offset>
721 </Anchor>
722 </Anchors>
723 <Scripts>
724 <OnLoad>
725 GEMSetColumnWidth(70);
726 this.sortDir = true;
727 this.sortType = GEM_SORTBY_COUNT;
728 </OnLoad>
729 </Scripts>
730 </Button>
731 <Button name="GEMListFrameColumnHeader5" inherits="GEMListFrameColumnHeaderTemplate" text="GEM_HEADER_RANGE_LEVEL">
732 <Anchors>
733 <Anchor point="LEFT" relativeTo="GEMListFrameColumnHeader4" relativePoint="RIGHT">
734 <Offset>
735 <AbsDimension x="-2" y="0"/>
736 </Offset>
737 </Anchor>
738 </Anchors>
739 <Scripts>
740 <OnLoad>
741 GEMSetColumnWidth(65);
742 this.sortDir = true;
743 this.sortType = GEM_SORTBY_MINMAX;
744 </OnLoad>
745 </Scripts>
746 </Button>
747 <Button name="GEMEventItem1" inherits="GEMEventItemTemplate" id="1">
748 <Anchors>
749 <Anchor point="TOPLEFT" relativeTo="GEMListFrameColumnHeader1" relativePoint="BOTTOMLEFT">
750 <Offset>
751 <AbsDimension x="0" y="0"/>
752 </Offset>
753 </Anchor>
754 </Anchors>
755 </Button>
756 <Button name="GEMEventItem2" inherits="GEMEventItemTemplate" id="1">
757 <Anchors>
758 <Anchor point="TOPLEFT" relativeTo="GEMEventItem1" relativePoint="BOTTOMLEFT">
759 <Offset>
760 <AbsDimension x="0" y="0"/>
761 </Offset>
762 </Anchor>
763 </Anchors>
764 </Button>
765 <Button name="GEMEventItem3" inherits="GEMEventItemTemplate" id="1">
766 <Anchors>
767 <Anchor point="TOPLEFT" relativeTo="GEMEventItem2" relativePoint="BOTTOMLEFT">
768 <Offset>
769 <AbsDimension x="0" y="0"/>
770 </Offset>
771 </Anchor>
772 </Anchors>
773 </Button>
774 <Button name="GEMEventItem4" inherits="GEMEventItemTemplate" id="1">
775 <Anchors>
776 <Anchor point="TOPLEFT" relativeTo="GEMEventItem3" relativePoint="BOTTOMLEFT">
777 <Offset>
778 <AbsDimension x="0" y="0"/>
779 </Offset>
780 </Anchor>
781 </Anchors>
782 </Button>
783 <Button name="GEMEventItem5" inherits="GEMEventItemTemplate" id="1">
784 <Anchors>
785 <Anchor point="TOPLEFT" relativeTo="GEMEventItem4" relativePoint="BOTTOMLEFT">
786 <Offset>
787 <AbsDimension x="0" y="0"/>
788 </Offset>
789 </Anchor>
790 </Anchors>
791 </Button>
792 <Button name="GEMEventItem6" inherits="GEMEventItemTemplate" id="1">
793 <Anchors>
794 <Anchor point="TOPLEFT" relativeTo="GEMEventItem5" relativePoint="BOTTOMLEFT">
795 <Offset>
796 <AbsDimension x="0" y="0"/>
797 </Offset>
798 </Anchor>
799 </Anchors>
800 </Button>
801 <Button name="GEMEventItem7" inherits="GEMEventItemTemplate" id="1">
802 <Anchors>
803 <Anchor point="TOPLEFT" relativeTo="GEMEventItem6" relativePoint="BOTTOMLEFT">
804 <Offset>
805 <AbsDimension x="0" y="0"/>
806 </Offset>
807 </Anchor>
808 </Anchors>
809 </Button>
810 <Button name="GEMEventItem8" inherits="GEMEventItemTemplate" id="1">
811 <Anchors>
812 <Anchor point="TOPLEFT" relativeTo="GEMEventItem7" relativePoint="BOTTOMLEFT">
813 <Offset>
814 <AbsDimension x="0" y="0"/>
815 </Offset>
816 </Anchor>
817 </Anchors>
818 </Button>
819 <Button name="GEMEventItem9" inherits="GEMEventItemTemplate" id="1">
820 <Anchors>
821 <Anchor point="TOPLEFT" relativeTo="GEMEventItem8" relativePoint="BOTTOMLEFT">
822 <Offset>
823 <AbsDimension x="0" y="0"/>
824 </Offset>
825 </Anchor>
826 </Anchors>
827 </Button>
828 <Button name="GEMEventItem10" inherits="GEMEventItemTemplate" id="1">
829 <Anchors>
830 <Anchor point="TOPLEFT" relativeTo="GEMEventItem9" relativePoint="BOTTOMLEFT">
831 <Offset>
832 <AbsDimension x="0" y="0"/>
833 </Offset>
834 </Anchor>
835 </Anchors>
836 </Button>
837 <Button name="GEMEventItem11" inherits="GEMEventItemTemplate" id="1">
838 <Anchors>
839 <Anchor point="TOPLEFT" relativeTo="GEMEventItem10" relativePoint="BOTTOMLEFT">
840 <Offset>
841 <AbsDimension x="0" y="0"/>
842 </Offset>
843 </Anchor>
844 </Anchors>
845 </Button>
846 <Button name="GEMEventItem12" inherits="GEMEventItemTemplate" id="1">
847 <Anchors>
848 <Anchor point="TOPLEFT" relativeTo="GEMEventItem11" relativePoint="BOTTOMLEFT">
849 <Offset>
850 <AbsDimension x="0" y="0"/>
851 </Offset>
852 </Anchor>
853 </Anchors>
854 </Button>
855 <ScrollFrame name="GEMEventItemScrollFrame" inherits="FauxScrollFrameTemplate">
856 <Size>
857 <AbsDimension x="455" y="192" />
858 </Size>
859 <Anchors>
860 <Anchor point="TOPRIGHT" relativeTo="GEMListFrameColumnHeader5" relativePoint="BOTTOMRIGHT">
861 <Offset>
862 <AbsDimension x="-23" y="-2"/>
863 </Offset>
864 </Anchor>
865 </Anchors>
866 <Scripts>
867 <OnVerticalScroll>
868 FauxScrollFrame_OnVerticalScroll(10, GEMList_UpdateEventList);
869 </OnVerticalScroll>
870 </Scripts>
871 </ScrollFrame>
872 <Button name="GEM_Help_ListTab_Events" inherits="GEM_HelpTemplate" id="1">
873 <Anchors>
874 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" relativeTo="GEMListFrameColumnHeader5">
875 <Offset>
876 <AbsDimension x="0" y="0"/>
877 </Offset>
878 </Anchor>
879 </Anchors>
880 </Button>
881 </Frames>
882 </Frame>
883  
884 <!-- Middle widgets -->
885 <Frame name="GEMListMiddleFrame">
886 <Size>
887 <AbsDimension x="500" y="210"/>
888 </Size>
889 <Anchors>
890 <Anchor point="TOPLEFT">
891 <Offset>
892 <AbsDimension x="6" y="-220"/>
893 </Offset>
894 </Anchor>
895 </Anchors>
896 <Backdrop name="$parentBackdrop" bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
897 <EdgeSize>
898 <AbsValue val="16"/>
899 </EdgeSize>
900 <TileSize>
901 <AbsValue val="16"/>
902 </TileSize>
903 <BackgroundInsets>
904 <AbsInset left="3" right="5" top="3" bottom="5"/>
905 </BackgroundInsets>
906 </Backdrop>
907 <Frames>
908 <Button name="$parentTab1" inherits="CharacterFrameTabButtonTemplate" id="1" text="GEM_TAB_LIST_DETAILS">
909 <Anchors>
910 <Anchor point="CENTER" relativePoint="BOTTOMLEFT" relativeTo="GEMListMiddleFrame">
911 <Offset>
912 <AbsDimension x="35" y="-14"/>
913 </Offset>
914 </Anchor>
915 </Anchors>
916 <Scripts>
917 <OnClick>GEMList_SelectTab(1);</OnClick>
918 </Scripts>
919 </Button>
920 <Button name="$parentTab2" inherits="CharacterFrameTabButtonTemplate" id="2" text="GEM_TAB_LIST_CLASSES">
921 <Anchors>
922 <Anchor point="LEFT" relativeTo="$parentTab1" relativePoint="RIGHT">
923 <Offset>
924 <AbsDimension x="-18" y="0"/>
925 </Offset>
926 </Anchor>
927 </Anchors>
928 <Scripts>
929 <OnClick>GEMList_SelectTab(2);</OnClick>
930 </Scripts>
931 </Button>
932 <Button name="$parentTab3" inherits="CharacterFrameTabButtonTemplate" id="3" text="GEM_TAB_LIST_ADMIN">
933 <Anchors>
934 <Anchor point="LEFT" relativeTo="$parentTab2" relativePoint="RIGHT">
935 <Offset>
936 <AbsDimension x="-18" y="0"/>
937 </Offset>
938 </Anchor>
939 </Anchors>
940 <Scripts>
941 <OnClick>GEMList_SelectTab(3);</OnClick>
942 </Scripts>
943 </Button>
944 </Frames>
945 </Frame>
946 <!-- bottom buttons -->
947 <Button name="GEMListFrameUnsubscribe" inherits="UIPanelButtonTemplate" text="GEM_TEXT_UNSUBSCRIBE">
948 <Size>
949 <AbsDimension x="90" y="21"/>
950 </Size>
951 <Anchors>
952 <Anchor point="BOTTOMRIGHT" relativeTo="GEMListFrame" relativePoint="BOTTOMRIGHT">
953 <Offset>
954 <AbsDimension x="-7" y="-40"/>
955 </Offset>
956 </Anchor>
957 </Anchors>
958 <Scripts>
959 <OnClick>
960 GEMList_UnsubscribeOnClick();
961 </OnClick>
962 </Scripts>
963 </Button>
964  
965 <Button name="GEMListFrameUnclose" inherits="UIPanelButtonTemplate" text="GEM_TEXT_UNCLOSE">
966 <Size>
967 <AbsDimension x="90" y="21"/>
968 </Size>
969 <Anchors>
970 <Anchor point="BOTTOMRIGHT" relativeTo="GEMListFrame" relativePoint="BOTTOMRIGHT">
971 <Offset>
972 <AbsDimension x="-7" y="-40"/>
973 </Offset>
974 </Anchor>
975 </Anchors>
976 <Scripts>
977 <OnClick>
978 GEMList_UncloseOnClick();
979 </OnClick>
980 </Scripts>
981 </Button>
982  
983 <Button name="GEMListFrameEventIgnore" inherits="UIPanelButtonTemplate" text="GEM_TEXT_ADMIN_IGNORE">
984 <Size>
985 <AbsDimension x="90" y="21"/>
986 </Size>
987 <Anchors>
988 <Anchor point="BOTTOMRIGHT" relativeTo="GEMListFrame" relativePoint="BOTTOMRIGHT">
989 <Offset>
990 <AbsDimension x="-7" y="-40"/>
991 </Offset>
992 </Anchor>
993 </Anchors>
994 <Scripts>
995 <OnClick>
996 GEMListAdmin_IgnoreOnClick();
997 </OnClick>
998 </Scripts>
999 </Button>
1000  
1001 <Button name="GEMListFrameDelete" inherits="UIPanelButtonTemplate" text="GEM_TEXT_DELETE">
1002 <Size>
1003 <AbsDimension x="90" y="21"/>
1004 </Size>
1005 <Anchors>
1006 <Anchor point="RIGHT" relativeTo="GEMListFrameUnclose" relativePoint="LEFT">
1007 <Offset>
1008 <AbsDimension x="0" y="0"/>
1009 </Offset>
1010 </Anchor>
1011 </Anchors>
1012 <Scripts>
1013 <OnClick>
1014 GEMList_DeleteOnClick();
1015 </OnClick>
1016 </Scripts>
1017 </Button>
1018  
1019 <Button name="GEMListFrameRecover" inherits="UIPanelButtonTemplate" text="GEM_TEXT_RECOVER">
1020 <Size>
1021 <AbsDimension x="90" y="21"/>
1022 </Size>
1023 <Anchors>
1024 <Anchor point="BOTTOMRIGHT" relativeTo="GEMListFrame" relativePoint="BOTTOMRIGHT">
1025 <Offset>
1026 <AbsDimension x="-7" y="-40"/>
1027 </Offset>
1028 </Anchor>
1029 </Anchors>
1030 <Scripts>
1031 <OnClick>
1032 GEMList_RecoverOnClick();
1033 </OnClick>
1034 </Scripts>
1035 </Button>
1036  
1037 <Button name="GEMListFrameSubscribe" inherits="UIPanelButtonTemplate" text="GEM_TEXT_SUBSCRIBE">
1038 <Size>
1039 <AbsDimension x="90" y="21"/>
1040 </Size>
1041 <Anchors>
1042 <Anchor point="RIGHT" relativeTo="GEMListFrameUnsubscribe" relativePoint="LEFT">
1043 <Offset>
1044 <AbsDimension x="0" y="0"/>
1045 </Offset>
1046 </Anchor>
1047 </Anchors>
1048 <Scripts>
1049 <OnClick>
1050 GEMList_SubscribeOnClick();
1051 </OnClick>
1052 </Scripts>
1053 </Button>
1054  
1055 <Frame name="GEMListFrameRerollDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true" hidden="false">
1056 <Anchors>
1057 <Anchor point="RIGHT" relativeTo="GEMListFrameSubscribe" relativePoint="LEFT">
1058 <Offset>
1059 <AbsDimension x="15" y="-3"/>
1060 </Offset>
1061 </Anchor>
1062 </Anchors>
1063 <Scripts>
1064 <OnShow> GEMListFrameRerollDropDown_OnShow(); </OnShow>
1065 </Scripts>
1066 </Frame>
1067  
1068 <EditBox name="GEMListFrameComment" hidden="true" letters="100" numeric="false" inherits="GEMEditBoxTemplate">
1069 <Size>
1070 <AbsDimension x="170" y="26"/>
1071 </Size>
1072 <Anchors>
1073 <Anchor point="TOPLEFT" relativeTo="GEMListFrameCommentString" relativePoint="TOPLEFT">
1074 <Offset>
1075 <AbsDimension x="100" y="5"/>
1076 </Offset>
1077 </Anchor>
1078 </Anchors>
1079 </EditBox>
1080  
1081 <CheckButton name="GEMListFrameForcesub" hidden="true" inherits="OptionsCheckButtonTemplate">
1082 <Anchors>
1083 <Anchor point="BOTTOMLEFT" relativeTo="GEMListFrame" relativePoint="BOTTOMLEFT">
1084 <Offset>
1085 <AbsDimension x="10" y="-45"/>
1086 </Offset>
1087 </Anchor>
1088 </Anchors>
1089 <HitRectInsets>
1090 <AbsInset left="0" right="0" top="0" bottom="0"/>
1091 </HitRectInsets>
1092 <Size>
1093 <AbsDimension x="26" y="26"/>
1094 </Size>
1095 </CheckButton>
1096  
1097 </Frames>
1098 <Scripts>
1099 <OnShow>
1100 GEMList_OnShow();
1101 </OnShow>
1102 <OnLoad>
1103 GEMList_OnLoad();
1104 </OnLoad>
1105 </Scripts>
1106 </Frame>
1107  
1108 <Frame name="GEMListLimitationsFrame" parent="GEMListMiddleFrame" inherits="GEMListTabFrame">
1109 <Frames>
1110 <Button name="GEMListLimitHeaderClass" inherits="GEMListLimitFrameColumnHeaderTemplate" text="GEMLIMIT_HEADER_CLASS">
1111 <Anchors>
1112 <Anchor point="TOPLEFT">
1113 <Offset>
1114 <AbsDimension x="58" y="-15"/>
1115 </Offset>
1116 </Anchor>
1117 </Anchors>
1118 <Scripts>
1119 <OnLoad>
1120 GEMSetColumnWidth(70);
1121 </OnLoad>
1122 </Scripts>
1123 </Button>
1124 <Button name="GEMListLimitHeaderMin" inherits="GEMListLimitFrameColumnHeaderTemplate" text="GEMLIMIT_HEADER_MIN">
1125 <Anchors>
1126 <Anchor point="LEFT" relativeTo="GEMListLimitHeaderClass" relativePoint="RIGHT">
1127 <Offset>
1128 <AbsDimension x="-2" y="0"/>
1129 </Offset>
1130 </Anchor>
1131 </Anchors>
1132 <Scripts>
1133 <OnLoad>
1134 GEMSetColumnWidth(40);
1135 </OnLoad>
1136 </Scripts>
1137 </Button>
1138 <Button name="GEMListLimitHeaderMax" inherits="GEMListLimitFrameColumnHeaderTemplate" text="GEMLIMIT_HEADER_MAX">
1139 <Anchors>
1140 <Anchor point="LEFT" relativeTo="GEMListLimitHeaderMin" relativePoint="RIGHT">
1141 <Offset>
1142 <AbsDimension x="-2" y="0"/>
1143 </Offset>
1144 </Anchor>
1145 </Anchors>
1146 <Scripts>
1147 <OnLoad>
1148 GEMSetColumnWidth(40);
1149 </OnLoad>
1150 </Scripts>
1151 </Button>
1152 <Button name="GEMListLimitHeaderTitular" inherits="GEMListLimitFrameColumnHeaderTemplate" text="GEMLIMIT_HEADER_TITULAR">
1153 <Anchors>
1154 <Anchor point="LEFT" relativeTo="GEMListLimitHeaderMax" relativePoint="RIGHT">
1155 <Offset>
1156 <AbsDimension x="-2" y="0"/>
1157 </Offset>
1158 </Anchor>
1159 </Anchors>
1160 <Scripts>
1161 <OnLoad>
1162 GEMSetColumnWidth(80);
1163 </OnLoad>
1164 </Scripts>
1165 </Button>
1166 <Button name="GEMListLimitHeaderSubstitute" inherits="GEMListLimitFrameColumnHeaderTemplate" text="GEMLIMIT_HEADER_SUBSTITUTE">
1167 <Anchors>
1168 <Anchor point="LEFT" relativeTo="GEMListLimitHeaderTitular" relativePoint="RIGHT">
1169 <Offset>
1170 <AbsDimension x="-2" y="0"/>
1171 </Offset>
1172 </Anchor>
1173 </Anchors>
1174 <Scripts>
1175 <OnLoad>
1176 GEMSetColumnWidth(80);
1177 </OnLoad>
1178 </Scripts>
1179 </Button>
1180 <Button name="GEMListLimitHeaderReplacement" inherits="GEMListLimitFrameColumnHeaderTemplate" text="GEMLIMIT_HEADER_REPLACEMENT">
1181 <Anchors>
1182 <Anchor point="LEFT" relativeTo="GEMListLimitHeaderSubstitute" relativePoint="RIGHT">
1183 <Offset>
1184 <AbsDimension x="-2" y="0"/>
1185 </Offset>
1186 </Anchor>
1187 </Anchors>
1188 <Scripts>
1189 <OnLoad>
1190 GEMSetColumnWidth(85);
1191 </OnLoad>
1192 </Scripts>
1193 </Button>
1194 <Button name="GEMListLimitItem_WARRIOR" inherits="GEMListLimitItemTemplate" id="1">
1195 <Anchors>
1196 <Anchor point="TOPLEFT" relativeTo="GEMListLimitHeaderClass" relativePoint="BOTTOMLEFT">
1197 <Offset>
1198 <AbsDimension x="0" y="0"/>
1199 </Offset>
1200 </Anchor>
1201 </Anchors>
1202 </Button>
1203 <Button name="GEMListLimitItem_PALADIN" inherits="GEMListLimitItemTemplate" id="1">
1204 <Anchors>
1205 <Anchor point="TOPLEFT" relativeTo="GEMListLimitItem_WARRIOR" relativePoint="BOTTOMLEFT">
1206 <Offset>
1207 <AbsDimension x="0" y="0"/>
1208 </Offset>
1209 </Anchor>
1210 </Anchors>
1211 </Button>
1212 <Button name="GEMListLimitItem_SHAMAN" inherits="GEMListLimitItemTemplate" id="1">
1213 <Anchors>
1214 <Anchor point="TOPLEFT" relativeTo="GEMListLimitItem_PALADIN" relativePoint="BOTTOMLEFT">
1215 <Offset>
1216 <AbsDimension x="0" y="0"/>
1217 </Offset>
1218 </Anchor>
1219 </Anchors>
1220 </Button>
1221 <Button name="GEMListLimitItem_ROGUE" inherits="GEMListLimitItemTemplate" id="1">
1222 <Anchors>
1223 <Anchor point="TOPLEFT" relativeTo="GEMListLimitItem_SHAMAN" relativePoint="BOTTOMLEFT">
1224 <Offset>
1225 <AbsDimension x="0" y="0"/>
1226 </Offset>
1227 </Anchor>
1228 </Anchors>
1229 </Button>
1230 <Button name="GEMListLimitItem_MAGE" inherits="GEMListLimitItemTemplate" id="1">
1231 <Anchors>
1232 <Anchor point="TOPLEFT" relativeTo="GEMListLimitItem_ROGUE" relativePoint="BOTTOMLEFT">
1233 <Offset>
1234 <AbsDimension x="0" y="0"/>
1235 </Offset>
1236 </Anchor>
1237 </Anchors>
1238 </Button>
1239 <Button name="GEMListLimitItem_WARLOCK" inherits="GEMListLimitItemTemplate" id="1">
1240 <Anchors>
1241 <Anchor point="TOPLEFT" relativeTo="GEMListLimitItem_MAGE" relativePoint="BOTTOMLEFT">
1242 <Offset>
1243 <AbsDimension x="0" y="0"/>
1244 </Offset>
1245 </Anchor>
1246 </Anchors>
1247 </Button>
1248 <Button name="GEMListLimitItem_HUNTER" inherits="GEMListLimitItemTemplate" id="1">
1249 <Anchors>
1250 <Anchor point="TOPLEFT" relativeTo="GEMListLimitItem_WARLOCK" relativePoint="BOTTOMLEFT">
1251 <Offset>
1252 <AbsDimension x="0" y="0"/>
1253 </Offset>
1254 </Anchor>
1255 </Anchors>
1256 </Button>
1257 <Button name="GEMListLimitItem_DRUID" inherits="GEMListLimitItemTemplate" id="1">
1258 <Anchors>
1259 <Anchor point="TOPLEFT" relativeTo="GEMListLimitItem_HUNTER" relativePoint="BOTTOMLEFT">
1260 <Offset>
1261 <AbsDimension x="0" y="0"/>
1262 </Offset>
1263 </Anchor>
1264 </Anchors>
1265 </Button>
1266 <Button name="GEMListLimitItem_PRIEST" inherits="GEMListLimitItemTemplate" id="1">
1267 <Anchors>
1268 <Anchor point="TOPLEFT" relativeTo="GEMListLimitItem_DRUID" relativePoint="BOTTOMLEFT">
1269 <Offset>
1270 <AbsDimension x="0" y="0"/>
1271 </Offset>
1272 </Anchor>
1273 </Anchors>
1274 </Button>
1275 </Frames>
1276 <Scripts>
1277 <OnShow>
1278 GEMListLimitations_OnShow();
1279 </OnShow>
1280 </Scripts>
1281 </Frame>
1282  
1283 <Frame name="GEMListDetailsFrame" parent="GEMListMiddleFrame" inherits="GEMListTabFrame">
1284 <Layers>
1285 <Layer level="BACKGROUND">
1286 <FontString name="$parent_Descr_Title" inherits="GameFontNormal" justifyH="LEFT" text="GEM_TEXT_DETAILS_DESCRIPTION">
1287 <Size>
1288 <AbsDimension x="140" y="16"/>
1289 </Size>
1290 <Anchors>
1291 <Anchor point="LEFT" relativePoint="LEFT">
1292 <Offset>
1293 <AbsDimension x="10" y="30" />
1294 </Offset>
1295 </Anchor>
1296 </Anchors>
1297 </FontString>
1298 <FontString name="$parent_Descr_Value" inherits="GameFontHighlight" justifyH="LEFT" justifyV="TOP" text="">
1299 <Size>
1300 <AbsDimension x="450" y="60"/>
1301 </Size>
1302 <Anchors>
1303 <Anchor point="TOPLEFT" relativeTo="$parent_Descr_Title" relativePoint="BOTTOMLEFT">
1304 <Offset>
1305 <AbsDimension x="10" y="0" />
1306 </Offset>
1307 </Anchor>
1308 </Anchors>
1309 </FontString>
1310 <FontString name="$parent_SortType_Title" inherits="GameFontNormal" justifyH="LEFT" text="GEM_TEXT_DETAILS_SORTTYPE">
1311 <Size>
1312 <AbsDimension x="300" y="16"/>
1313 </Size>
1314 <Anchors>
1315 <Anchor point="LEFT" relativePoint="LEFT">
1316 <Offset>
1317 <AbsDimension x="10" y="-50" />
1318 </Offset>
1319 </Anchor>
1320 </Anchors>
1321 </FontString>
1322 <FontString name="$parent_SortType_Value" inherits="GameFontHighlight" justifyH="LEFT" justifyV="TOP" text="">
1323 <Size>
1324 <AbsDimension x="450" y="30"/>
1325 </Size>
1326 <Anchors>
1327 <Anchor point="TOPLEFT" relativeTo="$parent_SortType_Title" relativePoint="BOTTOMLEFT">
1328 <Offset>
1329 <AbsDimension x="10" y="0" />
1330 </Offset>
1331 </Anchor>
1332 </Anchors>
1333 </FontString>
1334 </Layer>
1335 </Layers>
1336 <Scripts>
1337 <OnShow>
1338 GEMListDetails_OnShow();
1339 </OnShow>
1340 </Scripts>
1341 </Frame>
1342  
1343 <Frame name="GEMListAdminFrame" parent="GEMListMiddleFrame" inherits="GEMListTabFrame">
1344 <Frames>
1345 <Button name="GEMListAdminFrameClose" inherits="UIPanelButtonTemplate" text="GEM_TEXT_ADMIN_CLOSE">
1346 <Size>
1347 <AbsDimension x="100" y="21"/>
1348 </Size>
1349 <Anchors>
1350 <Anchor point="TOPLEFT">
1351 <Offset>
1352 <AbsDimension x="10" y="-12"/>
1353 </Offset>
1354 </Anchor>
1355 </Anchors>
1356 <Scripts>
1357 <OnClick>
1358 GEMListAdmin_CloseOnClick();
1359 </OnClick>
1360 </Scripts>
1361 </Button>
1362 <Button name="GEMListAdminFrameEdit" inherits="UIPanelButtonTemplate" text="GEM_TEXT_ADMIN_EDIT">
1363 <Size>
1364 <AbsDimension x="100" y="21"/>
1365 </Size>
1366 <Anchors>
1367 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="GEMListAdminFrameClose">
1368 <Offset>
1369 <AbsDimension x="0" y="-5"/>
1370 </Offset>
1371 </Anchor>
1372 </Anchors>
1373 <Scripts>
1374 <OnClick>
1375 GEMListAdmin_EditOnClick();
1376 </OnClick>
1377 </Scripts>
1378 </Button>
1379 <Button name="GEMListAdminFrameGroup" inherits="UIPanelButtonTemplate" text="GEM_TEXT_ADMIN_GROUP">
1380 <Size>
1381 <AbsDimension x="100" y="21"/>
1382 </Size>
1383 <Anchors>
1384 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="GEMListAdminFrameEdit">
1385 <Offset>
1386 <AbsDimension x="0" y="-5"/>
1387 </Offset>
1388 </Anchor>
1389 </Anchors>
1390 <Scripts>
1391 <OnClick>
1392 GEMListAdmin_GroupOnClick();
1393 </OnClick>
1394 </Scripts>
1395 </Button>
1396 <Button name="GEMListAdminFrameAddExt" inherits="UIPanelButtonTemplate" text="GEM_TEXT_ADMIN_ADDEXT">
1397 <Size>
1398 <AbsDimension x="100" y="21"/>
1399 </Size>
1400 <Anchors>
1401 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="GEMListAdminFrameGroup">
1402 <Offset>
1403 <AbsDimension x="0" y="-10"/>
1404 </Offset>
1405 </Anchor>
1406 </Anchors>
1407 <Scripts>
1408 <OnClick>
1409 GEMListAdmin_AddExtOnClick();
1410 </OnClick>
1411 </Scripts>
1412 </Button>
1413 <Button name="GEMListAdminFrameIgnore" inherits="UIPanelButtonTemplate" text="GEM_TEXT_ADMIN_IGNORE">
1414 <Size>
1415 <AbsDimension x="100" y="21"/>
1416 </Size>
1417 <Anchors>
1418 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="GEMListAdminFrameAddExt">
1419 <Offset>
1420 <AbsDimension x="0" y="-30"/>
1421 </Offset>
1422 </Anchor>
1423 </Anchors>
1424 <Scripts>
1425 <OnClick>
1426 GEMListAdmin_IgnoreOnClick();
1427 </OnClick>
1428 </Scripts>
1429 </Button>
1430 <Button name="GEMListAdminFrameBanned" inherits="UIPanelButtonTemplate" text="GEM_TEXT_ADMIN_BANNED">
1431 <Size>
1432 <AbsDimension x="100" y="21"/>
1433 </Size>
1434 <Anchors>
1435 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="GEMListAdminFrameIgnore">
1436 <Offset>
1437 <AbsDimension x="0" y="-5"/>
1438 </Offset>
1439 </Anchor>
1440 </Anchors>
1441 <Scripts>
1442 <OnClick>
1443 GEMListAdmin_BannedOnClick();
1444 </OnClick>
1445 </Scripts>
1446 </Button>
1447 <Button name="GEMListAdminFrameColumnHeader1" inherits="GEMListAdminFrameColumnHeaderTemplate" text="GEMADMIN_HEADER_PLACE">
1448 <Anchors>
1449 <Anchor point="TOPLEFT">
1450 <Offset>
1451 <AbsDimension x="118" y="-10"/>
1452 </Offset>
1453 </Anchor>
1454 </Anchors>
1455 <Scripts>
1456 <OnLoad>
1457 GEMSetColumnWidth(40);
1458 this.sortDir = true;
1459 this.sortType = GEMADMIN_SORTBY_PLACE;
1460 </OnLoad>
1461 </Scripts>
1462 </Button>
1463 <Button name="GEMListAdminFrameColumnHeader2" inherits="GEMListAdminFrameColumnHeaderTemplate" text="GEMADMIN_HEADER_NAME">
1464 <Anchors>
1465 <Anchor point="LEFT" relativeTo="GEMListAdminFrameColumnHeader1" relativePoint="RIGHT">
1466 <Offset>
1467 <AbsDimension x="-2" y="0"/>
1468 </Offset>
1469 </Anchor>
1470 </Anchors>
1471 <Scripts>
1472 <OnLoad>
1473 GEMSetColumnWidth(100);
1474 this.sortDir = true;
1475 this.sortType = GEMADMIN_SORTBY_NAME;
1476 </OnLoad>
1477 </Scripts>
1478 </Button>
1479 <Button name="GEMListAdminFrameColumnHeader3" inherits="GEMListAdminFrameColumnHeaderTemplate" text="GEMADMIN_HEADER_GUILD">
1480 <Anchors>
1481 <Anchor point="LEFT" relativeTo="GEMListAdminFrameColumnHeader2" relativePoint="RIGHT">
1482 <Offset>
1483 <AbsDimension x="-2" y="0"/>
1484 </Offset>
1485 </Anchor>
1486 </Anchors>
1487 <Scripts>
1488 <OnLoad>
1489 GEMSetColumnWidth(120);
1490 this.sortDir = true;
1491 this.sortType = GEMADMIN_SORTBY_GUILD;
1492 </OnLoad>
1493 </Scripts>
1494 </Button>
1495 <Button name="GEMListAdminFrameColumnHeader4" inherits="GEMListAdminFrameColumnHeaderTemplate" text="GEMADMIN_HEADER_CLASS">
1496 <Anchors>
1497 <Anchor point="LEFT" relativeTo="GEMListAdminFrameColumnHeader3" relativePoint="RIGHT">
1498 <Offset>
1499 <AbsDimension x="-2" y="0"/>
1500 </Offset>
1501 </Anchor>
1502 </Anchors>
1503 <Scripts>
1504 <OnLoad>
1505 GEMSetColumnWidth(70);
1506 this.sortDir = true;
1507 this.sortType = GEMADMIN_SORTBY_CLASS;
1508 </OnLoad>
1509 </Scripts>
1510 </Button>
1511 <Button name="GEMListAdminFrameColumnHeader5" inherits="GEMListAdminFrameColumnHeaderTemplate" text="GEMADMIN_HEADER_LEVEL">
1512 <Anchors>
1513 <Anchor point="LEFT" relativeTo="GEMListAdminFrameColumnHeader4" relativePoint="RIGHT">
1514 <Offset>
1515 <AbsDimension x="-2" y="0"/>
1516 </Offset>
1517 </Anchor>
1518 </Anchors>
1519 <Scripts>
1520 <OnLoad>
1521 GEMSetColumnWidth(55);
1522 this.sortDir = true;
1523 this.sortType = GEMADMIN_SORTBY_LEVEL;
1524 </OnLoad>
1525 </Scripts>
1526 </Button>
1527 <Button name="GEMListAdminItem1" inherits="GEMListAdminItemTemplate" id="1">
1528 <Anchors>
1529 <Anchor point="TOPLEFT" relativeTo="GEMListAdminFrameColumnHeader1" relativePoint="BOTTOMLEFT">
1530 <Offset>
1531 <AbsDimension x="0" y="0"/>
1532 </Offset>
1533 </Anchor>
1534 </Anchors>
1535 </Button>
1536 <Button name="GEMListAdminItem2" inherits="GEMListAdminItemTemplate" id="1">
1537 <Anchors>
1538 <Anchor point="TOPLEFT" relativeTo="GEMListAdminItem1" relativePoint="BOTTOMLEFT">
1539 <Offset>
1540 <AbsDimension x="0" y="0"/>
1541 </Offset>
1542 </Anchor>
1543 </Anchors>
1544 </Button>
1545 <Button name="GEMListAdminItem3" inherits="GEMListAdminItemTemplate" id="1">
1546 <Anchors>
1547 <Anchor point="TOPLEFT" relativeTo="GEMListAdminItem2" relativePoint="BOTTOMLEFT">
1548 <Offset>
1549 <AbsDimension x="0" y="0"/>
1550 </Offset>
1551 </Anchor>
1552 </Anchors>
1553 </Button>
1554 <Button name="GEMListAdminItem4" inherits="GEMListAdminItemTemplate" id="1">
1555 <Anchors>
1556 <Anchor point="TOPLEFT" relativeTo="GEMListAdminItem3" relativePoint="BOTTOMLEFT">
1557 <Offset>
1558 <AbsDimension x="0" y="0"/>
1559 </Offset>
1560 </Anchor>
1561 </Anchors>
1562 </Button>
1563 <Button name="GEMListAdminItem5" inherits="GEMListAdminItemTemplate" id="1">
1564 <Anchors>
1565 <Anchor point="TOPLEFT" relativeTo="GEMListAdminItem4" relativePoint="BOTTOMLEFT">
1566 <Offset>
1567 <AbsDimension x="0" y="0"/>
1568 </Offset>
1569 </Anchor>
1570 </Anchors>
1571 </Button>
1572 <Button name="GEMListAdminItem6" inherits="GEMListAdminItemTemplate" id="1">
1573 <Anchors>
1574 <Anchor point="TOPLEFT" relativeTo="GEMListAdminItem5" relativePoint="BOTTOMLEFT">
1575 <Offset>
1576 <AbsDimension x="0" y="0"/>
1577 </Offset>
1578 </Anchor>
1579 </Anchors>
1580 </Button>
1581 <Button name="GEMListAdminItem7" inherits="GEMListAdminItemTemplate" id="1">
1582 <Anchors>
1583 <Anchor point="TOPLEFT" relativeTo="GEMListAdminItem6" relativePoint="BOTTOMLEFT">
1584 <Offset>
1585 <AbsDimension x="0" y="0"/>
1586 </Offset>
1587 </Anchor>
1588 </Anchors>
1589 </Button>
1590 <Button name="GEMListAdminItem8" inherits="GEMListAdminItemTemplate" id="1">
1591 <Anchors>
1592 <Anchor point="TOPLEFT" relativeTo="GEMListAdminItem7" relativePoint="BOTTOMLEFT">
1593 <Offset>
1594 <AbsDimension x="0" y="0"/>
1595 </Offset>
1596 </Anchor>
1597 </Anchors>
1598 </Button>
1599 <Button name="GEMListAdminItem9" inherits="GEMListAdminItemTemplate" id="1">
1600 <Anchors>
1601 <Anchor point="TOPLEFT" relativeTo="GEMListAdminItem8" relativePoint="BOTTOMLEFT">
1602 <Offset>
1603 <AbsDimension x="0" y="0"/>
1604 </Offset>
1605 </Anchor>
1606 </Anchors>
1607 </Button>
1608 <Button name="GEMListAdminItem10" inherits="GEMListAdminItemTemplate" id="1">
1609 <Anchors>
1610 <Anchor point="TOPLEFT" relativeTo="GEMListAdminItem9" relativePoint="BOTTOMLEFT">
1611 <Offset>
1612 <AbsDimension x="0" y="0"/>
1613 </Offset>
1614 </Anchor>
1615 </Anchors>
1616 </Button>
1617 <ScrollFrame name="GEMListAdminItemScrollFrame" inherits="FauxScrollFrameTemplate">
1618 <Size>
1619 <AbsDimension x="320" y="160" />
1620 </Size>
1621 <Anchors>
1622 <Anchor point="TOPRIGHT" relativeTo="GEMListAdminFrameColumnHeader5" relativePoint="BOTTOMRIGHT">
1623 <Offset>
1624 <AbsDimension x="-23" y="-2"/>
1625 </Offset>
1626 </Anchor>
1627 </Anchors>
1628 <Scripts>
1629 <OnVerticalScroll>
1630 FauxScrollFrame_OnVerticalScroll(10, GEMListAdmin_UpdatePlayersList);
1631 </OnVerticalScroll>
1632 </Scripts>
1633 </ScrollFrame>
1634 </Frames>
1635 <Scripts>
1636 <OnShow>
1637 GEMListAdmin_OnShow();
1638 </OnShow>
1639 </Scripts>
1640 </Frame>
1641  
1642 <Button name="GEMListBannedItemTemplate" virtual="true">
1643 <Size>
1644 <AbsDimension x="360" y="16"/>
1645 </Size>
1646 <Layers>
1647 <Layer level="BORDER">
1648 <FontString name="$parentName" inherits="GameFontNormalSmall" justifyH="LEFT">
1649 <Size>
1650 <AbsDimension x="98" y="14"/>
1651 </Size>
1652 <Anchors>
1653 <Anchor point="TOPLEFT">
1654 <Offset>
1655 <AbsDimension x="2" y="-3"/>
1656 </Offset>
1657 </Anchor>
1658 </Anchors>
1659 </FontString>
1660 <FontString name="$parentReason" inherits="GameFontHighlightSmall" justifyH="LEFT">
1661 <Size>
1662 <AbsDimension x="258" y="14"/>
1663 </Size>
1664 <Anchors>
1665 <Anchor point="LEFT" relativeTo="$parentName" relativePoint="RIGHT">
1666 <Offset>
1667 <AbsDimension x="0" y="0"/>
1668 </Offset>
1669 </Anchor>
1670 </Anchors>
1671 </FontString>
1672 </Layer>
1673 </Layers>
1674 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD">
1675 <Size>
1676 <AbsDimension x="360" y="16"/>
1677 </Size>
1678 <Anchors>
1679 <Anchor point="TOP">
1680 <Offset>
1681 <AbsDimension x="5" y="-2"/>
1682 </Offset>
1683 </Anchor>
1684 </Anchors>
1685 </HighlightTexture>
1686 <Scripts>
1687 <OnClick>
1688 GEMListBanned_EventOnClick();
1689 </OnClick>
1690 <OnEnter>
1691 --GEMListBanned_EventOnHover();
1692 </OnEnter>
1693 <OnLeave>
1694 --GameTooltip:Hide();
1695 </OnLeave>
1696 </Scripts>
1697 </Button>
1698  
1699 <Frame name="GEMListBannedFrame" movable="true" frameStrata="HIGH" hidden="true" parent="UIParent" enableMouse="true">
1700 <Size>
1701 <AbsDimension x="400" y="255"/>
1702 </Size>
1703 <Anchors>
1704 <Anchor point="TOPLEFT">
1705 <Offset>
1706 <AbsDimension x="100" y="-104"/>
1707 </Offset>
1708 </Anchor>
1709 </Anchors>
1710 <Backdrop name="$parentBackdrop" bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
1711 <EdgeSize>
1712 <AbsValue val="16"/>
1713 </EdgeSize>
1714 <TileSize>
1715 <AbsValue val="16"/>
1716 </TileSize>
1717 <BackgroundInsets>
1718 <AbsInset left="3" right="5" top="3" bottom="5"/>
1719 </BackgroundInsets>
1720 </Backdrop>
1721 <Layers>
1722 <Layer level="BACKGROUND">
1723 <FontString name="$parentTitle" inherits="GameFontNormal" text="GEM_TEXT_BANNED_HEADER">
1724 <Anchors>
1725 <Anchor point="TOP" relativePoint="TOP">
1726 <Offset>
1727 <AbsDimension x="-5" y="-6"/>
1728 </Offset>
1729 </Anchor>
1730 </Anchors>
1731 </FontString>
1732 </Layer>
1733 </Layers>
1734 <Frames>
1735 <Button name="GEMListBannedHeaderName" inherits="GEMListLimitFrameColumnHeaderTemplate" text="GEM_TEXT_BANNED_NAME">
1736 <Anchors>
1737 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1738 <Offset>
1739 <AbsDimension x="20" y="-26"/>
1740 </Offset>
1741 </Anchor>
1742 </Anchors>
1743 <Scripts>
1744 <OnLoad>
1745 GEMSetColumnWidth(100);
1746 </OnLoad>
1747 </Scripts>
1748 </Button>
1749 <Button name="GEMListBannedHeaderReason" inherits="GEMListLimitFrameColumnHeaderTemplate" text="GEM_TEXT_BANNED_REASON">
1750 <Anchors>
1751 <Anchor point="LEFT" relativeTo="GEMListBannedHeaderName" relativePoint="RIGHT">
1752 <Offset>
1753 <AbsDimension x="-2" y="0"/>
1754 </Offset>
1755 </Anchor>
1756 </Anchors>
1757 <Scripts>
1758 <OnLoad>
1759 GEMSetColumnWidth(260);
1760 </OnLoad>
1761 </Scripts>
1762 </Button>
1763 <Button name="GEMListBannedItem1" inherits="GEMListBannedItemTemplate" id="1">
1764 <Anchors>
1765 <Anchor point="TOPLEFT" relativeTo="GEMListBannedHeaderName" relativePoint="BOTTOMLEFT">
1766 <Offset>
1767 <AbsDimension x="0" y="0"/>
1768 </Offset>
1769 </Anchor>
1770 </Anchors>
1771 </Button>
1772 <Button name="GEMListBannedItem2" inherits="GEMListBannedItemTemplate" id="1">
1773 <Anchors>
1774 <Anchor point="TOPLEFT" relativeTo="GEMListBannedItem1" relativePoint="BOTTOMLEFT">
1775 <Offset>
1776 <AbsDimension x="0" y="0"/>
1777 </Offset>
1778 </Anchor>
1779 </Anchors>
1780 </Button>
1781 <Button name="GEMListBannedItem3" inherits="GEMListBannedItemTemplate" id="1">
1782 <Anchors>
1783 <Anchor point="TOPLEFT" relativeTo="GEMListBannedItem2" relativePoint="BOTTOMLEFT">
1784 <Offset>
1785 <AbsDimension x="0" y="0"/>
1786 </Offset>
1787 </Anchor>
1788 </Anchors>
1789 </Button>
1790 <Button name="GEMListBannedItem4" inherits="GEMListBannedItemTemplate" id="1">
1791 <Anchors>
1792 <Anchor point="TOPLEFT" relativeTo="GEMListBannedItem3" relativePoint="BOTTOMLEFT">
1793 <Offset>
1794 <AbsDimension x="0" y="0"/>
1795 </Offset>
1796 </Anchor>
1797 </Anchors>
1798 </Button>
1799 <Button name="GEMListBannedItem5" inherits="GEMListBannedItemTemplate" id="1">
1800 <Anchors>
1801 <Anchor point="TOPLEFT" relativeTo="GEMListBannedItem4" relativePoint="BOTTOMLEFT">
1802 <Offset>
1803 <AbsDimension x="0" y="0"/>
1804 </Offset>
1805 </Anchor>
1806 </Anchors>
1807 </Button>
1808 <Button name="GEMListBannedItem6" inherits="GEMListBannedItemTemplate" id="1">
1809 <Anchors>
1810 <Anchor point="TOPLEFT" relativeTo="GEMListBannedItem5" relativePoint="BOTTOMLEFT">
1811 <Offset>
1812 <AbsDimension x="0" y="0"/>
1813 </Offset>
1814 </Anchor>
1815 </Anchors>
1816 </Button>
1817 <Button name="GEMListBannedItem7" inherits="GEMListBannedItemTemplate" id="1">
1818 <Anchors>
1819 <Anchor point="TOPLEFT" relativeTo="GEMListBannedItem6" relativePoint="BOTTOMLEFT">
1820 <Offset>
1821 <AbsDimension x="0" y="0"/>
1822 </Offset>
1823 </Anchor>
1824 </Anchors>
1825 </Button>
1826 <Button name="GEMListBannedItem8" inherits="GEMListBannedItemTemplate" id="1">
1827 <Anchors>
1828 <Anchor point="TOPLEFT" relativeTo="GEMListBannedItem7" relativePoint="BOTTOMLEFT">
1829 <Offset>
1830 <AbsDimension x="0" y="0"/>
1831 </Offset>
1832 </Anchor>
1833 </Anchors>
1834 </Button>
1835 <Button name="GEMListBannedItem9" inherits="GEMListBannedItemTemplate" id="1">
1836 <Anchors>
1837 <Anchor point="TOPLEFT" relativeTo="GEMListBannedItem8" relativePoint="BOTTOMLEFT">
1838 <Offset>
1839 <AbsDimension x="0" y="0"/>
1840 </Offset>
1841 </Anchor>
1842 </Anchors>
1843 </Button>
1844 <Button name="GEMListBannedItem10" inherits="GEMListBannedItemTemplate" id="1">
1845 <Anchors>
1846 <Anchor point="TOPLEFT" relativeTo="GEMListBannedItem9" relativePoint="BOTTOMLEFT">
1847 <Offset>
1848 <AbsDimension x="0" y="0"/>
1849 </Offset>
1850 </Anchor>
1851 </Anchors>
1852 </Button>
1853 <ScrollFrame name="GEMListBannedItemScrollFrame" inherits="FauxScrollFrameTemplate">
1854 <Size>
1855 <AbsDimension x="320" y="160" />
1856 </Size>
1857 <Anchors>
1858 <Anchor point="TOPRIGHT" relativeTo="GEMListBannedHeaderReason" relativePoint="BOTTOMRIGHT">
1859 <Offset>
1860 <AbsDimension x="-23" y="-2"/>
1861 </Offset>
1862 </Anchor>
1863 </Anchors>
1864 <Scripts>
1865 <OnVerticalScroll>
1866 FauxScrollFrame_OnVerticalScroll(10, GEMListBanned_UpdatePlayersList);
1867 </OnVerticalScroll>
1868 </Scripts>
1869 </ScrollFrame>
1870  
1871 <Button name="GEMListBannedCloseButton" inherits="UIPanelCloseButton">
1872 <Anchors>
1873 <Anchor point="TOPRIGHT">
1874 <Offset>
1875 <AbsDimension x="1" y="2"/>
1876 </Offset>
1877 </Anchor>
1878 </Anchors>
1879 </Button>
1880  
1881 <Button name="GEMListBanned_UnBan" inherits="UIPanelButtonTemplate" text="GEM_TEXT_BANNED_UNBAN">
1882 <Size>
1883 <AbsDimension x="100" y="24"/>
1884 </Size>
1885 <Anchors>
1886 <Anchor point="BOTTOM" relativeTo="GEMListBannedFrame" relativePoint="BOTTOM">
1887 <Offset>
1888 <AbsDimension x="0" y="10"/>
1889 </Offset>
1890 </Anchor>
1891 </Anchors>
1892 <Scripts>
1893 <OnClick>
1894 GEMListBannedUnBan_OnClick();
1895 </OnClick>
1896 </Scripts>
1897 </Button>
1898  
1899 </Frames>
1900 <Scripts>
1901 <OnMouseUp>
1902 if ( this.isMoving ) then
1903 this:StopMovingOrSizing();
1904 this.isMoving = false;
1905 end
1906 </OnMouseUp>
1907 <OnMouseDown>
1908 if ( ( ( not this.isLocked ) or ( this.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then
1909 this:StartMoving();
1910 this.isMoving = true;
1911 end
1912 </OnMouseDown>
1913 <OnHide>
1914 if ( this.isMoving ) then
1915 this:StopMovingOrSizing();
1916 this.isMoving = false;
1917 end
1918 </OnHide>
1919 <OnShow>
1920 GEMListBanned_OnShow();
1921 </OnShow>
1922 </Scripts>
1923 </Frame>
1924  
1925 </Ui>