vanilla-wow-addons – Blame information for rev 1
?pathlinks?
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_new.lua"/> |
||
3 | |||
4 | <!-- column header template --> |
||
5 | <Button name="GEMNewAutoMembersHeaderTemplate" virtual="true"> |
||
6 | <Size> |
||
7 | <AbsDimension x="10" y="24"/> |
||
8 | </Size> |
||
9 | <Layers> |
||
10 | <Layer level="BACKGROUND"> |
||
11 | <Texture name="$parentLeft" file="Interface\FriendsFrame\WhoFrame-ColumnTabs"> |
||
12 | <Size> |
||
13 | <AbsDimension x="5" y="24"/> |
||
14 | </Size> |
||
15 | <Anchors> |
||
16 | <Anchor point="TOPLEFT"/> |
||
17 | </Anchors> |
||
18 | <TexCoords left="0" right="0.078125" top="0" bottom="0.75"/> |
||
19 | </Texture> |
||
20 | <Texture name="$parentMiddle" file="Interface\FriendsFrame\WhoFrame-ColumnTabs"> |
||
21 | <Size> |
||
22 | <AbsDimension x="53" y="24"/> |
||
23 | </Size> |
||
24 | <Anchors> |
||
25 | <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/> |
||
26 | </Anchors> |
||
27 | <TexCoords left="0.078125" right="0.90625" top="0" bottom="0.75"/> |
||
28 | </Texture> |
||
29 | <Texture name="$parentRight" file="Interface\FriendsFrame\WhoFrame-ColumnTabs"> |
||
30 | <Size> |
||
31 | <AbsDimension x="4" y="24"/> |
||
32 | </Size> |
||
33 | <Anchors> |
||
34 | <Anchor point="LEFT" relativeTo="$parentMiddle" relativePoint="RIGHT"/> |
||
35 | </Anchors> |
||
36 | <TexCoords left="0.90625" right="0.96875" top="0" bottom="0.75"/> |
||
37 | </Texture> |
||
38 | </Layer> |
||
39 | </Layers> |
||
40 | <Scripts> |
||
41 | <OnClick> |
||
42 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
43 | GEMNewAutoMembers_SortBy(this.sortType, this.sortDir); |
||
44 | this.sortDir = not this.sortDir; |
||
45 | </OnClick> |
||
46 | </Scripts> |
||
47 | <NormalText inherits="GameFontHighlightSmall"> |
||
48 | <Anchors> |
||
49 | <Anchor point="LEFT"> |
||
50 | <Offset> |
||
51 | <AbsDimension x="8" y="0"/> |
||
52 | </Offset> |
||
53 | </Anchor> |
||
54 | </Anchors> |
||
55 | </NormalText> |
||
56 | </Button> |
||
57 | |||
58 | <Button name="GEMNewAutoMembersItemTemplate" virtual="true"> |
||
59 | <Size> |
||
60 | <AbsDimension x="360" y="16"/> |
||
61 | </Size> |
||
62 | <Layers> |
||
63 | <Layer level="BORDER"> |
||
64 | <FontString name="$parentPlace" inherits="GameFontNormalSmall" justifyH="CENTER"> |
||
65 | <Size> |
||
66 | <AbsDimension x="38" y="14"/> |
||
67 | </Size> |
||
68 | <Anchors> |
||
69 | <Anchor point="TOPLEFT"> |
||
70 | <Offset> |
||
71 | <AbsDimension x="2" y="-3"/> |
||
72 | </Offset> |
||
73 | </Anchor> |
||
74 | </Anchors> |
||
75 | </FontString> |
||
76 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="LEFT"> |
||
77 | <Size> |
||
78 | <AbsDimension x="98" y="14"/> |
||
79 | </Size> |
||
80 | <Anchors> |
||
81 | <Anchor point="LEFT" relativeTo="$parentPlace" relativePoint="RIGHT"> |
||
82 | <Offset> |
||
83 | <AbsDimension x="0" y="0"/> |
||
84 | </Offset> |
||
85 | </Anchor> |
||
86 | </Anchors> |
||
87 | </FontString> |
||
88 | <FontString name="$parentGuild" inherits="GameFontHighlightSmall" justifyH="LEFT"> |
||
89 | <Size> |
||
90 | <AbsDimension x="118" y="14"/> |
||
91 | </Size> |
||
92 | <Anchors> |
||
93 | <Anchor point="LEFT" relativeTo="$parentName" relativePoint="RIGHT"> |
||
94 | <Offset> |
||
95 | <AbsDimension x="0" y="0"/> |
||
96 | </Offset> |
||
97 | </Anchor> |
||
98 | </Anchors> |
||
99 | </FontString> |
||
100 | <FontString name="$parentClass" inherits="GameFontHighlightSmall" justifyH="LEFT"> |
||
101 | <Size> |
||
102 | <AbsDimension x="68" y="14"/> |
||
103 | </Size> |
||
104 | <Anchors> |
||
105 | <Anchor point="LEFT" relativeTo="$parentGuild" relativePoint="RIGHT"> |
||
106 | <Offset> |
||
107 | <AbsDimension x="0" y="0"/> |
||
108 | </Offset> |
||
109 | </Anchor> |
||
110 | </Anchors> |
||
111 | </FontString> |
||
112 | <FontString name="$parentLevel" inherits="GameFontHighlightSmall" justifyH="LEFT"> |
||
113 | <Size> |
||
114 | <AbsDimension x="38" y="14"/> |
||
115 | </Size> |
||
116 | <Anchors> |
||
117 | <Anchor point="LEFT" relativeTo="$parentClass" relativePoint="RIGHT"> |
||
118 | <Offset> |
||
119 | <AbsDimension x="0" y="0"/> |
||
120 | </Offset> |
||
121 | </Anchor> |
||
122 | </Anchors> |
||
123 | </FontString> |
||
124 | </Layer> |
||
125 | </Layers> |
||
126 | <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"> |
||
127 | <Size> |
||
128 | <AbsDimension x="360" y="16"/> |
||
129 | </Size> |
||
130 | <Anchors> |
||
131 | <Anchor point="TOP"> |
||
132 | <Offset> |
||
133 | <AbsDimension x="5" y="-2"/> |
||
134 | </Offset> |
||
135 | </Anchor> |
||
136 | </Anchors> |
||
137 | </HighlightTexture> |
||
138 | <Scripts> |
||
139 | <OnLoad> |
||
140 | this:RegisterForClicks("LeftButtonDown", "RightButtonDown"); |
||
141 | </OnLoad> |
||
142 | <OnClick> |
||
143 | GEMNewAutoMembers_OnClick(arg1); |
||
144 | </OnClick> |
||
145 | </Scripts> |
||
146 | </Button> |
||
147 | |||
148 | |||
149 | <Frame name="GEMNewAutoMembersFrame" movable="true" frameStrata="HIGH" hidden="true" parent="UIParent" enableMouse="true"> |
||
150 | <Size> |
||
151 | <AbsDimension x="400" y="410"/> |
||
152 | </Size> |
||
153 | <Anchors> |
||
154 | <Anchor point="TOPLEFT"> |
||
155 | <Offset> |
||
156 | <AbsDimension x="100" y="-104"/> |
||
157 | </Offset> |
||
158 | </Anchor> |
||
159 | </Anchors> |
||
160 | <Backdrop name="$parentBackdrop" bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true"> |
||
161 | <EdgeSize> |
||
162 | <AbsValue val="16"/> |
||
163 | </EdgeSize> |
||
164 | <TileSize> |
||
165 | <AbsValue val="16"/> |
||
166 | </TileSize> |
||
167 | <BackgroundInsets> |
||
168 | <AbsInset left="3" right="5" top="3" bottom="5"/> |
||
169 | </BackgroundInsets> |
||
170 | </Backdrop> |
||
171 | <Layers> |
||
172 | <Layer level="BACKGROUND"> |
||
173 | <FontString name="$parentTitle" inherits="GameFontNormal" text="GEM_TEXT_NEW_AUTOMEMBERS_TITLE"> |
||
174 | <Anchors> |
||
175 | <Anchor point="TOP" relativePoint="TOP"> |
||
176 | <Offset> |
||
177 | <AbsDimension x="-5" y="-6"/> |
||
178 | </Offset> |
||
179 | </Anchor> |
||
180 | </Anchors> |
||
181 | </FontString> |
||
182 | </Layer> |
||
183 | </Layers> |
||
184 | <Frames> |
||
185 | <Button name="$parentPHeader1" inherits="GEMNewAutoMembersHeaderTemplate" text="GEMADMIN_HEADER_PLACE"> |
||
186 | <Anchors> |
||
187 | <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"> |
||
188 | <Offset> |
||
189 | <AbsDimension x="20" y="-26"/> |
||
190 | </Offset> |
||
191 | </Anchor> |
||
192 | </Anchors> |
||
193 | <Scripts> |
||
194 | <OnLoad> |
||
195 | GEMSetColumnWidth(40); |
||
196 | this.sortDir = true; |
||
197 | this.sortType = GEMADMIN_SORTBY_PLACE; |
||
198 | </OnLoad> |
||
199 | </Scripts> |
||
200 | </Button> |
||
201 | <Button name="$parentPHeader2" inherits="GEMNewAutoMembersHeaderTemplate" text="GEMADMIN_HEADER_NAME"> |
||
202 | <Anchors> |
||
203 | <Anchor point="LEFT" relativeTo="$parentPHeader1" relativePoint="RIGHT"> |
||
204 | <Offset> |
||
205 | <AbsDimension x="-2" y="0"/> |
||
206 | </Offset> |
||
207 | </Anchor> |
||
208 | </Anchors> |
||
209 | <Scripts> |
||
210 | <OnLoad> |
||
211 | GEMSetColumnWidth(100); |
||
212 | this.sortDir = true; |
||
213 | this.sortType = GEMADMIN_SORTBY_NAME; |
||
214 | </OnLoad> |
||
215 | </Scripts> |
||
216 | </Button> |
||
217 | <Button name="$parentPHeader3" inherits="GEMNewAutoMembersHeaderTemplate" text="GEMADMIN_HEADER_GUILD"> |
||
218 | <Anchors> |
||
219 | <Anchor point="LEFT" relativeTo="$parentPHeader2" relativePoint="RIGHT"> |
||
220 | <Offset> |
||
221 | <AbsDimension x="-2" y="0"/> |
||
222 | </Offset> |
||
223 | </Anchor> |
||
224 | </Anchors> |
||
225 | <Scripts> |
||
226 | <OnLoad> |
||
227 | GEMSetColumnWidth(120); |
||
228 | this.sortDir = true; |
||
229 | this.sortType = GEMADMIN_SORTBY_GUILD; |
||
230 | </OnLoad> |
||
231 | </Scripts> |
||
232 | </Button> |
||
233 | <Button name="$parentPHeader4" inherits="GEMNewAutoMembersHeaderTemplate" text="GEMADMIN_HEADER_CLASS"> |
||
234 | <Anchors> |
||
235 | <Anchor point="LEFT" relativeTo="$parentPHeader3" relativePoint="RIGHT"> |
||
236 | <Offset> |
||
237 | <AbsDimension x="-2" y="0"/> |
||
238 | </Offset> |
||
239 | </Anchor> |
||
240 | </Anchors> |
||
241 | <Scripts> |
||
242 | <OnLoad> |
||
243 | GEMSetColumnWidth(70); |
||
244 | this.sortDir = true; |
||
245 | this.sortType = GEMADMIN_SORTBY_CLASS; |
||
246 | </OnLoad> |
||
247 | </Scripts> |
||
248 | </Button> |
||
249 | <Button name="$parentPHeader5" inherits="GEMNewAutoMembersHeaderTemplate" text="GEMADMIN_HEADER_LEVEL"> |
||
250 | <Anchors> |
||
251 | <Anchor point="LEFT" relativeTo="$parentPHeader4" relativePoint="RIGHT"> |
||
252 | <Offset> |
||
253 | <AbsDimension x="-2" y="0"/> |
||
254 | </Offset> |
||
255 | </Anchor> |
||
256 | </Anchors> |
||
257 | <Scripts> |
||
258 | <OnLoad> |
||
259 | GEMSetColumnWidth(55); |
||
260 | this.sortDir = true; |
||
261 | this.sortType = GEMADMIN_SORTBY_LEVEL; |
||
262 | </OnLoad> |
||
263 | </Scripts> |
||
264 | </Button> |
||
265 | <Button name="$parentPItem1" inherits="GEMNewAutoMembersItemTemplate" id="1"> |
||
266 | <Anchors> |
||
267 | <Anchor point="TOPLEFT" relativeTo="$parentPHeader1" relativePoint="BOTTOMLEFT"> |
||
268 | <Offset> |
||
269 | <AbsDimension x="0" y="0"/> |
||
270 | </Offset> |
||
271 | </Anchor> |
||
272 | </Anchors> |
||
273 | </Button> |
||
274 | <Button name="$parentPItem2" inherits="GEMNewAutoMembersItemTemplate" id="1"> |
||
275 | <Anchors> |
||
276 | <Anchor point="TOPLEFT" relativeTo="$parentPItem1" relativePoint="BOTTOMLEFT"> |
||
277 | <Offset> |
||
278 | <AbsDimension x="0" y="0"/> |
||
279 | </Offset> |
||
280 | </Anchor> |
||
281 | </Anchors> |
||
282 | </Button> |
||
283 | <Button name="$parentPItem3" inherits="GEMNewAutoMembersItemTemplate" id="1"> |
||
284 | <Anchors> |
||
285 | <Anchor point="TOPLEFT" relativeTo="$parentPItem2" relativePoint="BOTTOMLEFT"> |
||
286 | <Offset> |
||
287 | <AbsDimension x="0" y="0"/> |
||
288 | </Offset> |
||
289 | </Anchor> |
||
290 | </Anchors> |
||
291 | </Button> |
||
292 | <Button name="$parentPItem4" inherits="GEMNewAutoMembersItemTemplate" id="1"> |
||
293 | <Anchors> |
||
294 | <Anchor point="TOPLEFT" relativeTo="$parentPItem3" relativePoint="BOTTOMLEFT"> |
||
295 | <Offset> |
||
296 | <AbsDimension x="0" y="0"/> |
||
297 | </Offset> |
||
298 | </Anchor> |
||
299 | </Anchors> |
||
300 | </Button> |
||
301 | <Button name="$parentPItem5" inherits="GEMNewAutoMembersItemTemplate" id="1"> |
||
302 | <Anchors> |
||
303 | <Anchor point="TOPLEFT" relativeTo="$parentPItem4" relativePoint="BOTTOMLEFT"> |
||
304 | <Offset> |
||
305 | <AbsDimension x="0" y="0"/> |
||
306 | </Offset> |
||
307 | </Anchor> |
||
308 | </Anchors> |
||
309 | </Button> |
||
310 | <Button name="$parentPItem6" inherits="GEMNewAutoMembersItemTemplate" id="1"> |
||
311 | <Anchors> |
||
312 | <Anchor point="TOPLEFT" relativeTo="$parentPItem5" relativePoint="BOTTOMLEFT"> |
||
313 | <Offset> |
||
314 | <AbsDimension x="0" y="0"/> |
||
315 | </Offset> |
||
316 | </Anchor> |
||
317 | </Anchors> |
||
318 | </Button> |
||
319 | <Button name="$parentPItem7" inherits="GEMNewAutoMembersItemTemplate" id="1"> |
||
320 | <Anchors> |
||
321 | <Anchor point="TOPLEFT" relativeTo="$parentPItem6" relativePoint="BOTTOMLEFT"> |
||
322 | <Offset> |
||
323 | <AbsDimension x="0" y="0"/> |
||
324 | </Offset> |
||
325 | </Anchor> |
||
326 | </Anchors> |
||
327 | </Button> |
||
328 | <Button name="$parentPItem8" inherits="GEMNewAutoMembersItemTemplate" id="1"> |
||
329 | <Anchors> |
||
330 | <Anchor point="TOPLEFT" relativeTo="$parentPItem7" relativePoint="BOTTOMLEFT"> |
||
331 | <Offset> |
||
332 | <AbsDimension x="0" y="0"/> |
||
333 | </Offset> |
||
334 | </Anchor> |
||
335 | </Anchors> |
||
336 | </Button> |
||
337 | <ScrollFrame name="$parentPItemScrollFrame" inherits="FauxScrollFrameTemplate"> |
||
338 | <Size> |
||
339 | <AbsDimension x="320" y="128" /> |
||
340 | </Size> |
||
341 | <Anchors> |
||
342 | <Anchor point="TOPRIGHT" relativeTo="$parentPHeader5" relativePoint="BOTTOMRIGHT"> |
||
343 | <Offset> |
||
344 | <AbsDimension x="-23" y="-2"/> |
||
345 | </Offset> |
||
346 | </Anchor> |
||
347 | </Anchors> |
||
348 | <Scripts> |
||
349 | <OnVerticalScroll> |
||
350 | FauxScrollFrame_OnVerticalScroll(10, GEMNewAutoMembers_UpdatePList); |
||
351 | </OnVerticalScroll> |
||
352 | </Scripts> |
||
353 | </ScrollFrame> |
||
354 | |||
355 | <Button name="$parentP_Add" inherits="UIPanelButtonTemplate" text="GEM_TEXT_NEW_AUTOMEMBERS_ADD_TITULAR"> |
||
356 | <Size> |
||
357 | <AbsDimension x="180" y="24"/> |
||
358 | </Size> |
||
359 | <Anchors> |
||
360 | <Anchor point="TOP" relativeTo="$parent" relativePoint="TOP"> |
||
361 | <Offset> |
||
362 | <AbsDimension x="0" y="-182"/> |
||
363 | </Offset> |
||
364 | </Anchor> |
||
365 | </Anchors> |
||
366 | <Scripts> |
||
367 | <OnClick> |
||
368 | GEMExternal_Choose(GEMNewAutoMembers_PInfosSet,GEM_TEXT_NEW_AUTOMEMBERS_FILL_TITULAR,{}); |
||
369 | </OnClick> |
||
370 | </Scripts> |
||
371 | </Button> |
||
372 | |||
373 | <Button name="$parentRHeader1" inherits="GEMNewAutoMembersHeaderTemplate" text="GEMADMIN_HEADER_PLACE"> |
||
374 | <Anchors> |
||
375 | <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"> |
||
376 | <Offset> |
||
377 | <AbsDimension x="20" y="-220"/> |
||
378 | </Offset> |
||
379 | </Anchor> |
||
380 | </Anchors> |
||
381 | <Scripts> |
||
382 | <OnLoad> |
||
383 | GEMSetColumnWidth(40); |
||
384 | this.sortDir = true; |
||
385 | this.sortType = GEMADMIN_SORTBY_PLACE; |
||
386 | </OnLoad> |
||
387 | </Scripts> |
||
388 | </Button> |
||
389 | <Button name="$parentRHeader2" inherits="GEMNewAutoMembersHeaderTemplate" text="GEMADMIN_HEADER_NAME"> |
||
390 | <Anchors> |
||
391 | <Anchor point="LEFT" relativeTo="$parentRHeader1" relativePoint="RIGHT"> |
||
392 | <Offset> |
||
393 | <AbsDimension x="-2" y="0"/> |
||
394 | </Offset> |
||
395 | </Anchor> |
||
396 | </Anchors> |
||
397 | <Scripts> |
||
398 | <OnLoad> |
||
399 | GEMSetColumnWidth(100); |
||
400 | this.sortDir = true; |
||
401 | this.sortType = GEMADMIN_SORTBY_NAME; |
||
402 | </OnLoad> |
||
403 | </Scripts> |
||
404 | </Button> |
||
405 | <Button name="$parentRHeader3" inherits="GEMNewAutoMembersHeaderTemplate" text="GEMADMIN_HEADER_GUILD"> |
||
406 | <Anchors> |
||
407 | <Anchor point="LEFT" relativeTo="$parentRHeader2" relativePoint="RIGHT"> |
||
408 | <Offset> |
||
409 | <AbsDimension x="-2" y="0"/> |
||
410 | </Offset> |
||
411 | </Anchor> |
||
412 | </Anchors> |
||
413 | <Scripts> |
||
414 | <OnLoad> |
||
415 | GEMSetColumnWidth(120); |
||
416 | this.sortDir = true; |
||
417 | this.sortType = GEMADMIN_SORTBY_GUILD; |
||
418 | </OnLoad> |
||
419 | </Scripts> |
||
420 | </Button> |
||
421 | <Button name="$parentRHeader4" inherits="GEMNewAutoMembersHeaderTemplate" text="GEMADMIN_HEADER_CLASS"> |
||
422 | <Anchors> |
||
423 | <Anchor point="LEFT" relativeTo="$parentRHeader3" relativePoint="RIGHT"> |
||
424 | <Offset> |
||
425 | <AbsDimension x="-2" y="0"/> |
||
426 | </Offset> |
||
427 | </Anchor> |
||
428 | </Anchors> |
||
429 | <Scripts> |
||
430 | <OnLoad> |
||
431 | GEMSetColumnWidth(70); |
||
432 | this.sortDir = true; |
||
433 | this.sortType = GEMADMIN_SORTBY_CLASS; |
||
434 | </OnLoad> |
||
435 | </Scripts> |
||
436 | </Button> |
||
437 | <Button name="$parentRHeader5" inherits="GEMNewAutoMembersHeaderTemplate" text="GEMADMIN_HEADER_LEVEL"> |
||
438 | <Anchors> |
||
439 | <Anchor point="LEFT" relativeTo="$parentRHeader4" relativePoint="RIGHT"> |
||
440 | <Offset> |
||
441 | <AbsDimension x="-2" y="0"/> |
||
442 | </Offset> |
||
443 | </Anchor> |
||
444 | </Anchors> |
||
445 | <Scripts> |
||
446 | <OnLoad> |
||
447 | GEMSetColumnWidth(55); |
||
448 | this.sortDir = true; |
||
449 | this.sortType = GEMADMIN_SORTBY_LEVEL; |
||
450 | </OnLoad> |
||
451 | </Scripts> |
||
452 | </Button> |
||
453 | <Button name="$parentRItem1" inherits="GEMNewAutoMembersItemTemplate" id="2"> |
||
454 | <Anchors> |
||
455 | <Anchor point="TOPLEFT" relativeTo="$parentRHeader1" relativePoint="BOTTOMLEFT"> |
||
456 | <Offset> |
||
457 | <AbsDimension x="0" y="0"/> |
||
458 | </Offset> |
||
459 | </Anchor> |
||
460 | </Anchors> |
||
461 | </Button> |
||
462 | <Button name="$parentRItem2" inherits="GEMNewAutoMembersItemTemplate" id="2"> |
||
463 | <Anchors> |
||
464 | <Anchor point="TOPLEFT" relativeTo="$parentRItem1" relativePoint="BOTTOMLEFT"> |
||
465 | <Offset> |
||
466 | <AbsDimension x="0" y="0"/> |
||
467 | </Offset> |
||
468 | </Anchor> |
||
469 | </Anchors> |
||
470 | </Button> |
||
471 | <Button name="$parentRItem3" inherits="GEMNewAutoMembersItemTemplate" id="2"> |
||
472 | <Anchors> |
||
473 | <Anchor point="TOPLEFT" relativeTo="$parentRItem2" relativePoint="BOTTOMLEFT"> |
||
474 | <Offset> |
||
475 | <AbsDimension x="0" y="0"/> |
||
476 | </Offset> |
||
477 | </Anchor> |
||
478 | </Anchors> |
||
479 | </Button> |
||
480 | <Button name="$parentRItem4" inherits="GEMNewAutoMembersItemTemplate" id="2"> |
||
481 | <Anchors> |
||
482 | <Anchor point="TOPLEFT" relativeTo="$parentRItem3" relativePoint="BOTTOMLEFT"> |
||
483 | <Offset> |
||
484 | <AbsDimension x="0" y="0"/> |
||
485 | </Offset> |
||
486 | </Anchor> |
||
487 | </Anchors> |
||
488 | </Button> |
||
489 | <Button name="$parentRItem5" inherits="GEMNewAutoMembersItemTemplate" id="2"> |
||
490 | <Anchors> |
||
491 | <Anchor point="TOPLEFT" relativeTo="$parentRItem4" relativePoint="BOTTOMLEFT"> |
||
492 | <Offset> |
||
493 | <AbsDimension x="0" y="0"/> |
||
494 | </Offset> |
||
495 | </Anchor> |
||
496 | </Anchors> |
||
497 | </Button> |
||
498 | <Button name="$parentRItem6" inherits="GEMNewAutoMembersItemTemplate" id="2"> |
||
499 | <Anchors> |
||
500 | <Anchor point="TOPLEFT" relativeTo="$parentRItem5" relativePoint="BOTTOMLEFT"> |
||
501 | <Offset> |
||
502 | <AbsDimension x="0" y="0"/> |
||
503 | </Offset> |
||
504 | </Anchor> |
||
505 | </Anchors> |
||
506 | </Button> |
||
507 | <Button name="$parentRItem7" inherits="GEMNewAutoMembersItemTemplate" id="2"> |
||
508 | <Anchors> |
||
509 | <Anchor point="TOPLEFT" relativeTo="$parentRItem6" relativePoint="BOTTOMLEFT"> |
||
510 | <Offset> |
||
511 | <AbsDimension x="0" y="0"/> |
||
512 | </Offset> |
||
513 | </Anchor> |
||
514 | </Anchors> |
||
515 | </Button> |
||
516 | <Button name="$parentRItem8" inherits="GEMNewAutoMembersItemTemplate" id="2"> |
||
517 | <Anchors> |
||
518 | <Anchor point="TOPLEFT" relativeTo="$parentRItem7" relativePoint="BOTTOMLEFT"> |
||
519 | <Offset> |
||
520 | <AbsDimension x="0" y="0"/> |
||
521 | </Offset> |
||
522 | </Anchor> |
||
523 | </Anchors> |
||
524 | </Button> |
||
525 | <ScrollFrame name="$parentRItemScrollFrame" inherits="FauxScrollFrameTemplate"> |
||
526 | <Size> |
||
527 | <AbsDimension x="320" y="128" /> |
||
528 | </Size> |
||
529 | <Anchors> |
||
530 | <Anchor point="TOPRIGHT" relativeTo="$parentRHeader5" relativePoint="BOTTOMRIGHT"> |
||
531 | <Offset> |
||
532 | <AbsDimension x="-23" y="-2"/> |
||
533 | </Offset> |
||
534 | </Anchor> |
||
535 | </Anchors> |
||
536 | <Scripts> |
||
537 | <OnVerticalScroll> |
||
538 | FauxScrollFrame_OnVerticalScroll(10, GEMNewAutoMembers_UpdateRList); |
||
539 | </OnVerticalScroll> |
||
540 | </Scripts> |
||
541 | </ScrollFrame> |
||
542 | |||
543 | <Button name="$parentR_Add" inherits="UIPanelButtonTemplate" text="GEM_TEXT_NEW_AUTOMEMBERS_ADD_REPLACEMENT"> |
||
544 | <Size> |
||
545 | <AbsDimension x="180" y="24"/> |
||
546 | </Size> |
||
547 | <Anchors> |
||
548 | <Anchor point="TOP" relativeTo="$parent" relativePoint="TOP"> |
||
549 | <Offset> |
||
550 | <AbsDimension x="0" y="-376"/> |
||
551 | </Offset> |
||
552 | </Anchor> |
||
553 | </Anchors> |
||
554 | <Scripts> |
||
555 | <OnClick> |
||
556 | GEMExternal_Choose(GEMNewAutoMembers_RInfosSet,GEM_TEXT_NEW_AUTOMEMBERS_FILL_REPLACEMENT,{}); |
||
557 | </OnClick> |
||
558 | </Scripts> |
||
559 | </Button> |
||
560 | |||
561 | <Button name="$parentCloseButton" inherits="UIPanelCloseButton"> |
||
562 | <Anchors> |
||
563 | <Anchor point="TOPRIGHT"> |
||
564 | <Offset> |
||
565 | <AbsDimension x="1" y="2"/> |
||
566 | </Offset> |
||
567 | </Anchor> |
||
568 | </Anchors> |
||
569 | </Button> |
||
570 | |||
571 | </Frames> |
||
572 | <Scripts> |
||
573 | <OnMouseUp> |
||
574 | if ( this.isMoving ) then |
||
575 | this:StopMovingOrSizing(); |
||
576 | this.isMoving = false; |
||
577 | end |
||
578 | </OnMouseUp> |
||
579 | <OnMouseDown> |
||
580 | if ( ( ( not this.isLocked ) or ( this.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then |
||
581 | this:StartMoving(); |
||
582 | this.isMoving = true; |
||
583 | end |
||
584 | </OnMouseDown> |
||
585 | <OnHide> |
||
586 | if ( this.isMoving ) then |
||
587 | this:StopMovingOrSizing(); |
||
588 | this.isMoving = false; |
||
589 | end |
||
590 | </OnHide> |
||
591 | <OnShow> |
||
592 | GEMNewAutoMembers_OnShow(); |
||
593 | </OnShow> |
||
594 | </Scripts> |
||
595 | </Frame> |
||
596 | |||
597 | <Frame name="GEMNew_Limitation" virtual="true" hidden="false"> |
||
598 | <Frames> |
||
599 | <EditBox name="$parent_Min" letters="2" numeric="true" inherits="GEMEditBoxTemplate"> |
||
600 | <Size> |
||
601 | <AbsDimension x="30" y="26"/> |
||
602 | </Size> |
||
603 | <Anchors> |
||
604 | <Anchor point="TOPLEFT"> |
||
605 | <Offset> |
||
606 | <AbsDimension x="50" y="0"/> |
||
607 | </Offset> |
||
608 | </Anchor> |
||
609 | </Anchors> |
||
610 | </EditBox> |
||
611 | <EditBox name="$parent_Max" letters="2" numeric="true" inherits="GEMEditBoxTemplate"> |
||
612 | <Size> |
||
613 | <AbsDimension x="30" y="26"/> |
||
614 | </Size> |
||
615 | <Anchors> |
||
616 | <Anchor point="TOPLEFT" relativeTo="$parent_Min" relativePoint="TOPRIGHT"> |
||
617 | <Offset> |
||
618 | <AbsDimension x="10" y="0"/> |
||
619 | </Offset> |
||
620 | </Anchor> |
||
621 | </Anchors> |
||
622 | </EditBox> |
||
623 | </Frames> |
||
624 | </Frame> |
||
625 | |||
626 | <Frame name="GEMNewFrame" parent="GEMMainFrame" inherits="GEMTabFrame"> |
||
627 | <Layers> |
||
628 | <Layer level="BACKGROUND"> |
||
629 | <FontString name="GEMNew_Limit_String" inherits="GameFontNormal" justifyH="CENTER" text="GEM_TEXT_CLASS_LIMITATION"> |
||
630 | <Size> |
||
631 | <AbsDimension x="220" y="16"/> |
||
632 | </Size> |
||
633 | <Anchors> |
||
634 | <Anchor point="CENTER" relativeTo="GEMNewFrame" relativePoint="TOP"> |
||
635 | <Offset> |
||
636 | <AbsDimension x="0" y="-200" /> |
||
637 | </Offset> |
||
638 | </Anchor> |
||
639 | </Anchors> |
||
640 | </FontString> |
||
641 | </Layer> |
||
642 | </Layers> |
||
643 | <Frames> |
||
644 | <EditBox name="GEMNew_Where" letters="40" numeric="false" inherits="GEMEditBoxTemplate"> |
||
645 | <Size> |
||
646 | <AbsDimension x="166" y="26"/> |
||
647 | </Size> |
||
648 | <Anchors> |
||
649 | <Anchor point="TOPLEFT" relativeTo="GEMNewFrame" relativePoint="TOPLEFT"> |
||
650 | <Offset> |
||
651 | <AbsDimension x="200" y="-20"/> |
||
652 | </Offset> |
||
653 | </Anchor> |
||
654 | </Anchors> |
||
655 | <Layers> |
||
656 | <Layer level="BACKGROUND"> |
||
657 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="LEFT" text="GEM_TEXT_WHERE"> |
||
658 | <Size> |
||
659 | <AbsDimension x="140" y="16"/> |
||
660 | </Size> |
||
661 | <Anchors> |
||
662 | <Anchor point="LEFT"> |
||
663 | <Offset> |
||
664 | <AbsDimension x="-150" y="0" /> |
||
665 | </Offset> |
||
666 | </Anchor> |
||
667 | </Anchors> |
||
668 | </FontString> |
||
669 | </Layer> |
||
670 | </Layers> |
||
671 | <Scripts> |
||
672 | <OnTabPressed> |
||
673 | GEMNew_Comment:SetFocus(); |
||
674 | </OnTabPressed> |
||
675 | </Scripts> |
||
676 | </EditBox> |
||
677 | |||
678 | <Frame name="GEMNew_Event_ZoneDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true"> |
||
679 | <Anchors> |
||
680 | <Anchor point="LEFT" relativeTo="GEMNew_Where" relativePoint="RIGHT"> |
||
681 | <Offset> |
||
682 | <AbsDimension x="0" y="-3"/> |
||
683 | </Offset> |
||
684 | </Anchor> |
||
685 | </Anchors> |
||
686 | <Scripts> |
||
687 | <OnShow> |
||
688 | GEMNew_Event_ZoneDropDown_OnShow(); |
||
689 | </OnShow> |
||
690 | </Scripts> |
||
691 | </Frame> |
||
692 | |||
693 | <EditBox name="GEMNew_Comment" letters="200" numeric="false" inherits="GEMEditBoxTemplate"> |
||
694 | <Size> |
||
695 | <AbsDimension x="166" y="26"/> |
||
696 | </Size> |
||
697 | <Anchors> |
||
698 | <Anchor point="TOPLEFT" relativeTo="GEMNewFrame" relativePoint="TOPLEFT"> |
||
699 | <Offset> |
||
700 | <AbsDimension x="200" y="-50"/> |
||
701 | </Offset> |
||
702 | </Anchor> |
||
703 | </Anchors> |
||
704 | <Layers> |
||
705 | <Layer level="BACKGROUND"> |
||
706 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="LEFT" text="GEM_TEXT_COMMENT"> |
||
707 | <Size> |
||
708 | <AbsDimension x="140" y="16"/> |
||
709 | </Size> |
||
710 | <Anchors> |
||
711 | <Anchor point="LEFT"> |
||
712 | <Offset> |
||
713 | <AbsDimension x="-150" y="0" /> |
||
714 | </Offset> |
||
715 | </Anchor> |
||
716 | </Anchors> |
||
717 | </FontString> |
||
718 | </Layer> |
||
719 | </Layers> |
||
720 | <Scripts> |
||
721 | <OnTabPressed> |
||
722 | GEMNew_Count:SetFocus(); |
||
723 | </OnTabPressed> |
||
724 | </Scripts> |
||
725 | </EditBox> |
||
726 | |||
727 | <Button name="GEMNew_Date" inherits="UIPanelButtonTemplate" text="GEM_TEXT_DATE_CHOOSE"> |
||
728 | <Size> |
||
729 | <AbsDimension x="100" y="21"/> |
||
730 | </Size> |
||
731 | <Anchors> |
||
732 | <Anchor point="TOPLEFT" relativeTo="GEMNewFrame" relativePoint="TOPLEFT"> |
||
733 | <Offset> |
||
734 | <AbsDimension x="380" y="-80"/> |
||
735 | </Offset> |
||
736 | </Anchor> |
||
737 | </Anchors> |
||
738 | <Layers> |
||
739 | <Layer level="BACKGROUND"> |
||
740 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="LEFT" text="GEM_HEADER_DATE"> |
||
741 | <Size> |
||
742 | <AbsDimension x="140" y="16"/> |
||
743 | </Size> |
||
744 | <Anchors> |
||
745 | <Anchor point="LEFT"> |
||
746 | <Offset> |
||
747 | <AbsDimension x="-330" y="0" /> |
||
748 | </Offset> |
||
749 | </Anchor> |
||
750 | </Anchors> |
||
751 | </FontString> |
||
752 | <FontString name="$parentValue" inherits="GameFontHighlightSmall" justifyH="LEFT" text=""> |
||
753 | <Size> |
||
754 | <AbsDimension x="166" y="16"/> |
||
755 | </Size> |
||
756 | <Anchors> |
||
757 | <Anchor point="LEFT"> |
||
758 | <Offset> |
||
759 | <AbsDimension x="-180" y="0" /> |
||
760 | </Offset> |
||
761 | </Anchor> |
||
762 | </Anchors> |
||
763 | </FontString> |
||
764 | <FontString name="$parentValueServer" inherits="GameFontHighlightSmall" justifyH="LEFT" text="server time"> |
||
765 | <Size> |
||
766 | <AbsDimension x="130" y="16"/> |
||
767 | </Size> |
||
768 | <Anchors> |
||
769 | <Anchor point="LEFT"> |
||
770 | <Offset> |
||
771 | <AbsDimension x="-140" y="-16" /> |
||
772 | </Offset> |
||
773 | </Anchor> |
||
774 | </Anchors> |
||
775 | </FontString> |
||
776 | </Layer> |
||
777 | </Layers> |
||
778 | <Scripts> |
||
779 | <OnClick> |
||
780 | GEMNew_Date_OnClick(); |
||
781 | </OnClick> |
||
782 | </Scripts> |
||
783 | </Button> |
||
784 | <Button name="GEMNew_AutoMembers" inherits="UIPanelButtonTemplate" text="GEM_TEXT_NEW_AUTOMEMBERS_BUTTON"> |
||
785 | <Size> |
||
786 | <AbsDimension x="140" y="21"/> |
||
787 | </Size> |
||
788 | <Anchors> |
||
789 | <Anchor point="TOP" relativeTo="GEMNew_Date" relativePoint="BOTTOM"> |
||
790 | <Offset> |
||
791 | <AbsDimension x="0" y="-20"/> |
||
792 | </Offset> |
||
793 | </Anchor> |
||
794 | </Anchors> |
||
795 | <Scripts> |
||
796 | <OnClick> |
||
797 | GEMNew_AutoMembers_OnClick(); |
||
798 | </OnClick> |
||
799 | </Scripts> |
||
800 | </Button> |
||
801 | |||
802 | <EditBox name="GEMNew_Count" letters="2" numeric="true" inherits="GEMEditBoxTemplate"> |
||
803 | <Size> |
||
804 | <AbsDimension x="30" y="26"/> |
||
805 | </Size> |
||
806 | <Anchors> |
||
807 | <Anchor point="TOPLEFT" relativeTo="GEMNewFrame" relativePoint="TOPLEFT"> |
||
808 | <Offset> |
||
809 | <AbsDimension x="200" y="-110"/> |
||
810 | </Offset> |
||
811 | </Anchor> |
||
812 | </Anchors> |
||
813 | <Layers> |
||
814 | <Layer level="BACKGROUND"> |
||
815 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="LEFT" text="GEM_TEXT_COUNT"> |
||
816 | <Size> |
||
817 | <AbsDimension x="140" y="16"/> |
||
818 | </Size> |
||
819 | <Anchors> |
||
820 | <Anchor point="LEFT"> |
||
821 | <Offset> |
||
822 | <AbsDimension x="-150" y="0" /> |
||
823 | </Offset> |
||
824 | </Anchor> |
||
825 | </Anchors> |
||
826 | </FontString> |
||
827 | </Layer> |
||
828 | </Layers> |
||
829 | <Scripts> |
||
830 | <OnTabPressed> |
||
831 | GEMNew_MinLevel:SetFocus(); |
||
832 | </OnTabPressed> |
||
833 | </Scripts> |
||
834 | </EditBox> |
||
835 | |||
836 | <EditBox name="GEMNew_MinLevel" letters="2" numeric="true" inherits="GEMEditBoxTemplate"> |
||
837 | <Size> |
||
838 | <AbsDimension x="30" y="26"/> |
||
839 | </Size> |
||
840 | <Anchors> |
||
841 | <Anchor point="TOPLEFT" relativeTo="GEMNewFrame" relativePoint="TOPLEFT"> |
||
842 | <Offset> |
||
843 | <AbsDimension x="200" y="-140"/> |
||
844 | </Offset> |
||
845 | </Anchor> |
||
846 | </Anchors> |
||
847 | <Layers> |
||
848 | <Layer level="BACKGROUND"> |
||
849 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="LEFT" text="GEM_TEXT_LEVEL"> |
||
850 | <Size> |
||
851 | <AbsDimension x="140" y="16"/> |
||
852 | </Size> |
||
853 | <Anchors> |
||
854 | <Anchor point="LEFT"> |
||
855 | <Offset> |
||
856 | <AbsDimension x="-150" y="0" /> |
||
857 | </Offset> |
||
858 | </Anchor> |
||
859 | </Anchors> |
||
860 | </FontString> |
||
861 | </Layer> |
||
862 | </Layers> |
||
863 | <Scripts> |
||
864 | <OnTabPressed> |
||
865 | GEMNew_MaxLevel:SetFocus(); |
||
866 | </OnTabPressed> |
||
867 | </Scripts> |
||
868 | </EditBox> |
||
869 | |||
870 | <EditBox name="GEMNew_MaxLevel" letters="2" numeric="true" inherits="GEMEditBoxTemplate"> |
||
871 | <Size> |
||
872 | <AbsDimension x="30" y="26"/> |
||
873 | </Size> |
||
874 | <Anchors> |
||
875 | <Anchor point="TOPLEFT" relativeTo="GEMNewFrame" relativePoint="TOPLEFT"> |
||
876 | <Offset> |
||
877 | <AbsDimension x="260" y="-140"/> |
||
878 | </Offset> |
||
879 | </Anchor> |
||
880 | </Anchors> |
||
881 | <Scripts> |
||
882 | <OnTabPressed> |
||
883 | GEMNew_Limit_Warrior_Min:SetFocus(); |
||
884 | </OnTabPressed> |
||
885 | </Scripts> |
||
886 | </EditBox> |
||
887 | |||
888 | <Frame name="GEMNew_Limit_Warrior" inherits="GEMNew_Limitation"> |
||
889 | <Size> |
||
890 | <AbsDimension x="140" y="26"/> |
||
891 | </Size> |
||
892 | <Anchors> |
||
893 | <Anchor point="TOPLEFT" relativeTo="GEMNewFrame" relativePoint="TOPLEFT"> |
||
894 | <Offset> |
||
895 | <AbsDimension x="40" y="-220"/> |
||
896 | </Offset> |
||
897 | </Anchor> |
||
898 | </Anchors> |
||
899 | <Layers> |
||
900 | <Layer level="BACKGROUND"> |
||
901 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="GEM_TEXT_CLASS_WARRIOR"> |
||
902 | <Size> |
||
903 | <AbsDimension x="60" y="16"/> |
||
904 | </Size> |
||
905 | <Anchors> |
||
906 | <Anchor point="LEFT"> |
||
907 | <Offset> |
||
908 | <AbsDimension x="-20" y="0" /> |
||
909 | </Offset> |
||
910 | </Anchor> |
||
911 | </Anchors> |
||
912 | </FontString> |
||
913 | </Layer> |
||
914 | </Layers> |
||
915 | </Frame> |
||
916 | <Frame name="GEMNew_Limit_Paladin" inherits="GEMNew_Limitation"> |
||
917 | <Size> |
||
918 | <AbsDimension x="140" y="26"/> |
||
919 | </Size> |
||
920 | <Anchors> |
||
921 | <Anchor point="TOPLEFT" relativeTo="GEMNew_Limit_Warrior" relativePoint="TOPRIGHT"> |
||
922 | <Offset> |
||
923 | <AbsDimension x="20" y="0"/> |
||
924 | </Offset> |
||
925 | </Anchor> |
||
926 | </Anchors> |
||
927 | <Layers> |
||
928 | <Layer level="BACKGROUND"> |
||
929 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="GEM_TEXT_CLASS_PALADIN"> |
||
930 | <Size> |
||
931 | <AbsDimension x="60" y="16"/> |
||
932 | </Size> |
||
933 | <Anchors> |
||
934 | <Anchor point="LEFT"> |
||
935 | <Offset> |
||
936 | <AbsDimension x="-20" y="0" /> |
||
937 | </Offset> |
||
938 | </Anchor> |
||
939 | </Anchors> |
||
940 | </FontString> |
||
941 | </Layer> |
||
942 | </Layers> |
||
943 | </Frame> |
||
944 | <Frame name="GEMNew_Limit_Shaman" inherits="GEMNew_Limitation"> |
||
945 | <Size> |
||
946 | <AbsDimension x="140" y="26"/> |
||
947 | </Size> |
||
948 | <Anchors> |
||
949 | <Anchor point="TOPLEFT" relativeTo="GEMNew_Limit_Paladin" relativePoint="TOPRIGHT"> |
||
950 | <Offset> |
||
951 | <AbsDimension x="20" y="0"/> |
||
952 | </Offset> |
||
953 | </Anchor> |
||
954 | </Anchors> |
||
955 | <Layers> |
||
956 | <Layer level="BACKGROUND"> |
||
957 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="GEM_TEXT_CLASS_SHAMAN"> |
||
958 | <Size> |
||
959 | <AbsDimension x="60" y="16"/> |
||
960 | </Size> |
||
961 | <Anchors> |
||
962 | <Anchor point="LEFT"> |
||
963 | <Offset> |
||
964 | <AbsDimension x="-20" y="0" /> |
||
965 | </Offset> |
||
966 | </Anchor> |
||
967 | </Anchors> |
||
968 | </FontString> |
||
969 | </Layer> |
||
970 | </Layers> |
||
971 | </Frame> |
||
972 | |||
973 | <Frame name="GEMNew_Limit_Rogue" inherits="GEMNew_Limitation"> |
||
974 | <Size> |
||
975 | <AbsDimension x="140" y="26"/> |
||
976 | </Size> |
||
977 | <Anchors> |
||
978 | <Anchor point="TOPLEFT" relativeTo="GEMNew_Limit_Warrior" relativePoint="TOPLEFT"> |
||
979 | <Offset> |
||
980 | <AbsDimension x="0" y="-40"/> |
||
981 | </Offset> |
||
982 | </Anchor> |
||
983 | </Anchors> |
||
984 | <Layers> |
||
985 | <Layer level="BACKGROUND"> |
||
986 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="GEM_TEXT_CLASS_ROGUE"> |
||
987 | <Size> |
||
988 | <AbsDimension x="60" y="16"/> |
||
989 | </Size> |
||
990 | <Anchors> |
||
991 | <Anchor point="LEFT"> |
||
992 | <Offset> |
||
993 | <AbsDimension x="-20" y="0" /> |
||
994 | </Offset> |
||
995 | </Anchor> |
||
996 | </Anchors> |
||
997 | </FontString> |
||
998 | </Layer> |
||
999 | </Layers> |
||
1000 | </Frame> |
||
1001 | <Frame name="GEMNew_Limit_Mage" inherits="GEMNew_Limitation"> |
||
1002 | <Size> |
||
1003 | <AbsDimension x="140" y="26"/> |
||
1004 | </Size> |
||
1005 | <Anchors> |
||
1006 | <Anchor point="TOPLEFT" relativeTo="GEMNew_Limit_Rogue" relativePoint="TOPRIGHT"> |
||
1007 | <Offset> |
||
1008 | <AbsDimension x="20" y="0"/> |
||
1009 | </Offset> |
||
1010 | </Anchor> |
||
1011 | </Anchors> |
||
1012 | <Layers> |
||
1013 | <Layer level="BACKGROUND"> |
||
1014 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="GEM_TEXT_CLASS_MAGE"> |
||
1015 | <Size> |
||
1016 | <AbsDimension x="60" y="16"/> |
||
1017 | </Size> |
||
1018 | <Anchors> |
||
1019 | <Anchor point="LEFT"> |
||
1020 | <Offset> |
||
1021 | <AbsDimension x="-20" y="0" /> |
||
1022 | </Offset> |
||
1023 | </Anchor> |
||
1024 | </Anchors> |
||
1025 | </FontString> |
||
1026 | </Layer> |
||
1027 | </Layers> |
||
1028 | </Frame> |
||
1029 | <Frame name="GEMNew_Limit_Warlock" inherits="GEMNew_Limitation"> |
||
1030 | <Size> |
||
1031 | <AbsDimension x="140" y="26"/> |
||
1032 | </Size> |
||
1033 | <Anchors> |
||
1034 | <Anchor point="TOPLEFT" relativeTo="GEMNew_Limit_Mage" relativePoint="TOPRIGHT"> |
||
1035 | <Offset> |
||
1036 | <AbsDimension x="20" y="0"/> |
||
1037 | </Offset> |
||
1038 | </Anchor> |
||
1039 | </Anchors> |
||
1040 | <Layers> |
||
1041 | <Layer level="BACKGROUND"> |
||
1042 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="GEM_TEXT_CLASS_WARLOCK"> |
||
1043 | <Size> |
||
1044 | <AbsDimension x="60" y="16"/> |
||
1045 | </Size> |
||
1046 | <Anchors> |
||
1047 | <Anchor point="LEFT"> |
||
1048 | <Offset> |
||
1049 | <AbsDimension x="-20" y="0" /> |
||
1050 | </Offset> |
||
1051 | </Anchor> |
||
1052 | </Anchors> |
||
1053 | </FontString> |
||
1054 | </Layer> |
||
1055 | </Layers> |
||
1056 | </Frame> |
||
1057 | |||
1058 | <Frame name="GEMNew_Limit_Hunter" inherits="GEMNew_Limitation"> |
||
1059 | <Size> |
||
1060 | <AbsDimension x="140" y="26"/> |
||
1061 | </Size> |
||
1062 | <Anchors> |
||
1063 | <Anchor point="TOPLEFT" relativeTo="GEMNew_Limit_Rogue" relativePoint="TOPLEFT"> |
||
1064 | <Offset> |
||
1065 | <AbsDimension x="0" y="-40"/> |
||
1066 | </Offset> |
||
1067 | </Anchor> |
||
1068 | </Anchors> |
||
1069 | <Layers> |
||
1070 | <Layer level="BACKGROUND"> |
||
1071 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="GEM_TEXT_CLASS_HUNTER"> |
||
1072 | <Size> |
||
1073 | <AbsDimension x="60" y="16"/> |
||
1074 | </Size> |
||
1075 | <Anchors> |
||
1076 | <Anchor point="LEFT"> |
||
1077 | <Offset> |
||
1078 | <AbsDimension x="-20" y="0" /> |
||
1079 | </Offset> |
||
1080 | </Anchor> |
||
1081 | </Anchors> |
||
1082 | </FontString> |
||
1083 | </Layer> |
||
1084 | </Layers> |
||
1085 | </Frame> |
||
1086 | <Frame name="GEMNew_Limit_Druid" inherits="GEMNew_Limitation"> |
||
1087 | <Size> |
||
1088 | <AbsDimension x="140" y="26"/> |
||
1089 | </Size> |
||
1090 | <Anchors> |
||
1091 | <Anchor point="TOPLEFT" relativeTo="GEMNew_Limit_Hunter" relativePoint="TOPRIGHT"> |
||
1092 | <Offset> |
||
1093 | <AbsDimension x="20" y="0"/> |
||
1094 | </Offset> |
||
1095 | </Anchor> |
||
1096 | </Anchors> |
||
1097 | <Layers> |
||
1098 | <Layer level="BACKGROUND"> |
||
1099 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="GEM_TEXT_CLASS_DRUID"> |
||
1100 | <Size> |
||
1101 | <AbsDimension x="60" y="16"/> |
||
1102 | </Size> |
||
1103 | <Anchors> |
||
1104 | <Anchor point="LEFT"> |
||
1105 | <Offset> |
||
1106 | <AbsDimension x="-20" y="0" /> |
||
1107 | </Offset> |
||
1108 | </Anchor> |
||
1109 | </Anchors> |
||
1110 | </FontString> |
||
1111 | </Layer> |
||
1112 | </Layers> |
||
1113 | </Frame> |
||
1114 | <Frame name="GEMNew_Limit_Priest" inherits="GEMNew_Limitation"> |
||
1115 | <Size> |
||
1116 | <AbsDimension x="140" y="26"/> |
||
1117 | </Size> |
||
1118 | <Anchors> |
||
1119 | <Anchor point="TOPLEFT" relativeTo="GEMNew_Limit_Druid" relativePoint="TOPRIGHT"> |
||
1120 | <Offset> |
||
1121 | <AbsDimension x="20" y="0"/> |
||
1122 | </Offset> |
||
1123 | </Anchor> |
||
1124 | </Anchors> |
||
1125 | <Layers> |
||
1126 | <Layer level="BACKGROUND"> |
||
1127 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="GEM_TEXT_CLASS_PRIEST"> |
||
1128 | <Size> |
||
1129 | <AbsDimension x="60" y="16"/> |
||
1130 | </Size> |
||
1131 | <Anchors> |
||
1132 | <Anchor point="LEFT"> |
||
1133 | <Offset> |
||
1134 | <AbsDimension x="-20" y="0" /> |
||
1135 | </Offset> |
||
1136 | </Anchor> |
||
1137 | </Anchors> |
||
1138 | </FontString> |
||
1139 | </Layer> |
||
1140 | </Layers> |
||
1141 | </Frame> |
||
1142 | |||
1143 | <Button name="GEMNew_Create" inherits="UIPanelButtonTemplate" text="GEM_TEXT_CREATE"> |
||
1144 | <Size> |
||
1145 | <AbsDimension x="100" y="21"/> |
||
1146 | </Size> |
||
1147 | <Anchors> |
||
1148 | <Anchor point="BOTTOMRIGHT" relativeTo="GEMNewFrame" relativePoint="BOTTOMRIGHT"> |
||
1149 | <Offset> |
||
1150 | <AbsDimension x="-7" y="-40"/> |
||
1151 | </Offset> |
||
1152 | </Anchor> |
||
1153 | </Anchors> |
||
1154 | <Scripts> |
||
1155 | <OnClick> |
||
1156 | GEMNew_Create_OnClick(); |
||
1157 | </OnClick> |
||
1158 | </Scripts> |
||
1159 | </Button> |
||
1160 | <Frame name="GEMNewRerollDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true" hidden="false"> |
||
1161 | <Anchors> |
||
1162 | <Anchor point="RIGHT" relativeTo="GEMNew_Create" relativePoint="LEFT"> |
||
1163 | <Offset> |
||
1164 | <AbsDimension x="15" y="-5"/> |
||
1165 | </Offset> |
||
1166 | </Anchor> |
||
1167 | </Anchors> |
||
1168 | <Scripts> |
||
1169 | <OnShow> GEMNewRerollDropDown_OnShow(); </OnShow> |
||
1170 | </Scripts> |
||
1171 | </Frame> |
||
1172 | <Frame name="GEMNewChannelDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true" hidden="false"> |
||
1173 | <Anchors> |
||
1174 | <Anchor point="TOPRIGHT" relativeTo="GEMNewRerollDropDown" relativePoint="TOPLEFT"> |
||
1175 | <Offset> |
||
1176 | <AbsDimension x="20" y="0"/> |
||
1177 | </Offset> |
||
1178 | </Anchor> |
||
1179 | </Anchors> |
||
1180 | <Scripts> |
||
1181 | <OnShow> GEMNewChannelDropDown_OnShow(); </OnShow> |
||
1182 | </Scripts> |
||
1183 | </Frame> |
||
1184 | |||
1185 | |||
1186 | <Frame name="GEMNewTemplateBorderFrame" inherits="OptionFrameBoxTemplate"> |
||
1187 | <Size> |
||
1188 | <AbsDimension x="250" y="100"/> |
||
1189 | </Size> |
||
1190 | <Anchors> |
||
1191 | <Anchor point="BOTTOMLEFT" relativeTo="GEMNewFrame" relativePoint="BOTTOMLEFT"> |
||
1192 | <Offset> |
||
1193 | <AbsDimension x="10" y="-15"/> |
||
1194 | </Offset> |
||
1195 | </Anchor> |
||
1196 | </Anchors> |
||
1197 | <Layers> |
||
1198 | <Layer level="BACKGROUND"> |
||
1199 | <FontString name="GEMNewTemplate_String" inherits="GameFontNormal" justifyH="CENTER" text="GEM_TEXT_TEMPLATE_HEADER"> |
||
1200 | <Size> |
||
1201 | <AbsDimension x="220" y="20"/> |
||
1202 | </Size> |
||
1203 | <Anchors> |
||
1204 | <Anchor point="CENTER" relativePoint="TOP"> |
||
1205 | <Offset> |
||
1206 | <AbsDimension x="0" y="8" /> |
||
1207 | </Offset> |
||
1208 | </Anchor> |
||
1209 | </Anchors> |
||
1210 | |||
1211 | </FontString> |
||
1212 | </Layer> |
||
1213 | </Layers> |
||
1214 | <Frames> |
||
1215 | <Button name="GEM_Help_NewTab_Templates" inherits="GEM_HelpTemplate" id="3"> |
||
1216 | <Anchors> |
||
1217 | <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT"> |
||
1218 | <Offset> |
||
1219 | <AbsDimension x="-3" y="0"/> |
||
1220 | </Offset> |
||
1221 | </Anchor> |
||
1222 | </Anchors> |
||
1223 | </Button> |
||
1224 | <EditBox name="GEMNewTemplate_Name" letters="30" numeric="false" inherits="GEMEditBoxTemplate"> |
||
1225 | <Size> |
||
1226 | <AbsDimension x="125" y="26"/> |
||
1227 | </Size> |
||
1228 | <Anchors> |
||
1229 | <Anchor point="TOPLEFT" relativePoint="TOPLEFT"> |
||
1230 | <Offset> |
||
1231 | <AbsDimension x="20" y="-10"/> |
||
1232 | </Offset> |
||
1233 | </Anchor> |
||
1234 | </Anchors> |
||
1235 | </EditBox> |
||
1236 | <Button name="GEMNewTemplate_Save" inherits="UIPanelButtonTemplate" text="GEM_TEXT_TEMPLATE_SAVE"> |
||
1237 | <Size> |
||
1238 | <AbsDimension x="80" y="21"/> |
||
1239 | </Size> |
||
1240 | <Anchors> |
||
1241 | <Anchor point="TOPLEFT" relativeTo="GEMNewTemplate_Name" relativePoint="TOPRIGHT"> |
||
1242 | <Offset> |
||
1243 | <AbsDimension x="10" y="-2"/> |
||
1244 | </Offset> |
||
1245 | </Anchor> |
||
1246 | </Anchors> |
||
1247 | <Scripts> |
||
1248 | <OnClick> |
||
1249 | GEMNewTemplate_Save_OnClick(); |
||
1250 | </OnClick> |
||
1251 | </Scripts> |
||
1252 | </Button> |
||
1253 | <Frame name="GEMNewTemplateListDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true" hidden="false"> |
||
1254 | <Anchors> |
||
1255 | <Anchor point="TOPLEFT" relativeTo="GEMNewTemplate_Name" relativePoint="BOTTOMLEFT"> |
||
1256 | <Offset> |
||
1257 | <AbsDimension x="-24" y="-15"/> |
||
1258 | </Offset> |
||
1259 | </Anchor> |
||
1260 | </Anchors> |
||
1261 | <Scripts> |
||
1262 | <OnShow> GEMNewTemplateListDropDown_OnShow(); </OnShow> |
||
1263 | </Scripts> |
||
1264 | </Frame> |
||
1265 | <Button name="GEMNewTemplate_Load" inherits="UIPanelButtonTemplate" text="GEM_TEXT_TEMPLATE_LOAD"> |
||
1266 | <Size> |
||
1267 | <AbsDimension x="80" y="21"/> |
||
1268 | </Size> |
||
1269 | <Anchors> |
||
1270 | <Anchor point="TOPLEFT" relativeTo="GEMNewTemplate_Save" relativePoint="BOTTOMLEFT"> |
||
1271 | <Offset> |
||
1272 | <AbsDimension x="0" y="-10"/> |
||
1273 | </Offset> |
||
1274 | </Anchor> |
||
1275 | </Anchors> |
||
1276 | <Scripts> |
||
1277 | <OnClick> |
||
1278 | GEMNewTemplate_Load_OnClick(); |
||
1279 | </OnClick> |
||
1280 | </Scripts> |
||
1281 | </Button> |
||
1282 | <Button name="GEMNewTemplate_Delete" inherits="UIPanelButtonTemplate" text="GEM_TEXT_TEMPLATE_DELETE"> |
||
1283 | <Size> |
||
1284 | <AbsDimension x="80" y="21"/> |
||
1285 | </Size> |
||
1286 | <Anchors> |
||
1287 | <Anchor point="TOPLEFT" relativeTo="GEMNewTemplate_Load" relativePoint="BOTTOMLEFT"> |
||
1288 | <Offset> |
||
1289 | <AbsDimension x="0" y="-2"/> |
||
1290 | </Offset> |
||
1291 | </Anchor> |
||
1292 | </Anchors> |
||
1293 | <Scripts> |
||
1294 | <OnClick> |
||
1295 | GEMNewTemplate_Delete_OnClick(); |
||
1296 | </OnClick> |
||
1297 | </Scripts> |
||
1298 | </Button> |
||
1299 | </Frames> |
||
1300 | <Scripts> |
||
1301 | <OnLoad> |
||
1302 | this:SetBackdropColor(1,1,1,0) |
||
1303 | </OnLoad> |
||
1304 | </Scripts> |
||
1305 | </Frame> |
||
1306 | |||
1307 | <Frame name="GEMNewSortingBorderFrame" inherits="OptionFrameBoxTemplate"> |
||
1308 | <Size> |
||
1309 | <AbsDimension x="200" y="75"/> |
||
1310 | </Size> |
||
1311 | <Anchors> |
||
1312 | <Anchor point="BOTTOMRIGHT" relativeTo="GEMNewFrame" relativePoint="BOTTOMRIGHT"> |
||
1313 | <Offset> |
||
1314 | <AbsDimension x="-10" y="10"/> |
||
1315 | </Offset> |
||
1316 | </Anchor> |
||
1317 | </Anchors> |
||
1318 | <Layers> |
||
1319 | <Layer level="BACKGROUND"> |
||
1320 | <FontString name="GEMNewSorting_String" inherits="GameFontNormal" justifyH="CENTER" text="GEM_TEXT_SORTING_HEADER"> |
||
1321 | <Size> |
||
1322 | <AbsDimension x="170" y="20"/> |
||
1323 | </Size> |
||
1324 | <Anchors> |
||
1325 | <Anchor point="CENTER" relativePoint="TOP"> |
||
1326 | <Offset> |
||
1327 | <AbsDimension x="0" y="8" /> |
||
1328 | </Offset> |
||
1329 | </Anchor> |
||
1330 | </Anchors> |
||
1331 | </FontString> |
||
1332 | </Layer> |
||
1333 | </Layers> |
||
1334 | <Frames> |
||
1335 | <Button name="GEM_Help_NewTab_Sorting" inherits="GEM_HelpTemplate" id="4"> |
||
1336 | <Anchors> |
||
1337 | <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT"> |
||
1338 | <Offset> |
||
1339 | <AbsDimension x="-3" y="0"/> |
||
1340 | </Offset> |
||
1341 | </Anchor> |
||
1342 | </Anchors> |
||
1343 | </Button> |
||
1344 | <Frame name="GEMNewSortingListDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true" hidden="false"> |
||
1345 | <Anchors> |
||
1346 | <Anchor point="TOPLEFT" relativePoint="TOPLEFT"> |
||
1347 | <Offset> |
||
1348 | <AbsDimension x="20" y="-10"/> |
||
1349 | </Offset> |
||
1350 | </Anchor> |
||
1351 | </Anchors> |
||
1352 | <Scripts> |
||
1353 | <OnLoad> GEMSetColumnWidth(120); </OnLoad> |
||
1354 | <OnShow> GEMNewSortingListDropDown_OnShow(); </OnShow> |
||
1355 | <OnEnter> |
||
1356 | GEMNewSorting_EventOnHover(); |
||
1357 | </OnEnter> |
||
1358 | <OnLeave> |
||
1359 | GameTooltip:Hide(); |
||
1360 | </OnLeave> |
||
1361 | </Scripts> |
||
1362 | </Frame> |
||
1363 | <Button name="GEMNewSorting_Configure" inherits="UIPanelButtonTemplate" text="GEM_TEXT_SORTING_CONFIGURE"> |
||
1364 | <Size> |
||
1365 | <AbsDimension x="110" y="21"/> |
||
1366 | </Size> |
||
1367 | <Anchors> |
||
1368 | <Anchor point="CENTER" relativePoint="CENTER"> |
||
1369 | <Offset> |
||
1370 | <AbsDimension x="-20" y="-15"/> |
||
1371 | </Offset> |
||
1372 | </Anchor> |
||
1373 | </Anchors> |
||
1374 | <Scripts> |
||
1375 | <OnClick> |
||
1376 | GEMNewSorting_Configure_OnClick(); |
||
1377 | </OnClick> |
||
1378 | </Scripts> |
||
1379 | </Button> |
||
1380 | <CheckButton name="GEMNewSorting_Default" inherits="OptionsCheckButtonTemplate"> |
||
1381 | <Size> |
||
1382 | <AbsDimension x="26" y="26"/> |
||
1383 | </Size> |
||
1384 | <Anchors> |
||
1385 | <Anchor point="LEFT" relativeTo="GEMNewSorting_Configure" relativePoint="RIGHT"> |
||
1386 | <Offset> |
||
1387 | <AbsDimension x="5" y="0"/> |
||
1388 | </Offset> |
||
1389 | </Anchor> |
||
1390 | </Anchors> |
||
1391 | <HitRectInsets> |
||
1392 | <AbsInset left="0" right="0" top="0" bottom="0"/> |
||
1393 | </HitRectInsets> |
||
1394 | <Layers> |
||
1395 | <Layer level="BACKGROUND"> |
||
1396 | <FontString name="$parentName" inherits="GameFontHighlightSmall" justifyH="LEFT" text="Def."> |
||
1397 | <Size> |
||
1398 | <AbsDimension x="60" y="16"/> |
||
1399 | </Size> |
||
1400 | <Anchors> |
||
1401 | <Anchor point="LEFT"> |
||
1402 | <Offset> |
||
1403 | <AbsDimension x="26" y="1" /> |
||
1404 | </Offset> |
||
1405 | </Anchor> |
||
1406 | </Anchors> |
||
1407 | </FontString> |
||
1408 | </Layer> |
||
1409 | </Layers> |
||
1410 | <Scripts> |
||
1411 | <OnClick> |
||
1412 | GEMNewSorting_Default_OnClick(); |
||
1413 | </OnClick> |
||
1414 | </Scripts> |
||
1415 | </CheckButton> |
||
1416 | </Frames> |
||
1417 | <Scripts> |
||
1418 | <OnLoad> |
||
1419 | this:SetBackdropColor(1,1,1,0) |
||
1420 | </OnLoad> |
||
1421 | </Scripts> |
||
1422 | </Frame> |
||
1423 | |||
1424 | </Frames> |
||
1425 | <Scripts> |
||
1426 | <OnShow> |
||
1427 | GEMNew_OnShow(); |
||
1428 | </OnShow> |
||
1429 | </Scripts> |
||
1430 | </Frame> |
||
1431 | |||
1432 | </Ui> |