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/"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/FrameXML/UI.xsd">
4  
5 <Frame name="CalendarDropDownTemplate" inherits="UIDropDownMenuTemplate" hidden="false" virtual="true">
6 <Layers>
7 <Layer level="OVERLAY">
8 <FontString name="$parentTitle" inherits="GameFontNormalSmall">
9 <Anchors>
10 <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMLEFT">
11 <Offset>
12 <AbsDimension x="14" y="13"/>
13 </Offset>
14 </Anchor>
15 </Anchors>
16 </FontString>
17 </Layer>
18 </Layers>
19 </Frame>
20  
21 <Frame name="CalendarInputFrameTemplate" hidden="false" virtual="true">
22 <Scripts>
23 <OnShow>
24 Calendar_InputFrameSizeChanged(this);
25 </OnShow>
26 <OnSizeChanged>
27 Calendar_InputFrameSizeChanged(this);
28 </OnSizeChanged>
29 </Scripts>
30 <Layers>
31 <Layer level="BACKGROUND">
32 <Texture name="$parentTopLeft" file="Interface\Common\Common-Input-Border">
33 <Anchors>
34 <Anchor point="TOPLEFT">
35 <Offset>
36 <AbsDimension x="0" y="4"/>
37 </Offset>
38 </Anchor>
39 </Anchors>
40 <TexCoords left="0" right="0.046875" top="0" bottom="0.1875"/>
41 </Texture>
42 <Texture name="$parentLeft" file="Interface\Common\Common-Input-Border">
43 <Anchors>
44 <Anchor point="TOP" relativeTo="$parentTopLeft" relativePoint="BOTTOM"/>
45 </Anchors>
46 <TexCoords left="0" right="0.046875" top="0.1875" bottom="0.4375"/>
47 </Texture>
48 <Texture name="$parentBottomLeft" file="Interface\Common\Common-Input-Border">
49 <Anchors>
50 <Anchor point="TOP" relativeTo="$parentLeft" relativePoint="BOTTOM"/>
51 </Anchors>
52 <TexCoords left="0" right="0.046875" top="0.4375" bottom="0.625"/>
53 </Texture>
54 <Texture name="$parentTop" file="Interface\Common\Common-Input-Border">
55 <Anchors>
56 <Anchor point="LEFT" relativeTo="$parentTopLeft" relativePoint="RIGHT"/>
57 </Anchors>
58 <TexCoords left="0.046875" right="0.953125" top="0" bottom="0.1875"/>
59 </Texture>
60 <Texture name="$parentCenter" file="Interface\Common\Common-Input-Border">
61 <Anchors>
62 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
63 </Anchors>
64 <TexCoords left="0.046875" right="0.953125" top="0.1875" bottom="0.4375"/>
65 </Texture>
66 <Texture name="$parentBottom" file="Interface\Common\Common-Input-Border">
67 <Anchors>
68 <Anchor point="LEFT" relativeTo="$parentBottomLeft" relativePoint="RIGHT"/>
69 </Anchors>
70 <TexCoords left="0.046875" right="0.953125" top="0.4375" bottom="0.625"/>
71 </Texture>
72 <Texture name="$parentTopRight" file="Interface\Common\Common-Input-Border">
73 <Anchors>
74 <Anchor point="TOPLEFT" relativeTo="$parentTop" relativePoint="TOPRIGHT"/>
75 </Anchors>
76 <TexCoords left="0.953125" right="1.0" top="0" bottom="0.1875"/>
77 </Texture>
78 <Texture name="$parentRight" file="Interface\Common\Common-Input-Border">
79 <Anchors>
80 <Anchor point="TOPLEFT" relativeTo="$parentTopRight" relativePoint="BOTTOMLEFT"/>
81 </Anchors>
82 <TexCoords left="0.953125" right="1.0" top="0.1875" bottom="0.4375"/>
83 </Texture>
84 <Texture name="$parentBottomRight" file="Interface\Common\Common-Input-Border">
85 <Anchors>
86 <Anchor point="TOPLEFT" relativeTo="$parentRight" relativePoint="BOTTOMLEFT"/>
87 </Anchors>
88 <TexCoords left="0.953125" right="1.0" top="0.4375" bottom="0.625"/>
89 </Texture>
90 </Layer>
91 </Layers>
92 </Frame>
93 </UI>