vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
        <Script file="localization.lua"/>
        <Script file="LinkWrangler.lua"/>
        <Frame name="IRR_MainFrame" frameStrata="LOW" toplevel="true" parent="UIParent" hidden="false" movable="true">
                <Size>
                        <AbsDimension x="1" y="1"/>
                </Size>
                <Anchors>
                        <Anchor point="TOP">
                                <Offset>
                                        <AbsDimension x="0" y="0"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <Scripts>
                        <OnLoad>
                                IRR_OnLoad();
                        </OnLoad>
                        <OnEvent>
                                IRR_OnEvent(event,arg1,arg2);
                        </OnEvent>
                        <OnEscapePressed>
                                IRR_EscPressed();
                        </OnEscapePressed>
                </Scripts>
        </Frame>
        <GameTooltip name="IRR_ItemRefTooltip1" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="80"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemRefMinButton1">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-20"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoMinimize(1);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_MINIMIZE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\MinimizeUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\MinimizeDown"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefCloseButton1">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(1);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_CLOSE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefCompButton1">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-40"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_CompareItem(1);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_COMPARE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\CompareUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\CompareDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\CompareDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefWhisperButton1">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-60"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoWhisperPlayer(1);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_WHISPER);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\WhisperUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\WhisperDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\WhisperDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefRelinkButton1">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-80"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkItem(1);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_RELINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefDRButton1">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-100"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoDressingRoom(1);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_DR);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\DressingRoomUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\DressingRoomDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\DressingRoomDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                                IRR_ItemRefTooltip_OnLoad(1);
                        </OnLoad>
                        <OnShow>
                                IRR_DoTooltipShow(1);
                        </OnShow>
                        <OnUpdate>
                                IRR_DoTooltipUpdate(arg1);
                        </OnUpdate>
                        <OnEnter>
                                --if (AuctionConfig.filters['embed'] == "off") then
                                        IRR_DoAuctioneerFrame(1);
                                --end
                        </OnEnter>
                        <OnSizeChanged>
                                IRR_SizeChanged(1);
                        </OnSizeChanged>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemRefTooltip2" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="160"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemRefMinButton2">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-20" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoMinimize(2);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_MINIMIZE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\MinimizeUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\MinimizeDown"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefCloseButton2">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(2);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_CLOSE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefCompButton2">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-40"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_CompareItem(2);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_COMPARE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\CompareUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\CompareDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\CompareDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefWhisperButton2">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-60"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoWhisperPlayer(2);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_WHISPER);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\WhisperUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\WhisperDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\WhisperDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefRelinkButton2">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-80"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkItem(2);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_RELINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefDRButton2">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-100"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoDressingRoom(2);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_DR);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\DressingRoomUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\DressingRoomDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\DressingRoomDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                IRR_ItemRefTooltip_OnLoad(2);
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                        <OnShow>
                                IRR_DoTooltipShow(2);
                        </OnShow>
                        <OnUpdate>
                                IRR_DoTooltipUpdate(arg1);
                        </OnUpdate>
                        <OnEnter>
                                IRR_DoAuctioneerFrame(2);
                        </OnEnter>
                        <OnSizeChanged>
                                IRR_SizeChanged(2);
                        </OnSizeChanged>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemRefTooltip3" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="240"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemRefMinButton3">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-20" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoMinimize(3);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_MINIMIZE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\MinimizeUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\MinimizeDown"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefCloseButton3">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(3);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_CLOSE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefCompButton3">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-40"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_CompareItem(3);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_COMPARE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\CompareUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\CompareDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\CompareDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefWhisperButton3">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-60"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoWhisperPlayer(3);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_WHISPER);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\WhisperUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\WhisperDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\WhisperDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefRelinkButton3">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-80"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkItem(3);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_RELINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefDRButton3">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-100"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoDressingRoom(3);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_DR);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\DressingRoomUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\DressingRoomDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\DressingRoomDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                IRR_ItemRefTooltip_OnLoad(3);
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                        <OnShow>
                                IRR_DoTooltipShow(3);
                        </OnShow>
                        <OnUpdate>
                                IRR_DoTooltipUpdate(arg1);
                        </OnUpdate>
                        <OnEnter>
                                IRR_DoAuctioneerFrame(3);
                        </OnEnter>
                        <OnSizeChanged>
                                IRR_SizeChanged(3);
                        </OnSizeChanged>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemRefTooltip4" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="320"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemRefMinButton4">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-20" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoMinimize(4);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_MINIMIZE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\MinimizeUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\MinimizeDown"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefCloseButton4">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(4);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_CLOSE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefCompButton4">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-40"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_CompareItem(4);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_COMPARE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\CompareUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\CompareDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\CompareDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefWhisperButton4">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-60"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoWhisperPlayer(4);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_WHISPER);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\WhisperUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\WhisperDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\WhisperDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefRelinkButton4">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-80"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkItem(4);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_RELINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefDRButton4">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-100"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoDressingRoom(4);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_DR);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\DressingRoomUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\DressingRoomDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\DressingRoomDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                IRR_ItemRefTooltip_OnLoad(4);
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                        <OnShow>
                                IRR_DoTooltipShow(4);
                        </OnShow>
                        <OnUpdate>
                                IRR_DoTooltipUpdate(arg1);
                        </OnUpdate>
                        <OnEnter>
                                IRR_DoAuctioneerFrame(4);
                        </OnEnter>
                        <OnSizeChanged>
                                IRR_SizeChanged(4);
                        </OnSizeChanged>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemRefTooltip5" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="320"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemRefMinButton5">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-20" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoMinimize(5);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_MINIMIZE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\MinimizeUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\MinimizeDown"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefCloseButton5">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(5);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_CLOSE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefCompButton5">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-40"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_CompareItem(5);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_COMPARE);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\CompareUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\CompareDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\CompareDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefWhisperButton5">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-60"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoWhisperPlayer(5);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_WHISPER);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\WhisperUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\WhisperDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\WhisperDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefRelinkButton5">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-80"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkItem(5);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_RELINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemRefDRButton5">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-100"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoDressingRoom(5);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_DR);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\DressingRoomUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\DressingRoomDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\DressingRoomDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                IRR_ItemRefTooltip_OnLoad(5);
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                        <OnShow>
                                IRR_DoTooltipShow(5);
                        </OnShow>
                        <OnUpdate>
                                IRR_DoTooltipUpdate(arg1);
                        </OnUpdate>
                        <OnEnter>
                                IRR_DoAuctioneerFrame(5);
                        </OnEnter>
                        <OnSizeChanged>
                                IRR_SizeChanged(5);
                        </OnSizeChanged>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemCompTooltip1" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="80"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemCompCloseButton1">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(1,1);
                                        </OnClick>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemCompRelinkButton1">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-20"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkCompItem(1,1);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_LINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemCompTool11" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="80"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemCompCloseButt11">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(11,1);
                                        </OnClick>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemCompRelinkButt11">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-20"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkCompItem(1,2);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_LINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemCompTooltip2" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="80"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemCompCloseButton2">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(2,1);
                                        </OnClick>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemCompRelinkButton2">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-20"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkCompItem(2,1);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_LINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemCompTool12" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="80"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemCompCloseButt12">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(12,1);
                                        </OnClick>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemCompRelinkButt12">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-20"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkCompItem(2,2);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_LINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemCompTooltip3" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="80"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemCompCloseButton3">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(3,1);
                                        </OnClick>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemCompRelinkButton3">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-20"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkCompItem(3,1);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_LINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemCompTool13" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="80"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemCompCloseButt13">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(13,1);
                                        </OnClick>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemCompRelinkButt13">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-20"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkCompItem(3,2);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_LINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemCompTooltip4" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="80"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemCompCloseButton4">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(4,1);
                                        </OnClick>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemCompRelinkButton4">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-20"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkCompItem(4,1);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_LINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemCompTool14" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="80"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemCompCloseButt14">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(14,1);
                                        </OnClick>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemCompRelinkButt14">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-20"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkCompItem(4,2);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_LINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemCompTooltip5" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="80"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemCompCloseButton5">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(5,1);
                                        </OnClick>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemCompRelinkButton5">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-20"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkCompItem(5,1);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_LINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                </Scripts>
        </GameTooltip>
        <GameTooltip name="IRR_ItemCompTool15" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true">
                <Size>
                        <AbsDimension x="128" y="64"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="80"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <Button name="ItemCompCloseButt15">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_ItemRefTooltip_OnClick(15,1);
                                        </OnClick>
                                </Scripts>
                                <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
                                <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                        <Button name="ItemCompRelinkButt15">
                                <Size>
                                        <AbsDimension x="32" y="32"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="1" y="-20"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                IRR_DoRelinkCompItem(5,2);
                                        </OnClick>
                                        <OnEnter>
                                                GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
                                                GameTooltip:SetText(IRR_TEXT_LINK);
                                                GameTooltip:Show();
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide();
                                        </OnLeave>
                                </Scripts>
                                <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/>
                                <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/>
                                <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/>
                                <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                GameTooltip_OnLoad();
                                this:SetPadding(16);
                        </OnLoad>
                </Scripts>
        </GameTooltip>
</Ui>