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 Version: 3.8.0 (Kangaroo)
6 Revision: $Id: Informant.xml 965 2006-08-18 03:55:17Z mentalpower $
7  
8 License:
9 This program is free software; you can redistribute it and/or
10 modify it under the terms of the GNU General Public License
11 as published by the Free Software Foundation; either version 2
12 of the License, or (at your option) any later version.
13  
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18  
19 You should have received a copy of the GNU General Public License
20 along with this program(see GLP.txt); if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 -->
23 <Frame name="InformantFrame" toplevel="true" parent="UIParent" frameStrata="DIALOG" hidden="true" enableMouse="true" moveable="true">
24 <Size><AbsDimension x="380" y="380"/></Size>
25 <Anchors><Anchor point="CENTER"/></Anchors>
26 <TitleRegion setAllPoints="true"/>
27 <Scripts>
28 <OnLoad>
29 Informant.FrameLoaded()
30 </OnLoad>
31 <OnShow>
32 Informant.FrameActive(true);
33 </OnShow>
34 <OnHide>
35 Informant.FrameActive(false);
36 </OnHide>
37 <OnEvent>
38 Informant.OnEvent(event);
39 </OnEvent>
40 </Scripts>
41 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\TutorialFrame\TutorialFrameBorder" tile="true">
42 <BackgroundInsets>
43 <AbsInset left="4" right="4" top="4" bottom="4"/>
44 </BackgroundInsets>
45 <TileSize><AbsValue val="32"/></TileSize>
46 <EdgeSize><AbsValue val="32"/></EdgeSize>
47 </Backdrop>
48 <Layers>
49 <Layer level="OVERLAY">
50 <FontString name="InformantFrameTitle" inherits="GameFontNormal" text="TITLE">
51 <Anchors>
52 <Anchor point="TOP" relativeTo="InformantFrame">
53 <Offset>
54 <AbsDimension x="-10" y="-6"/>
55 </Offset>
56 </Anchor>
57 </Anchors>
58 </FontString>
59 </Layer>
60 <Layer level="TEXT">
61 <FontString name="InformantFrameTextTest" inherits="GameFontNormal" hidden="true">
62 <Anchors>
63 <Anchor point="TOPLEFT">
64 <Offset>
65 <AbsDimension x="13" y="-26"/>
66 </Offset>
67 </Anchor>
68 </Anchors>
69 </FontString>
70 <FontString name="InformantFrameText1" inherits="GameFontNormal" hidden="true">
71 <Anchors>
72 <Anchor point="TOPLEFT">
73 <Offset>
74 <AbsDimension x="13" y="-26"/>
75 </Offset>
76 </Anchor>
77 </Anchors>
78 </FontString>
79 <FontString name="InformantFrameText2" inherits="GameFontNormal" hidden="true">
80 <Anchors>
81 <Anchor point="TOPLEFT" relativeTo="InformantFrameText1" relativePoint="TOPLEFT">
82 <Offset>
83 <AbsDimension x="0" y="-14"/>
84 </Offset>
85 </Anchor>
86 </Anchors>
87 </FontString>
88 <FontString name="InformantFrameText3" inherits="GameFontNormal" hidden="true">
89 <Anchors>
90 <Anchor point="TOPLEFT" relativeTo="InformantFrameText2" relativePoint="TOPLEFT">
91 <Offset>
92 <AbsDimension x="0" y="-14"/>
93 </Offset>
94 </Anchor>
95 </Anchors>
96 </FontString>
97 <FontString name="InformantFrameText4" inherits="GameFontNormal" hidden="true">
98 <Anchors>
99 <Anchor point="TOPLEFT" relativeTo="InformantFrameText3" relativePoint="TOPLEFT">
100 <Offset>
101 <AbsDimension x="0" y="-14"/>
102 </Offset>
103 </Anchor>
104 </Anchors>
105 </FontString>
106 <FontString name="InformantFrameText5" inherits="GameFontNormal" hidden="true">
107 <Anchors>
108 <Anchor point="TOPLEFT" relativeTo="InformantFrameText4" relativePoint="TOPLEFT">
109 <Offset>
110 <AbsDimension x="0" y="-14"/>
111 </Offset>
112 </Anchor>
113 </Anchors>
114 </FontString>
115 <FontString name="InformantFrameText6" inherits="GameFontNormal" hidden="true">
116 <Anchors>
117 <Anchor point="TOPLEFT" relativeTo="InformantFrameText5" relativePoint="TOPLEFT">
118 <Offset>
119 <AbsDimension x="0" y="-14"/>
120 </Offset>
121 </Anchor>
122 </Anchors>
123 </FontString>
124 <FontString name="InformantFrameText7" inherits="GameFontNormal" hidden="true">
125 <Anchors>
126 <Anchor point="TOPLEFT" relativeTo="InformantFrameText6" relativePoint="TOPLEFT">
127 <Offset>
128 <AbsDimension x="0" y="-14"/>
129 </Offset>
130 </Anchor>
131 </Anchors>
132 </FontString>
133 <FontString name="InformantFrameText8" inherits="GameFontNormal" hidden="true">
134 <Anchors>
135 <Anchor point="TOPLEFT" relativeTo="InformantFrameText7" relativePoint="TOPLEFT">
136 <Offset>
137 <AbsDimension x="0" y="-14"/>
138 </Offset>
139 </Anchor>
140 </Anchors>
141 </FontString>
142 <FontString name="InformantFrameText9" inherits="GameFontNormal" hidden="true">
143 <Anchors>
144 <Anchor point="TOPLEFT" relativeTo="InformantFrameText8" relativePoint="TOPLEFT">
145 <Offset>
146 <AbsDimension x="0" y="-14"/>
147 </Offset>
148 </Anchor>
149 </Anchors>
150 </FontString>
151 <FontString name="InformantFrameText10" inherits="GameFontNormal" hidden="true">
152 <Anchors>
153 <Anchor point="TOPLEFT" relativeTo="InformantFrameText9" relativePoint="TOPLEFT">
154 <Offset>
155 <AbsDimension x="0" y="-14"/>
156 </Offset>
157 </Anchor>
158 </Anchors>
159 </FontString>
160 <FontString name="InformantFrameText11" inherits="GameFontNormal" hidden="true">
161 <Anchors>
162 <Anchor point="TOPLEFT" relativeTo="InformantFrameText10" relativePoint="TOPLEFT">
163 <Offset>
164 <AbsDimension x="0" y="-14"/>
165 </Offset>
166 </Anchor>
167 </Anchors>
168 </FontString>
169 <FontString name="InformantFrameText12" inherits="GameFontNormal" hidden="true">
170 <Anchors>
171 <Anchor point="TOPLEFT" relativeTo="InformantFrameText11" relativePoint="TOPLEFT">
172 <Offset>
173 <AbsDimension x="0" y="-14"/>
174 </Offset>
175 </Anchor>
176 </Anchors>
177 </FontString>
178 <FontString name="InformantFrameText13" inherits="GameFontNormal" hidden="true">
179 <Anchors>
180 <Anchor point="TOPLEFT" relativeTo="InformantFrameText12" relativePoint="TOPLEFT">
181 <Offset>
182 <AbsDimension x="0" y="-14"/>
183 </Offset>
184 </Anchor>
185 </Anchors>
186 </FontString>
187 <FontString name="InformantFrameText14" inherits="GameFontNormal" hidden="true">
188 <Anchors>
189 <Anchor point="TOPLEFT" relativeTo="InformantFrameText13" relativePoint="TOPLEFT">
190 <Offset>
191 <AbsDimension x="0" y="-14"/>
192 </Offset>
193 </Anchor>
194 </Anchors>
195 </FontString>
196 <FontString name="InformantFrameText15" inherits="GameFontNormal" hidden="true">
197 <Anchors>
198 <Anchor point="TOPLEFT" relativeTo="InformantFrameText14" relativePoint="TOPLEFT">
199 <Offset>
200 <AbsDimension x="0" y="-14"/>
201 </Offset>
202 </Anchor>
203 </Anchors>
204 </FontString>
205 <FontString name="InformantFrameText16" inherits="GameFontNormal" hidden="true">
206 <Anchors>
207 <Anchor point="TOPLEFT" relativeTo="InformantFrameText15" relativePoint="TOPLEFT">
208 <Offset>
209 <AbsDimension x="0" y="-14"/>
210 </Offset>
211 </Anchor>
212 </Anchors>
213 </FontString>
214 <FontString name="InformantFrameText17" inherits="GameFontNormal" hidden="true">
215 <Anchors>
216 <Anchor point="TOPLEFT" relativeTo="InformantFrameText16" relativePoint="TOPLEFT">
217 <Offset>
218 <AbsDimension x="0" y="-14"/>
219 </Offset>
220 </Anchor>
221 </Anchors>
222 </FontString>
223 <FontString name="InformantFrameText18" inherits="GameFontNormal" hidden="true">
224 <Anchors>
225 <Anchor point="TOPLEFT" relativeTo="InformantFrameText17" relativePoint="TOPLEFT">
226 <Offset>
227 <AbsDimension x="0" y="-14"/>
228 </Offset>
229 </Anchor>
230 </Anchors>
231 </FontString>
232 <FontString name="InformantFrameText19" inherits="GameFontNormal" hidden="true">
233 <Anchors>
234 <Anchor point="TOPLEFT" relativeTo="InformantFrameText18" relativePoint="TOPLEFT">
235 <Offset>
236 <AbsDimension x="0" y="-14"/>
237 </Offset>
238 </Anchor>
239 </Anchors>
240 </FontString>
241 <FontString name="InformantFrameText20" inherits="GameFontNormal" hidden="true">
242 <Anchors>
243 <Anchor point="TOPLEFT" relativeTo="InformantFrameText19" relativePoint="TOPLEFT">
244 <Offset>
245 <AbsDimension x="0" y="-14"/>
246 </Offset>
247 </Anchor>
248 </Anchors>
249 </FontString>
250 <FontString name="InformantFrameText21" inherits="GameFontNormal" hidden="true">
251 <Anchors>
252 <Anchor point="TOPLEFT" relativeTo="InformantFrameText20" relativePoint="TOPLEFT">
253 <Offset>
254 <AbsDimension x="0" y="-14"/>
255 </Offset>
256 </Anchor>
257 </Anchors>
258 </FontString>
259 <FontString name="InformantFrameText22" inherits="GameFontNormal" hidden="true">
260 <Anchors>
261 <Anchor point="TOPLEFT" relativeTo="InformantFrameText21" relativePoint="TOPLEFT">
262 <Offset>
263 <AbsDimension x="0" y="-14"/>
264 </Offset>
265 </Anchor>
266 </Anchors>
267 </FontString>
268 <FontString name="InformantFrameText23" inherits="GameFontNormal" hidden="true">
269 <Anchors>
270 <Anchor point="TOPLEFT" relativeTo="InformantFrameText22" relativePoint="TOPLEFT">
271 <Offset>
272 <AbsDimension x="0" y="-14"/>
273 </Offset>
274 </Anchor>
275 </Anchors>
276 </FontString>
277 <FontString name="InformantFrameText24" inherits="GameFontNormal" hidden="true">
278 <Anchors>
279 <Anchor point="TOPLEFT" relativeTo="InformantFrameText23" relativePoint="TOPLEFT">
280 <Offset>
281 <AbsDimension x="0" y="-14"/>
282 </Offset>
283 </Anchor>
284 </Anchors>
285 </FontString>
286 <FontString name="InformantFrameText25" inherits="GameFontNormal" hidden="true">
287 <Anchors>
288 <Anchor point="TOPLEFT" relativeTo="InformantFrameText24" relativePoint="TOPLEFT">
289 <Offset>
290 <AbsDimension x="0" y="-14"/>
291 </Offset>
292 </Anchor>
293 </Anchors>
294 </FontString>
295 </Layer>
296 </Layers>
297 <Frames>
298 <ScrollFrame name="InformantFrameScrollBar" inherits="FauxScrollFrameTemplate" hidden="true">
299 <Anchors>
300 <Anchor point="TOPLEFT" relativeTo="InformantFrame" relativePoint="TOPRIGHT">
301 <Offset>
302 <AbsDimension x="-42" y="-24"/>
303 </Offset>
304 </Anchor>
305 <Anchor point="BOTTOMRIGHT" relativeTo="InformantFrame" relativePoint="BOTTOMRIGHT">
306 <Offset>
307 <AbsDimension x="-26" y="6"/>
308 </Offset>
309 </Anchor>
310 </Anchors>
311 <Scripts>
312 <OnVerticalScroll>
313 FauxScrollFrame_OnVerticalScroll(Informant.GetRowCount(), Informant.ScrollUpdate)
314 </OnVerticalScroll>
315 </Scripts>
316 </ScrollFrame>
317 <Button name="TutorialFrameCloseButton" inherits="UIPanelCloseButton">
318 <Anchors>
319 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
320 <Offset>
321 <AbsDimension x="2" y="3"/>
322 </Offset>
323 </Anchor>
324 </Anchors>
325 </Button>
326 </Frames>
327 </Frame>
328 </Ui>
329