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="MetaMapEXP.lua"/>

        <Frame name="MetaMap_ConfirmationDialog"        toplevel="true" parent="MetaMap_DialogFrame" hidden="true">
                <Size><AbsDimension     x="380" y="130" /></Size>
                <Anchors>
                        <Anchor point="CENTER"/>
                </Anchors>
                <Backdrop       bgFile="Interface\AddOns\MetaMap\Images\BGTexture" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
                        <BackgroundInsets>
                                <AbsInset       left="11"       right="12" top="12"     bottom="11"/>
                        </BackgroundInsets>
                        <TileSize>
                                <AbsValue       val="32"/>
                        </TileSize>
                        <EdgeSize>
                                <AbsValue       val="32"/>
                        </EdgeSize>
                </Backdrop>
                <Layers>
                        <Layer level="ARTWORK">
                                <FontString     name="MetaMap_ConfirmationHeader"       inherits="GameFontHighlight"    wraponspaces="true"     text="Header Text">
                                        <Size><AbsDimension     x="360" y="0"    /></Size>
                                        <Anchors>
                                                <Anchor point="TOP">
                                                 <Offset><AbsDimension x="0" y="-30"/></Offset>
                                                </Anchor>
                                         </Anchors>
                                 </FontString>
                         </Layer>
                </Layers>
                <Frames>
                        <Button name="MetaMap_SelectionButton1" inherits="UIPanelButtonTemplate2" text="">
                                 <Size><AbsDimension x="80" y="24"/></Size>
                                 <Anchors>
                                                <Anchor point="BOTTOM">
                                                 <Offset><AbsDimension x="-135" y="20"  /></Offset>
                                         </Anchor>
                                 </Anchors>
                                 <Scripts>
                                        <OnClick>
                                                MetaMap_SelectedExport(this:GetText());
                                        </OnClick>
                                </Scripts>
                        </Button>
                        <Button name="MetaMap_SelectionButton2" inherits="UIPanelButtonTemplate2" text="">
                                 <Size><AbsDimension x="80" y="24"/></Size>
                                 <Anchors>
                                                <Anchor point="BOTTOM">
                                                 <Offset><AbsDimension x="-45" y="20"   /></Offset>
                                         </Anchor>
                                 </Anchors>
                                 <Scripts>
                                        <OnClick>
                                                MetaMap_SelectedExport(this:GetText());
                                        </OnClick>
                                </Scripts>
                        </Button>
                        <Button name="MetaMap_SelectionButton3" inherits="UIPanelButtonTemplate2" text="">
                                 <Size><AbsDimension x="80" y="24"/></Size>
                                 <Anchors>
                                                <Anchor point="BOTTOM">
                                                 <Offset><AbsDimension x="45" y="20"    /></Offset>
                                         </Anchor>
                                 </Anchors>
                                 <Scripts>
                                        <OnClick>
                                                MetaMap_SelectedExport(this:GetText());
                                        </OnClick>
                                </Scripts>
                        </Button>
                        <Button name="MetaMap_CancelButton" inherits="UIPanelButtonTemplate2" text="METAMAPNOTES_CANCEL">
                                 <Size><AbsDimension x="80" y="24"/></Size>
                                 <Anchors>
                                                <Anchor point="BOTTOM">
                                                 <Offset><AbsDimension x="135" y="20"   /></Offset>
                                         </Anchor>
                                 </Anchors>
                                 <Scripts>
                                        <OnClick>
                                                this:GetParent():Hide();
                                        </OnClick>
                                </Scripts>
                        </Button>
                </Frames>
        </Frame>
</Ui>