vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0"?>
2 <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/ file:///c:/Program%20Files/World%20of%20Warcraft/Interface/FrameXML/UI.xsd">
3 <Script file="localization.lua"/>
4 <Script file="IntensityAH.lua"/>
5 <Button name="IMA_AuctionButtonTemplate" virtual="true">
6 <Size>
7 <AbsDimension x="37" y="37"/>
8 </Size>
9 <Layers>
10 <Layer level="BACKGROUND">
11 <Texture file="Interface\Buttons\UI-Slot-Background">
12 <Size>
13 <AbsDimension x="39" y="39"/>
14 </Size>
15 <Anchors>
16 <Anchor point="TOPLEFT">
17 <Offset>
18 <AbsDimension x="-2" y="2"/>
19 </Offset>
20 </Anchor>
21 </Anchors>
22 <TexCoords left="0" right="0.640625" top="0" bottom="0.640625"/>
23 </Texture>
24 </Layer>
25 <Layer level="ARTWORK">
26 <FontString name="$parentCount" inherits="NumberFontNormal" justifyH="RIGHT">
27 <Anchors>
28 <Anchor point="BOTTOMRIGHT">
29 <Offset>
30 <AbsDimension x="-5" y="2"/>
31 </Offset>
32 </Anchor>
33 </Anchors>
34 </FontString>
35 </Layer>
36 <Layer level="BORDER">
37 <Texture name="$parentIconTexture"/>
38 </Layer>
39 </Layers>
40 <Scripts>
41 <OnLoad>this:RegisterForDrag("LeftButton");</OnLoad>
42 <OnReceiveDrag>IMA_ItemButton_OnClick();</OnReceiveDrag>
43 <OnDragStart>IMA_ItemButton_OnClick();</OnDragStart>
44 <OnClick>IMA_ItemButton_OnClick();</OnClick>
45 <OnEnter>GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
46 if ( this.item and this.bag ) then
47 GameTooltip:SetBagItem(this.bag,this.item)
48 else
49 GameTooltip:SetText(IMA_MOUSEOVER_TEXT, 1.0, 1.0, 1.0);
50 end</OnEnter>
51 <OnLeave>GameTooltip:Hide();</OnLeave>
52 </Scripts>
53 <HighlightTexture alphaMode="ADD" file="Interface\Buttons\ButtonHilight-Square"/>
54 </Button>
55 <Frame name="IMA_FrameTemplate" virtual="true">
56 <Size>
57 <AbsDimension x="265" y="55"/>
58 </Size>
59 <Frames>
60 <CheckButton name="$parentCheckButton" inherits="OptionsCheckButtonTemplate" hidden="true">
61 <Size>
62 <AbsDimension x="26" y="26"/>
63 </Size>
64 <Anchors>
65 <Anchor point="TOPLEFT">
66 <Offset>
67 <AbsDimension x="-8" y="8"/>
68 </Offset>
69 </Anchor>
70 </Anchors>
71 </CheckButton>
72 <Button name="$parentItemButton" inherits="IMA_AuctionButtonTemplate" hidden="false">
73 <Anchors>
74 <Anchor point="TOPLEFT" relativeTo="$parentCheckButton" relativePoint="TOPRIGHT">
75 <Offset>
76 <AbsDimension x="0" y="-6"/>
77 </Offset>
78 </Anchor>
79 </Anchors>
80 </Button>
81 <Frame name="$parentStartPrice" inherits="MoneyInputFrameTemplate">
82 <Anchors>
83 <Anchor point="TOPLEFT" relativeTo="$parentItemButton" relativePoint="TOPRIGHT">
84 <Offset>
85 <AbsDimension x="8" y="3"/>
86 </Offset>
87 </Anchor>
88 </Anchors>
89 <Scripts>
90 <OnLoad>MoneyInputFrame_SetOnvalueChangedFunc(this, IMA_AuctionsFrameAuctions_ValidateAuction);</OnLoad>
91 </Scripts>
92 </Frame>
93 <Frame name="$parentBuyoutPrice" inherits="MoneyInputFrameTemplate">
94 <Anchors>
95 <Anchor point="TOP" relativeTo="$parentStartPrice" relativePoint="BOTTOM">
96 <Offset>
97 <AbsDimension x="0" y="-2"/>
98 </Offset>
99 </Anchor>
100 </Anchors>
101 <Scripts>
102 <OnLoad>MoneyInputFrame_SetOnvalueChangedFunc(this, IMA_AuctionsFrameAuctions_ValidateAuction);</OnLoad>
103 </Scripts>
104 </Frame>
105 <CheckButton name="$parentLongAuction" inherits="SendMailRadioButtonTemplate" id="3">
106 <Anchors>
107 <Anchor point="TOPRIGHT" relativeTo="$parentBuyoutPrice" relativePoint="BOTTOMRIGHT">
108 <Offset>
109 <AbsDimension x="-32" y="-2"/>
110 </Offset>
111 </Anchor>
112 </Anchors>
113 <Scripts>
114 <OnLoad>getglobal(this:GetName().."Text"):SetText("24");</OnLoad>
115 <OnClick>IMA_AuctionsRadioButton_OnClick(this:GetParent():GetID(),this:GetID())</OnClick>
116 </Scripts>
117 </CheckButton>
118 <CheckButton name="$parentMediumAuction" inherits="SendMailRadioButtonTemplate" id="2">
119 <Anchors>
120 <Anchor point="RIGHT" relativeTo="$parentLongAuction" relativePoint="LEFT">
121 <Offset>
122 <AbsDimension x="-16" y="0"/>
123 </Offset>
124 </Anchor>
125 </Anchors>
126 <Scripts>
127 <OnLoad>getglobal(this:GetName().."Text"):SetText("8");</OnLoad>
128 <OnClick>IMA_AuctionsRadioButton_OnClick(this:GetParent():GetID(),this:GetID())</OnClick>
129 </Scripts>
130 </CheckButton>
131 <CheckButton name="$parentShortAuction" inherits="SendMailRadioButtonTemplate" id="1">
132 <Anchors>
133 <Anchor point="RIGHT" relativeTo="$parentMediumAuction" relativePoint="LEFT">
134 <Offset>
135 <AbsDimension x="-16" y="0"/>
136 </Offset>
137 </Anchor>
138 </Anchors>
139 <Scripts>
140 <OnLoad>getglobal(this:GetName().."Text"):SetText("2");</OnLoad>
141 <OnClick>IMA_AuctionsRadioButton_OnClick(this:GetParent():GetID(),this:GetID())</OnClick>
142 </Scripts>
143 </CheckButton>
144 <Frame name="$parentDepositCharge" inherits="SmallMoneyFrameTemplate">
145 <Anchors>
146 <Anchor point="RIGHT" relativeTo="$parentShortAuction" relativePoint="LEFT">
147 <Offset>
148 <AbsDimension x="10" y="0"/>
149 </Offset>
150 </Anchor>
151 </Anchors>
152 <Scripts>
153 <OnLoad>this.small = 1;this.staticMoney=0;MoneyFrame_SetType("STATIC");</OnLoad>
154 </Scripts>
155 </Frame>
156 </Frames>
157 </Frame>
158 <Frame name="IMA_AuctionFrameMassAuction" parent="AuctionFrame" hidden="true">
159 <Size>
160 <AbsDimension x="758" y="447"/>
161 </Size>
162 <Anchors>
163 <Anchor point="TOPLEFT"/>
164 </Anchors>
165 <Layers>
166 <Layer level="BACKGROUND">
167 <FontString name="IMA_AuctionsTitle" inherits="GameFontNormal" text="IMA_IGORS_MASS_AUCTION">
168 <Anchors>
169 <Anchor point="TOP">
170 <Offset>
171 <AbsDimension x="0" y="-18"/>
172 </Offset>
173 </Anchor>
174 </Anchors>
175 </FontString>
176 </Layer>
177 </Layers>
178 <Frames>
179 <Button name="IMA_AuctionsCloseButton" inherits="UIPanelButtonTemplate" text="CLOSE">
180 <Size>
181 <AbsDimension x="80" y="22"/>
182 </Size>
183 <Anchors>
184 <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT">
185 <Offset>
186 <AbsDimension x="66" y="14"/>
187 </Offset>
188 </Anchor>
189 </Anchors>
190 <Scripts>
191 <OnClick>HideUIPanel(this:GetParent():GetParent());</OnClick>
192 </Scripts>
193 </Button>
194 <Button name="IMA_AuctionsClearButton" inherits="UIPanelButtonTemplate" text="IMA_CLEAR">
195 <Size>
196 <AbsDimension x="80" y="22"/>
197 </Size>
198 <Anchors>
199 <Anchor point="RIGHT" relativeTo="IMA_AuctionsCloseButton" relativePoint="LEFT">
200 <Offset>
201 <AbsDimension x="0" y="0"/>
202 </Offset>
203 </Anchor>
204 </Anchors>
205 <Scripts>
206 <OnClick>IMA_ClearItems();</OnClick>
207 </Scripts>
208 </Button>
209 <Button name="IMA_AuctionsSubmitButton" inherits="UIPanelButtonTemplate" text="SUBMIT">
210 <Size>
211 <AbsDimension x="80" y="22"/>
212 </Size>
213 <Anchors>
214 <Anchor point="RIGHT" relativeTo="IMA_AuctionsClearButton" relativePoint="LEFT">
215 <Offset>
216 <AbsDimension x="0" y="0"/>
217 </Offset>
218 </Anchor>
219 </Anchors>
220 <Scripts>
221 <OnClick>IMA_AcceptSendFrame:Show();</OnClick>
222 </Scripts>
223 </Button>
224 <Button name="IMA_SetAllPricesButton" inherits="UIPanelButtonTemplate" text="IMA_SET_ALL_PRICES">
225 <Size>
226 <AbsDimension x="120" y="22"/>
227 </Size>
228 <Anchors>
229 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
230 <Offset>
231 <AbsDimension x="40" y="-46"/>
232 </Offset>
233 </Anchor>
234 </Anchors>
235 <Scripts>
236 <OnClick>IMA_SetAllPricesButton_OnClick();</OnClick>
237 </Scripts>
238 </Button>
239 <Frame name="IMA_PriceSchemeDropDown" inherits="UIDropDownMenuTemplate" id="1">
240 <Anchors>
241 <Anchor point="TOPLEFT">
242 <Offset>
243 <AbsDimension x="65" y="-45"/>
244 </Offset>
245 </Anchor>
246 </Anchors>
247 <Layers>
248 <Layer level="OVERLAY">
249 <FontString inherits="GameFontHighlightSmall" text="IMA_SET_PRICES_WITH">
250 <Anchors>
251 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
252 <Offset>
253 <AbsDimension x="20" y="0"/>
254 </Offset>
255 </Anchor>
256 </Anchors>
257 </FontString>
258 </Layer>
259 </Layers>
260 <Scripts>
261 <OnLoad>IMA_PriceSchemeDropDown_OnLoad();</OnLoad>
262 <OnShow>IMA_PriceSchemeDropDown_OnShow();</OnShow>
263 </Scripts>
264 </Frame>
265 <Frame name="IMA_MultiplierFrame" hidden="true">
266 <Size>
267 <AbsDimension x="414" y="60"/>
268 </Size>
269 <Anchors>
270 <Anchor point="TOPLEFT">
271 <Offset x="216" y="-35"/>
272 </Anchor>
273 </Anchors>
274 <Frames>
275 <CheckButton name="$parentPriceCheckButton" inherits="OptionsCheckButtonTemplate">
276 <Size>
277 <AbsDimension x="24" y="24"/>
278 </Size>
279 <Anchors>
280 <Anchor point="TOPLEFT">
281 <Offset>
282 <AbsDimension x="0" y="0"/>
283 </Offset>
284 </Anchor>
285 </Anchors>
286 </CheckButton>
287 <EditBox name="$parentPriceMultiplier" letters="4" historyLines="0" numeric="true" autoFocus="false">
288 <Size>
289 <AbsDimension x="42" y="20"/>
290 </Size>
291 <Anchors>
292 <Anchor point="LEFT" relativePoint="RIGHT" relativeTo="$parentPriceCheckButton">
293 <Offset>
294 <AbsDimension x="106" y="1"/>
295 </Offset>
296 </Anchor>
297 </Anchors>
298 <Layers>
299 <Layer level="OVERLAY">
300 <FontString inherits="GameFontHighlightSmall" text="Set Start Price %">
301 <Anchors>
302 <Anchor point="RIGHT" relativePoint="LEFT">
303 <Offset>
304 <AbsDimension x="-8" y="0"/>
305 </Offset>
306 </Anchor>
307 </Anchors>
308 </FontString>
309 <FontString inherits="GameFontHighlightSmall" text="of Base Price">
310 <Anchors>
311 <Anchor point="LEFT" relativePoint="RIGHT">
312 <Offset>
313 <AbsDimension x="-8" y="0"/>
314 </Offset>
315 </Anchor>
316 </Anchors>
317 </FontString>
318 </Layer>
319 <Layer level="BACKGROUND">
320 <Texture name="$parentLeft" file="Interface\Common\Common-Input-Border">
321 <Size>
322 <AbsDimension x="8" y="16"/>
323 </Size>
324 <Anchors>
325 <Anchor point="TOPLEFT">
326 <Offset>
327 <AbsDimension x="-5" y="-2"/>
328 </Offset>
329 </Anchor>
330 </Anchors>
331 <TexCoords left="0" right="0.0625" top="0" bottom="0.625"/>
332 </Texture>
333 <Texture name="$parentRight" file="Interface\Common\Common-Input-Border">
334 <Size>
335 <AbsDimension x="8" y="16"/>
336 </Size>
337 <Anchors>
338 <Anchor point="RIGHT">
339 <Offset>
340 <AbsDimension x="-10" y="0"/>
341 </Offset>
342 </Anchor>
343 </Anchors>
344 <TexCoords left="0.9375" right="1.0" top="0" bottom="0.625"/>
345 </Texture>
346 <Texture name="$parentMiddle" file="Interface\Common\Common-Input-Border">
347 <Size>
348 <AbsDimension x="10" y="16"/>
349 </Size>
350 <Anchors>
351 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
352 <Anchor point="RIGHT" relativeTo="$parentRight" relativePoint="LEFT"/>
353 </Anchors>
354 <TexCoords left="0.0625" right="0.9375" top="0" bottom="0.625"/>
355 </Texture>
356 </Layer>
357 </Layers>
358 <Scripts>
359 <OnEscapePressed>this:ClearFocus();</OnEscapePressed>
360 <OnEditFocusLost>this:HighlightText(0, 0);</OnEditFocusLost>
361 <OnEditFocusGained>this:HighlightText();</OnEditFocusGained>
362 </Scripts>
363 <FontString inherits="GameFontHighlightSmall"/>
364 </EditBox>
365 <CheckButton name="$parentBuyoutCheckButton" inherits="OptionsCheckButtonTemplate">
366 <Size>
367 <AbsDimension x="24" y="24"/>
368 </Size>
369 <Anchors>
370 <Anchor point="TOP" relativePoint="BOTTOM" relativeTo="$parentPriceCheckButton">
371 <Offset>
372 <AbsDimension x="0" y="8"/>
373 </Offset>
374 </Anchor>
375 </Anchors>
376 </CheckButton>
377 <EditBox name="$parentBuyoutMultiplier" letters="4" historyLines="0" numeric="true" autoFocus="false">
378 <Size>
379 <AbsDimension x="42" y="20"/>
380 </Size>
381 <Anchors>
382 <Anchor point="LEFT" relativePoint="RIGHT" relativeTo="$parentBuyoutCheckButton">
383 <Offset>
384 <AbsDimension x="106" y="1"/>
385 </Offset>
386 </Anchor>
387 </Anchors>
388 <Layers>
389 <Layer level="OVERLAY">
390 <FontString inherits="GameFontHighlightSmall" text="Set Buyout %">
391 <Anchors>
392 <Anchor point="RIGHT" relativePoint="LEFT">
393 <Offset>
394 <AbsDimension x="-8" y="0"/>
395 </Offset>
396 </Anchor>
397 </Anchors>
398 </FontString>
399 <FontString inherits="GameFontHighlightSmall" text="of Start Price">
400 <Anchors>
401 <Anchor point="LEFT" relativePoint="RIGHT">
402 <Offset>
403 <AbsDimension x="-8" y="0"/>
404 </Offset>
405 </Anchor>
406 </Anchors>
407 </FontString>
408 </Layer>
409 <Layer level="BACKGROUND">
410 <Texture name="$parentLeft" file="Interface\Common\Common-Input-Border">
411 <Size>
412 <AbsDimension x="8" y="16"/>
413 </Size>
414 <Anchors>
415 <Anchor point="TOPLEFT">
416 <Offset>
417 <AbsDimension x="-5" y="-2"/>
418 </Offset>
419 </Anchor>
420 </Anchors>
421 <TexCoords left="0" right="0.0625" top="0" bottom="0.625"/>
422 </Texture>
423 <Texture name="$parentRight" file="Interface\Common\Common-Input-Border">
424 <Size>
425 <AbsDimension x="8" y="16"/>
426 </Size>
427 <Anchors>
428 <Anchor point="RIGHT">
429 <Offset>
430 <AbsDimension x="-10" y="0"/>
431 </Offset>
432 </Anchor>
433 </Anchors>
434 <TexCoords left="0.9375" right="1.0" top="0" bottom="0.625"/>
435 </Texture>
436 <Texture name="$parentMiddle" file="Interface\Common\Common-Input-Border">
437 <Size>
438 <AbsDimension x="10" y="16"/>
439 </Size>
440 <Anchors>
441 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
442 <Anchor point="RIGHT" relativeTo="$parentRight" relativePoint="LEFT"/>
443 </Anchors>
444 <TexCoords left="0.0625" right="0.9375" top="0" bottom="0.625"/>
445 </Texture>
446 </Layer>
447 </Layers>
448 <Scripts>
449 <OnEscapePressed>this:ClearFocus();</OnEscapePressed>
450 <OnEditFocusLost>this:HighlightText(0, 0);</OnEditFocusLost>
451 <OnEditFocusGained>this:HighlightText();</OnEditFocusGained>
452 </Scripts>
453 <FontString inherits="GameFontHighlightSmall"/>
454 </EditBox>
455 </Frames>
456 </Frame>
457 <Frame name="IMA_AllSamePriceFrame" hidden="true">
458 <Size>
459 <AbsDimension x="414" y="18"/>
460 </Size>
461 <Anchors>
462 <Anchor point="TOPLEFT">
463 <Offset x="222" y="-49"/>
464 </Anchor>
465 </Anchors>
466 <Frames>
467 <Frame name="$parentStartPrice" inherits="MoneyInputFrameTemplate">
468 <Anchors>
469 <Anchor point="TOPLEFT">
470 <Offset>
471 <AbsDimension x="0" y="0"/>
472 </Offset>
473 </Anchor>
474 </Anchors>
475 <Layers>
476 <Layer level="OVERLAY">
477 <FontString inherits="GameFontHighlightSmall" text="IMA_START_PRICE">
478 <Anchors>
479 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
480 <Offset>
481 <AbsDimension x="-4" y="4"/>
482 </Offset>
483 </Anchor>
484 </Anchors>
485 </FontString>
486 </Layer>
487 </Layers>
488 </Frame>
489 <Frame name="$parentBuyoutPrice" inherits="MoneyInputFrameTemplate">
490 <Anchors>
491 <Anchor point="LEFT" relativeTo="$parentStartPrice" relativePoint="RIGHT">
492 <Offset>
493 <AbsDimension x="0" y="0"/>
494 </Offset>
495 </Anchor>
496 </Anchors>
497 <Layers>
498 <Layer level="OVERLAY">
499 <FontString inherits="GameFontHighlightSmall" text="IMA_BUYOUT_PRICE">
500 <Anchors>
501 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
502 <Offset>
503 <AbsDimension x="-4" y="4"/>
504 </Offset>
505 </Anchor>
506 </Anchors>
507 </FontString>
508 </Layer>
509 </Layers>
510 </Frame>
511 <EditBox name="$parentStackSize" letters="3" historyLines="0" numeric="true" autoFocus="false">
512 <Size>
513 <AbsDimension x="37" y="20"/>
514 </Size>
515 <Anchors>
516 <Anchor point="RIGHT" relativePoint="RIGHT">
517 <Offset>
518 <AbsDimension x="-6" y="0"/>
519 </Offset>
520 </Anchor>
521 </Anchors>
522 <Layers>
523 <Layer level="OVERLAY">
524 <FontString inherits="GameFontHighlightSmall" text="IMA_FOR">
525 <Anchors>
526 <Anchor point="RIGHT" relativePoint="LEFT">
527 <Offset>
528 <AbsDimension x="-8" y="0"/>
529 </Offset>
530 </Anchor>
531 </Anchors>
532 </FontString>
533 <FontString inherits="GameFontHighlightSmall" text="IMA_ITEMS">
534 <Anchors>
535 <Anchor point="LEFT" relativePoint="RIGHT">
536 <Offset>
537 <AbsDimension x="-8" y="0"/>
538 </Offset>
539 </Anchor>
540 </Anchors>
541 </FontString>
542 </Layer>
543 <Layer level="BACKGROUND">
544 <Texture name="$parentLeft" file="Interface\Common\Common-Input-Border">
545 <Size>
546 <AbsDimension x="8" y="20"/>
547 </Size>
548 <Anchors>
549 <Anchor point="TOPLEFT">
550 <Offset>
551 <AbsDimension x="-5" y="0"/>
552 </Offset>
553 </Anchor>
554 </Anchors>
555 <TexCoords left="0" right="0.0625" top="0" bottom="0.625"/>
556 </Texture>
557 <Texture name="$parentRight" file="Interface\Common\Common-Input-Border">
558 <Size>
559 <AbsDimension x="8" y="20"/>
560 </Size>
561 <Anchors>
562 <Anchor point="RIGHT">
563 <Offset>
564 <AbsDimension x="-10" y="0"/>
565 </Offset>
566 </Anchor>
567 </Anchors>
568 <TexCoords left="0.9375" right="1.0" top="0" bottom="0.625"/>
569 </Texture>
570 <Texture name="$parentMiddle" file="Interface\Common\Common-Input-Border">
571 <Size>
572 <AbsDimension x="10" y="20"/>
573 </Size>
574 <Anchors>
575 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
576 <Anchor point="RIGHT" relativeTo="$parentRight" relativePoint="LEFT"/>
577 </Anchors>
578 <TexCoords left="0.0625" right="0.9375" top="0" bottom="0.625"/>
579 </Texture>
580 </Layer>
581 </Layers>
582 <Scripts>
583 <OnEscapePressed>this:ClearFocus();</OnEscapePressed>
584 <OnEditFocusLost>this:HighlightText(0, 0);</OnEditFocusLost>
585 <OnEditFocusGained>this:HighlightText();</OnEditFocusGained>
586 </Scripts>
587 <FontString inherits="ChatFontNormal"/>
588 </EditBox>
589 </Frames>
590 </Frame>
591 <Frame name="IMA_EasyAuctionFrame" hidden="true">
592 <Size>
593 <AbsDimension x="176" y="38"/>
594 </Size>
595 <Anchors>
596 <Anchor point="LEFT" relativeTo="IMA_PriceSchemeDropDown" relativePoint="LEFT"/>
597 </Anchors>
598 </Frame>
599 <Frame name="IMA_Item1" inherits="IMA_FrameTemplate" id="1">
600 <Anchors>
601 <Anchor point="TOPLEFT">
602 <Offset>
603 <AbsDimension x="27" y="-80"/>
604 </Offset>
605 </Anchor>
606 </Anchors>
607 </Frame>
608 <Frame name="IMA_Item2" inherits="IMA_FrameTemplate" id="2">
609 <Anchors>
610 <Anchor point="LEFT" relativeTo="IMA_Item1" relativePoint="RIGHT">
611 <Offset>
612 <AbsDimension x="0" y="0"/>
613 </Offset>
614 </Anchor>
615 </Anchors>
616 </Frame>
617 <Frame name="IMA_Item3" inherits="IMA_FrameTemplate" id="3">
618 <Anchors>
619 <Anchor point="LEFT" relativeTo="IMA_Item2" relativePoint="RIGHT">
620 <Offset>
621 <AbsDimension x="0" y="0"/>
622 </Offset>
623 </Anchor>
624 </Anchors>
625 </Frame>
626 <Frame name="IMA_Item4" inherits="IMA_FrameTemplate" id="4">
627 <Anchors>
628 <Anchor point="TOP" relativeTo="IMA_Item1" relativePoint="BOTTOM">
629 <Offset>
630 <AbsDimension x="0" y="0"/>
631 </Offset>
632 </Anchor>
633 </Anchors>
634 </Frame>
635 <Frame name="IMA_Item5" inherits="IMA_FrameTemplate" id="5">
636 <Anchors>
637 <Anchor point="LEFT" relativeTo="IMA_Item4" relativePoint="RIGHT">
638 <Offset>
639 <AbsDimension x="0" y="0"/>
640 </Offset>
641 </Anchor>
642 </Anchors>
643 </Frame>
644 <Frame name="IMA_Item6" inherits="IMA_FrameTemplate" id="6">
645 <Anchors>
646 <Anchor point="LEFT" relativeTo="IMA_Item5" relativePoint="RIGHT">
647 <Offset>
648 <AbsDimension x="0" y="0"/>
649 </Offset>
650 </Anchor>
651 </Anchors>
652 </Frame>
653 <Frame name="IMA_Item7" inherits="IMA_FrameTemplate" id="7">
654 <Anchors>
655 <Anchor point="TOP" relativeTo="IMA_Item4" relativePoint="BOTTOM">
656 <Offset>
657 <AbsDimension x="0" y="0"/>
658 </Offset>
659 </Anchor>
660 </Anchors>
661 </Frame>
662 <Frame name="IMA_Item8" inherits="IMA_FrameTemplate" id="8">
663 <Anchors>
664 <Anchor point="LEFT" relativeTo="IMA_Item7" relativePoint="RIGHT">
665 <Offset>
666 <AbsDimension x="0" y="0"/>
667 </Offset>
668 </Anchor>
669 </Anchors>
670 </Frame>
671 <Frame name="IMA_Item9" inherits="IMA_FrameTemplate" id="9">
672 <Anchors>
673 <Anchor point="LEFT" relativeTo="IMA_Item8" relativePoint="RIGHT">
674 <Offset>
675 <AbsDimension x="0" y="0"/>
676 </Offset>
677 </Anchor>
678 </Anchors>
679 </Frame>
680 <Frame name="IMA_Item10" inherits="IMA_FrameTemplate" id="10">
681 <Anchors>
682 <Anchor point="TOP" relativeTo="IMA_Item7" relativePoint="BOTTOM">
683 <Offset>
684 <AbsDimension x="0" y="0"/>
685 </Offset>
686 </Anchor>
687 </Anchors>
688 </Frame>
689 <Frame name="IMA_Item11" inherits="IMA_FrameTemplate" id="11">
690 <Anchors>
691 <Anchor point="LEFT" relativeTo="IMA_Item10" relativePoint="RIGHT">
692 <Offset>
693 <AbsDimension x="0" y="0"/>
694 </Offset>
695 </Anchor>
696 </Anchors>
697 </Frame>
698 <Frame name="IMA_Item12" inherits="IMA_FrameTemplate" id="12">
699 <Anchors>
700 <Anchor point="LEFT" relativeTo="IMA_Item11" relativePoint="RIGHT">
701 <Offset>
702 <AbsDimension x="0" y="0"/>
703 </Offset>
704 </Anchor>
705 </Anchors>
706 </Frame>
707 <Frame name="IMA_Item13" inherits="IMA_FrameTemplate" id="13">
708 <Anchors>
709 <Anchor point="TOP" relativeTo="IMA_Item10" relativePoint="BOTTOM">
710 <Offset>
711 <AbsDimension x="0" y="0"/>
712 </Offset>
713 </Anchor>
714 </Anchors>
715 </Frame>
716 <Frame name="IMA_Item14" inherits="IMA_FrameTemplate" id="14">
717 <Anchors>
718 <Anchor point="LEFT" relativeTo="IMA_Item13" relativePoint="RIGHT">
719 <Offset>
720 <AbsDimension x="0" y="0"/>
721 </Offset>
722 </Anchor>
723 </Anchors>
724 </Frame>
725 <Frame name="IMA_Item15" inherits="IMA_FrameTemplate" id="15">
726 <Anchors>
727 <Anchor point="LEFT" relativeTo="IMA_Item14" relativePoint="RIGHT">
728 <Offset>
729 <AbsDimension x="0" y="0"/>
730 </Offset>
731 </Anchor>
732 </Anchors>
733 </Frame>
734 <Frame name="IMA_Item16" inherits="IMA_FrameTemplate" id="16">
735 <Anchors>
736 <Anchor point="TOP" relativeTo="IMA_Item13" relativePoint="BOTTOM">
737 <Offset>
738 <AbsDimension x="0" y="0"/>
739 </Offset>
740 </Anchor>
741 </Anchors>
742 </Frame>
743 <Frame name="IMA_Item17" inherits="IMA_FrameTemplate" id="17">
744 <Anchors>
745 <Anchor point="LEFT" relativeTo="IMA_Item16" relativePoint="RIGHT">
746 <Offset>
747 <AbsDimension x="0" y="0"/>
748 </Offset>
749 </Anchor>
750 </Anchors>
751 </Frame>
752 <Frame name="IMA_Item18" inherits="IMA_FrameTemplate" id="18">
753 <Anchors>
754 <Anchor point="LEFT" relativeTo="IMA_Item17" relativePoint="RIGHT">
755 <Offset>
756 <AbsDimension x="0" y="0"/>
757 </Offset>
758 </Anchor>
759 </Anchors>
760 </Frame>
761 </Frames>
762 <Scripts>
763 <OnLoad>IMA_AuctionFrameMassAuction_OnLoad();</OnLoad>
764 <OnEvent>IMA_OnEvent();</OnEvent>
765 <OnShow>IMA_AuctionFrameMassAuction_OnShow();</OnShow>
766 </Scripts>
767 </Frame>
768  
769 <!-- You either have to name it their way, or unhook Bliz fns with replacements, or maybe rename it -->
770 <Button name="AuctionFrameTab4" inherits="AuctionTabTemplate" id="4" parent="AuctionFrame" text="IMA_MASS_AUCTION">
771 <Anchors>
772 <Anchor point="LEFT" relativeTo="AuctionFrameTab3" relativePoint="RIGHT">
773 <Offset>
774 <AbsDimension x="-8" y="0"/>
775 </Offset>
776 </Anchor>
777 </Anchors>
778 <Scripts>
779 <OnLoad>PanelTemplates_SetNumTabs(AuctionFrame, 4);</OnLoad>
780 </Scripts>
781 </Button>
782 <Frame name="IMA_AcceptSendFrame" toplevel="true" frameStrata="DIALOG" movable="true" enableMouse="true" hidden="true" parent="IMA_AuctionFrameMassAuction">
783 <Size>
784 <AbsDimension x="400" y="150"/>
785 </Size>
786 <Anchors>
787 <Anchor point="CENTER" relativeTo="UIParent"/>
788 </Anchors>
789 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
790 <BackgroundInsets>
791 <AbsInset left="11" right="12" top="12" bottom="11"/>
792 </BackgroundInsets>
793 <TileSize>
794 <AbsValue val="32"/>
795 </TileSize>
796 <EdgeSize>
797 <AbsValue val="32"/>
798 </EdgeSize>
799 </Backdrop>
800 <Layers>
801 <Layer level="ARTWORK">
802 <Texture name="$parentHeaderTexture" file="Interface\DialogFrame\UI-DialogBox-Header">
803 <Size>
804 <AbsDimension x="256" y="64"/>
805 </Size>
806 <Anchors>
807 <Anchor point="TOP">
808 <Offset>
809 <AbsDimension x="0" y="12"/>
810 </Offset>
811 </Anchor>
812 </Anchors>
813 </Texture>
814 <FontString inherits="GameFontNormal" text="IMA_MASS_AUCTION">
815 <Anchors>
816 <Anchor point="TOP" relativeTo="$parentHeaderTexture">
817 <Offset>
818 <AbsDimension x="0" y="-14"/>
819 </Offset>
820 </Anchor>
821 </Anchors>
822 </FontString>
823 <FontString name="$parentInfo" justifyV="TOP" inherits="GameFontNormal" text="IMA_SENDINFO">
824 <Size>
825 <AbsDimension x="350" y="32"/>
826 </Size>
827 <Anchors>
828 <Anchor point="TOP">
829 <Offset>
830 <AbsDimension x="0" y="-78"/>
831 </Offset>
832 </Anchor>
833 </Anchors>
834 </FontString>
835 <FontString name="$parentInfoString" justifyV="TOP" inherits="GameFontNormal" text="IMA_SENDINFO2">
836 <Size>
837 <AbsDimension x="350" y="12"/>
838 </Size>
839 <Anchors>
840 <Anchor point="TOP">
841 <Offset>
842 <AbsDimension x="0" y="-30"/>
843 </Offset>
844 </Anchor>
845 </Anchors>
846 </FontString>
847 <FontString name="$parentInfoItems" justifyV="TOP" inherits="GameFontNormal" text="">
848 <Size>
849 <AbsDimension x="350" y="12"/>
850 </Size>
851 <Anchors>
852 <Anchor point="TOP" relativeTo="$parentInfoString" relativePoint="BOTTOM">
853 <Offset>
854 <AbsDimension x="0" y="-2"/>
855 </Offset>
856 </Anchor>
857 </Anchors>
858 </FontString>
859 </Layer>
860 </Layers>
861 <Frames>
862 <Frame name="$parentMoneyFrame" inherits="SmallMoneyFrameTemplate">
863 <Anchors>
864 <Anchor point="TOP" relativePoint="BOTTOM" relativeTo="$parentInfo">
865 <Offset>
866 <AbsDimension x="0" y="5"/>
867 </Offset>
868 </Anchor>
869 </Anchors>
870 <Scripts>
871 <OnLoad>SmallMoneyFrame_OnLoad();
872 MoneyFrame_SetType("STATIC");
873 MoneyFrame_Update(this:GetName(), 0);</OnLoad>
874 </Scripts>
875 </Frame>
876 <Button name="$parentSubmitButton" hidden="false" inherits="GameMenuButtonTemplate" text="SUBMIT">
877 <Size>
878 <AbsDimension x="60" y="21"/>
879 </Size>
880 <Anchors>
881 <Anchor point="BOTTOM" relativePoint="BOTTOM">
882 <Offset>
883 <AbsDimension x="-32" y="8"/>
884 </Offset>
885 </Anchor>
886 </Anchors>
887 <Scripts>
888 <OnClick>IMA_AcceptSendFrameSubmitButton_OnClick();</OnClick>
889 </Scripts>
890 </Button>
891 <Button name="$parentCancelButton" hidden="false" inherits="GameMenuButtonTemplate" text="CANCEL">
892 <Size>
893 <AbsDimension x="60" y="21"/>
894 </Size>
895 <Anchors>
896 <Anchor point="BOTTOM" relativePoint="BOTTOM">
897 <Offset>
898 <AbsDimension x="32" y="8"/>
899 </Offset>
900 </Anchor>
901 </Anchors>
902 <Scripts>
903 <OnClick>IMA_AcceptSendFrameCancelButton_OnClick();</OnClick>
904 </Scripts>
905 </Button>
906 </Frames>
907 <Scripts>
908 <OnShow>IMA_AcceptSendFrame_OnShow();
909 PlaySound("AuctionWindowOpen");</OnShow>
910 <OnHide>PlaySound("AuctionWindowClose");</OnHide>
911 </Scripts>
912 </Frame>
913 <Frame name="IMA_GlobalFrame" parent="UIParent" hidden="false">
914 <Scripts>
915 <OnUpdate>IMA_ProcessQueue(arg1);</OnUpdate>
916 <OnLoad>this.queue = { };
917 this.update = 0;
918 this.total = 0;
919 this.sent = 0;
920 this.sendmail = 0;
921 this.latency = 2.25;</OnLoad>
922 <OnEvent>IMA_AddSubject();</OnEvent>
923 </Scripts>
924 </Frame>
925 </Ui>