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/ ..\FrameXML\UI.xsd">
2 <CheckButton name="QuestItemCheckboxTemplate" inherits="OptionsCheckButtonTemplate" virtual="true">
3 <Anchors>
4 <Anchor point="LEFT">
5 <Offset>
6 <AbsDimension x="0" y="0" />
7 </Offset>
8 </Anchor>
9 </Anchors>
10 <Size>
11 <AbsDimension x="32" y="32" />
12 </Size>
13 </CheckButton>
14 <Button name="QuestItemTabTemplate" inherits="CharacterFrameTabButtonTemplate" virtual="true">
15 <Scripts>
16 <OnClick>
17 --PanelTemplates_Tab_OnClick(QuestItemConfigFrame);
18 QuestItem_Config_Tab_OnClick(this:GetID());
19 </OnClick>
20 </Scripts>
21 </Button>
22  
23 <Frame name="QuestItemFrameTemplate" frameStrata="DIALOG" hidden="true" virtual="true">
24 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
25 <BackgroundInsets>
26 <AbsInset left="11" right="12" top="12" bottom="11" />
27 <Size>
28 <AbsDimension x="128" y="17" />
29 </Size>
30 </BackgroundInsets>
31 <TileSize>
32 <AbsValue val="32" />
33 </TileSize>
34 <EdgeSize>
35 <AbsValue val="32" />
36 </EdgeSize>
37 </Backdrop>
38 <Size>
39 <AbsDimension x="384" y="450" />
40 </Size>
41 <Layers>
42 <Layer level="ARTWORK">
43 <Texture name="QuestItemConfigHeader" file="Interface\DialogFrame\UI-DialogBox-Header">
44 <Size>
45 <AbsDimension x="300" y="64" />
46 </Size>
47 <Anchors>
48 <Anchor point="TOP">
49 <Offset>
50 <AbsDimension x="0" y="12" />
51 </Offset>
52 </Anchor>
53 </Anchors>
54 </Texture>
55 <FontString inherits="GameFontNormal" text="QuestItem Settings">
56 <Anchors>
57 <Anchor point="TOP" relativeTo="OptionsFrameHeader">
58 <Offset>
59 <AbsDimension x="0" y="-95" />
60 </Offset>
61 </Anchor>
62 </Anchors>
63 </FontString>
64 </Layer>
65  
66 <Layer level="ARTWORK">
67 <FontString name="$parentTextLeft1" inherits="GameTooltipHeaderText" hidden="true">
68 <Anchors>
69 <Anchor point="TOPLEFT">
70 <Offset>
71 <AbsDimension x="10" y="-10"/>
72 </Offset>
73 </Anchor>
74 </Anchors>
75 </FontString>
76 <FontString name="$parentTextRight1" inherits="GameTooltipHeaderText" hidden="true">
77 <Anchors>
78 <Anchor point="RIGHT" relativeTo="$parentTextLeft1" relativePoint="LEFT">
79 <Offset>
80 <AbsDimension x="40" y="0"/>
81 </Offset>
82 </Anchor>
83 </Anchors>
84 </FontString>
85 <FontString name="$parentTextLeft2" inherits="GameTooltipText" hidden="true">
86 <Anchors>
87 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft1" relativePoint="BOTTOMLEFT">
88 <Offset>
89 <AbsDimension x="0" y="-2"/>
90 </Offset>
91 </Anchor>
92 </Anchors>
93 </FontString>
94 </Layer>
95 </Layers>
96 </Frame>
97 <!--
98 <Button name="ItemButtonTemplate" hidden="false" virtual="true">
99 <Size>
100 <AbsDimension x="384" y="37"/>
101 </Size>
102 <Layers>
103 <Layer level="BACKGROUND">
104 <FontString name="$parentName" inherits="GameFontNormal" justifyH="LEFT">
105 <Size>
106 <AbsDimension x="142" y="28"/>
107 </Size>
108 <Anchors>
109 <Anchor point="TOPLEFT">
110 <Offset>
111 <AbsDimension x="43" y="0"/>
112 </Offset>
113 </Anchor>
114 </Anchors>
115 </FontString>
116 <FontString name="$parentHighBidder" inherits="GameFontHighlightSmall">
117 <Size>
118 <AbsDimension x="104" y="28"/>
119 </Size>
120 <Anchors>
121 <Anchor point="TOPLEFT">
122 <Offset>
123 <AbsDimension x="191" y="0"/>
124 </Offset>
125 </Anchor>
126 </Anchors>
127 </FontString>
128 <Texture name="$parentLeft" file="Interface\AuctionFrame\UI-AuctionItemNameFrame">
129 <Size>
130 <AbsDimension x="10" y="32"/>
131 </Size>
132 <Anchors>
133 <Anchor point="LEFT">
134 <Offset>
135 <AbsDimension x="34" y="2"/>
136 </Offset>
137 </Anchor>
138 </Anchors>
139 <TexCoords left="0" right="0.078125" top="0" bottom="1.0"/>
140 </Texture>
141 <Texture name="$parentRight" file="Interface\AuctionFrame\UI-AuctionItemNameFrame">
142 <Size>
143 <AbsDimension x="10" y="32"/>
144 </Size>
145 <Anchors>
146 <Anchor point="RIGHT">
147 <Offset>
148 <AbsDimension x="0" y="2"/>
149 </Offset>
150 </Anchor>
151 </Anchors>
152 <TexCoords left="0.75" right="0.828125" top="0" bottom="1.0"/>
153 </Texture>
154 <Texture file="Interface\AuctionFrame\UI-AuctionItemNameFrame">
155 <Size>
156 <AbsDimension x="10" y="32"/>
157 </Size>
158 <Anchors>
159 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT">
160 <Offset>
161 <AbsDimension x="0" y="0"/>
162 </Offset>
163 </Anchor>
164 <Anchor point="RIGHT" relativeTo="$parentRight" relativePoint="LEFT">
165 <Offset>
166 <AbsDimension x="0" y="0"/>
167 </Offset>
168 </Anchor>
169 </Anchors>
170 <TexCoords left="0.078125" right="0.75" top="0" bottom="1.0"/>
171 </Texture>
172 </Layer>
173 </Layers>
174 <Frames>
175 <Button name="$parentItem">
176 <Size>
177 <AbsDimension x="32" y="32"/>
178 </Size>
179 <Anchors>
180 <Anchor point="TOPLEFT">
181 <Offset>
182 <AbsDimension x="0" y="0"/>
183 </Offset>
184 </Anchor>
185 </Anchors>
186 <Layers>
187 <Layer level="BORDER">
188 <Texture name="$parentIconTexture"/>
189 <FontString name="$parentCount" inherits="NumberFontNormal" justifyH="RIGHT" hidden="true">
190 <Anchors>
191 <Anchor point="BOTTOMRIGHT">
192 <Offset>
193 <AbsDimension x="-5" y="2"/>
194 </Offset>
195 </Anchor>
196 </Anchors>
197 </FontString>
198 <FontString name="$parentStock" inherits="NumberFontNormalYellow" justifyH="LEFT" hidden="true">
199 <Anchors>
200 <Anchor point="TOPLEFT">
201 <Offset>
202 <AbsDimension x="0" y="-2"/>
203 </Offset>
204 </Anchor>
205 </Anchors>
206 </FontString>
207 </Layer>
208 </Layers>
209 <Scripts>
210 <OnEnter>
211 --AuctionFrameItem_OnEnter("owner", this:GetParent():GetID() + FauxScrollFrame_GetOffset(AuctionsScrollFrame));
212 </OnEnter>
213 <OnLeave>
214 --GameTooltip:Hide();
215 </OnLeave>
216 <OnClick>
217 -- Legg til logikk for å vise edit-vindu
218 </OnClick>
219 </Scripts>
220 <NormalTexture name="$parentNormalTexture" file="Interface\Buttons\UI-Quickslot2">
221 <Size>
222 <AbsDimension x="60" y="60"/>
223 </Size>
224 <Anchors>
225 <Anchor point="CENTER">
226 <Offset>
227 <AbsDimension x="0" y="0"/>
228 </Offset>
229 </Anchor>
230 </Anchors>
231 </NormalTexture>
232 <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress"/>
233 <HighlightTexture file="Interface\Buttons\ButtonHilight-Square" alphaMode="ADD"/>
234 </Button>
235 <Frame name="$parentClosingTime" enableMouse="true">
236 <Size>
237 <AbsDimension x="65" y="28"/>
238 </Size>
239 <Anchors>
240 <Anchor point="TOPLEFT">
241 <Offset>
242 <AbsDimension x="309" y="0"/>
243 </Offset>
244 </Anchor>
245 </Anchors>
246 <Layers>
247 <Layer level="BACKGROUND">
248 <FontString name="$parentText" inherits="GameFontHighlightSmall">
249 <Size>
250 <AbsDimension x="65" y="28"/>
251 </Size>
252 <Anchors>
253 <Anchor point="TOPLEFT"/>
254 </Anchors>
255 </FontString>
256 </Layer>
257 </Layers>
258 <Scripts>
259 <OnEnter>
260 GameTooltip:SetOwner(this);
261 GameTooltip:SetText(this.tooltip);
262 </OnEnter>
263 <OnLeave>
264 GameTooltip:Hide();
265 </OnLeave>
266 </Scripts>
267 </Frame>
268 </Frames>
269 <Scripts>
270 <OnClick>
271 --AuctionsButton_OnClick()
272 </OnClick>
273 </Scripts>
274 <HighlightTexture name="$parentHighlight" file="Interface\HelpFrame\HelpFrameButton-Highlight" alphaMode="ADD">
275 <Size>
276 <AbsDimension x="540" y="32"/>
277 </Size>
278 <Anchors>
279 <Anchor point="TOPLEFT">
280 <Offset>
281 <AbsDimension x="33" y="0"/>
282 </Offset>
283 </Anchor>
284 </Anchors>
285 <TexCoords left="0" right="1.0" top="0" bottom="0.578125"/>
286 </HighlightTexture>
287 </Button>
288 -->
289 </Ui>