vanilla-wow-addons – Blame information for rev 1
?pathlinks?
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="CalendarTimeTemplate" hidden="false" virtual="true"> |
||
6 | <Size> |
||
7 | <AbsDimension x="150" y="21"/> |
||
8 | </Size> |
||
9 | <Layers> |
||
10 | <Layer level="OVERLAY"> |
||
11 | <FontString name="$parentLabel" text="GroupCalendar_cTimeLabel" inherits="GameFontNormalSmall"> |
||
12 | <Anchors> |
||
13 | <Anchor point="RIGHT" relativePoint="LEFT"> |
||
14 | <Offset> |
||
15 | <AbsDimension x="50" y="0"/> |
||
16 | </Offset> |
||
17 | </Anchor> |
||
18 | </Anchors> |
||
19 | </FontString> |
||
20 | <FontString text=":" inherits="GameFontNormalSmall"> |
||
21 | <Anchors> |
||
22 | <Anchor point="CENTER" relativePoint="RIGHT" relativeTo="$parentLabel"> |
||
23 | <Offset> |
||
24 | <AbsDimension x="64" y="0"/> |
||
25 | </Offset> |
||
26 | </Anchor> |
||
27 | </Anchors> |
||
28 | </FontString> |
||
29 | </Layer> |
||
30 | </Layers> |
||
31 | <Frames> |
||
32 | <Frame name="$parentHour" inherits="CalendarDropDownTemplate"> |
||
33 | <Size> |
||
34 | <AbsDimension x="45" y="21"/> |
||
35 | </Size> |
||
36 | <Anchors> |
||
37 | <Anchor point="LEFT" relativePoint="RIGHT" relativeTo="$parentLabel"> |
||
38 | <Offset> |
||
39 | <AbsDimension x="-15" y="-3"/> |
||
40 | </Offset> |
||
41 | </Anchor> |
||
42 | </Anchors> |
||
43 | <Scripts> |
||
44 | <OnLoad> |
||
45 | CalendarHourDropDown_OnLoad(); |
||
46 | </OnLoad> |
||
47 | <OnShow> |
||
48 | CalendarHourDropDown_OnLoad(); |
||
49 | </OnShow> |
||
50 | </Scripts> |
||
51 | </Frame> |
||
52 | <Frame name="$parentMinute" inherits="CalendarDropDownTemplate"> |
||
53 | <Size> |
||
54 | <AbsDimension x="43" y="21"/> |
||
55 | </Size> |
||
56 | <Anchors> |
||
57 | <Anchor point="LEFT" relativePoint="RIGHT" relativeTo="$parentHour"> |
||
58 | <Offset> |
||
59 | <AbsDimension x="-29" y="0"/> |
||
60 | </Offset> |
||
61 | </Anchor> |
||
62 | </Anchors> |
||
63 | <Scripts> |
||
64 | <OnLoad> |
||
65 | CalendarMinuteDropDown_OnLoad(); |
||
66 | </OnLoad> |
||
67 | <OnShow> |
||
68 | CalendarMinuteDropDown_OnLoad(); |
||
69 | </OnShow> |
||
70 | </Scripts> |
||
71 | </Frame> |
||
72 | <Frame name="$parentAMPM" inherits="CalendarDropDownTemplate"> |
||
73 | <Size> |
||
74 | <AbsDimension x="48" y="21"/> |
||
75 | </Size> |
||
76 | <Anchors> |
||
77 | <Anchor point="LEFT" relativePoint="RIGHT" relativeTo="$parentMinute"> |
||
78 | <Offset> |
||
79 | <AbsDimension x="-32" y="0"/> |
||
80 | </Offset> |
||
81 | </Anchor> |
||
82 | </Anchors> |
||
83 | <Scripts> |
||
84 | <OnLoad> |
||
85 | CalendarAMPMDropDown_OnLoad(); |
||
86 | </OnLoad> |
||
87 | <OnShow> |
||
88 | CalendarAMPMDropDown_OnLoad(); |
||
89 | </OnShow> |
||
90 | </Scripts> |
||
91 | </Frame> |
||
92 | </Frames> |
||
93 | </Frame> |
||
94 | |||
95 | <Frame name="CalendarDurationTemplate" hidden="false" virtual="true"> |
||
96 | <Size> |
||
97 | <AbsDimension x="150" y="21"/> |
||
98 | </Size> |
||
99 | <Layers> |
||
100 | <Layer level="OVERLAY"> |
||
101 | <FontString name="$parentLabel" text="GroupCalendar_cDurationLabel" inherits="GameFontNormalSmall"> |
||
102 | <Anchors> |
||
103 | <Anchor point="RIGHT" relativePoint="LEFT"> |
||
104 | <Offset> |
||
105 | <AbsDimension x="50" y="0"/> |
||
106 | </Offset> |
||
107 | </Anchor> |
||
108 | </Anchors> |
||
109 | </FontString> |
||
110 | </Layer> |
||
111 | </Layers> |
||
112 | <Frames> |
||
113 | <Frame name="$parentDuration" inherits="CalendarDropDownTemplate"> |
||
114 | <Size> |
||
115 | <AbsDimension x="100" y="21"/> |
||
116 | </Size> |
||
117 | <Anchors> |
||
118 | <Anchor point="LEFT" relativePoint="RIGHT" relativeTo="$parentLabel"> |
||
119 | <Offset> |
||
120 | <AbsDimension x="-15" y="-3"/> |
||
121 | </Offset> |
||
122 | </Anchor> |
||
123 | </Anchors> |
||
124 | <Scripts> |
||
125 | <OnLoad> |
||
126 | CalendarDurationDropDown_OnLoad(); |
||
127 | </OnLoad> |
||
128 | <OnShow> |
||
129 | CalendarDurationDropDown_OnLoad(); |
||
130 | </OnShow> |
||
131 | </Scripts> |
||
132 | </Frame> |
||
133 | </Frames> |
||
134 | </Frame> |
||
135 | |||
136 | <Frame name="CalendarEventTypeTemplate" hidden="false" virtual="true"> |
||
137 | <Size> |
||
138 | <AbsDimension x="150" y="21"/> |
||
139 | </Size> |
||
140 | <Layers> |
||
141 | <Layer level="OVERLAY"> |
||
142 | <FontString name="$parentLabel" text="GroupCalendar_cEventLabel" inherits="GameFontNormalSmall"> |
||
143 | <Anchors> |
||
144 | <Anchor point="RIGHT" relativePoint="LEFT"> |
||
145 | <Offset> |
||
146 | <AbsDimension x="50" y="0"/> |
||
147 | </Offset> |
||
148 | </Anchor> |
||
149 | </Anchors> |
||
150 | </FontString> |
||
151 | </Layer> |
||
152 | </Layers> |
||
153 | <Frames> |
||
154 | <Frame name="$parentEventType" inherits="CalendarDropDownTemplate"> |
||
155 | <Size> |
||
156 | <AbsDimension x="100" y="21"/> |
||
157 | </Size> |
||
158 | <Anchors> |
||
159 | <Anchor point="LEFT" relativePoint="RIGHT" relativeTo="$parentLabel"> |
||
160 | <Offset> |
||
161 | <AbsDimension x="-15" y="-3"/> |
||
162 | </Offset> |
||
163 | </Anchor> |
||
164 | </Anchors> |
||
165 | <Scripts> |
||
166 | <OnLoad> |
||
167 | CalendarEventTypeDropDown_OnLoad(); |
||
168 | </OnLoad> |
||
169 | <OnShow> |
||
170 | CalendarEventTypeDropDown_OnLoad(); |
||
171 | </OnShow> |
||
172 | </Scripts> |
||
173 | </Frame> |
||
174 | </Frames> |
||
175 | </Frame> |
||
176 | |||
177 | <Frame name="CalendarPlayerClassMenuTemplate" virtual="true"> |
||
178 | <Size> |
||
179 | <AbsDimension x="100" y="20"/> |
||
180 | </Size> |
||
181 | <Layers> |
||
182 | <Layer level="OVERLAY"> |
||
183 | <FontString name="$parentLabel" text="GroupCalendar_cPlayerClassLabel" inherits="GameFontNormalSmall" justifyH="RIGHT"> |
||
184 | <Anchors> |
||
185 | <Anchor point="RIGHT" relativePoint="LEFT"> |
||
186 | <Offset> |
||
187 | <AbsDimension x="-12" y="0"/> |
||
188 | </Offset> |
||
189 | </Anchor> |
||
190 | </Anchors> |
||
191 | </FontString> |
||
192 | </Layer> |
||
193 | </Layers> |
||
194 | <Frames> |
||
195 | <Frame name="$parentMenu" inherits="CalendarDropDownTemplate"> |
||
196 | <Anchors> |
||
197 | <Anchor point="LEFT"> |
||
198 | <Offset> |
||
199 | <AbsDimension x="-25" y="-2"/> |
||
200 | </Offset> |
||
201 | </Anchor> |
||
202 | </Anchors> |
||
203 | <Scripts> |
||
204 | <OnLoad> |
||
205 | CalendarClassDropDown_OnLoad(); |
||
206 | </OnLoad> |
||
207 | <OnShow> |
||
208 | CalendarClassDropDown_OnLoad(); |
||
209 | </OnShow> |
||
210 | </Scripts> |
||
211 | </Frame> |
||
212 | </Frames> |
||
213 | </Frame> |
||
214 | |||
215 | <Frame name="CalendarPlayerRaceMenuTemplate" hidden="false" virtual="true"> |
||
216 | <Size> |
||
217 | <AbsDimension x="100" y="20"/> |
||
218 | </Size> |
||
219 | <Layers> |
||
220 | <Layer level="OVERLAY"> |
||
221 | <FontString name="$parentLabel" text="GroupCalendar_cPlayerRaceLabel" inherits="GameFontNormalSmall" justifyH="RIGHT"> |
||
222 | <Anchors> |
||
223 | <Anchor point="RIGHT" relativePoint="LEFT"> |
||
224 | <Offset> |
||
225 | <AbsDimension x="-12" y="0"/> |
||
226 | </Offset> |
||
227 | </Anchor> |
||
228 | </Anchors> |
||
229 | </FontString> |
||
230 | </Layer> |
||
231 | </Layers> |
||
232 | <Frames> |
||
233 | <Frame name="$parentMenu" inherits="CalendarDropDownTemplate"> |
||
234 | <Anchors> |
||
235 | <Anchor point="LEFT"> |
||
236 | <Offset> |
||
237 | <AbsDimension x="-25" y="-2"/> |
||
238 | </Offset> |
||
239 | </Anchor> |
||
240 | </Anchors> |
||
241 | <Scripts> |
||
242 | <OnLoad> |
||
243 | CalendarRaceDropDown_OnLoad(); |
||
244 | </OnLoad> |
||
245 | <OnShow> |
||
246 | CalendarRaceDropDown_OnLoad(); |
||
247 | </OnShow> |
||
248 | </Scripts> |
||
249 | </Frame> |
||
250 | </Frames> |
||
251 | </Frame> |
||
252 | |||
253 | <Frame name="CalendarPlayerStatusMenuTemplate" hidden="false" virtual="true"> |
||
254 | <Size> |
||
255 | <AbsDimension x="100" y="20"/> |
||
256 | </Size> |
||
257 | <Layers> |
||
258 | <Layer level="OVERLAY"> |
||
259 | <FontString name="$parentLabel" text="GroupCalendar_cPlayerStatusLabel" inherits="GameFontNormalSmall" justifyH="RIGHT"> |
||
260 | <Anchors> |
||
261 | <Anchor point="RIGHT" relativePoint="LEFT"> |
||
262 | <Offset> |
||
263 | <AbsDimension x="-12" y="0"/> |
||
264 | </Offset> |
||
265 | </Anchor> |
||
266 | </Anchors> |
||
267 | </FontString> |
||
268 | </Layer> |
||
269 | </Layers> |
||
270 | <Frames> |
||
271 | <Frame name="$parentMenu" inherits="CalendarDropDownTemplate"> |
||
272 | <Anchors> |
||
273 | <Anchor point="LEFT"> |
||
274 | <Offset> |
||
275 | <AbsDimension x="-25" y="-2"/> |
||
276 | </Offset> |
||
277 | </Anchor> |
||
278 | </Anchors> |
||
279 | <Scripts> |
||
280 | <OnLoad> |
||
281 | CalendarStatusDropDown_OnLoad(); |
||
282 | </OnLoad> |
||
283 | <OnShow> |
||
284 | CalendarStatusDropDown_OnLoad(); |
||
285 | </OnShow> |
||
286 | </Scripts> |
||
287 | </Frame> |
||
288 | </Frames> |
||
289 | </Frame> |
||
290 | <Frame name="CalendarPlayerRankMenuTemplate" hidden="false" virtual="true"> |
||
291 | <Size> |
||
292 | <AbsDimension x="100" y="20"/> |
||
293 | </Size> |
||
294 | <Layers> |
||
295 | <Layer level="OVERLAY"> |
||
296 | <FontString name="$parentLabel" text="GroupCalendar_cRankLabel" inherits="GameFontNormalSmall" justifyH="RIGHT"> |
||
297 | <Anchors> |
||
298 | <Anchor point="RIGHT" relativePoint="LEFT"> |
||
299 | <Offset> |
||
300 | <AbsDimension x="-12" y="0"/> |
||
301 | </Offset> |
||
302 | </Anchor> |
||
303 | </Anchors> |
||
304 | </FontString> |
||
305 | </Layer> |
||
306 | </Layers> |
||
307 | <Frames> |
||
308 | <Frame name="$parentMenu" inherits="CalendarDropDownTemplate"> |
||
309 | <Anchors> |
||
310 | <Anchor point="LEFT"> |
||
311 | <Offset> |
||
312 | <AbsDimension x="-25" y="-2"/> |
||
313 | </Offset> |
||
314 | </Anchor> |
||
315 | </Anchors> |
||
316 | <Scripts> |
||
317 | <OnLoad> |
||
318 | CalendarGuildRank_OnLoad(); |
||
319 | </OnLoad> |
||
320 | <OnShow> |
||
321 | CalendarGuildRank_OnLoad(); |
||
322 | </OnShow> |
||
323 | </Scripts> |
||
324 | </Frame> |
||
325 | </Frames> |
||
326 | </Frame> |
||
327 | |||
328 | <Frame name="CalendarCharactersTemplate" virtual="true"> |
||
329 | <Size> |
||
330 | <AbsDimension x="150" y="21"/> |
||
331 | </Size> |
||
332 | <Layers> |
||
333 | <Layer level="OVERLAY"> |
||
334 | <FontString name="$parentLabel" text="GroupCalendar_cCharactersLabel" inherits="GameFontNormalSmall"> |
||
335 | <Anchors> |
||
336 | <Anchor point="RIGHT" relativePoint="LEFT"> |
||
337 | <Offset> |
||
338 | <AbsDimension x="50" y="0"/> |
||
339 | </Offset> |
||
340 | </Anchor> |
||
341 | </Anchors> |
||
342 | </FontString> |
||
343 | </Layer> |
||
344 | </Layers> |
||
345 | <Frames> |
||
346 | <Frame name="$parentMenu" inherits="CalendarDropDownTemplate"> |
||
347 | <Size> |
||
348 | <AbsDimension x="100" y="21"/> |
||
349 | </Size> |
||
350 | <Anchors> |
||
351 | <Anchor point="LEFT" relativePoint="RIGHT" relativeTo="$parentLabel"> |
||
352 | <Offset> |
||
353 | <AbsDimension x="-15" y="-3"/> |
||
354 | </Offset> |
||
355 | </Anchor> |
||
356 | </Anchors> |
||
357 | <Scripts> |
||
358 | <OnLoad> |
||
359 | CalendarCharactersDropDown_OnLoad(); |
||
360 | </OnLoad> |
||
361 | <OnShow> |
||
362 | CalendarCharactersDropDown_OnLoad(); |
||
363 | </OnShow> |
||
364 | </Scripts> |
||
365 | </Frame> |
||
366 | </Frames> |
||
367 | </Frame> |
||
368 | |||
369 | </UI> |