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 C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
3  
4 <CheckButton name="NecrosisGeneralTabTemplate" virtual="true" hidden="false">
5 <Size>
6 <AbsDimension x="32" y="32"/>
7 </Size>
8 <Layers>
9 <Layer level="BACKGROUND">
10 <Texture file="Interface\SpellBook\SpellBook-SkillLineTab">
11 <Size>
12 <AbsDimension x="64" y="64"/>
13 </Size>
14 <Anchors>
15 <Anchor point="TOPLEFT">
16 <Offset>
17 <AbsDimension x="-3" y="11"/>
18 </Offset>
19 </Anchor>
20 </Anchors>
21 </Texture>
22 </Layer>
23 </Layers>
24 <NormalTexture/>
25 <HighlightTexture file="Interface\Buttons\ButtonHilight-Square" alphaMode="ADD"/>
26 <CheckedTexture file="Interface\Buttons\CheckButtonHilight" alphaMode="ADD"/>
27 </CheckButton>
28  
29 <Frame name="NecrosisGeneralFrame" toplevel="true" frameStrata="DIALOG" movable="true" enableMouse="true" hidden="true" parent="UIParent">
30 <Size>
31 <AbsDimension x="384" y="512"/>
32 </Size>
33 <Anchors>
34 <Anchor point="TOPLEFT">
35 <Offset>
36 <AbsDimension x="0" y="-104"/>
37 </Offset>
38 </Anchor>
39 </Anchors>
40 <Scripts>
41 <OnLoad>
42 this:RegisterForDrag("LeftButton");
43 </OnLoad>
44 <OnDragStart>
45 Necrosis_OnDragStart(NecrosisGeneralFrame);
46 </OnDragStart>
47 <OnDragStop>
48 Necrosis_OnDragStop(NecrosisGeneralFrame);
49 </OnDragStop>
50 <OnMouseUp>
51 Necrosis_OnDragStop(NecrosisGeneralFrame);
52 </OnMouseUp>
53 </Scripts>
54 <HitRectInsets>
55 <AbsInset left="0" right="30" top="0" bottom="70"/>
56 </HitRectInsets>
57 <Layers>
58 <Layer level="BACKGROUND">
59 <Texture name="NecrosisGeneralIcon" file="Interface\Spellbook\Spellbook-Icon">
60 <Size>
61 <AbsDimension x="58" y="58"/>
62 </Size>
63 <Anchors>
64 <Anchor point="TOPLEFT">
65 <Offset>
66 <AbsDimension x="10" y="-10"/>
67 </Offset>
68 </Anchor>
69 </Anchors>
70 </Texture>
71 </Layer>
72 <Layer level="BORDER">
73 <Texture file="Interface\PaperDollInfoFrame\UI-Character-General-TopLeft">
74 <Size>
75 <AbsDimension x="256" y="256"/>
76 </Size>
77 <Anchors>
78 <Anchor point="TOPLEFT"/>
79 </Anchors>
80 </Texture>
81 <Texture file="Interface\PaperDollInfoFrame\UI-Character-General-TopRight">
82 <Size>
83 <AbsDimension x="128" y="256"/>
84 </Size>
85 <Anchors>
86 <Anchor point="TOPRIGHT"/>
87 </Anchors>
88 </Texture>
89 <Texture file="Interface\PaperDollInfoFrame\UI-Character-General-BottomLeft">
90 <Size>
91 <AbsDimension x="256" y="256"/>
92 </Size>
93 <Anchors>
94 <Anchor point="BOTTOMLEFT"/>
95 </Anchors>
96 </Texture>
97 <Texture file="Interface\PaperDollInfoFrame\UI-Character-General-BottomRight">
98 <Size>
99 <AbsDimension x="128" y="256"/>
100 </Size>
101 <Anchors>
102 <Anchor point="BOTTOMRIGHT"/>
103 </Anchors>
104 </Texture>
105 <FontString name="NecrosisVersion" inherits="GameFontNormal" text="General">
106 <Anchors>
107 <Anchor point="CENTER">
108 <Offset>
109 <AbsDimension x="6" y="233"/>
110 </Offset>
111 </Anchor>
112 </Anchors>
113 </FontString>
114 <FontString name="NecrosisGeneralPageText" inherits="GameFontNormal">
115 <Size>
116 <AbsDimension x="102" y="0"/>
117 </Size>
118 <Anchors>
119 <Anchor point="BOTTOM">
120 <Offset>
121 <AbsDimension x="-14" y="96"/>
122 </Offset>
123 </Anchor>
124 </Anchors>
125 </FontString>
126 </Layer>
127 </Layers>
128 <Frames>
129 <Button name="NecrosisGeneralCloseButton" inherits="UIPanelCloseButton">
130 <Anchors>
131 <Anchor point="CENTER" relativeTo="NecrosisGeneralFrame" relativePoint="TOPRIGHT">
132 <Offset>
133 <AbsDimension x="-46" y="-24"/>
134 </Offset>
135 </Anchor>
136 </Anchors>
137 </Button>
138  
139 <CheckButton name="NecrosisGeneralTab1" inherits="NecrosisGeneralTabTemplate">
140 <Anchors>
141 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
142 <Offset>
143 <AbsDimension x="-32" y="-65"/>
144 </Offset>
145 </Anchor>
146 </Anchors>
147 <Scripts>
148 <OnEnter>
149 GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
150 GameTooltip:SetText(NECROSIS_CONFIGURATION.Menu1);
151 </OnEnter>
152 <OnLeave>
153 GameTooltip:Hide();
154 </OnLeave>
155 <OnClick>
156 NecrosisGeneralTab_OnClick(1);
157 </OnClick>
158 </Scripts>
159 <NormalTexture file="Interface\Icons\INV_Misc_Gem_Amethyst_02"/>
160 </CheckButton>
161  
162 <CheckButton name="NecrosisGeneralTab2" inherits="NecrosisGeneralTabTemplate">
163 <Anchors>
164 <Anchor point="TOPLEFT" relativeTo="NecrosisGeneralTab1" relativePoint="BOTTOMLEFT">
165 <Offset>
166 <AbsDimension x="0" y="-17"/>
167 </Offset>
168 </Anchor>
169 </Anchors>
170 <Scripts>
171 <OnEnter>
172 GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
173 GameTooltip:SetText(NECROSIS_CONFIGURATION.Menu2);
174 </OnEnter>
175 <OnLeave>
176 GameTooltip:Hide();
177 </OnLeave>
178 <OnClick>
179 NecrosisGeneralTab_OnClick(2);
180 </OnClick>
181 </Scripts>
182 <NormalTexture file="Interface\Icons\Ability_Creature_Cursed_03"/>
183 </CheckButton>
184  
185 <CheckButton name="NecrosisGeneralTab3" inherits="NecrosisGeneralTabTemplate">
186 <Anchors>
187 <Anchor point="TOPLEFT" relativeTo="NecrosisGeneralTab2" relativePoint="BOTTOMLEFT">
188 <Offset>
189 <AbsDimension x="0" y="-17"/>
190 </Offset>
191 </Anchor>
192 </Anchors>
193 <Scripts>
194 <OnEnter>
195 GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
196 GameTooltip:SetText(NECROSIS_CONFIGURATION.Menu3);
197 </OnEnter>
198 <OnLeave>
199 GameTooltip:Hide();
200 </OnLeave>
201 <OnClick>
202 NecrosisGeneralTab_OnClick(3);
203 </OnClick>
204 </Scripts>
205 <NormalTexture file="Interface\Icons\Trade_Engineering"/>
206 </CheckButton>
207 <CheckButton name="NecrosisGeneralTab4" inherits="NecrosisGeneralTabTemplate">
208 <Anchors>
209 <Anchor point="TOPLEFT" relativeTo="NecrosisGeneralTab3" relativePoint="BOTTOMLEFT">
210 <Offset>
211 <AbsDimension x="0" y="-17"/>
212 </Offset>
213 </Anchor>
214 </Anchors>
215 <Scripts>
216 <OnEnter>
217 GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
218 GameTooltip:SetText(NECROSIS_CONFIGURATION.Menu4);
219 </OnEnter>
220 <OnLeave>
221 GameTooltip:Hide();
222 </OnLeave>
223 <OnClick>
224 NecrosisGeneralTab_OnClick(4);
225 </OnClick>
226 </Scripts>
227 <NormalTexture file="Interface\Icons\Spell_Nature_TimeStop"/>
228 </CheckButton>
229 <CheckButton name="NecrosisGeneralTab5" inherits="NecrosisGeneralTabTemplate">
230 <Anchors>
231 <Anchor point="TOPLEFT" relativeTo="NecrosisGeneralTab4" relativePoint="BOTTOMLEFT">
232 <Offset>
233 <AbsDimension x="0" y="-17"/>
234 </Offset>
235 </Anchor>
236 </Anchors>
237 <Scripts>
238 <OnEnter>
239 GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
240 GameTooltip:SetText(NECROSIS_CONFIGURATION.Menu5);
241 </OnEnter>
242 <OnLeave>
243 GameTooltip:Hide();
244 </OnLeave>
245 <OnClick>
246 NecrosisGeneralTab_OnClick(5);
247 </OnClick>
248 </Scripts>
249 <NormalTexture file="Interface\Icons\Ability_Creature_Cursed_04"/>
250 </CheckButton>
251 </Frames>
252 </Frame>
253 </Ui>