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">
2 <!--Autogenerated by wowuides, Version=1.0.300.0, Culture=neutral, PublicKeyToken=null-->
3 <Frame name="MangAdminForm3" hidden="true" enableMouse="true">
4 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508883-59c2-4f83-ae10-27aaad48391b" />-->
5 <Size>
6 <AbsDimension x="608" y="594" />
7 </Size>
8 <Anchors>
9 <Anchor point="CENTER" relativeTo="UIParent">
10 <Offset>
11 <AbsDimension x="0" y="0" />
12 </Offset>
13 </Anchor>
14 </Anchors>
15 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
16 <BackgroundInsets>
17 <AbsInset left="11" right="12" top="12" bottom="11" />
18 </BackgroundInsets>
19 <TileSize>
20 <AbsValue val="32" />
21 </TileSize>
22 <EdgeSize>
23 <AbsValue val="32" />
24 </EdgeSize>
25 </Backdrop>
26 <Layers>
27 <Layer>
28 <Texture name="$parentTitleBorder" file="Interface\DialogFrame\UI-DialogBox-Header">
29 <Size>
30 <AbsDimension x="160" y="32" />
31 </Size>
32 <Anchors>
33 <Anchor point="TOP">
34 <Offset>
35 <AbsDimension x="0" y="5" />
36 </Offset>
37 </Anchor>
38 </Anchors>
39 <TexCoords left="0.2" right="0.8" top="0" bottom="0.6" />
40 </Texture>
41 <FontString name="$parentTitleString" font="Fonts\FRIZQT__.TTF" text="Admin Notes">
42 <Size>
43 <AbsDimension x="140" y="0" />
44 </Size>
45 <Anchors>
46 <Anchor point="TOP">
47 <Offset>
48 <AbsDimension x="0" y="-4" />
49 </Offset>
50 </Anchor>
51 </Anchors>
52 <FontHeight>
53 <AbsValue val="12" />
54 </FontHeight>
55 <Color r="1" g="0.8196079" b="0" />
56 <Shadow>
57 <Color r="0" g="0" b="0" />
58 <Offset>
59 <AbsDimension x="1" y="-1" />
60 </Offset>
61 </Shadow>
62 </FontString>
63 </Layer>
64 </Layers>
65 <Frames>
66 <Frame name="$parentPanel3">
67 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4972-d66d-444e-bb2d-1ad102c87fed" />-->
68 <Size>
69 <AbsDimension x="536" y="186" />
70 </Size>
71 <Anchors>
72 <Anchor point="TOPLEFT">
73 <Offset>
74 <AbsDimension x="36" y="-355" />
75 </Offset>
76 </Anchor>
77 </Anchors>
78 <Backdrop bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
79 <BackgroundInsets>
80 <AbsInset left="3" right="5" top="3" bottom="5" />
81 </BackgroundInsets>
82 <TileSize>
83 <AbsValue val="16" />
84 </TileSize>
85 <EdgeSize>
86 <AbsValue val="16" />
87 </EdgeSize>
88 </Backdrop>
89 <Frames>
90 <ScrollFrame name="mebANBody">
91 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="7f06b3a2-fe45-40e8-9284-4754c6a3c9fb" />-->
92 <Size>
93 <AbsDimension x="509" y="175" />
94 </Size>
95 <Anchors>
96 <Anchor point="TOPLEFT">
97 <Offset>
98 <AbsDimension x="3" y="-6" />
99 </Offset>
100 </Anchor>
101 </Anchors>
102 <Frames>
103 <Slider name="$parentScrollBar">
104 <Size>
105 <AbsDimension x="16" y="0" />
106 </Size>
107 <Anchors>
108 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
109 <Offset>
110 <AbsDimension x="6" y="-16" />
111 </Offset>
112 </Anchor>
113 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT">
114 <Offset>
115 <AbsDimension x="6" y="16" />
116 </Offset>
117 </Anchor>
118 </Anchors>
119 <Frames>
120 <Button name="$parentScrollUpButton">
121 <Size>
122 <AbsDimension x="16" y="16" />
123 </Size>
124 <Anchors>
125 <Anchor point="BOTTOM" relativePoint="TOP" />
126 </Anchors>
127 <Scripts>
128 <OnClick>
129 local parent = this:GetParent();
130 parent:SetValue(parent:GetValue() - (parent:GetHeight() / 2));
131 PlaySound("UChatScrollButton");
132 </OnClick>
133 </Scripts>
134 <NormalTexture file="Interface\Buttons\UI-ScrollBar-ScrollUpButton-Up">
135 <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
136 </NormalTexture>
137 <PushedTexture file="Interface\Buttons\UI-ScrollBar-ScrollUpButton-Down">
138 <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
139 </PushedTexture>
140 <DisabledTexture file="Interface\Buttons\UI-ScrollBar-ScrollUpButton-Disabled">
141 <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
142 </DisabledTexture>
143 <HighlightTexture file="Interface\Buttons\UI-ScrollBar-ScrollUpButton-Highlight" alphaMode="ADD">
144 <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
145 </HighlightTexture>
146 </Button>
147 <Button name="$parentScrollDownButton">
148 <Size>
149 <AbsDimension x="16" y="16" />
150 </Size>
151 <Anchors>
152 <Anchor point="TOP" relativePoint="BOTTOM" />
153 </Anchors>
154 <Scripts>
155 <OnClick>
156 local parent = this:GetParent();
157 parent:SetValue(parent:GetValue() + (parent:GetHeight() / 2));
158 PlaySound("UChatScrollButton");
159 </OnClick>
160 </Scripts>
161 <NormalTexture file="Interface\Buttons\UI-ScrollBar-ScrollDownButton-Up">
162 <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
163 </NormalTexture>
164 <PushedTexture file="Interface\Buttons\UI-ScrollBar-ScrollDownButton-Down">
165 <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
166 </PushedTexture>
167 <DisabledTexture file="Interface\Buttons\UI-ScrollBar-ScrollDownButton-Disabled">
168 <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
169 </DisabledTexture>
170 <HighlightTexture file="Interface\Buttons\UI-ScrollBar-ScrollDownButton-Highlight" alphaMode="ADD">
171 <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
172 </HighlightTexture>
173 </Button>
174 </Frames>
175 <Scripts>
176 <OnValueChanged>
177 this:GetParent():SetVerticalScroll(arg1);
178 </OnValueChanged>
179 </Scripts>
180 <ThumbTexture name="$parentThumbTexture" file="Interface\Buttons\UI-ScrollBar-Knob">
181 <Size>
182 <AbsDimension x="16" y="16" />
183 </Size>
184 <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
185 </ThumbTexture>
186 </Slider>
187 </Frames>
188 <Scripts>
189 <OnLoad>ScrollFrame_OnLoad();
190 </OnLoad>
191 <OnMouseWheel>ScrollFrameTemplate_OnMouseWheel(arg1);
192 </OnMouseWheel>
193 <OnVerticalScroll>local scrollbar = getglobal(this:GetName().."ScrollBar");
194 scrollbar:SetValue(arg1);
195 local min;
196 local max;
197 min, max = scrollbar:GetMinMaxValues();
198 if ( arg1 == 0 ) then
199 getglobal(scrollbar:GetName().."ScrollUpButton"):Disable();
200 else
201 getglobal(scrollbar:GetName().."ScrollUpButton"):Enable();
202 end
203 if ((scrollbar:GetValue() - max) == 0) then
204 getglobal(scrollbar:GetName().."ScrollDownButton"):Disable();
205 else
206 getglobal(scrollbar:GetName().."ScrollDownButton"):Enable();
207 end
208 </OnVerticalScroll>
209 <OnScrollRangeChanged>ScrollFrame_OnScrollRangeChanged(arg2);
210 </OnScrollRangeChanged>
211 </Scripts>
212 <ScrollChild>
213 <EditBox name="$parentEdit" enableMouse="true" multiLine="true">
214 <Size>
215 <AbsDimension x="509" y="175" />
216 </Size>
217 <Scripts>
218 <OnUpdate>
219 ScrollingEdit_OnUpdate(null);
220 </OnUpdate>
221 <OnTextChanged>
222 ScrollingEdit_OnTextChanged(null);
223 </OnTextChanged>
224 <OnCursorChanged>
225 ScrollingEdit_OnCursorChanged(arg1,arg2,arg3,arg4);
226 </OnCursorChanged>
227 </Scripts>
228 <FontString font="Fonts\ARIALN.TTF">
229 <FontHeight>
230 <AbsValue val="14" />
231 </FontHeight>
232 <Color r="1" g="1" b="1" />
233 <Shadow>
234 <Color r="0" g="0" b="0" />
235 <Offset>
236 <AbsDimension x="1" y="-1" />
237 </Offset>
238 </Shadow>
239 </FontString>
240 </EditBox>
241 </ScrollChild>
242 </ScrollFrame>
243 </Frames>
244 </Frame>
245 <Frame name="$parentPanel2">
246 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4972-d66d-444e-bb2d-1ad102c87fed" />-->
247 <Size>
248 <AbsDimension x="533" y="252" />
249 </Size>
250 <Anchors>
251 <Anchor point="TOPLEFT">
252 <Offset>
253 <AbsDimension x="39" y="-42" />
254 </Offset>
255 </Anchor>
256 </Anchors>
257 <Backdrop bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
258 <BackgroundInsets>
259 <AbsInset left="3" right="5" top="3" bottom="5" />
260 </BackgroundInsets>
261 <TileSize>
262 <AbsValue val="16" />
263 </TileSize>
264 <EdgeSize>
265 <AbsValue val="16" />
266 </EdgeSize>
267 </Backdrop>
268 <Frames>
269 <Frame name="lblUser8" hidden="true">
270 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
271 <Size>
272 <AbsDimension x="214" y="22" />
273 </Size>
274 <Anchors>
275 <Anchor point="TOPLEFT">
276 <Offset>
277 <AbsDimension x="270" y="-213" />
278 </Offset>
279 </Anchor>
280 </Anchors>
281 <Layers>
282 <Layer>
283 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName8" justifyH="LEFT">
284 <Anchors>
285 <Anchor point="TOPLEFT" />
286 <Anchor point="BOTTOMRIGHT" />
287 </Anchors>
288 <FontHeight>
289 <AbsValue val="12" />
290 </FontHeight>
291 <Color r="1" g="0.8196079" b="0" />
292 <Shadow>
293 <Color r="0" g="0" b="0" />
294 <Offset>
295 <AbsDimension x="1" y="-1" />
296 </Offset>
297 </Shadow>
298 </FontString>
299 </Layer>
300 </Layers>
301 </Frame>
302 <Frame name="lblUser7" hidden="true">
303 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
304 <Size>
305 <AbsDimension x="214" y="22" />
306 </Size>
307 <Anchors>
308 <Anchor point="TOPLEFT">
309 <Offset>
310 <AbsDimension x="270" y="-185" />
311 </Offset>
312 </Anchor>
313 </Anchors>
314 <Layers>
315 <Layer>
316 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName7" justifyH="LEFT">
317 <Anchors>
318 <Anchor point="TOPLEFT" />
319 <Anchor point="BOTTOMRIGHT" />
320 </Anchors>
321 <FontHeight>
322 <AbsValue val="12" />
323 </FontHeight>
324 <Color r="1" g="0.8196079" b="0" />
325 <Shadow>
326 <Color r="0" g="0" b="0" />
327 <Offset>
328 <AbsDimension x="1" y="-1" />
329 </Offset>
330 </Shadow>
331 </FontString>
332 </Layer>
333 </Layers>
334 </Frame>
335 <Frame name="lblUser6" hidden="true">
336 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
337 <Size>
338 <AbsDimension x="214" y="22" />
339 </Size>
340 <Anchors>
341 <Anchor point="TOPLEFT">
342 <Offset>
343 <AbsDimension x="270" y="-157" />
344 </Offset>
345 </Anchor>
346 </Anchors>
347 <Layers>
348 <Layer>
349 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName6" justifyH="LEFT">
350 <Anchors>
351 <Anchor point="TOPLEFT" />
352 <Anchor point="BOTTOMRIGHT" />
353 </Anchors>
354 <FontHeight>
355 <AbsValue val="12" />
356 </FontHeight>
357 <Color r="1" g="0.8196079" b="0" />
358 <Shadow>
359 <Color r="0" g="0" b="0" />
360 <Offset>
361 <AbsDimension x="1" y="-1" />
362 </Offset>
363 </Shadow>
364 </FontString>
365 </Layer>
366 </Layers>
367 </Frame>
368 <Frame name="lblUser5" hidden="true">
369 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
370 <Size>
371 <AbsDimension x="214" y="21" />
372 </Size>
373 <Anchors>
374 <Anchor point="TOPLEFT">
375 <Offset>
376 <AbsDimension x="270" y="-129" />
377 </Offset>
378 </Anchor>
379 </Anchors>
380 <Layers>
381 <Layer>
382 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName5" justifyH="LEFT">
383 <Anchors>
384 <Anchor point="TOPLEFT" />
385 <Anchor point="BOTTOMRIGHT" />
386 </Anchors>
387 <FontHeight>
388 <AbsValue val="12" />
389 </FontHeight>
390 <Color r="1" g="0.8196079" b="0" />
391 <Shadow>
392 <Color r="0" g="0" b="0" />
393 <Offset>
394 <AbsDimension x="1" y="-1" />
395 </Offset>
396 </Shadow>
397 </FontString>
398 </Layer>
399 </Layers>
400 <Scripts>
401 <OnUpdate>AN_UPDATE();</OnUpdate>
402 </Scripts>
403 </Frame>
404 <Frame name="lblUser4" hidden="true">
405 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
406 <Size>
407 <AbsDimension x="214" y="22" />
408 </Size>
409 <Anchors>
410 <Anchor point="TOPLEFT">
411 <Offset>
412 <AbsDimension x="270" y="-101" />
413 </Offset>
414 </Anchor>
415 </Anchors>
416 <Layers>
417 <Layer>
418 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName4" justifyH="LEFT">
419 <Anchors>
420 <Anchor point="TOPLEFT" />
421 <Anchor point="BOTTOMRIGHT" />
422 </Anchors>
423 <FontHeight>
424 <AbsValue val="12" />
425 </FontHeight>
426 <Color r="1" g="0.8196079" b="0" />
427 <Shadow>
428 <Color r="0" g="0" b="0" />
429 <Offset>
430 <AbsDimension x="1" y="-1" />
431 </Offset>
432 </Shadow>
433 </FontString>
434 </Layer>
435 </Layers>
436 </Frame>
437 <Frame name="lblUser3" hidden="true">
438 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
439 <Size>
440 <AbsDimension x="214" y="21" />
441 </Size>
442 <Anchors>
443 <Anchor point="TOPLEFT">
444 <Offset>
445 <AbsDimension x="270" y="-73" />
446 </Offset>
447 </Anchor>
448 </Anchors>
449 <Layers>
450 <Layer>
451 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName3" justifyH="LEFT">
452 <Anchors>
453 <Anchor point="TOPLEFT" />
454 <Anchor point="BOTTOMRIGHT" />
455 </Anchors>
456 <FontHeight>
457 <AbsValue val="12" />
458 </FontHeight>
459 <Color r="1" g="0.8196079" b="0" />
460 <Shadow>
461 <Color r="0" g="0" b="0" />
462 <Offset>
463 <AbsDimension x="1" y="-1" />
464 </Offset>
465 </Shadow>
466 </FontString>
467 </Layer>
468 </Layers>
469 </Frame>
470 <Frame name="lblTitle8" hidden="true">
471 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
472 <Size>
473 <AbsDimension x="214" y="22" />
474 </Size>
475 <Anchors>
476 <Anchor point="TOPLEFT">
477 <Offset>
478 <AbsDimension x="56" y="-213" />
479 </Offset>
480 </Anchor>
481 </Anchors>
482 <Layers>
483 <Layer>
484 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title8" justifyH="LEFT">
485 <Anchors>
486 <Anchor point="TOPLEFT" />
487 <Anchor point="BOTTOMRIGHT" />
488 </Anchors>
489 <FontHeight>
490 <AbsValue val="12" />
491 </FontHeight>
492 <Color r="1" g="0.8196079" b="0" />
493 <Shadow>
494 <Color r="0" g="0" b="0" />
495 <Offset>
496 <AbsDimension x="1" y="-1" />
497 </Offset>
498 </Shadow>
499 </FontString>
500 </Layer>
501 </Layers>
502 </Frame>
503 <Frame name="lblTitle7" hidden="true">
504 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
505 <Size>
506 <AbsDimension x="214" y="22" />
507 </Size>
508 <Anchors>
509 <Anchor point="TOPLEFT">
510 <Offset>
511 <AbsDimension x="56" y="-185" />
512 </Offset>
513 </Anchor>
514 </Anchors>
515 <Layers>
516 <Layer>
517 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title7" justifyH="LEFT">
518 <Anchors>
519 <Anchor point="TOPLEFT" />
520 <Anchor point="BOTTOMRIGHT" />
521 </Anchors>
522 <FontHeight>
523 <AbsValue val="12" />
524 </FontHeight>
525 <Color r="1" g="0.8196079" b="0" />
526 <Shadow>
527 <Color r="0" g="0" b="0" />
528 <Offset>
529 <AbsDimension x="1" y="-1" />
530 </Offset>
531 </Shadow>
532 </FontString>
533 </Layer>
534 </Layers>
535 </Frame>
536 <Frame name="lblTitle6" hidden="true">
537 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
538 <Size>
539 <AbsDimension x="214" y="22" />
540 </Size>
541 <Anchors>
542 <Anchor point="TOPLEFT">
543 <Offset>
544 <AbsDimension x="56" y="-157" />
545 </Offset>
546 </Anchor>
547 </Anchors>
548 <Layers>
549 <Layer>
550 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title6" justifyH="LEFT">
551 <Anchors>
552 <Anchor point="TOPLEFT" />
553 <Anchor point="BOTTOMRIGHT" />
554 </Anchors>
555 <FontHeight>
556 <AbsValue val="12" />
557 </FontHeight>
558 <Color r="1" g="0.8196079" b="0" />
559 <Shadow>
560 <Color r="0" g="0" b="0" />
561 <Offset>
562 <AbsDimension x="1" y="-1" />
563 </Offset>
564 </Shadow>
565 </FontString>
566 </Layer>
567 </Layers>
568 </Frame>
569 <Frame name="lblTitle5" hidden="true">
570 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
571 <Size>
572 <AbsDimension x="214" y="22" />
573 </Size>
574 <Anchors>
575 <Anchor point="TOPLEFT">
576 <Offset>
577 <AbsDimension x="56" y="-129" />
578 </Offset>
579 </Anchor>
580 </Anchors>
581 <Layers>
582 <Layer>
583 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title5" justifyH="LEFT">
584 <Anchors>
585 <Anchor point="TOPLEFT" />
586 <Anchor point="BOTTOMRIGHT" />
587 </Anchors>
588 <FontHeight>
589 <AbsValue val="12" />
590 </FontHeight>
591 <Color r="1" g="0.8196079" b="0" />
592 <Shadow>
593 <Color r="0" g="0" b="0" />
594 <Offset>
595 <AbsDimension x="1" y="-1" />
596 </Offset>
597 </Shadow>
598 </FontString>
599 </Layer>
600 </Layers>
601 </Frame>
602 <Frame name="lblTitle4" hidden="true">
603 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
604 <Size>
605 <AbsDimension x="214" y="22" />
606 </Size>
607 <Anchors>
608 <Anchor point="TOPLEFT">
609 <Offset>
610 <AbsDimension x="56" y="-101" />
611 </Offset>
612 </Anchor>
613 </Anchors>
614 <Layers>
615 <Layer>
616 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title4" justifyH="LEFT">
617 <Anchors>
618 <Anchor point="TOPLEFT" />
619 <Anchor point="BOTTOMRIGHT" />
620 </Anchors>
621 <FontHeight>
622 <AbsValue val="12" />
623 </FontHeight>
624 <Color r="1" g="0.8196079" b="0" />
625 <Shadow>
626 <Color r="0" g="0" b="0" />
627 <Offset>
628 <AbsDimension x="1" y="-1" />
629 </Offset>
630 </Shadow>
631 </FontString>
632 </Layer>
633 </Layers>
634 </Frame>
635 <Frame name="lblTitle3" hidden="true">
636 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
637 <Size>
638 <AbsDimension x="214" y="22" />
639 </Size>
640 <Anchors>
641 <Anchor point="TOPLEFT">
642 <Offset>
643 <AbsDimension x="56" y="-73" />
644 </Offset>
645 </Anchor>
646 </Anchors>
647 <Layers>
648 <Layer>
649 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title3" justifyH="LEFT">
650 <Anchors>
651 <Anchor point="TOPLEFT" />
652 <Anchor point="BOTTOMRIGHT" />
653 </Anchors>
654 <FontHeight>
655 <AbsValue val="12" />
656 </FontHeight>
657 <Color r="1" g="0.8196079" b="0" />
658 <Shadow>
659 <Color r="0" g="0" b="0" />
660 <Offset>
661 <AbsDimension x="1" y="-1" />
662 </Offset>
663 </Shadow>
664 </FontString>
665 </Layer>
666 </Layers>
667 </Frame>
668 <Frame name="lblUser2" hidden="true">
669 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
670 <Size>
671 <AbsDimension x="214" y="22" />
672 </Size>
673 <Anchors>
674 <Anchor point="TOPLEFT">
675 <Offset>
676 <AbsDimension x="270" y="-45" />
677 </Offset>
678 </Anchor>
679 </Anchors>
680 <Layers>
681 <Layer>
682 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName2" justifyH="LEFT">
683 <Anchors>
684 <Anchor point="TOPLEFT" />
685 <Anchor point="BOTTOMRIGHT" />
686 </Anchors>
687 <FontHeight>
688 <AbsValue val="12" />
689 </FontHeight>
690 <Color r="1" g="0.8196079" b="0" />
691 <Shadow>
692 <Color r="0" g="0" b="0" />
693 <Offset>
694 <AbsDimension x="1" y="-1" />
695 </Offset>
696 </Shadow>
697 </FontString>
698 </Layer>
699 </Layers>
700 </Frame>
701 <Frame name="lblTitle2" hidden="true">
702 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
703 <Size>
704 <AbsDimension x="214" y="22" />
705 </Size>
706 <Anchors>
707 <Anchor point="TOPLEFT">
708 <Offset>
709 <AbsDimension x="56" y="-45" />
710 </Offset>
711 </Anchor>
712 </Anchors>
713 <Layers>
714 <Layer>
715 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title2" justifyH="LEFT">
716 <Anchors>
717 <Anchor point="TOPLEFT" />
718 <Anchor point="BOTTOMRIGHT" />
719 </Anchors>
720 <FontHeight>
721 <AbsValue val="12" />
722 </FontHeight>
723 <Color r="1" g="0.8196079" b="0" />
724 <Shadow>
725 <Color r="0" g="0" b="0" />
726 <Offset>
727 <AbsDimension x="1" y="-1" />
728 </Offset>
729 </Shadow>
730 </FontString>
731 </Layer>
732 </Layers>
733 </Frame>
734 <Button name="btnAN2" hidden="true">
735 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
736 <Size>
737 <AbsDimension x="428" y="22" />
738 </Size>
739 <Anchors>
740 <Anchor point="TOPLEFT">
741 <Offset>
742 <AbsDimension x="56" y="-45" />
743 </Offset>
744 </Anchor>
745 </Anchors>
746 <Scripts>
747 <OnClick>AN_Click(2);</OnClick>
748 </Scripts>
749 <NormalTexture />
750 <PushedTexture />
751 <DisabledTexture />
752 <HighlightTexture />
753 <ButtonText>
754 <FontHeight>
755 <AbsValue val="10" />
756 </FontHeight>
757 </ButtonText>
758 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
759 <FontHeight>
760 <AbsValue val="12" />
761 </FontHeight>
762 <Color r="1" g="0.8196079" b="0" />
763 <Shadow>
764 <Color r="0" g="0" b="0" />
765 <Offset>
766 <AbsDimension x="1" y="-1" />
767 </Offset>
768 </Shadow>
769 </NormalFont>
770 <HighlightFont font="Fonts\FRIZQT__.TTF">
771 <FontHeight>
772 <AbsValue val="12" />
773 </FontHeight>
774 <Color r="1" g="0.8196079" b="0" />
775 <Shadow>
776 <Color r="0" g="0" b="0" />
777 <Offset>
778 <AbsDimension x="1" y="-1" />
779 </Offset>
780 </Shadow>
781 </HighlightFont>
782 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
783 <FontHeight>
784 <AbsValue val="12" />
785 </FontHeight>
786 <Color r="0.4901961" g="0.4901961" b="0.4901961" />
787 <Shadow>
788 <Color r="0" g="0" b="0" />
789 <Offset>
790 <AbsDimension x="1" y="-1" />
791 </Offset>
792 </Shadow>
793 </DisabledFont>
794 <PushedTextOffset x="0" y="0" />
795 </Button>
796 <Frame name="lblUser1" hidden="true">
797 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
798 <Size>
799 <AbsDimension x="214" y="22" />
800 </Size>
801 <Anchors>
802 <Anchor point="TOPLEFT">
803 <Offset>
804 <AbsDimension x="270" y="-17" />
805 </Offset>
806 </Anchor>
807 </Anchors>
808 <Layers>
809 <Layer>
810 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName1" justifyH="LEFT">
811 <Anchors>
812 <Anchor point="TOPLEFT" />
813 <Anchor point="BOTTOMRIGHT" />
814 </Anchors>
815 <FontHeight>
816 <AbsValue val="12" />
817 </FontHeight>
818 <Color r="1" g="0.8196079" b="0" />
819 <Shadow>
820 <Color r="0" g="0" b="0" />
821 <Offset>
822 <AbsDimension x="1" y="-1" />
823 </Offset>
824 </Shadow>
825 </FontString>
826 </Layer>
827 </Layers>
828 </Frame>
829 <Button name="btnAN8" hidden="true">
830 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
831 <Size>
832 <AbsDimension x="428" y="22" />
833 </Size>
834 <Anchors>
835 <Anchor point="TOPLEFT">
836 <Offset>
837 <AbsDimension x="56" y="-213" />
838 </Offset>
839 </Anchor>
840 </Anchors>
841 <Scripts>
842 <OnClick>AN_Click(8);</OnClick>
843 </Scripts>
844 <NormalTexture />
845 <PushedTexture />
846 <HighlightTexture />
847 <ButtonText>
848 <FontHeight>
849 <AbsValue val="10" />
850 </FontHeight>
851 </ButtonText>
852 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
853 <FontHeight>
854 <AbsValue val="12" />
855 </FontHeight>
856 <Color r="1" g="0.8196079" b="0" />
857 <Shadow>
858 <Color r="0" g="0" b="0" />
859 <Offset>
860 <AbsDimension x="1" y="-1" />
861 </Offset>
862 </Shadow>
863 </NormalFont>
864 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
865 <FontHeight>
866 <AbsValue val="12" />
867 </FontHeight>
868 <Color r="1" g="1" b="1" />
869 <Shadow>
870 <Color r="0" g="0" b="0" />
871 <Offset>
872 <AbsDimension x="1" y="-1" />
873 </Offset>
874 </Shadow>
875 </HighlightFont>
876 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
877 <FontHeight>
878 <AbsValue val="12" />
879 </FontHeight>
880 <Color r="0.4901961" g="0.4901961" b="0.4901961" />
881 <Shadow>
882 <Color r="0" g="0" b="0" />
883 <Offset>
884 <AbsDimension x="1" y="-1" />
885 </Offset>
886 </Shadow>
887 </DisabledFont>
888 <PushedTextOffset x="0" y="0" />
889 </Button>
890 <Button name="btnAN3" hidden="true">
891 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
892 <Size>
893 <AbsDimension x="428" y="22" />
894 </Size>
895 <Anchors>
896 <Anchor point="TOPLEFT">
897 <Offset>
898 <AbsDimension x="56" y="-73" />
899 </Offset>
900 </Anchor>
901 </Anchors>
902 <Scripts>
903 <OnClick>AN_Click(3);</OnClick>
904 </Scripts>
905 <NormalTexture />
906 <PushedTexture />
907 <HighlightTexture />
908 <ButtonText>
909 <FontHeight>
910 <AbsValue val="10" />
911 </FontHeight>
912 </ButtonText>
913 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
914 <FontHeight>
915 <AbsValue val="12" />
916 </FontHeight>
917 <Color r="1" g="0.8196079" b="0" />
918 <Shadow>
919 <Color r="0" g="0" b="0" />
920 <Offset>
921 <AbsDimension x="1" y="-1" />
922 </Offset>
923 </Shadow>
924 </NormalFont>
925 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
926 <FontHeight>
927 <AbsValue val="12" />
928 </FontHeight>
929 <Color r="1" g="1" b="1" />
930 <Shadow>
931 <Color r="0" g="0" b="0" />
932 <Offset>
933 <AbsDimension x="1" y="-1" />
934 </Offset>
935 </Shadow>
936 </HighlightFont>
937 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
938 <FontHeight>
939 <AbsValue val="12" />
940 </FontHeight>
941 <Color r="0.4901961" g="0.4901961" b="0.4901961" />
942 <Shadow>
943 <Color r="0" g="0" b="0" />
944 <Offset>
945 <AbsDimension x="1" y="-1" />
946 </Offset>
947 </Shadow>
948 </DisabledFont>
949 <PushedTextOffset x="0" y="0" />
950 </Button>
951 <Button name="btnAN5" hidden="true">
952 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
953 <Size>
954 <AbsDimension x="428" y="22" />
955 </Size>
956 <Anchors>
957 <Anchor point="TOPLEFT">
958 <Offset>
959 <AbsDimension x="56" y="-129" />
960 </Offset>
961 </Anchor>
962 </Anchors>
963 <Scripts>
964 <OnClick>AN_Click(5);</OnClick>
965 </Scripts>
966 <NormalTexture />
967 <PushedTexture />
968 <HighlightTexture />
969 <ButtonText>
970 <FontHeight>
971 <AbsValue val="10" />
972 </FontHeight>
973 </ButtonText>
974 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
975 <FontHeight>
976 <AbsValue val="12" />
977 </FontHeight>
978 <Color r="1" g="0.8196079" b="0" />
979 <Shadow>
980 <Color r="0" g="0" b="0" />
981 <Offset>
982 <AbsDimension x="1" y="-1" />
983 </Offset>
984 </Shadow>
985 </NormalFont>
986 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
987 <FontHeight>
988 <AbsValue val="12" />
989 </FontHeight>
990 <Color r="1" g="1" b="1" />
991 <Shadow>
992 <Color r="0" g="0" b="0" />
993 <Offset>
994 <AbsDimension x="1" y="-1" />
995 </Offset>
996 </Shadow>
997 </HighlightFont>
998 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
999 <FontHeight>
1000 <AbsValue val="12" />
1001 </FontHeight>
1002 <Color r="0.4901961" g="0.4901961" b="0.4901961" />
1003 <Shadow>
1004 <Color r="0" g="0" b="0" />
1005 <Offset>
1006 <AbsDimension x="1" y="-1" />
1007 </Offset>
1008 </Shadow>
1009 </DisabledFont>
1010 <PushedTextOffset x="0" y="0" />
1011 </Button>
1012 <Button name="btnAN7" hidden="true">
1013 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
1014 <Size>
1015 <AbsDimension x="428" y="22" />
1016 </Size>
1017 <Anchors>
1018 <Anchor point="TOPLEFT">
1019 <Offset>
1020 <AbsDimension x="56" y="-185" />
1021 </Offset>
1022 </Anchor>
1023 </Anchors>
1024 <Scripts>
1025 <OnClick>AN_Click(7);</OnClick>
1026 </Scripts>
1027 <NormalTexture />
1028 <PushedTexture />
1029 <HighlightTexture />
1030 <ButtonText>
1031 <FontHeight>
1032 <AbsValue val="10" />
1033 </FontHeight>
1034 </ButtonText>
1035 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
1036 <FontHeight>
1037 <AbsValue val="12" />
1038 </FontHeight>
1039 <Color r="1" g="0.8196079" b="0" />
1040 <Shadow>
1041 <Color r="0" g="0" b="0" />
1042 <Offset>
1043 <AbsDimension x="1" y="-1" />
1044 </Offset>
1045 </Shadow>
1046 </NormalFont>
1047 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
1048 <FontHeight>
1049 <AbsValue val="12" />
1050 </FontHeight>
1051 <Color r="1" g="1" b="1" />
1052 <Shadow>
1053 <Color r="0" g="0" b="0" />
1054 <Offset>
1055 <AbsDimension x="1" y="-1" />
1056 </Offset>
1057 </Shadow>
1058 </HighlightFont>
1059 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
1060 <FontHeight>
1061 <AbsValue val="12" />
1062 </FontHeight>
1063 <Color r="0.4901961" g="0.4901961" b="0.4901961" />
1064 <Shadow>
1065 <Color r="0" g="0" b="0" />
1066 <Offset>
1067 <AbsDimension x="1" y="-1" />
1068 </Offset>
1069 </Shadow>
1070 </DisabledFont>
1071 <PushedTextOffset x="0" y="0" />
1072 </Button>
1073 <Button name="btnAN6" hidden="true">
1074 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
1075 <Size>
1076 <AbsDimension x="428" y="22" />
1077 </Size>
1078 <Anchors>
1079 <Anchor point="TOPLEFT">
1080 <Offset>
1081 <AbsDimension x="56" y="-157" />
1082 </Offset>
1083 </Anchor>
1084 </Anchors>
1085 <Scripts>
1086 <OnClick>AN_Click(6);</OnClick>
1087 </Scripts>
1088 <NormalTexture />
1089 <PushedTexture />
1090 <HighlightTexture />
1091 <ButtonText>
1092 <FontHeight>
1093 <AbsValue val="10" />
1094 </FontHeight>
1095 </ButtonText>
1096 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
1097 <FontHeight>
1098 <AbsValue val="12" />
1099 </FontHeight>
1100 <Color r="1" g="0.8196079" b="0" />
1101 <Shadow>
1102 <Color r="0" g="0" b="0" />
1103 <Offset>
1104 <AbsDimension x="1" y="-1" />
1105 </Offset>
1106 </Shadow>
1107 </NormalFont>
1108 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
1109 <FontHeight>
1110 <AbsValue val="12" />
1111 </FontHeight>
1112 <Color r="1" g="1" b="1" />
1113 <Shadow>
1114 <Color r="0" g="0" b="0" />
1115 <Offset>
1116 <AbsDimension x="1" y="-1" />
1117 </Offset>
1118 </Shadow>
1119 </HighlightFont>
1120 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
1121 <FontHeight>
1122 <AbsValue val="12" />
1123 </FontHeight>
1124 <Color r="0.4901961" g="0.4901961" b="0.4901961" />
1125 <Shadow>
1126 <Color r="0" g="0" b="0" />
1127 <Offset>
1128 <AbsDimension x="1" y="-1" />
1129 </Offset>
1130 </Shadow>
1131 </DisabledFont>
1132 <PushedTextOffset x="0" y="0" />
1133 </Button>
1134 <Button name="btnAN4" hidden="true">
1135 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
1136 <Size>
1137 <AbsDimension x="428" y="22" />
1138 </Size>
1139 <Anchors>
1140 <Anchor point="TOPLEFT">
1141 <Offset>
1142 <AbsDimension x="56" y="-101" />
1143 </Offset>
1144 </Anchor>
1145 </Anchors>
1146 <Scripts>
1147 <OnClick>AN_Click(4);</OnClick>
1148 </Scripts>
1149 <NormalTexture />
1150 <PushedTexture />
1151 <HighlightTexture />
1152 <ButtonText>
1153 <FontHeight>
1154 <AbsValue val="10" />
1155 </FontHeight>
1156 </ButtonText>
1157 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
1158 <FontHeight>
1159 <AbsValue val="12" />
1160 </FontHeight>
1161 <Color r="1" g="0.8196079" b="0" />
1162 <Shadow>
1163 <Color r="0" g="0" b="0" />
1164 <Offset>
1165 <AbsDimension x="1" y="-1" />
1166 </Offset>
1167 </Shadow>
1168 </NormalFont>
1169 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
1170 <FontHeight>
1171 <AbsValue val="12" />
1172 </FontHeight>
1173 <Color r="1" g="1" b="1" />
1174 <Shadow>
1175 <Color r="0" g="0" b="0" />
1176 <Offset>
1177 <AbsDimension x="1" y="-1" />
1178 </Offset>
1179 </Shadow>
1180 </HighlightFont>
1181 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
1182 <FontHeight>
1183 <AbsValue val="12" />
1184 </FontHeight>
1185 <Color r="0.4901961" g="0.4901961" b="0.4901961" />
1186 <Shadow>
1187 <Color r="0" g="0" b="0" />
1188 <Offset>
1189 <AbsDimension x="1" y="-1" />
1190 </Offset>
1191 </Shadow>
1192 </DisabledFont>
1193 <PushedTextOffset x="0" y="0" />
1194 </Button>
1195 <Frame name="lblTitle1" hidden="true">
1196 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
1197 <Size>
1198 <AbsDimension x="214" y="22" />
1199 </Size>
1200 <Anchors>
1201 <Anchor point="TOPLEFT">
1202 <Offset>
1203 <AbsDimension x="56" y="-17" />
1204 </Offset>
1205 </Anchor>
1206 </Anchors>
1207 <Layers>
1208 <Layer>
1209 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title1" justifyH="LEFT">
1210 <Anchors>
1211 <Anchor point="TOPLEFT" />
1212 <Anchor point="BOTTOMRIGHT" />
1213 </Anchors>
1214 <FontHeight>
1215 <AbsValue val="12" />
1216 </FontHeight>
1217 <Color r="1" g="0.8196079" b="0" />
1218 <Shadow>
1219 <Color r="0" g="0" b="0" />
1220 <Offset>
1221 <AbsDimension x="1" y="-1" />
1222 </Offset>
1223 </Shadow>
1224 </FontString>
1225 </Layer>
1226 </Layers>
1227 </Frame>
1228 <Button name="btnAN1" hidden="true">
1229 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
1230 <Size>
1231 <AbsDimension x="428" y="22" />
1232 </Size>
1233 <Anchors>
1234 <Anchor point="TOPLEFT">
1235 <Offset>
1236 <AbsDimension x="56" y="-17" />
1237 </Offset>
1238 </Anchor>
1239 </Anchors>
1240 <Scripts>
1241 <OnClick>AN_Click(1);
1242 </OnClick>
1243 </Scripts>
1244 <NormalTexture />
1245 <PushedTexture />
1246 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
1247 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1248 </DisabledTexture>
1249 <ButtonText>
1250 <FontHeight>
1251 <AbsValue val="10" />
1252 </FontHeight>
1253 </ButtonText>
1254 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
1255 <FontHeight>
1256 <AbsValue val="12" />
1257 </FontHeight>
1258 <Color r="1" g="0.8196079" b="0" />
1259 <Shadow>
1260 <Color r="0" g="0" b="0" />
1261 <Offset>
1262 <AbsDimension x="1" y="-1" />
1263 </Offset>
1264 </Shadow>
1265 </NormalFont>
1266 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
1267 <FontHeight>
1268 <AbsValue val="12" />
1269 </FontHeight>
1270 <Color r="1" g="1" b="1" />
1271 <Shadow>
1272 <Color r="0" g="0" b="0" />
1273 <Offset>
1274 <AbsDimension x="1" y="-1" />
1275 </Offset>
1276 </Shadow>
1277 </HighlightFont>
1278 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
1279 <FontHeight>
1280 <AbsValue val="12" />
1281 </FontHeight>
1282 <Color r="0.4901961" g="0.4901961" b="0.4901961" />
1283 <Shadow>
1284 <Color r="0" g="0" b="0" />
1285 <Offset>
1286 <AbsDimension x="1" y="-1" />
1287 </Offset>
1288 </Shadow>
1289 </DisabledFont>
1290 <HighlightColor r="1" g="1" b="1" />
1291 <PushedTextOffset x="0" y="0" />
1292 </Button>
1293 </Frames>
1294 </Frame>
1295 <Frame name="$parentPanel1">
1296 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4972-d66d-444e-bb2d-1ad102c87fed" />-->
1297 <Size>
1298 <AbsDimension x="536" y="35" />
1299 </Size>
1300 <Anchors>
1301 <Anchor point="TOPLEFT">
1302 <Offset>
1303 <AbsDimension x="36" y="-317" />
1304 </Offset>
1305 </Anchor>
1306 </Anchors>
1307 <Backdrop bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
1308 <BackgroundInsets>
1309 <AbsInset left="3" right="5" top="3" bottom="5" />
1310 </BackgroundInsets>
1311 <TileSize>
1312 <AbsValue val="16" />
1313 </TileSize>
1314 <EdgeSize>
1315 <AbsValue val="16" />
1316 </EdgeSize>
1317 </Backdrop>
1318 <Frames>
1319 <Frame name="lblANUser">
1320 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
1321 <Size>
1322 <AbsDimension x="97" y="29" />
1323 </Size>
1324 <Anchors>
1325 <Anchor point="TOPLEFT">
1326 <Offset>
1327 <AbsDimension x="436" y="-3" />
1328 </Offset>
1329 </Anchor>
1330 </Anchors>
1331 <Layers>
1332 <Layer>
1333 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName">
1334 <Anchors>
1335 <Anchor point="TOPLEFT" />
1336 <Anchor point="BOTTOMRIGHT" />
1337 </Anchors>
1338 <FontHeight>
1339 <AbsValue val="12" />
1340 </FontHeight>
1341 <Color r="1" g="0.8196079" b="0" />
1342 <Shadow>
1343 <Color r="0" g="0" b="0" />
1344 <Offset>
1345 <AbsDimension x="1" y="-1" />
1346 </Offset>
1347 </Shadow>
1348 </FontString>
1349 </Layer>
1350 </Layers>
1351 </Frame>
1352 <Frame name="$parentLabel6">
1353 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
1354 <Size>
1355 <AbsDimension x="111" y="29" />
1356 </Size>
1357 <Anchors>
1358 <Anchor point="TOPLEFT">
1359 <Offset>
1360 <AbsDimension x="318" y="-3" />
1361 </Offset>
1362 </Anchor>
1363 </Anchors>
1364 <Layers>
1365 <Layer>
1366 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Posted By:" justifyH="RIGHT">
1367 <Anchors>
1368 <Anchor point="TOPLEFT" />
1369 <Anchor point="BOTTOMRIGHT" />
1370 </Anchors>
1371 <FontHeight>
1372 <AbsValue val="12" />
1373 </FontHeight>
1374 <Color r="1" g="0.8196079" b="0" />
1375 <Shadow>
1376 <Color r="0" g="0" b="0" />
1377 <Offset>
1378 <AbsDimension x="1" y="-1" />
1379 </Offset>
1380 </Shadow>
1381 </FontString>
1382 </Layer>
1383 </Layers>
1384 </Frame>
1385 <Frame name="lblANTitle">
1386 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
1387 <Size>
1388 <AbsDimension x="270" y="29" />
1389 </Size>
1390 <Anchors>
1391 <Anchor point="TOPLEFT">
1392 <Offset>
1393 <AbsDimension x="13" y="-3" />
1394 </Offset>
1395 </Anchor>
1396 </Anchors>
1397 <Layers>
1398 <Layer>
1399 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title" justifyH="LEFT">
1400 <Anchors>
1401 <Anchor point="TOPLEFT" />
1402 <Anchor point="BOTTOMRIGHT" />
1403 </Anchors>
1404 <FontHeight>
1405 <AbsValue val="12" />
1406 </FontHeight>
1407 <Color r="1" g="0.8196079" b="0" />
1408 <Shadow>
1409 <Color r="0" g="0" b="0" />
1410 <Offset>
1411 <AbsDimension x="1" y="-1" />
1412 </Offset>
1413 </Shadow>
1414 </FontString>
1415 </Layer>
1416 </Layers>
1417 </Frame>
1418 </Frames>
1419 </Frame>
1420 <Frame name="$parentLabel5">
1421 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
1422 <Size>
1423 <AbsDimension x="100" y="22" />
1424 </Size>
1425 <Anchors>
1426 <Anchor point="TOPLEFT">
1427 <Offset>
1428 <AbsDimension x="354" y="-547" />
1429 </Offset>
1430 </Anchor>
1431 </Anchors>
1432 <Layers>
1433 <Layer>
1434 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Delete">
1435 <Anchors>
1436 <Anchor point="TOPLEFT" />
1437 <Anchor point="BOTTOMRIGHT" />
1438 </Anchors>
1439 <FontHeight>
1440 <AbsValue val="12" />
1441 </FontHeight>
1442 <Color r="1" g="0.8196079" b="0" />
1443 <Shadow>
1444 <Color r="0" g="0" b="0" />
1445 <Offset>
1446 <AbsDimension x="1" y="-1" />
1447 </Offset>
1448 </Shadow>
1449 </FontString>
1450 </Layer>
1451 </Layers>
1452 </Frame>
1453 <Frame name="$parentLabel4">
1454 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
1455 <Size>
1456 <AbsDimension x="100" y="22" />
1457 </Size>
1458 <Anchors>
1459 <Anchor point="TOPLEFT">
1460 <Offset>
1461 <AbsDimension x="248" y="-547" />
1462 </Offset>
1463 </Anchor>
1464 </Anchors>
1465 <Layers>
1466 <Layer>
1467 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Edit">
1468 <Anchors>
1469 <Anchor point="TOPLEFT" />
1470 <Anchor point="BOTTOMRIGHT" />
1471 </Anchors>
1472 <FontHeight>
1473 <AbsValue val="12" />
1474 </FontHeight>
1475 <Color r="1" g="0.8196079" b="0" />
1476 <Shadow>
1477 <Color r="0" g="0" b="0" />
1478 <Offset>
1479 <AbsDimension x="1" y="-1" />
1480 </Offset>
1481 </Shadow>
1482 </FontString>
1483 </Layer>
1484 </Layers>
1485 </Frame>
1486 <Button name="$parentButton5" text="Delete">
1487 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508884-59c2-4f83-ae10-27aaad48391b" />-->
1488 <Size>
1489 <AbsDimension x="100" y="22" />
1490 </Size>
1491 <Anchors>
1492 <Anchor point="TOPLEFT">
1493 <Offset>
1494 <AbsDimension x="354" y="-547" />
1495 </Offset>
1496 </Anchor>
1497 </Anchors>
1498 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
1499 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1500 </NormalTexture>
1501 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
1502 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1503 </PushedTexture>
1504 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
1505 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1506 </DisabledTexture>
1507 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
1508 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1509 </HighlightTexture>
1510 <ButtonText />
1511 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
1512 <FontHeight>
1513 <AbsValue val="12" />
1514 </FontHeight>
1515 <Color r="1" g="0.8196079" b="0" />
1516 <Shadow>
1517 <Color r="0" g="0" b="0" />
1518 <Offset>
1519 <AbsDimension x="1" y="-1" />
1520 </Offset>
1521 </Shadow>
1522 </NormalFont>
1523 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
1524 <FontHeight>
1525 <AbsValue val="12" />
1526 </FontHeight>
1527 <Color r="1" g="1" b="1" />
1528 <Shadow>
1529 <Color r="0" g="0" b="0" />
1530 <Offset>
1531 <AbsDimension x="1" y="-1" />
1532 </Offset>
1533 </Shadow>
1534 </HighlightFont>
1535 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
1536 <FontHeight>
1537 <AbsValue val="12" />
1538 </FontHeight>
1539 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
1540 <Shadow>
1541 <Color r="0" g="0" b="0" />
1542 <Offset>
1543 <AbsDimension x="1" y="-1" />
1544 </Offset>
1545 </Shadow>
1546 </DisabledFont>
1547 </Button>
1548 <Button name="$parentButton4" text="Edit">
1549 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508884-59c2-4f83-ae10-27aaad48391b" />-->
1550 <Size>
1551 <AbsDimension x="100" y="22" />
1552 </Size>
1553 <Anchors>
1554 <Anchor point="TOPLEFT">
1555 <Offset>
1556 <AbsDimension x="248" y="-547" />
1557 </Offset>
1558 </Anchor>
1559 </Anchors>
1560 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
1561 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1562 </NormalTexture>
1563 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
1564 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1565 </PushedTexture>
1566 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
1567 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1568 </DisabledTexture>
1569 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
1570 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1571 </HighlightTexture>
1572 <ButtonText />
1573 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
1574 <FontHeight>
1575 <AbsValue val="12" />
1576 </FontHeight>
1577 <Color r="1" g="0.8196079" b="0" />
1578 <Shadow>
1579 <Color r="0" g="0" b="0" />
1580 <Offset>
1581 <AbsDimension x="1" y="-1" />
1582 </Offset>
1583 </Shadow>
1584 </NormalFont>
1585 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
1586 <FontHeight>
1587 <AbsValue val="12" />
1588 </FontHeight>
1589 <Color r="1" g="1" b="1" />
1590 <Shadow>
1591 <Color r="0" g="0" b="0" />
1592 <Offset>
1593 <AbsDimension x="1" y="-1" />
1594 </Offset>
1595 </Shadow>
1596 </HighlightFont>
1597 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
1598 <FontHeight>
1599 <AbsValue val="12" />
1600 </FontHeight>
1601 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
1602 <Shadow>
1603 <Color r="0" g="0" b="0" />
1604 <Offset>
1605 <AbsDimension x="1" y="-1" />
1606 </Offset>
1607 </Shadow>
1608 </DisabledFont>
1609 </Button>
1610 <Frame name="$parentLabel3">
1611 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
1612 <Size>
1613 <AbsDimension x="100" y="22" />
1614 </Size>
1615 <Anchors>
1616 <Anchor point="TOPLEFT">
1617 <Offset>
1618 <AbsDimension x="142" y="-547" />
1619 </Offset>
1620 </Anchor>
1621 </Anchors>
1622 <Layers>
1623 <Layer>
1624 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Reply">
1625 <Anchors>
1626 <Anchor point="TOPLEFT" />
1627 <Anchor point="BOTTOMRIGHT" />
1628 </Anchors>
1629 <FontHeight>
1630 <AbsValue val="12" />
1631 </FontHeight>
1632 <Color r="1" g="0.8196079" b="0" />
1633 <Shadow>
1634 <Color r="0" g="0" b="0" />
1635 <Offset>
1636 <AbsDimension x="1" y="-1" />
1637 </Offset>
1638 </Shadow>
1639 </FontString>
1640 </Layer>
1641 </Layers>
1642 </Frame>
1643 <Button name="$parentButton3">
1644 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508884-59c2-4f83-ae10-27aaad48391b" />-->
1645 <Size>
1646 <AbsDimension x="100" y="22" />
1647 </Size>
1648 <Anchors>
1649 <Anchor point="TOPLEFT">
1650 <Offset>
1651 <AbsDimension x="142" y="-547" />
1652 </Offset>
1653 </Anchor>
1654 </Anchors>
1655 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
1656 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1657 </NormalTexture>
1658 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
1659 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1660 </PushedTexture>
1661 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
1662 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1663 </DisabledTexture>
1664 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
1665 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1666 </HighlightTexture>
1667 <ButtonText />
1668 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
1669 <FontHeight>
1670 <AbsValue val="12" />
1671 </FontHeight>
1672 <Color r="1" g="0.8196079" b="0" />
1673 <Shadow>
1674 <Color r="0" g="0" b="0" />
1675 <Offset>
1676 <AbsDimension x="1" y="-1" />
1677 </Offset>
1678 </Shadow>
1679 </NormalFont>
1680 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
1681 <FontHeight>
1682 <AbsValue val="12" />
1683 </FontHeight>
1684 <Color r="1" g="1" b="1" />
1685 <Shadow>
1686 <Color r="0" g="0" b="0" />
1687 <Offset>
1688 <AbsDimension x="1" y="-1" />
1689 </Offset>
1690 </Shadow>
1691 </HighlightFont>
1692 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
1693 <FontHeight>
1694 <AbsValue val="12" />
1695 </FontHeight>
1696 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
1697 <Shadow>
1698 <Color r="0" g="0" b="0" />
1699 <Offset>
1700 <AbsDimension x="1" y="-1" />
1701 </Offset>
1702 </Shadow>
1703 </DisabledFont>
1704 </Button>
1705 <Frame name="$parentLabel2">
1706 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
1707 <Size>
1708 <AbsDimension x="100" y="22" />
1709 </Size>
1710 <Anchors>
1711 <Anchor point="TOPLEFT">
1712 <Offset>
1713 <AbsDimension x="36" y="-547" />
1714 </Offset>
1715 </Anchor>
1716 </Anchors>
1717 <Layers>
1718 <Layer>
1719 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="New">
1720 <Anchors>
1721 <Anchor point="TOPLEFT" />
1722 <Anchor point="BOTTOMRIGHT" />
1723 </Anchors>
1724 <FontHeight>
1725 <AbsValue val="12" />
1726 </FontHeight>
1727 <Color r="1" g="0.8196079" b="0" />
1728 <Shadow>
1729 <Color r="0" g="0" b="0" />
1730 <Offset>
1731 <AbsDimension x="1" y="-1" />
1732 </Offset>
1733 </Shadow>
1734 </FontString>
1735 </Layer>
1736 </Layers>
1737 </Frame>
1738 <Frame name="$parentLabel1">
1739 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
1740 <Size>
1741 <AbsDimension x="100" y="22" />
1742 </Size>
1743 <Anchors>
1744 <Anchor point="TOPLEFT">
1745 <Offset>
1746 <AbsDimension x="472" y="-547" />
1747 </Offset>
1748 </Anchor>
1749 </Anchors>
1750 <Layers>
1751 <Layer>
1752 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Close">
1753 <Anchors>
1754 <Anchor point="TOPLEFT" />
1755 <Anchor point="BOTTOMRIGHT" />
1756 </Anchors>
1757 <FontHeight>
1758 <AbsValue val="12" />
1759 </FontHeight>
1760 <Color r="1" g="0.8196079" b="0" />
1761 <Shadow>
1762 <Color r="0" g="0" b="0" />
1763 <Offset>
1764 <AbsDimension x="1" y="-1" />
1765 </Offset>
1766 </Shadow>
1767 </FontString>
1768 </Layer>
1769 </Layers>
1770 </Frame>
1771 <Button name="$parentButton2">
1772 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508884-59c2-4f83-ae10-27aaad48391b" />-->
1773 <Size>
1774 <AbsDimension x="100" y="22" />
1775 </Size>
1776 <Anchors>
1777 <Anchor point="TOPLEFT">
1778 <Offset>
1779 <AbsDimension x="36" y="-547" />
1780 </Offset>
1781 </Anchor>
1782 </Anchors>
1783 <Scripts>
1784 <OnClick>MangAdminForm3:Hide();
1785 MangAdminForm10:Show();
1786 </OnClick>
1787 </Scripts>
1788 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
1789 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1790 </NormalTexture>
1791 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
1792 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1793 </PushedTexture>
1794 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
1795 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1796 </DisabledTexture>
1797 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
1798 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1799 </HighlightTexture>
1800 <ButtonText />
1801 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
1802 <FontHeight>
1803 <AbsValue val="12" />
1804 </FontHeight>
1805 <Color r="1" g="0.8196079" b="0" />
1806 <Shadow>
1807 <Color r="0" g="0" b="0" />
1808 <Offset>
1809 <AbsDimension x="1" y="-1" />
1810 </Offset>
1811 </Shadow>
1812 </NormalFont>
1813 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
1814 <FontHeight>
1815 <AbsValue val="12" />
1816 </FontHeight>
1817 <Color r="1" g="1" b="1" />
1818 <Shadow>
1819 <Color r="0" g="0" b="0" />
1820 <Offset>
1821 <AbsDimension x="1" y="-1" />
1822 </Offset>
1823 </Shadow>
1824 </HighlightFont>
1825 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
1826 <FontHeight>
1827 <AbsValue val="12" />
1828 </FontHeight>
1829 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
1830 <Shadow>
1831 <Color r="0" g="0" b="0" />
1832 <Offset>
1833 <AbsDimension x="1" y="-1" />
1834 </Offset>
1835 </Shadow>
1836 </DisabledFont>
1837 </Button>
1838 <Button name="$parentButton1">
1839 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508884-59c2-4f83-ae10-27aaad48391b" />-->
1840 <Size>
1841 <AbsDimension x="100" y="22" />
1842 </Size>
1843 <Anchors>
1844 <Anchor point="TOPLEFT">
1845 <Offset>
1846 <AbsDimension x="472" y="-547" />
1847 </Offset>
1848 </Anchor>
1849 </Anchors>
1850 <Scripts>
1851 <OnEvent>AdminNotesEvents();
1852 </OnEvent>
1853 <OnClick>MangAdminForm3:Hide();
1854 MangAdminForm:Show();
1855 </OnClick>
1856 </Scripts>
1857 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
1858 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1859 </NormalTexture>
1860 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
1861 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1862 </PushedTexture>
1863 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
1864 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1865 </DisabledTexture>
1866 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
1867 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
1868 </HighlightTexture>
1869 <ButtonText />
1870 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
1871 <FontHeight>
1872 <AbsValue val="12" />
1873 </FontHeight>
1874 <Color r="1" g="0.8196079" b="0" />
1875 <Shadow>
1876 <Color r="0" g="0" b="0" />
1877 <Offset>
1878 <AbsDimension x="1" y="-1" />
1879 </Offset>
1880 </Shadow>
1881 </NormalFont>
1882 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
1883 <FontHeight>
1884 <AbsValue val="12" />
1885 </FontHeight>
1886 <Color r="1" g="1" b="1" />
1887 <Shadow>
1888 <Color r="0" g="0" b="0" />
1889 <Offset>
1890 <AbsDimension x="1" y="-1" />
1891 </Offset>
1892 </Shadow>
1893 </HighlightFont>
1894 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
1895 <FontHeight>
1896 <AbsValue val="12" />
1897 </FontHeight>
1898 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
1899 <Shadow>
1900 <Color r="0" g="0" b="0" />
1901 <Offset>
1902 <AbsDimension x="1" y="-1" />
1903 </Offset>
1904 </Shadow>
1905 </DisabledFont>
1906 </Button>
1907 </Frames>
1908 <Scripts>
1909 <OnLoad>AN_LOAD();</OnLoad>
1910 <OnShow>AN_Open();</OnShow>
1911 </Scripts>
1912 </Frame>
1913 </Ui>