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="localization.lua"/>
4 <Script file="localization.cn.lua"/>
5 <Script file="localization.de.lua"/>
6 <Script file="localization.es.lua"/>
7 <Script file="localization.fr.lua"/>
8 <Script file="localization.kr.lua"/>
9 <Script file="localization.tw.lua"/>
10  
11  
12 <Frame name="Perl_Config_Frame" movable="true" frameStrata="DIALOG" hidden="true" enableMouse="true">
13 <Scripts>
14 <OnLoad>
15 this:RegisterForDrag('LeftButton');
16 </OnLoad>
17 <OnDragStart>
18 Perl_Config_Frame:StartMoving();
19 </OnDragStart>
20 <OnDragStop>
21 Perl_Config_Frame:StopMovingOrSizing();
22 </OnDragStop>
23 </Scripts>
24 <Size>
25 <AbsDimension x="600" y="500"/>
26 </Size>
27 <Anchors>
28 <Anchor point="CENTER"/>
29 </Anchors>
30 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
31 <TileSize>
32 <AbsValue val="32"/>
33 </TileSize>
34 <EdgeSize>
35 <AbsValue val="32"/>
36 </EdgeSize>
37 <BackgroundInsets>
38 <AbsInset left="11" right="12" top="12" bottom="11"/>
39 </BackgroundInsets>
40 </Backdrop>
41 <Layers>
42 <Layer level="ARTWORK">
43 <Texture name="Perl_Config_Header" file="Interface\DialogFrame\UI-DialogBox-Header">
44 <Size>
45 <AbsDimension x="256" 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="PERL_LOCALIZED_CONFIG_HEADER">
56 <Anchors>
57 <Anchor point="TOP" relativeTo="Perl_Config_Header">
58 <Offset>
59 <AbsDimension x="0" y="-14"/>
60 </Offset>
61 </Anchor>
62 </Anchors>
63 </FontString>
64  
65 <FontString name="$parent_Title_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_NAME">
66 <Anchors>
67 <Anchor point="TOPLEFT">
68 <Offset>
69 <AbsDimension x="55" y="-15"/>
70 </Offset>
71 </Anchor>
72 </Anchors>
73 </FontString>
74  
75 <FontString name="$parent_Version_Text" inherits="GameFontNormal" text="PERL_LOCALIZED_VERSION">
76 <Anchors>
77 <Anchor point="TOPRIGHT">
78 <Offset>
79 <AbsDimension x="-90" y="-15"/>
80 </Offset>
81 </Anchor>
82 </Anchors>
83 </FontString>
84 </Layer>
85 </Layers>
86  
87 <Frames>
88 <Button name="Perl_Config_Close_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_CLOSE">
89 <Size>
90 <AbsDimension x="80" y="22"/>
91 </Size>
92 <Anchors>
93 <Anchor point="BOTTOMRIGHT">
94 <Offset>
95 <AbsDimension x="-20" y="20"/>
96 </Offset>
97 </Anchor>
98 </Anchors>
99 <Scripts>
100 <OnClick>
101 Perl_Config_Toggle();
102 </OnClick>
103 </Scripts>
104 </Button>
105  
106 <Button name="Perl_Config_Close_X_Button" inherits="UIPanelCloseButton">
107 <Anchors>
108 <Anchor point="TOPRIGHT">
109 <Offset>
110 <AbsDimension x="-4" y="-4"/>
111 </Offset>
112 </Anchor>
113 </Anchors>
114 <Scripts>
115 <OnClick>
116 Perl_Config_Toggle();
117 </OnClick>
118 </Scripts>
119 </Button>
120  
121 <Button name="Perl_Config_Close_X_Button2" inherits="UIPanelCloseButton">
122 <Anchors>
123 <Anchor point="TOPLEFT">
124 <Offset>
125 <AbsDimension x="6" y="-4"/>
126 </Offset>
127 </Anchor>
128 </Anchors>
129 <Scripts>
130 <OnClick>
131 Perl_Config_Toggle();
132 </OnClick>
133 </Scripts>
134 </Button>
135  
136 <Button name="Perl_Config_All_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_ALL">
137 <Size>
138 <AbsDimension x="100" y="22"/>
139 </Size>
140 <Anchors>
141 <Anchor point="CENTER">
142 <Offset>
143 <AbsDimension x="0" y="215"/>
144 </Offset>
145 </Anchor>
146 </Anchors>
147 <Scripts>
148 <OnClick>
149 Perl_Config_All_Display();
150 </OnClick>
151 </Scripts>
152 </Button>
153  
154 <Button name="Perl_Config_ArcaneBar_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_ARCANEBAR">
155 <Size>
156 <AbsDimension x="100" y="22"/>
157 </Size>
158 <Anchors>
159 <Anchor point="CENTER">
160 <Offset>
161 <AbsDimension x="-210" y="185"/>
162 </Offset>
163 </Anchor>
164 </Anchors>
165 <Scripts>
166 <OnClick>
167 Perl_Config_ArcaneBar_Display();
168 </OnClick>
169 </Scripts>
170 </Button>
171  
172 <Button name="Perl_Config_CombatDisplay_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_COMBATDISPLAY">
173 <Size>
174 <AbsDimension x="100" y="22"/>
175 </Size>
176 <Anchors>
177 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Config_ArcaneBar_Button">
178 <Offset>
179 <AbsDimension x="5" y="0"/>
180 </Offset>
181 </Anchor>
182 </Anchors>
183 <Scripts>
184 <OnClick>
185 Perl_Config_CombatDisplay_Display();
186 </OnClick>
187 </Scripts>
188 </Button>
189  
190 <Button name="Perl_Config_Party_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_PARTY">
191 <Size>
192 <AbsDimension x="100" y="22"/>
193 </Size>
194 <Anchors>
195 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Config_CombatDisplay_Button">
196 <Offset>
197 <AbsDimension x="5" y="0"/>
198 </Offset>
199 </Anchor>
200 </Anchors>
201 <Scripts>
202 <OnClick>
203 Perl_Config_Party_Display();
204 </OnClick>
205 </Scripts>
206 </Button>
207  
208 <Button name="Perl_Config_Party_Pet_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_PARTYPET">
209 <Size>
210 <AbsDimension x="100" y="22"/>
211 </Size>
212 <Anchors>
213 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Config_Party_Button">
214 <Offset>
215 <AbsDimension x="5" y="0"/>
216 </Offset>
217 </Anchor>
218 </Anchors>
219 <Scripts>
220 <OnClick>
221 Perl_Config_Party_Pet_Display();
222 </OnClick>
223 </Scripts>
224 </Button>
225  
226 <Button name="Perl_Config_Party_Target_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_PARTYTARGET">
227 <Size>
228 <AbsDimension x="100" y="22"/>
229 </Size>
230 <Anchors>
231 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Config_Party_Pet_Button">
232 <Offset>
233 <AbsDimension x="5" y="0"/>
234 </Offset>
235 </Anchor>
236 </Anchors>
237 <Scripts>
238 <OnClick>
239 Perl_Config_Party_Target_Display();
240 </OnClick>
241 </Scripts>
242 </Button>
243  
244 <Button name="Perl_Config_Player_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_PLAYER">
245 <Size>
246 <AbsDimension x="95" y="22"/>
247 </Size>
248 <Anchors>
249 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="Perl_Config_ArcaneBar_Button">
250 <Offset>
251 <AbsDimension x="-25" y="-5"/>
252 </Offset>
253 </Anchor>
254 </Anchors>
255 <Scripts>
256 <OnClick>
257 Perl_Config_Player_Display();
258 </OnClick>
259 </Scripts>
260 </Button>
261  
262 <Button name="Perl_Config_Player_Buff_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_PLAYERBUFF">
263 <Size>
264 <AbsDimension x="95" y="22"/>
265 </Size>
266 <Anchors>
267 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Config_Player_Button">
268 <Offset>
269 <AbsDimension x="0" y="0"/>
270 </Offset>
271 </Anchor>
272 </Anchors>
273 <Scripts>
274 <OnClick>
275 Perl_Config_Player_Buff_Display();
276 </OnClick>
277 </Scripts>
278 </Button>
279  
280 <Button name="Perl_Config_Player_Pet_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_PLAYERPET">
281 <Size>
282 <AbsDimension x="95" y="22"/>
283 </Size>
284 <Anchors>
285 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Config_Player_Buff_Button">
286 <Offset>
287 <AbsDimension x="0" y="0"/>
288 </Offset>
289 </Anchor>
290 </Anchors>
291 <Scripts>
292 <OnClick>
293 Perl_Config_Player_Pet_Display();
294 </OnClick>
295 </Scripts>
296 </Button>
297  
298 <Button name="Perl_Config_Raid_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_RAID">
299 <Size>
300 <AbsDimension x="95" y="22"/>
301 </Size>
302 <Anchors>
303 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Config_Player_Pet_Button">
304 <Offset>
305 <AbsDimension x="0" y="0"/>
306 </Offset>
307 </Anchor>
308 </Anchors>
309 <Scripts>
310 <OnClick>
311 Perl_Config_Raid_Display();
312 </OnClick>
313 </Scripts>
314 </Button>
315  
316 <Button name="Perl_Config_Target_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_TARGET">
317 <Size>
318 <AbsDimension x="95" y="22"/>
319 </Size>
320 <Anchors>
321 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Config_Raid_Button">
322 <Offset>
323 <AbsDimension x="0" y="0"/>
324 </Offset>
325 </Anchor>
326 </Anchors>
327 <Scripts>
328 <OnClick>
329 Perl_Config_Target_Display();
330 </OnClick>
331 </Scripts>
332 </Button>
333  
334 <Button name="Perl_Config_Target_Target_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_TARGETTARGET">
335 <Size>
336 <AbsDimension x="95" y="22"/>
337 </Size>
338 <Anchors>
339 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Config_Target_Button">
340 <Offset>
341 <AbsDimension x="0" y="0"/>
342 </Offset>
343 </Anchor>
344 </Anchors>
345 <Scripts>
346 <OnClick>
347 Perl_Config_Target_Target_Display();
348 </OnClick>
349 </Scripts>
350 </Button>
351  
352 <Button name="Perl_Config_ThirdParty_Button" inherits="UIPanelButtonTemplate" text="PERL_LOCALIZED_CONFIG_THIRDPARTY">
353 <Size>
354 <AbsDimension x="90" y="22"/>
355 </Size>
356 <Anchors>
357 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Config_All_Button">
358 <Offset>
359 <AbsDimension x="65" y="-5"/>
360 </Offset>
361 </Anchor>
362 </Anchors>
363 <Scripts>
364 <OnClick>
365 Perl_Config_ThirdParty_Display();
366 </OnClick>
367 </Scripts>
368 </Button>
369 </Frames>
370 </Frame>
371  
372  
373 <Frame name="Perl_Config_NotInstalled_Frame" frameStrata="DIALOG" hidden="true" enableMouse="true">
374 <Size>
375 <AbsDimension x="600" y="380"/>
376 </Size>
377 <Anchors>
378 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="Perl_Config_Frame">
379 <Offset>
380 <AbsDimension x="0" y="-120"/>
381 </Offset>
382 </Anchor>
383 </Anchors>
384 <Layers>
385 <Layer level="ARTWORK">
386 <Texture name="Perl_Config_NotInstalled_Header" file="Interface\DialogFrame\UI-DialogBox-Header">
387 <Size>
388 <AbsDimension x="256" y="64"/>
389 </Size>
390 <Anchors>
391 <Anchor point="TOP">
392 <Offset>
393 <AbsDimension x="0" y="12"/>
394 </Offset>
395 </Anchor>
396 </Anchors>
397 </Texture>
398 <FontString inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_NOTINSTALLED">
399 <Anchors>
400 <Anchor point="TOP" relativeTo="Perl_Config_NotInstalled_Header">
401 <Offset>
402 <AbsDimension x="0" y="-14"/>
403 </Offset>
404 </Anchor>
405 </Anchors>
406 </FontString>
407  
408 <FontString inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_NOTINSTALLED_EXPLANATION">
409 <Anchors>
410 <Anchor point="TOP" relativeTo="Perl_Config_NotInstalled_Header">
411 <Offset>
412 <AbsDimension x="0" y="-80"/>
413 </Offset>
414 </Anchor>
415 </Anchors>
416 </FontString>
417 </Layer>
418 </Layers>
419 </Frame>
420  
421 </Ui>