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="Interface\AddOns\MetaMapCVT\MetaMapData.lua"/>
4 <Script file="Interface\AddOns\MetaMapCVT\MapNotes.lua"/>
5 <Script file="Interface\AddOns\MetaMapCVT\CT_MapMod.lua"/>
6 <Script file="Interface\AddOns\MetaMapCVT\MetaMapEXP.lua"/>
7 <Script file="Interface\AddOns\MetaMapCVT\WoWKB.lua"/>
8 <Script file="Interface\AddOns\MetaMapBLT\MetaMapBLT.loc"/>
9 <Script file="Interface\AddOns\MetaMapCVT\MetaMapBLTdata.lua"/>
10 <Script file="Interface\AddOns\MetaMapCVT\localization.en.lua"/>
11 <Script file="Interface\AddOns\MetaMapCVT\localization.bg.en.lua"/>
12 <Script file="MetaMapCVT.lua"/>
13  
14 <Frame name="MetaMap_ConfirmationDialog" toplevel="true" parent="MetaMap_DialogFrame" hidden="true">
15 <Size><AbsDimension x="380" y="130" /></Size>
16 <Anchors>
17 <Anchor point="CENTER"/>
18 </Anchors>
19 <Backdrop bgFile="Interface\AddOns\MetaMap\Images\BGTexture" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
20 <BackgroundInsets>
21 <AbsInset left="11" right="12" top="12" bottom="11"/>
22 </BackgroundInsets>
23 <TileSize>
24 <AbsValue val="32"/>
25 </TileSize>
26 <EdgeSize>
27 <AbsValue val="32"/>
28 </EdgeSize>
29 </Backdrop>
30 <Layers>
31 <Layer level="ARTWORK">
32 <FontString name="MetaMap_ConfirmationHeader" inherits="GameFontHighlight" wraponspaces="true" text="Header Text">
33 <Size><AbsDimension x="360" y="0" /></Size>
34 <Anchors>
35 <Anchor point="TOP">
36 <Offset><AbsDimension x="0" y="-30"/></Offset>
37 </Anchor>
38 </Anchors>
39 </FontString>
40 </Layer>
41 </Layers>
42 <Frames>
43 <Button name="MetaMap_SelectionButton1" inherits="UIPanelButtonTemplate2" text="">
44 <Size><AbsDimension x="100" y="24"/></Size>
45 <Anchors>
46 <Anchor point="BOTTOM">
47 <Offset><AbsDimension x="-120" y="20" /></Offset>
48 </Anchor>
49 </Anchors>
50 <Scripts>
51 <OnClick>
52 MetaMap_SelectedImport(this:GetText());
53 </OnClick>
54 </Scripts>
55 </Button>
56 <Button name="MetaMap_SelectionButton2" inherits="UIPanelButtonTemplate2" text="">
57 <Size><AbsDimension x="100" y="24"/></Size>
58 <Anchors>
59 <Anchor point="BOTTOM">
60 <Offset><AbsDimension x="0" y="20" /></Offset>
61 </Anchor>
62 </Anchors>
63 <Scripts>
64 <OnClick>
65 MetaMap_SelectedImport(this:GetText());
66 </OnClick>
67 </Scripts>
68 </Button>
69 <Button name="MetaMap_CancelButton" inherits="UIPanelButtonTemplate2" text="METAMAPNOTES_CANCEL">
70 <Size><AbsDimension x="100" y="24"/></Size>
71 <Anchors>
72 <Anchor point="BOTTOM">
73 <Offset><AbsDimension x="120" y="20" /></Offset>
74 </Anchor>
75 </Anchors>
76 <Scripts>
77 <OnClick>
78 this:GetParent():Hide();
79 </OnClick>
80 </Scripts>
81 </Button>
82 </Frames>
83 </Frame>
84 </Ui>