vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
2 ..\FrameXML\UI.xsd">
3 <Script file="Import.lua"/>
4  
5 <Frame name="MetaMap_ConfirmationDialog" toplevel="true" parent="MetaMap_DialogFrame" hidden="true">
6 <Size><AbsDimension x="380" y="130" /></Size>
7 <Anchors>
8 <Anchor point="CENTER"/>
9 </Anchors>
10 <Backdrop bgFile="Interface\AddOns\MetaMap\Images\BGTexture" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
11 <BackgroundInsets>
12 <AbsInset left="11" right="12" top="12" bottom="11"/>
13 </BackgroundInsets>
14 <TileSize>
15 <AbsValue val="32"/>
16 </TileSize>
17 <EdgeSize>
18 <AbsValue val="32"/>
19 </EdgeSize>
20 </Backdrop>
21 <Layers>
22 <Layer level="ARTWORK">
23 <FontString name="MetaMap_ConfirmationHeader" inherits="GameFontHighlight" wraponspaces="true" text="Header Text">
24 <Size><AbsDimension x="360" y="0" /></Size>
25 <Anchors>
26 <Anchor point="TOP">
27 <Offset><AbsDimension x="0" y="-30"/></Offset>
28 </Anchor>
29 </Anchors>
30 </FontString>
31 </Layer>
32 </Layers>
33 <Frames>
34 <Button name="MetaMap_SelectionButton1" inherits="UIPanelButtonTemplate2" text="">
35 <Size><AbsDimension x="80" y="24"/></Size>
36 <Anchors>
37 <Anchor point="BOTTOM">
38 <Offset><AbsDimension x="-135" y="20" /></Offset>
39 </Anchor>
40 </Anchors>
41 <Scripts>
42 <OnClick>
43 MetaMap_SelectedExport(this:GetText());
44 </OnClick>
45 </Scripts>
46 </Button>
47 <Button name="MetaMap_SelectionButton2" inherits="UIPanelButtonTemplate2" text="">
48 <Size><AbsDimension x="80" y="24"/></Size>
49 <Anchors>
50 <Anchor point="BOTTOM">
51 <Offset><AbsDimension x="-45" y="20" /></Offset>
52 </Anchor>
53 </Anchors>
54 <Scripts>
55 <OnClick>
56 MetaMap_SelectedExport(this:GetText());
57 </OnClick>
58 </Scripts>
59 </Button>
60 <Button name="MetaMap_SelectionButton3" inherits="UIPanelButtonTemplate2" text="">
61 <Size><AbsDimension x="80" y="24"/></Size>
62 <Anchors>
63 <Anchor point="BOTTOM">
64 <Offset><AbsDimension x="45" y="20" /></Offset>
65 </Anchor>
66 </Anchors>
67 <Scripts>
68 <OnClick>
69 MetaMap_SelectedExport(this:GetText());
70 </OnClick>
71 </Scripts>
72 </Button>
73 <Button name="MetaMap_CancelButton" inherits="UIPanelButtonTemplate2" text="METAMAPNOTES_CANCEL">
74 <Size><AbsDimension x="80" y="24"/></Size>
75 <Anchors>
76 <Anchor point="BOTTOM">
77 <Offset><AbsDimension x="135" y="20" /></Offset>
78 </Anchor>
79 </Anchors>
80 <Scripts>
81 <OnClick>
82 this:GetParent():Hide();
83 </OnClick>
84 </Scripts>
85 </Button>
86 </Frames>
87 </Frame>
88 </Ui>