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="MangAdminForm10" hidden="true">
4 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508883-59c2-4f83-ae10-27aaad48391b" />-->
5 <Size>
6 <AbsDimension x="555" y="398" />
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="AdminNotes">
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="$parentPanel1">
67 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4972-d66d-444e-bb2d-1ad102c87fed" />-->
68 <Size>
69 <AbsDimension x="488" y="209" />
70 </Size>
71 <Anchors>
72 <Anchor point="TOPLEFT">
73 <Offset>
74 <AbsDimension x="32" y="-119" />
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="ANMEBBody">
91 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="7f06b3a2-fe45-40e8-9284-4754c6a3c9fb" />-->
92 <Size>
93 <AbsDimension x="461" y="203" />
94 </Size>
95 <Anchors>
96 <Anchor point="TOPLEFT">
97 <Offset>
98 <AbsDimension x="3" y="-3" />
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="461" y="203" />
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="$parentLabel4">
246 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
247 <Size>
248 <AbsDimension x="100" y="22" />
249 </Size>
250 <Anchors>
251 <Anchor point="TOPLEFT">
252 <Offset>
253 <AbsDimension x="420" y="-346" />
254 </Offset>
255 </Anchor>
256 </Anchors>
257 <Layers>
258 <Layer>
259 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Cancel">
260 <Anchors>
261 <Anchor point="TOPLEFT" />
262 <Anchor point="BOTTOMRIGHT" />
263 </Anchors>
264 <FontHeight>
265 <AbsValue val="12" />
266 </FontHeight>
267 <Color r="1" g="0.8196079" b="0" />
268 <Shadow>
269 <Color r="0" g="0" b="0" />
270 <Offset>
271 <AbsDimension x="1" y="-1" />
272 </Offset>
273 </Shadow>
274 </FontString>
275 </Layer>
276 </Layers>
277 </Frame>
278 <Frame name="$parentLabel3">
279 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
280 <Size>
281 <AbsDimension x="100" y="22" />
282 </Size>
283 <Anchors>
284 <Anchor point="TOPLEFT">
285 <Offset>
286 <AbsDimension x="314" y="-346" />
287 </Offset>
288 </Anchor>
289 </Anchors>
290 <Layers>
291 <Layer>
292 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Submit">
293 <Anchors>
294 <Anchor point="TOPLEFT" />
295 <Anchor point="BOTTOMRIGHT" />
296 </Anchors>
297 <FontHeight>
298 <AbsValue val="12" />
299 </FontHeight>
300 <Color r="1" g="0.8196079" b="0" />
301 <Shadow>
302 <Color r="0" g="0" b="0" />
303 <Offset>
304 <AbsDimension x="1" y="-1" />
305 </Offset>
306 </Shadow>
307 </FontString>
308 </Layer>
309 </Layers>
310 </Frame>
311 <Button name="$parentButton2" text="Submit">
312 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508884-59c2-4f83-ae10-27aaad48391b" />-->
313 <Size>
314 <AbsDimension x="100" y="22" />
315 </Size>
316 <Anchors>
317 <Anchor point="TOPLEFT">
318 <Offset>
319 <AbsDimension x="314" y="-346" />
320 </Offset>
321 </Anchor>
322 </Anchors>
323 <Scripts>
324 <OnClick>AN_Post();
325 MangAdminForm10:Hide();
326 MangAdminForm3:Show();
327 </OnClick>
328 </Scripts>
329 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
330 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
331 </NormalTexture>
332 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
333 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
334 </PushedTexture>
335 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
336 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
337 </DisabledTexture>
338 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
339 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
340 </HighlightTexture>
341 <ButtonText>
342 <FontHeight>
343 <AbsValue val="10" />
344 </FontHeight>
345 </ButtonText>
346 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
347 <FontHeight>
348 <AbsValue val="12" />
349 </FontHeight>
350 <Color r="1" g="0.8196079" b="0" />
351 <Shadow>
352 <Color r="0" g="0" b="0" />
353 <Offset>
354 <AbsDimension x="1" y="-1" />
355 </Offset>
356 </Shadow>
357 </NormalFont>
358 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
359 <FontHeight>
360 <AbsValue val="12" />
361 </FontHeight>
362 <Color r="1" g="1" b="1" />
363 <Shadow>
364 <Color r="0" g="0" b="0" />
365 <Offset>
366 <AbsDimension x="1" y="-1" />
367 </Offset>
368 </Shadow>
369 </HighlightFont>
370 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
371 <FontHeight>
372 <AbsValue val="12" />
373 </FontHeight>
374 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
375 <Shadow>
376 <Color r="0" g="0" b="0" />
377 <Offset>
378 <AbsDimension x="1" y="-1" />
379 </Offset>
380 </Shadow>
381 </DisabledFont>
382 </Button>
383 <Button name="$parentButton1" text="Cancel">
384 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508884-59c2-4f83-ae10-27aaad48391b" />-->
385 <Size>
386 <AbsDimension x="100" y="22" />
387 </Size>
388 <Anchors>
389 <Anchor point="TOPLEFT">
390 <Offset>
391 <AbsDimension x="420" y="-346" />
392 </Offset>
393 </Anchor>
394 </Anchors>
395 <Scripts>
396 <OnClick>MangAdminForm10:Hide();
397 MangAdminForm3:Show();
398 </OnClick>
399 </Scripts>
400 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
401 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
402 </NormalTexture>
403 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
404 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
405 </PushedTexture>
406 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
407 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
408 </DisabledTexture>
409 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
410 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
411 </HighlightTexture>
412 <ButtonText />
413 <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
414 <FontHeight>
415 <AbsValue val="12" />
416 </FontHeight>
417 <Color r="1" g="0.8196079" b="0" />
418 <Shadow>
419 <Color r="0" g="0" b="0" />
420 <Offset>
421 <AbsDimension x="1" y="-1" />
422 </Offset>
423 </Shadow>
424 </NormalFont>
425 <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
426 <FontHeight>
427 <AbsValue val="12" />
428 </FontHeight>
429 <Color r="1" g="1" b="1" />
430 <Shadow>
431 <Color r="0" g="0" b="0" />
432 <Offset>
433 <AbsDimension x="1" y="-1" />
434 </Offset>
435 </Shadow>
436 </HighlightFont>
437 <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
438 <FontHeight>
439 <AbsValue val="12" />
440 </FontHeight>
441 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
442 <Shadow>
443 <Color r="0" g="0" b="0" />
444 <Offset>
445 <AbsDimension x="1" y="-1" />
446 </Offset>
447 </Shadow>
448 </DisabledFont>
449 </Button>
450 <Frame name="$parentLabel2">
451 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
452 <Size>
453 <AbsDimension x="75" y="18" />
454 </Size>
455 <Anchors>
456 <Anchor point="TOPLEFT">
457 <Offset>
458 <AbsDimension x="32" y="-95" />
459 </Offset>
460 </Anchor>
461 </Anchors>
462 <Layers>
463 <Layer>
464 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Body">
465 <Anchors>
466 <Anchor point="TOPLEFT" />
467 <Anchor point="BOTTOMRIGHT" />
468 </Anchors>
469 <FontHeight>
470 <AbsValue val="12" />
471 </FontHeight>
472 <Color r="1" g="0.8196079" b="0" />
473 <Shadow>
474 <Color r="0" g="0" b="0" />
475 <Offset>
476 <AbsDimension x="1" y="-1" />
477 </Offset>
478 </Shadow>
479 </FontString>
480 </Layer>
481 </Layers>
482 </Frame>
483 <EditBox name="NotesTitle" enableMouse="true">
484 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508887-59c2-4f83-ae10-27aaad48391b" />-->
485 <Size>
486 <AbsDimension x="320" y="22" />
487 </Size>
488 <Anchors>
489 <Anchor point="TOPLEFT">
490 <Offset>
491 <AbsDimension x="32" y="-54" />
492 </Offset>
493 </Anchor>
494 </Anchors>
495 <Layers>
496 <Layer level="BACKGROUND">
497 <Texture name="$parentLeft" file="Interface\Common\Common-Input-Border">
498 <Size>
499 <AbsDimension x="8" y="20" />
500 </Size>
501 <Anchors>
502 <Anchor point="LEFT" />
503 </Anchors>
504 <TexCoords left="0" right="0.0625" top="0" bottom="0.625" />
505 </Texture>
506 <Texture name="$parentRight" file="Interface\Common\Common-Input-Border">
507 <Size>
508 <AbsDimension x="8" y="20" />
509 </Size>
510 <Anchors>
511 <Anchor point="RIGHT" />
512 </Anchors>
513 <TexCoords left="0.9375" right="1" top="0" bottom="0.625" />
514 </Texture>
515 <Texture name="$parentMiddle" file="Interface\Common\Common-Input-Border">
516 <Size>
517 <AbsDimension x="10" y="20" />
518 </Size>
519 <Anchors>
520 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT" />
521 <Anchor point="RIGHT" relativeTo="$parentRight" relativePoint="LEFT" />
522 </Anchors>
523 <TexCoords left="0.0625" right="0.9375" top="0" bottom="0.625" />
524 </Texture>
525 </Layer>
526 </Layers>
527 <FontString font="Fonts\ARIALN.TTF">
528 <FontHeight>
529 <AbsValue val="14" />
530 </FontHeight>
531 <Color r="1" g="1" b="1" />
532 <Shadow>
533 <Color r="0" g="0" b="0" />
534 <Offset>
535 <AbsDimension x="1" y="-1" />
536 </Offset>
537 </Shadow>
538 </FontString>
539 </EditBox>
540 <Frame name="$parentLabel1">
541 <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
542 <Size>
543 <AbsDimension x="75" y="18" />
544 </Size>
545 <Anchors>
546 <Anchor point="TOPLEFT">
547 <Offset>
548 <AbsDimension x="32" y="-30" />
549 </Offset>
550 </Anchor>
551 </Anchors>
552 <Layers>
553 <Layer>
554 <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title">
555 <Anchors>
556 <Anchor point="TOPLEFT" />
557 <Anchor point="BOTTOMRIGHT" />
558 </Anchors>
559 <FontHeight>
560 <AbsValue val="12" />
561 </FontHeight>
562 <Color r="1" g="0.8196079" b="0" />
563 <Shadow>
564 <Color r="0" g="0" b="0" />
565 <Offset>
566 <AbsDimension x="1" y="-1" />
567 </Offset>
568 </Shadow>
569 </FontString>
570 </Layer>
571 </Layers>
572 </Frame>
573 </Frames>
574 </Frame>
575 </Ui>