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/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd"> |
2 | <Script file="GEM_calendar.lua"/> |
||
3 | |||
4 | <!-- day button header template --> |
||
5 | <Button name="GEMCalendarDayHeaderTemplate" virtual="true"> |
||
6 | <Size> |
||
7 | <AbsDimension x="16" y="16"/> |
||
8 | </Size> |
||
9 | <Layers> |
||
10 | <Layer level="BACKGROUND"> |
||
11 | <Texture name="$parentMiddle" file="Interface\FriendsFrame\WhoFrame-ColumnTabs"> |
||
12 | <Size> |
||
13 | <AbsDimension x="16" y="16"/> |
||
14 | </Size> |
||
15 | <Anchors> |
||
16 | <Anchor point="TOPLEFT"/> |
||
17 | </Anchors> |
||
18 | <TexCoords left="0.078125" right="0.90625" top="0" bottom="0.75"/> |
||
19 | </Texture> |
||
20 | </Layer> |
||
21 | </Layers> |
||
22 | <NormalText inherits="GameFontHighlightSmall"> |
||
23 | <Anchors> |
||
24 | <Anchor point="LEFT"> |
||
25 | <Offset> |
||
26 | <AbsDimension x="0" y="0"/> |
||
27 | </Offset> |
||
28 | </Anchor> |
||
29 | </Anchors> |
||
30 | </NormalText> |
||
31 | <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"> |
||
32 | <Size> |
||
33 | <AbsDimension x="16" y="16"/> |
||
34 | </Size> |
||
35 | <Anchors> |
||
36 | <Anchor point="TOP"> |
||
37 | <Offset> |
||
38 | <AbsDimension x="0" y="-2"/> |
||
39 | </Offset> |
||
40 | </Anchor> |
||
41 | </Anchors> |
||
42 | </HighlightTexture> |
||
43 | </Button> |
||
44 | |||
45 | <!-- day button template --> |
||
46 | <Button name="GEMCalendarDayButtonTemplate" virtual="true"> |
||
47 | <Size> |
||
48 | <AbsDimension x="16" y="16"/> |
||
49 | </Size> |
||
50 | <Scripts> |
||
51 | <OnClick> |
||
52 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
53 | GEMCalendar_OnClick(); |
||
54 | </OnClick> |
||
55 | </Scripts> |
||
56 | <NormalText name="$parentText" inherits="GameFontNormalSmall"> |
||
57 | <Anchors> |
||
58 | <Anchor point="LEFT"> |
||
59 | <Offset> |
||
60 | <AbsDimension x="0" y="0"/> |
||
61 | </Offset> |
||
62 | </Anchor> |
||
63 | </Anchors> |
||
64 | </NormalText> |
||
65 | <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"> |
||
66 | <Size> |
||
67 | <AbsDimension x="16" y="16"/> |
||
68 | </Size> |
||
69 | <Anchors> |
||
70 | <Anchor point="TOP"> |
||
71 | <Offset> |
||
72 | <AbsDimension x="0" y="-2"/> |
||
73 | </Offset> |
||
74 | </Anchor> |
||
75 | </Anchors> |
||
76 | </HighlightTexture> |
||
77 | </Button> |
||
78 | |||
79 | <Frame name="GEMCalendarFrame" movable="true" frameStrata="HIGH" hidden="true" parent="UIParent" enableMouse="true"> |
||
80 | <Size> |
||
81 | <AbsDimension x="322" y="200"/> |
||
82 | </Size> |
||
83 | <Anchors> |
||
84 | <Anchor point="TOPLEFT"> |
||
85 | <Offset> |
||
86 | <AbsDimension x="100" y="-104"/> |
||
87 | </Offset> |
||
88 | </Anchor> |
||
89 | </Anchors> |
||
90 | <Backdrop name="$parentBackdrop" bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true"> |
||
91 | <EdgeSize> |
||
92 | <AbsValue val="16"/> |
||
93 | </EdgeSize> |
||
94 | <TileSize> |
||
95 | <AbsValue val="16"/> |
||
96 | </TileSize> |
||
97 | <BackgroundInsets> |
||
98 | <AbsInset left="3" right="5" top="3" bottom="5"/> |
||
99 | </BackgroundInsets> |
||
100 | </Backdrop> |
||
101 | <Layers> |
||
102 | <Layer level="BACKGROUND"> |
||
103 | <FontString name="GEMCalendarTitle" inherits="GameFontNormal" text="GEM_TEXT_CALENDAR_HEADER"> |
||
104 | <Anchors> |
||
105 | <Anchor point="TOP" relativePoint="TOP"> |
||
106 | <Offset> |
||
107 | <AbsDimension x="0" y="-6"/> |
||
108 | </Offset> |
||
109 | </Anchor> |
||
110 | </Anchors> |
||
111 | </FontString> |
||
112 | </Layer> |
||
113 | </Layers> |
||
114 | <Frames> |
||
115 | <Frame name="GEMCalendarHourBorderFrame" inherits="OptionFrameBoxTemplate"> |
||
116 | <Size> |
||
117 | <AbsDimension x="134" y="44"/> |
||
118 | </Size> |
||
119 | <Anchors> |
||
120 | <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"> |
||
121 | <Offset> |
||
122 | <AbsDimension x="6" y="-22"/> |
||
123 | </Offset> |
||
124 | </Anchor> |
||
125 | </Anchors> |
||
126 | <Scripts> |
||
127 | <OnLoad> |
||
128 | this:SetBackdropColor(1,1,1,0) |
||
129 | </OnLoad> |
||
130 | </Scripts> |
||
131 | </Frame> |
||
132 | <Frame name="GEMCalendarHourDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true" hidden="false"> |
||
133 | <Anchors> |
||
134 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarHourBorderFrame" relativePoint="TOPLEFT"> |
||
135 | <Offset> |
||
136 | <AbsDimension x="-10" y="-7"/> |
||
137 | </Offset> |
||
138 | </Anchor> |
||
139 | </Anchors> |
||
140 | <Scripts> |
||
141 | <OnShow> GEMCalendarHourDropDown_OnShow(); </OnShow> |
||
142 | <OnLoad> GEMCalendarHourDropDown_OnShow(); </OnLoad> |
||
143 | </Scripts> |
||
144 | </Frame> |
||
145 | <Frame name="GEMCalendarMinuteDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true" hidden="false"> |
||
146 | <Anchors> |
||
147 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarHourDropDown" relativePoint="TOPRIGHT"> |
||
148 | <Offset> |
||
149 | <AbsDimension x="-34" y="0"/> |
||
150 | </Offset> |
||
151 | </Anchor> |
||
152 | </Anchors> |
||
153 | <Scripts> |
||
154 | <OnShow> GEMCalendarMinuteDropDown_OnShow(); </OnShow> |
||
155 | <OnLoad> GEMCalendarMinuteDropDown_OnShow(); </OnLoad> |
||
156 | </Scripts> |
||
157 | </Frame> |
||
158 | |||
159 | <Frame name="GEMCalendarTextBorderFrame" inherits="OptionFrameBoxTemplate"> |
||
160 | <Size> |
||
161 | <AbsDimension x="134" y="126"/> |
||
162 | </Size> |
||
163 | <Anchors> |
||
164 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarHourBorderFrame" relativePoint="BOTTOMLEFT"> |
||
165 | <Offset> |
||
166 | <AbsDimension x="0" y="0"/> |
||
167 | </Offset> |
||
168 | </Anchor> |
||
169 | </Anchors> |
||
170 | <Scripts> |
||
171 | <OnLoad> |
||
172 | this:SetBackdropColor(1,1,1,0) |
||
173 | </OnLoad> |
||
174 | </Scripts> |
||
175 | <Layers> |
||
176 | <Layer level="ARTWORK"> |
||
177 | <FontString inherits="GameFontNormalSmall" text="GEM_TEXT_CALENDAR_HELP" nonspacewrap="false"> |
||
178 | <Size> |
||
179 | <AbsDimension x="116" y="130"/> |
||
180 | </Size> |
||
181 | <Anchors> |
||
182 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarTextBorderFrame" relativePoint="TOPLEFT"> |
||
183 | <Offset> |
||
184 | <AbsDimension x="8" y="8"/> |
||
185 | </Offset> |
||
186 | </Anchor> |
||
187 | </Anchors> |
||
188 | </FontString> |
||
189 | </Layer> |
||
190 | </Layers> |
||
191 | </Frame> |
||
192 | |||
193 | <Frame name="GEMCalendarDateBorderFrame" inherits="OptionFrameBoxTemplate"> |
||
194 | <Size> |
||
195 | <AbsDimension x="176" y="170"/> |
||
196 | </Size> |
||
197 | <Anchors> |
||
198 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarHourBorderFrame" relativePoint="TOPRIGHT"> |
||
199 | <Offset> |
||
200 | <AbsDimension x="0" y="0"/> |
||
201 | </Offset> |
||
202 | </Anchor> |
||
203 | </Anchors> |
||
204 | <Scripts> |
||
205 | <OnLoad> |
||
206 | this:SetBackdropColor(1,1,1,0) |
||
207 | </OnLoad> |
||
208 | </Scripts> |
||
209 | </Frame> |
||
210 | <Frame name="GEMCalendarMonthDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true" hidden="false"> |
||
211 | <Anchors> |
||
212 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDateBorderFrame" relativePoint="TOPLEFT"> |
||
213 | <Offset> |
||
214 | <AbsDimension x="-10" y="-7"/> |
||
215 | </Offset> |
||
216 | </Anchor> |
||
217 | </Anchors> |
||
218 | <Scripts> |
||
219 | <OnShow> GEMCalendarMonthDropDown_OnShow(); </OnShow> |
||
220 | <OnLoad> GEMCalendarMonthDropDown_OnShow(); </OnLoad> |
||
221 | </Scripts> |
||
222 | </Frame> |
||
223 | <Frame name="GEMCalendarYearDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true" hidden="false"> |
||
224 | <Anchors> |
||
225 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarMonthDropDown" relativePoint="TOPRIGHT"> |
||
226 | <Offset> |
||
227 | <AbsDimension x="-34" y="0"/> |
||
228 | </Offset> |
||
229 | </Anchor> |
||
230 | </Anchors> |
||
231 | <Scripts> |
||
232 | <OnShow> GEMCalendarYearDropDown_OnShow(); </OnShow> |
||
233 | <OnLoad> GEMCalendarYearDropDown_OnShow(); </OnLoad> |
||
234 | </Scripts> |
||
235 | </Frame> |
||
236 | <Button name="GEMCalendarDayHeader1" inherits="GEMCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_SUNDAY"> |
||
237 | <Anchors> |
||
238 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarMonthDropDown" relativePoint="TOPLEFT"> |
||
239 | <Offset> |
||
240 | <AbsDimension x="37" y="-30"/> |
||
241 | </Offset> |
||
242 | </Anchor> |
||
243 | </Anchors> |
||
244 | </Button> |
||
245 | <Button name="GEMCalendarDayHeader2" inherits="GEMCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_MONDAY"> |
||
246 | <Anchors> |
||
247 | <Anchor point="LEFT" relativeTo="GEMCalendarDayHeader1" relativePoint="RIGHT"> |
||
248 | <Offset> |
||
249 | <AbsDimension x="2" y="0"/> |
||
250 | </Offset> |
||
251 | </Anchor> |
||
252 | </Anchors> |
||
253 | </Button> |
||
254 | <Button name="GEMCalendarDayHeader3" inherits="GEMCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_TUESDAY"> |
||
255 | <Anchors> |
||
256 | <Anchor point="LEFT" relativeTo="GEMCalendarDayHeader2" relativePoint="RIGHT"> |
||
257 | <Offset> |
||
258 | <AbsDimension x="2" y="0"/> |
||
259 | </Offset> |
||
260 | </Anchor> |
||
261 | </Anchors> |
||
262 | </Button> |
||
263 | <Button name="GEMCalendarDayHeader4" inherits="GEMCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_WEDNESDAY"> |
||
264 | <Anchors> |
||
265 | <Anchor point="LEFT" relativeTo="GEMCalendarDayHeader3" relativePoint="RIGHT"> |
||
266 | <Offset> |
||
267 | <AbsDimension x="2" y="0"/> |
||
268 | </Offset> |
||
269 | </Anchor> |
||
270 | </Anchors> |
||
271 | </Button> |
||
272 | <Button name="GEMCalendarDayHeader5" inherits="GEMCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_THURSDAY"> |
||
273 | <Anchors> |
||
274 | <Anchor point="LEFT" relativeTo="GEMCalendarDayHeader4" relativePoint="RIGHT"> |
||
275 | <Offset> |
||
276 | <AbsDimension x="2" y="0"/> |
||
277 | </Offset> |
||
278 | </Anchor> |
||
279 | </Anchors> |
||
280 | </Button> |
||
281 | <Button name="GEMCalendarDayHeader6" inherits="GEMCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_FRIDAY"> |
||
282 | <Anchors> |
||
283 | <Anchor point="LEFT" relativeTo="GEMCalendarDayHeader5" relativePoint="RIGHT"> |
||
284 | <Offset> |
||
285 | <AbsDimension x="2" y="0"/> |
||
286 | </Offset> |
||
287 | </Anchor> |
||
288 | </Anchors> |
||
289 | </Button> |
||
290 | <Button name="GEMCalendarDayHeader7" inherits="GEMCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_SATURDAY"> |
||
291 | <Anchors> |
||
292 | <Anchor point="LEFT" relativeTo="GEMCalendarDayHeader6" relativePoint="RIGHT"> |
||
293 | <Offset> |
||
294 | <AbsDimension x="2" y="0"/> |
||
295 | </Offset> |
||
296 | </Anchor> |
||
297 | </Anchors> |
||
298 | </Button> |
||
299 | |||
300 | <Button name="GEMCalendarDay11" inherits="GEMCalendarDayButtonTemplate" id="11"> |
||
301 | <Anchors> |
||
302 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDayHeader1" relativePoint="BOTTOMLEFT"> |
||
303 | <Offset> |
||
304 | <AbsDimension x="0" y="-2"/> |
||
305 | </Offset> |
||
306 | </Anchor> |
||
307 | </Anchors> |
||
308 | </Button> |
||
309 | <Button name="GEMCalendarDay12" inherits="GEMCalendarDayButtonTemplate" id="12"> |
||
310 | <Anchors> |
||
311 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDayHeader2" relativePoint="BOTTOMLEFT"> |
||
312 | <Offset> |
||
313 | <AbsDimension x="0" y="-2"/> |
||
314 | </Offset> |
||
315 | </Anchor> |
||
316 | </Anchors> |
||
317 | </Button> |
||
318 | <Button name="GEMCalendarDay13" inherits="GEMCalendarDayButtonTemplate" id="13"> |
||
319 | <Anchors> |
||
320 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDayHeader3" relativePoint="BOTTOMLEFT"> |
||
321 | <Offset> |
||
322 | <AbsDimension x="0" y="-2"/> |
||
323 | </Offset> |
||
324 | </Anchor> |
||
325 | </Anchors> |
||
326 | </Button> |
||
327 | <Button name="GEMCalendarDay14" inherits="GEMCalendarDayButtonTemplate" id="14"> |
||
328 | <Anchors> |
||
329 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDayHeader4" relativePoint="BOTTOMLEFT"> |
||
330 | <Offset> |
||
331 | <AbsDimension x="0" y="-2"/> |
||
332 | </Offset> |
||
333 | </Anchor> |
||
334 | </Anchors> |
||
335 | </Button> |
||
336 | <Button name="GEMCalendarDay15" inherits="GEMCalendarDayButtonTemplate" id="15"> |
||
337 | <Anchors> |
||
338 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDayHeader5" relativePoint="BOTTOMLEFT"> |
||
339 | <Offset> |
||
340 | <AbsDimension x="0" y="-2"/> |
||
341 | </Offset> |
||
342 | </Anchor> |
||
343 | </Anchors> |
||
344 | </Button> |
||
345 | <Button name="GEMCalendarDay16" inherits="GEMCalendarDayButtonTemplate" id="16"> |
||
346 | <Anchors> |
||
347 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDayHeader6" relativePoint="BOTTOMLEFT"> |
||
348 | <Offset> |
||
349 | <AbsDimension x="0" y="-2"/> |
||
350 | </Offset> |
||
351 | </Anchor> |
||
352 | </Anchors> |
||
353 | </Button> |
||
354 | <Button name="GEMCalendarDay17" inherits="GEMCalendarDayButtonTemplate" id="17"> |
||
355 | <Anchors> |
||
356 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDayHeader7" relativePoint="BOTTOMLEFT"> |
||
357 | <Offset> |
||
358 | <AbsDimension x="0" y="-2"/> |
||
359 | </Offset> |
||
360 | </Anchor> |
||
361 | </Anchors> |
||
362 | </Button> |
||
363 | |||
364 | <Button name="GEMCalendarDay21" inherits="GEMCalendarDayButtonTemplate" id="21"> |
||
365 | <Anchors> |
||
366 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay11" relativePoint="BOTTOMLEFT"> |
||
367 | <Offset> |
||
368 | <AbsDimension x="0" y="-2"/> |
||
369 | </Offset> |
||
370 | </Anchor> |
||
371 | </Anchors> |
||
372 | </Button> |
||
373 | <Button name="GEMCalendarDay22" inherits="GEMCalendarDayButtonTemplate" id="22"> |
||
374 | <Anchors> |
||
375 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay12" relativePoint="BOTTOMLEFT"> |
||
376 | <Offset> |
||
377 | <AbsDimension x="0" y="-2"/> |
||
378 | </Offset> |
||
379 | </Anchor> |
||
380 | </Anchors> |
||
381 | </Button> |
||
382 | <Button name="GEMCalendarDay23" inherits="GEMCalendarDayButtonTemplate" id="23"> |
||
383 | <Anchors> |
||
384 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay13" relativePoint="BOTTOMLEFT"> |
||
385 | <Offset> |
||
386 | <AbsDimension x="0" y="-2"/> |
||
387 | </Offset> |
||
388 | </Anchor> |
||
389 | </Anchors> |
||
390 | </Button> |
||
391 | <Button name="GEMCalendarDay24" inherits="GEMCalendarDayButtonTemplate" id="24"> |
||
392 | <Anchors> |
||
393 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay14" relativePoint="BOTTOMLEFT"> |
||
394 | <Offset> |
||
395 | <AbsDimension x="0" y="-2"/> |
||
396 | </Offset> |
||
397 | </Anchor> |
||
398 | </Anchors> |
||
399 | </Button> |
||
400 | <Button name="GEMCalendarDay25" inherits="GEMCalendarDayButtonTemplate" id="25"> |
||
401 | <Anchors> |
||
402 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay15" relativePoint="BOTTOMLEFT"> |
||
403 | <Offset> |
||
404 | <AbsDimension x="0" y="-2"/> |
||
405 | </Offset> |
||
406 | </Anchor> |
||
407 | </Anchors> |
||
408 | </Button> |
||
409 | <Button name="GEMCalendarDay26" inherits="GEMCalendarDayButtonTemplate" id="26"> |
||
410 | <Anchors> |
||
411 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay16" relativePoint="BOTTOMLEFT"> |
||
412 | <Offset> |
||
413 | <AbsDimension x="0" y="-2"/> |
||
414 | </Offset> |
||
415 | </Anchor> |
||
416 | </Anchors> |
||
417 | </Button> |
||
418 | <Button name="GEMCalendarDay27" inherits="GEMCalendarDayButtonTemplate" id="27"> |
||
419 | <Anchors> |
||
420 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay17" relativePoint="BOTTOMLEFT"> |
||
421 | <Offset> |
||
422 | <AbsDimension x="0" y="-2"/> |
||
423 | </Offset> |
||
424 | </Anchor> |
||
425 | </Anchors> |
||
426 | </Button> |
||
427 | |||
428 | <Button name="GEMCalendarDay31" inherits="GEMCalendarDayButtonTemplate" id="31"> |
||
429 | <Anchors> |
||
430 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay21" relativePoint="BOTTOMLEFT"> |
||
431 | <Offset> |
||
432 | <AbsDimension x="0" y="-2"/> |
||
433 | </Offset> |
||
434 | </Anchor> |
||
435 | </Anchors> |
||
436 | </Button> |
||
437 | <Button name="GEMCalendarDay32" inherits="GEMCalendarDayButtonTemplate" id="32"> |
||
438 | <Anchors> |
||
439 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay22" relativePoint="BOTTOMLEFT"> |
||
440 | <Offset> |
||
441 | <AbsDimension x="0" y="-2"/> |
||
442 | </Offset> |
||
443 | </Anchor> |
||
444 | </Anchors> |
||
445 | </Button> |
||
446 | <Button name="GEMCalendarDay33" inherits="GEMCalendarDayButtonTemplate" id="33"> |
||
447 | <Anchors> |
||
448 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay23" relativePoint="BOTTOMLEFT"> |
||
449 | <Offset> |
||
450 | <AbsDimension x="0" y="-2"/> |
||
451 | </Offset> |
||
452 | </Anchor> |
||
453 | </Anchors> |
||
454 | </Button> |
||
455 | <Button name="GEMCalendarDay34" inherits="GEMCalendarDayButtonTemplate" id="34"> |
||
456 | <Anchors> |
||
457 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay24" relativePoint="BOTTOMLEFT"> |
||
458 | <Offset> |
||
459 | <AbsDimension x="0" y="-2"/> |
||
460 | </Offset> |
||
461 | </Anchor> |
||
462 | </Anchors> |
||
463 | </Button> |
||
464 | <Button name="GEMCalendarDay35" inherits="GEMCalendarDayButtonTemplate" id="35"> |
||
465 | <Anchors> |
||
466 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay25" relativePoint="BOTTOMLEFT"> |
||
467 | <Offset> |
||
468 | <AbsDimension x="0" y="-2"/> |
||
469 | </Offset> |
||
470 | </Anchor> |
||
471 | </Anchors> |
||
472 | </Button> |
||
473 | <Button name="GEMCalendarDay36" inherits="GEMCalendarDayButtonTemplate" id="36"> |
||
474 | <Anchors> |
||
475 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay26" relativePoint="BOTTOMLEFT"> |
||
476 | <Offset> |
||
477 | <AbsDimension x="0" y="-2"/> |
||
478 | </Offset> |
||
479 | </Anchor> |
||
480 | </Anchors> |
||
481 | </Button> |
||
482 | <Button name="GEMCalendarDay37" inherits="GEMCalendarDayButtonTemplate" id="37"> |
||
483 | <Anchors> |
||
484 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay27" relativePoint="BOTTOMLEFT"> |
||
485 | <Offset> |
||
486 | <AbsDimension x="0" y="-2"/> |
||
487 | </Offset> |
||
488 | </Anchor> |
||
489 | </Anchors> |
||
490 | </Button> |
||
491 | |||
492 | <Button name="GEMCalendarDay41" inherits="GEMCalendarDayButtonTemplate" id="41"> |
||
493 | <Anchors> |
||
494 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay31" relativePoint="BOTTOMLEFT"> |
||
495 | <Offset> |
||
496 | <AbsDimension x="0" y="-2"/> |
||
497 | </Offset> |
||
498 | </Anchor> |
||
499 | </Anchors> |
||
500 | </Button> |
||
501 | <Button name="GEMCalendarDay42" inherits="GEMCalendarDayButtonTemplate" id="42"> |
||
502 | <Anchors> |
||
503 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay32" relativePoint="BOTTOMLEFT"> |
||
504 | <Offset> |
||
505 | <AbsDimension x="0" y="-2"/> |
||
506 | </Offset> |
||
507 | </Anchor> |
||
508 | </Anchors> |
||
509 | </Button> |
||
510 | <Button name="GEMCalendarDay43" inherits="GEMCalendarDayButtonTemplate" id="43"> |
||
511 | <Anchors> |
||
512 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay33" relativePoint="BOTTOMLEFT"> |
||
513 | <Offset> |
||
514 | <AbsDimension x="0" y="-2"/> |
||
515 | </Offset> |
||
516 | </Anchor> |
||
517 | </Anchors> |
||
518 | </Button> |
||
519 | <Button name="GEMCalendarDay44" inherits="GEMCalendarDayButtonTemplate" id="44"> |
||
520 | <Anchors> |
||
521 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay34" relativePoint="BOTTOMLEFT"> |
||
522 | <Offset> |
||
523 | <AbsDimension x="0" y="-2"/> |
||
524 | </Offset> |
||
525 | </Anchor> |
||
526 | </Anchors> |
||
527 | </Button> |
||
528 | <Button name="GEMCalendarDay45" inherits="GEMCalendarDayButtonTemplate" id="45"> |
||
529 | <Anchors> |
||
530 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay35" relativePoint="BOTTOMLEFT"> |
||
531 | <Offset> |
||
532 | <AbsDimension x="0" y="-2"/> |
||
533 | </Offset> |
||
534 | </Anchor> |
||
535 | </Anchors> |
||
536 | </Button> |
||
537 | <Button name="GEMCalendarDay46" inherits="GEMCalendarDayButtonTemplate" id="46"> |
||
538 | <Anchors> |
||
539 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay36" relativePoint="BOTTOMLEFT"> |
||
540 | <Offset> |
||
541 | <AbsDimension x="0" y="-2"/> |
||
542 | </Offset> |
||
543 | </Anchor> |
||
544 | </Anchors> |
||
545 | </Button> |
||
546 | <Button name="GEMCalendarDay47" inherits="GEMCalendarDayButtonTemplate" id="47"> |
||
547 | <Anchors> |
||
548 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay37" relativePoint="BOTTOMLEFT"> |
||
549 | <Offset> |
||
550 | <AbsDimension x="0" y="-2"/> |
||
551 | </Offset> |
||
552 | </Anchor> |
||
553 | </Anchors> |
||
554 | </Button> |
||
555 | |||
556 | <Button name="GEMCalendarDay51" inherits="GEMCalendarDayButtonTemplate" id="51"> |
||
557 | <Anchors> |
||
558 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay41" relativePoint="BOTTOMLEFT"> |
||
559 | <Offset> |
||
560 | <AbsDimension x="0" y="-2"/> |
||
561 | </Offset> |
||
562 | </Anchor> |
||
563 | </Anchors> |
||
564 | </Button> |
||
565 | <Button name="GEMCalendarDay52" inherits="GEMCalendarDayButtonTemplate" id="52"> |
||
566 | <Anchors> |
||
567 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay42" relativePoint="BOTTOMLEFT"> |
||
568 | <Offset> |
||
569 | <AbsDimension x="0" y="-2"/> |
||
570 | </Offset> |
||
571 | </Anchor> |
||
572 | </Anchors> |
||
573 | </Button> |
||
574 | <Button name="GEMCalendarDay53" inherits="GEMCalendarDayButtonTemplate" id="53"> |
||
575 | <Anchors> |
||
576 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay43" relativePoint="BOTTOMLEFT"> |
||
577 | <Offset> |
||
578 | <AbsDimension x="0" y="-2"/> |
||
579 | </Offset> |
||
580 | </Anchor> |
||
581 | </Anchors> |
||
582 | </Button> |
||
583 | <Button name="GEMCalendarDay54" inherits="GEMCalendarDayButtonTemplate" id="54"> |
||
584 | <Anchors> |
||
585 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay44" relativePoint="BOTTOMLEFT"> |
||
586 | <Offset> |
||
587 | <AbsDimension x="0" y="-2"/> |
||
588 | </Offset> |
||
589 | </Anchor> |
||
590 | </Anchors> |
||
591 | </Button> |
||
592 | <Button name="GEMCalendarDay55" inherits="GEMCalendarDayButtonTemplate" id="55"> |
||
593 | <Anchors> |
||
594 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay45" relativePoint="BOTTOMLEFT"> |
||
595 | <Offset> |
||
596 | <AbsDimension x="0" y="-2"/> |
||
597 | </Offset> |
||
598 | </Anchor> |
||
599 | </Anchors> |
||
600 | </Button> |
||
601 | <Button name="GEMCalendarDay56" inherits="GEMCalendarDayButtonTemplate" id="56"> |
||
602 | <Anchors> |
||
603 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay46" relativePoint="BOTTOMLEFT"> |
||
604 | <Offset> |
||
605 | <AbsDimension x="0" y="-2"/> |
||
606 | </Offset> |
||
607 | </Anchor> |
||
608 | </Anchors> |
||
609 | </Button> |
||
610 | <Button name="GEMCalendarDay57" inherits="GEMCalendarDayButtonTemplate" id="57"> |
||
611 | <Anchors> |
||
612 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay47" relativePoint="BOTTOMLEFT"> |
||
613 | <Offset> |
||
614 | <AbsDimension x="0" y="-2"/> |
||
615 | </Offset> |
||
616 | </Anchor> |
||
617 | </Anchors> |
||
618 | </Button> |
||
619 | |||
620 | <Button name="GEMCalendarDay61" inherits="GEMCalendarDayButtonTemplate" id="61"> |
||
621 | <Anchors> |
||
622 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay51" relativePoint="BOTTOMLEFT"> |
||
623 | <Offset> |
||
624 | <AbsDimension x="0" y="-2"/> |
||
625 | </Offset> |
||
626 | </Anchor> |
||
627 | </Anchors> |
||
628 | </Button> |
||
629 | <Button name="GEMCalendarDay62" inherits="GEMCalendarDayButtonTemplate" id="62"> |
||
630 | <Anchors> |
||
631 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay52" relativePoint="BOTTOMLEFT"> |
||
632 | <Offset> |
||
633 | <AbsDimension x="0" y="-2"/> |
||
634 | </Offset> |
||
635 | </Anchor> |
||
636 | </Anchors> |
||
637 | </Button> |
||
638 | <Button name="GEMCalendarDay63" inherits="GEMCalendarDayButtonTemplate" id="63"> |
||
639 | <Anchors> |
||
640 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay53" relativePoint="BOTTOMLEFT"> |
||
641 | <Offset> |
||
642 | <AbsDimension x="0" y="-2"/> |
||
643 | </Offset> |
||
644 | </Anchor> |
||
645 | </Anchors> |
||
646 | </Button> |
||
647 | <Button name="GEMCalendarDay64" inherits="GEMCalendarDayButtonTemplate" id="64"> |
||
648 | <Anchors> |
||
649 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay54" relativePoint="BOTTOMLEFT"> |
||
650 | <Offset> |
||
651 | <AbsDimension x="0" y="-2"/> |
||
652 | </Offset> |
||
653 | </Anchor> |
||
654 | </Anchors> |
||
655 | </Button> |
||
656 | <Button name="GEMCalendarDay65" inherits="GEMCalendarDayButtonTemplate" id="65"> |
||
657 | <Anchors> |
||
658 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay55" relativePoint="BOTTOMLEFT"> |
||
659 | <Offset> |
||
660 | <AbsDimension x="0" y="-2"/> |
||
661 | </Offset> |
||
662 | </Anchor> |
||
663 | </Anchors> |
||
664 | </Button> |
||
665 | <Button name="GEMCalendarDay66" inherits="GEMCalendarDayButtonTemplate" id="66"> |
||
666 | <Anchors> |
||
667 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay56" relativePoint="BOTTOMLEFT"> |
||
668 | <Offset> |
||
669 | <AbsDimension x="0" y="-2"/> |
||
670 | </Offset> |
||
671 | </Anchor> |
||
672 | </Anchors> |
||
673 | </Button> |
||
674 | <Button name="GEMCalendarDay67" inherits="GEMCalendarDayButtonTemplate" id="57"> |
||
675 | <Anchors> |
||
676 | <Anchor point="TOPLEFT" relativeTo="GEMCalendarDay57" relativePoint="BOTTOMLEFT"> |
||
677 | <Offset> |
||
678 | <AbsDimension x="0" y="-2"/> |
||
679 | </Offset> |
||
680 | </Anchor> |
||
681 | </Anchors> |
||
682 | </Button> |
||
683 | <Button name="GEMCalendarCloseButton" inherits="UIPanelCloseButton"> |
||
684 | <Anchors> |
||
685 | <Anchor point="TOPRIGHT"> |
||
686 | <Offset> |
||
687 | <AbsDimension x="1" y="2"/> |
||
688 | </Offset> |
||
689 | </Anchor> |
||
690 | </Anchors> |
||
691 | </Button> |
||
692 | |||
693 | |||
694 | </Frames> |
||
695 | <Scripts> |
||
696 | <OnMouseUp> |
||
697 | if ( this.isMoving ) then |
||
698 | this:StopMovingOrSizing(); |
||
699 | this.isMoving = false; |
||
700 | end |
||
701 | </OnMouseUp> |
||
702 | <OnMouseDown> |
||
703 | if ( ( ( not this.isLocked ) or ( this.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then |
||
704 | this:StartMoving(); |
||
705 | this.isMoving = true; |
||
706 | end |
||
707 | </OnMouseDown> |
||
708 | <OnHide> |
||
709 | if ( this.isMoving ) then |
||
710 | this:StopMovingOrSizing(); |
||
711 | this.isMoving = false; |
||
712 | end |
||
713 | </OnHide> |
||
714 | <OnShow> |
||
715 | GEMCalendar_OnShow(); |
||
716 | </OnShow> |
||
717 | </Scripts> |
||
718 | </Frame> |
||
719 | |||
720 | <!-- GEM EVENT CALENDAR --> |
||
721 | |||
722 | <!-- day button header template --> |
||
723 | <Button name="GEMEventCalendarDayHeaderTemplate" virtual="true"> |
||
724 | <Size> |
||
725 | <AbsDimension x="32" y="16"/> |
||
726 | </Size> |
||
727 | <Layers> |
||
728 | <Layer level="BACKGROUND"> |
||
729 | <Texture name="$parentMiddle" file="Interface\FriendsFrame\WhoFrame-ColumnTabs"> |
||
730 | <Size> |
||
731 | <AbsDimension x="32" y="16"/> |
||
732 | </Size> |
||
733 | <Anchors> |
||
734 | <Anchor point="TOPLEFT"/> |
||
735 | </Anchors> |
||
736 | <TexCoords left="0.078125" right="0.90625" top="0" bottom="0.75"/> |
||
737 | </Texture> |
||
738 | </Layer> |
||
739 | </Layers> |
||
740 | <NormalText inherits="GameFontHighlightSmall" justifyH="CENTER"> |
||
741 | <Anchors> |
||
742 | <Anchor point="LEFT"> |
||
743 | <Offset> |
||
744 | <AbsDimension x="0" y="0"/> |
||
745 | </Offset> |
||
746 | </Anchor> |
||
747 | </Anchors> |
||
748 | </NormalText> |
||
749 | <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"> |
||
750 | <Size> |
||
751 | <AbsDimension x="32" y="16"/> |
||
752 | </Size> |
||
753 | <Anchors> |
||
754 | <Anchor point="TOP"> |
||
755 | <Offset> |
||
756 | <AbsDimension x="0" y="-2"/> |
||
757 | </Offset> |
||
758 | </Anchor> |
||
759 | </Anchors> |
||
760 | </HighlightTexture> |
||
761 | </Button> |
||
762 | |||
763 | <!-- day button template --> |
||
764 | <Button name="GEMEventCalendarDayButtonTemplate" virtual="true"> |
||
765 | <Size> |
||
766 | <AbsDimension x="32" y="32"/> |
||
767 | </Size> |
||
768 | <Scripts> |
||
769 | <OnClick> |
||
770 | PlaySound("igMainMenuOptionCheckBoxOn"); |
||
771 | --GEMEventCalendar_OnClick(); |
||
772 | </OnClick> |
||
773 | </Scripts> |
||
774 | <Layers> |
||
775 | <Layer level="BACKGROUND"> |
||
776 | <Texture name="$parentTexture"> |
||
777 | <Size> |
||
778 | <AbsDimension x="32" y="32"/> |
||
779 | </Size> |
||
780 | </Texture> |
||
781 | </Layer> |
||
782 | <Layer level="OVERLAY"> |
||
783 | <FontString name="$parentText" inherits="GameFontNormalSmall" justifyH="LEFT" justifyV="TOP"> |
||
784 | <Anchors> |
||
785 | <Anchor point="TOPLEFT"> |
||
786 | <Offset> |
||
787 | <AbsDimension x="1" y="-1"/> |
||
788 | </Offset> |
||
789 | </Anchor> |
||
790 | </Anchors> |
||
791 | </FontString> |
||
792 | </Layer> |
||
793 | </Layers> |
||
794 | <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"> |
||
795 | <Size> |
||
796 | <AbsDimension x="32" y="32"/> |
||
797 | </Size> |
||
798 | <Anchors> |
||
799 | <Anchor point="TOP"> |
||
800 | <Offset> |
||
801 | <AbsDimension x="0" y="-2"/> |
||
802 | </Offset> |
||
803 | </Anchor> |
||
804 | </Anchors> |
||
805 | </HighlightTexture> |
||
806 | </Button> |
||
807 | |||
808 | <Frame name="GEMEventCalendarFrameTemplate" virtual="true"> |
||
809 | <Size> |
||
810 | <AbsDimension x="242" y="220"/> |
||
811 | </Size> |
||
812 | <Frames> |
||
813 | <Button name="$parentDayHeader1" inherits="GEMEventCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_SUNDAY"> |
||
814 | <Anchors> |
||
815 | <Anchor point="TOPLEFT"> |
||
816 | <Offset> |
||
817 | <AbsDimension x="2" y="0"/> |
||
818 | </Offset> |
||
819 | </Anchor> |
||
820 | </Anchors> |
||
821 | </Button> |
||
822 | <Button name="$parentDayHeader2" inherits="GEMEventCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_MONDAY"> |
||
823 | <Anchors> |
||
824 | <Anchor point="LEFT" relativeTo="$parentDayHeader1" relativePoint="RIGHT"> |
||
825 | <Offset> |
||
826 | <AbsDimension x="2" y="0"/> |
||
827 | </Offset> |
||
828 | </Anchor> |
||
829 | </Anchors> |
||
830 | </Button> |
||
831 | <Button name="$parentDayHeader3" inherits="GEMEventCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_TUESDAY"> |
||
832 | <Anchors> |
||
833 | <Anchor point="LEFT" relativeTo="$parentDayHeader2" relativePoint="RIGHT"> |
||
834 | <Offset> |
||
835 | <AbsDimension x="2" y="0"/> |
||
836 | </Offset> |
||
837 | </Anchor> |
||
838 | </Anchors> |
||
839 | </Button> |
||
840 | <Button name="$parentDayHeader4" inherits="GEMEventCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_WEDNESDAY"> |
||
841 | <Anchors> |
||
842 | <Anchor point="LEFT" relativeTo="$parentDayHeader3" relativePoint="RIGHT"> |
||
843 | <Offset> |
||
844 | <AbsDimension x="2" y="0"/> |
||
845 | </Offset> |
||
846 | </Anchor> |
||
847 | </Anchors> |
||
848 | </Button> |
||
849 | <Button name="$parentDayHeader5" inherits="GEMEventCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_THURSDAY"> |
||
850 | <Anchors> |
||
851 | <Anchor point="LEFT" relativeTo="$parentDayHeader4" relativePoint="RIGHT"> |
||
852 | <Offset> |
||
853 | <AbsDimension x="2" y="0"/> |
||
854 | </Offset> |
||
855 | </Anchor> |
||
856 | </Anchors> |
||
857 | </Button> |
||
858 | <Button name="$parentDayHeader6" inherits="GEMEventCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_FRIDAY"> |
||
859 | <Anchors> |
||
860 | <Anchor point="LEFT" relativeTo="$parentDayHeader5" relativePoint="RIGHT"> |
||
861 | <Offset> |
||
862 | <AbsDimension x="2" y="0"/> |
||
863 | </Offset> |
||
864 | </Anchor> |
||
865 | </Anchors> |
||
866 | </Button> |
||
867 | <Button name="$parentDayHeader7" inherits="GEMEventCalendarDayHeaderTemplate" text="GEM_TEXT_CALENDAR_SATURDAY"> |
||
868 | <Anchors> |
||
869 | <Anchor point="LEFT" relativeTo="$parentDayHeader6" relativePoint="RIGHT"> |
||
870 | <Offset> |
||
871 | <AbsDimension x="2" y="0"/> |
||
872 | </Offset> |
||
873 | </Anchor> |
||
874 | </Anchors> |
||
875 | </Button> |
||
876 | |||
877 | <Button name="$parentDay11" inherits="GEMEventCalendarDayButtonTemplate" id="11"> |
||
878 | <Anchors> |
||
879 | <Anchor point="TOPLEFT" relativeTo="$parentDayHeader1" relativePoint="BOTTOMLEFT"> |
||
880 | <Offset> |
||
881 | <AbsDimension x="0" y="-2"/> |
||
882 | </Offset> |
||
883 | </Anchor> |
||
884 | </Anchors> |
||
885 | </Button> |
||
886 | <Button name="$parentDay12" inherits="GEMEventCalendarDayButtonTemplate" id="12"> |
||
887 | <Anchors> |
||
888 | <Anchor point="TOPLEFT" relativeTo="$parentDayHeader2" relativePoint="BOTTOMLEFT"> |
||
889 | <Offset> |
||
890 | <AbsDimension x="0" y="-2"/> |
||
891 | </Offset> |
||
892 | </Anchor> |
||
893 | </Anchors> |
||
894 | </Button> |
||
895 | <Button name="$parentDay13" inherits="GEMEventCalendarDayButtonTemplate" id="13"> |
||
896 | <Anchors> |
||
897 | <Anchor point="TOPLEFT" relativeTo="$parentDayHeader3" relativePoint="BOTTOMLEFT"> |
||
898 | <Offset> |
||
899 | <AbsDimension x="0" y="-2"/> |
||
900 | </Offset> |
||
901 | </Anchor> |
||
902 | </Anchors> |
||
903 | </Button> |
||
904 | <Button name="$parentDay14" inherits="GEMEventCalendarDayButtonTemplate" id="14"> |
||
905 | <Anchors> |
||
906 | <Anchor point="TOPLEFT" relativeTo="$parentDayHeader4" relativePoint="BOTTOMLEFT"> |
||
907 | <Offset> |
||
908 | <AbsDimension x="0" y="-2"/> |
||
909 | </Offset> |
||
910 | </Anchor> |
||
911 | </Anchors> |
||
912 | </Button> |
||
913 | <Button name="$parentDay15" inherits="GEMEventCalendarDayButtonTemplate" id="15"> |
||
914 | <Anchors> |
||
915 | <Anchor point="TOPLEFT" relativeTo="$parentDayHeader5" relativePoint="BOTTOMLEFT"> |
||
916 | <Offset> |
||
917 | <AbsDimension x="0" y="-2"/> |
||
918 | </Offset> |
||
919 | </Anchor> |
||
920 | </Anchors> |
||
921 | </Button> |
||
922 | <Button name="$parentDay16" inherits="GEMEventCalendarDayButtonTemplate" id="16"> |
||
923 | <Anchors> |
||
924 | <Anchor point="TOPLEFT" relativeTo="$parentDayHeader6" relativePoint="BOTTOMLEFT"> |
||
925 | <Offset> |
||
926 | <AbsDimension x="0" y="-2"/> |
||
927 | </Offset> |
||
928 | </Anchor> |
||
929 | </Anchors> |
||
930 | </Button> |
||
931 | <Button name="$parentDay17" inherits="GEMEventCalendarDayButtonTemplate" id="17"> |
||
932 | <Anchors> |
||
933 | <Anchor point="TOPLEFT" relativeTo="$parentDayHeader7" relativePoint="BOTTOMLEFT"> |
||
934 | <Offset> |
||
935 | <AbsDimension x="0" y="-2"/> |
||
936 | </Offset> |
||
937 | </Anchor> |
||
938 | </Anchors> |
||
939 | </Button> |
||
940 | |||
941 | <Button name="$parentDay21" inherits="GEMEventCalendarDayButtonTemplate" id="21"> |
||
942 | <Anchors> |
||
943 | <Anchor point="TOPLEFT" relativeTo="$parentDay11" relativePoint="BOTTOMLEFT"> |
||
944 | <Offset> |
||
945 | <AbsDimension x="0" y="-2"/> |
||
946 | </Offset> |
||
947 | </Anchor> |
||
948 | </Anchors> |
||
949 | </Button> |
||
950 | <Button name="$parentDay22" inherits="GEMEventCalendarDayButtonTemplate" id="22"> |
||
951 | <Anchors> |
||
952 | <Anchor point="TOPLEFT" relativeTo="$parentDay12" relativePoint="BOTTOMLEFT"> |
||
953 | <Offset> |
||
954 | <AbsDimension x="0" y="-2"/> |
||
955 | </Offset> |
||
956 | </Anchor> |
||
957 | </Anchors> |
||
958 | </Button> |
||
959 | <Button name="$parentDay23" inherits="GEMEventCalendarDayButtonTemplate" id="23"> |
||
960 | <Anchors> |
||
961 | <Anchor point="TOPLEFT" relativeTo="$parentDay13" relativePoint="BOTTOMLEFT"> |
||
962 | <Offset> |
||
963 | <AbsDimension x="0" y="-2"/> |
||
964 | </Offset> |
||
965 | </Anchor> |
||
966 | </Anchors> |
||
967 | </Button> |
||
968 | <Button name="$parentDay24" inherits="GEMEventCalendarDayButtonTemplate" id="24"> |
||
969 | <Anchors> |
||
970 | <Anchor point="TOPLEFT" relativeTo="$parentDay14" relativePoint="BOTTOMLEFT"> |
||
971 | <Offset> |
||
972 | <AbsDimension x="0" y="-2"/> |
||
973 | </Offset> |
||
974 | </Anchor> |
||
975 | </Anchors> |
||
976 | </Button> |
||
977 | <Button name="$parentDay25" inherits="GEMEventCalendarDayButtonTemplate" id="25"> |
||
978 | <Anchors> |
||
979 | <Anchor point="TOPLEFT" relativeTo="$parentDay15" relativePoint="BOTTOMLEFT"> |
||
980 | <Offset> |
||
981 | <AbsDimension x="0" y="-2"/> |
||
982 | </Offset> |
||
983 | </Anchor> |
||
984 | </Anchors> |
||
985 | </Button> |
||
986 | <Button name="$parentDay26" inherits="GEMEventCalendarDayButtonTemplate" id="26"> |
||
987 | <Anchors> |
||
988 | <Anchor point="TOPLEFT" relativeTo="$parentDay16" relativePoint="BOTTOMLEFT"> |
||
989 | <Offset> |
||
990 | <AbsDimension x="0" y="-2"/> |
||
991 | </Offset> |
||
992 | </Anchor> |
||
993 | </Anchors> |
||
994 | </Button> |
||
995 | <Button name="$parentDay27" inherits="GEMEventCalendarDayButtonTemplate" id="27"> |
||
996 | <Anchors> |
||
997 | <Anchor point="TOPLEFT" relativeTo="$parentDay17" relativePoint="BOTTOMLEFT"> |
||
998 | <Offset> |
||
999 | <AbsDimension x="0" y="-2"/> |
||
1000 | </Offset> |
||
1001 | </Anchor> |
||
1002 | </Anchors> |
||
1003 | </Button> |
||
1004 | |||
1005 | <Button name="$parentDay31" inherits="GEMEventCalendarDayButtonTemplate" id="31"> |
||
1006 | <Anchors> |
||
1007 | <Anchor point="TOPLEFT" relativeTo="$parentDay21" relativePoint="BOTTOMLEFT"> |
||
1008 | <Offset> |
||
1009 | <AbsDimension x="0" y="-2"/> |
||
1010 | </Offset> |
||
1011 | </Anchor> |
||
1012 | </Anchors> |
||
1013 | </Button> |
||
1014 | <Button name="$parentDay32" inherits="GEMEventCalendarDayButtonTemplate" id="32"> |
||
1015 | <Anchors> |
||
1016 | <Anchor point="TOPLEFT" relativeTo="$parentDay22" relativePoint="BOTTOMLEFT"> |
||
1017 | <Offset> |
||
1018 | <AbsDimension x="0" y="-2"/> |
||
1019 | </Offset> |
||
1020 | </Anchor> |
||
1021 | </Anchors> |
||
1022 | </Button> |
||
1023 | <Button name="$parentDay33" inherits="GEMEventCalendarDayButtonTemplate" id="33"> |
||
1024 | <Anchors> |
||
1025 | <Anchor point="TOPLEFT" relativeTo="$parentDay23" relativePoint="BOTTOMLEFT"> |
||
1026 | <Offset> |
||
1027 | <AbsDimension x="0" y="-2"/> |
||
1028 | </Offset> |
||
1029 | </Anchor> |
||
1030 | </Anchors> |
||
1031 | </Button> |
||
1032 | <Button name="$parentDay34" inherits="GEMEventCalendarDayButtonTemplate" id="34"> |
||
1033 | <Anchors> |
||
1034 | <Anchor point="TOPLEFT" relativeTo="$parentDay24" relativePoint="BOTTOMLEFT"> |
||
1035 | <Offset> |
||
1036 | <AbsDimension x="0" y="-2"/> |
||
1037 | </Offset> |
||
1038 | </Anchor> |
||
1039 | </Anchors> |
||
1040 | </Button> |
||
1041 | <Button name="$parentDay35" inherits="GEMEventCalendarDayButtonTemplate" id="35"> |
||
1042 | <Anchors> |
||
1043 | <Anchor point="TOPLEFT" relativeTo="$parentDay25" relativePoint="BOTTOMLEFT"> |
||
1044 | <Offset> |
||
1045 | <AbsDimension x="0" y="-2"/> |
||
1046 | </Offset> |
||
1047 | </Anchor> |
||
1048 | </Anchors> |
||
1049 | </Button> |
||
1050 | <Button name="$parentDay36" inherits="GEMEventCalendarDayButtonTemplate" id="36"> |
||
1051 | <Anchors> |
||
1052 | <Anchor point="TOPLEFT" relativeTo="$parentDay26" relativePoint="BOTTOMLEFT"> |
||
1053 | <Offset> |
||
1054 | <AbsDimension x="0" y="-2"/> |
||
1055 | </Offset> |
||
1056 | </Anchor> |
||
1057 | </Anchors> |
||
1058 | </Button> |
||
1059 | <Button name="$parentDay37" inherits="GEMEventCalendarDayButtonTemplate" id="37"> |
||
1060 | <Anchors> |
||
1061 | <Anchor point="TOPLEFT" relativeTo="$parentDay27" relativePoint="BOTTOMLEFT"> |
||
1062 | <Offset> |
||
1063 | <AbsDimension x="0" y="-2"/> |
||
1064 | </Offset> |
||
1065 | </Anchor> |
||
1066 | </Anchors> |
||
1067 | </Button> |
||
1068 | |||
1069 | <Button name="$parentDay41" inherits="GEMEventCalendarDayButtonTemplate" id="41"> |
||
1070 | <Anchors> |
||
1071 | <Anchor point="TOPLEFT" relativeTo="$parentDay31" relativePoint="BOTTOMLEFT"> |
||
1072 | <Offset> |
||
1073 | <AbsDimension x="0" y="-2"/> |
||
1074 | </Offset> |
||
1075 | </Anchor> |
||
1076 | </Anchors> |
||
1077 | </Button> |
||
1078 | <Button name="$parentDay42" inherits="GEMEventCalendarDayButtonTemplate" id="42"> |
||
1079 | <Anchors> |
||
1080 | <Anchor point="TOPLEFT" relativeTo="$parentDay32" relativePoint="BOTTOMLEFT"> |
||
1081 | <Offset> |
||
1082 | <AbsDimension x="0" y="-2"/> |
||
1083 | </Offset> |
||
1084 | </Anchor> |
||
1085 | </Anchors> |
||
1086 | </Button> |
||
1087 | <Button name="$parentDay43" inherits="GEMEventCalendarDayButtonTemplate" id="43"> |
||
1088 | <Anchors> |
||
1089 | <Anchor point="TOPLEFT" relativeTo="$parentDay33" relativePoint="BOTTOMLEFT"> |
||
1090 | <Offset> |
||
1091 | <AbsDimension x="0" y="-2"/> |
||
1092 | </Offset> |
||
1093 | </Anchor> |
||
1094 | </Anchors> |
||
1095 | </Button> |
||
1096 | <Button name="$parentDay44" inherits="GEMEventCalendarDayButtonTemplate" id="44"> |
||
1097 | <Anchors> |
||
1098 | <Anchor point="TOPLEFT" relativeTo="$parentDay34" relativePoint="BOTTOMLEFT"> |
||
1099 | <Offset> |
||
1100 | <AbsDimension x="0" y="-2"/> |
||
1101 | </Offset> |
||
1102 | </Anchor> |
||
1103 | </Anchors> |
||
1104 | </Button> |
||
1105 | <Button name="$parentDay45" inherits="GEMEventCalendarDayButtonTemplate" id="45"> |
||
1106 | <Anchors> |
||
1107 | <Anchor point="TOPLEFT" relativeTo="$parentDay35" relativePoint="BOTTOMLEFT"> |
||
1108 | <Offset> |
||
1109 | <AbsDimension x="0" y="-2"/> |
||
1110 | </Offset> |
||
1111 | </Anchor> |
||
1112 | </Anchors> |
||
1113 | </Button> |
||
1114 | <Button name="$parentDay46" inherits="GEMEventCalendarDayButtonTemplate" id="46"> |
||
1115 | <Anchors> |
||
1116 | <Anchor point="TOPLEFT" relativeTo="$parentDay36" relativePoint="BOTTOMLEFT"> |
||
1117 | <Offset> |
||
1118 | <AbsDimension x="0" y="-2"/> |
||
1119 | </Offset> |
||
1120 | </Anchor> |
||
1121 | </Anchors> |
||
1122 | </Button> |
||
1123 | <Button name="$parentDay47" inherits="GEMEventCalendarDayButtonTemplate" id="47"> |
||
1124 | <Anchors> |
||
1125 | <Anchor point="TOPLEFT" relativeTo="$parentDay37" relativePoint="BOTTOMLEFT"> |
||
1126 | <Offset> |
||
1127 | <AbsDimension x="0" y="-2"/> |
||
1128 | </Offset> |
||
1129 | </Anchor> |
||
1130 | </Anchors> |
||
1131 | </Button> |
||
1132 | |||
1133 | <Button name="$parentDay51" inherits="GEMEventCalendarDayButtonTemplate" id="51"> |
||
1134 | <Anchors> |
||
1135 | <Anchor point="TOPLEFT" relativeTo="$parentDay41" relativePoint="BOTTOMLEFT"> |
||
1136 | <Offset> |
||
1137 | <AbsDimension x="0" y="-2"/> |
||
1138 | </Offset> |
||
1139 | </Anchor> |
||
1140 | </Anchors> |
||
1141 | </Button> |
||
1142 | <Button name="$parentDay52" inherits="GEMEventCalendarDayButtonTemplate" id="52"> |
||
1143 | <Anchors> |
||
1144 | <Anchor point="TOPLEFT" relativeTo="$parentDay42" relativePoint="BOTTOMLEFT"> |
||
1145 | <Offset> |
||
1146 | <AbsDimension x="0" y="-2"/> |
||
1147 | </Offset> |
||
1148 | </Anchor> |
||
1149 | </Anchors> |
||
1150 | </Button> |
||
1151 | <Button name="$parentDay53" inherits="GEMEventCalendarDayButtonTemplate" id="53"> |
||
1152 | <Anchors> |
||
1153 | <Anchor point="TOPLEFT" relativeTo="$parentDay43" relativePoint="BOTTOMLEFT"> |
||
1154 | <Offset> |
||
1155 | <AbsDimension x="0" y="-2"/> |
||
1156 | </Offset> |
||
1157 | </Anchor> |
||
1158 | </Anchors> |
||
1159 | </Button> |
||
1160 | <Button name="$parentDay54" inherits="GEMEventCalendarDayButtonTemplate" id="54"> |
||
1161 | <Anchors> |
||
1162 | <Anchor point="TOPLEFT" relativeTo="$parentDay44" relativePoint="BOTTOMLEFT"> |
||
1163 | <Offset> |
||
1164 | <AbsDimension x="0" y="-2"/> |
||
1165 | </Offset> |
||
1166 | </Anchor> |
||
1167 | </Anchors> |
||
1168 | </Button> |
||
1169 | <Button name="$parentDay55" inherits="GEMEventCalendarDayButtonTemplate" id="55"> |
||
1170 | <Anchors> |
||
1171 | <Anchor point="TOPLEFT" relativeTo="$parentDay45" relativePoint="BOTTOMLEFT"> |
||
1172 | <Offset> |
||
1173 | <AbsDimension x="0" y="-2"/> |
||
1174 | </Offset> |
||
1175 | </Anchor> |
||
1176 | </Anchors> |
||
1177 | </Button> |
||
1178 | <Button name="$parentDay56" inherits="GEMEventCalendarDayButtonTemplate" id="56"> |
||
1179 | <Anchors> |
||
1180 | <Anchor point="TOPLEFT" relativeTo="$parentDay46" relativePoint="BOTTOMLEFT"> |
||
1181 | <Offset> |
||
1182 | <AbsDimension x="0" y="-2"/> |
||
1183 | </Offset> |
||
1184 | </Anchor> |
||
1185 | </Anchors> |
||
1186 | </Button> |
||
1187 | <Button name="$parentDay57" inherits="GEMEventCalendarDayButtonTemplate" id="57"> |
||
1188 | <Anchors> |
||
1189 | <Anchor point="TOPLEFT" relativeTo="$parentDay47" relativePoint="BOTTOMLEFT"> |
||
1190 | <Offset> |
||
1191 | <AbsDimension x="0" y="-2"/> |
||
1192 | </Offset> |
||
1193 | </Anchor> |
||
1194 | </Anchors> |
||
1195 | </Button> |
||
1196 | |||
1197 | <Button name="$parentDay61" inherits="GEMEventCalendarDayButtonTemplate" id="61"> |
||
1198 | <Anchors> |
||
1199 | <Anchor point="TOPLEFT" relativeTo="$parentDay51" relativePoint="BOTTOMLEFT"> |
||
1200 | <Offset> |
||
1201 | <AbsDimension x="0" y="-2"/> |
||
1202 | </Offset> |
||
1203 | </Anchor> |
||
1204 | </Anchors> |
||
1205 | </Button> |
||
1206 | <Button name="$parentDay62" inherits="GEMEventCalendarDayButtonTemplate" id="62"> |
||
1207 | <Anchors> |
||
1208 | <Anchor point="TOPLEFT" relativeTo="$parentDay52" relativePoint="BOTTOMLEFT"> |
||
1209 | <Offset> |
||
1210 | <AbsDimension x="0" y="-2"/> |
||
1211 | </Offset> |
||
1212 | </Anchor> |
||
1213 | </Anchors> |
||
1214 | </Button> |
||
1215 | <Button name="$parentDay63" inherits="GEMEventCalendarDayButtonTemplate" id="63"> |
||
1216 | <Anchors> |
||
1217 | <Anchor point="TOPLEFT" relativeTo="$parentDay53" relativePoint="BOTTOMLEFT"> |
||
1218 | <Offset> |
||
1219 | <AbsDimension x="0" y="-2"/> |
||
1220 | </Offset> |
||
1221 | </Anchor> |
||
1222 | </Anchors> |
||
1223 | </Button> |
||
1224 | <Button name="$parentDay64" inherits="GEMEventCalendarDayButtonTemplate" id="64"> |
||
1225 | <Anchors> |
||
1226 | <Anchor point="TOPLEFT" relativeTo="$parentDay54" relativePoint="BOTTOMLEFT"> |
||
1227 | <Offset> |
||
1228 | <AbsDimension x="0" y="-2"/> |
||
1229 | </Offset> |
||
1230 | </Anchor> |
||
1231 | </Anchors> |
||
1232 | </Button> |
||
1233 | <Button name="$parentDay65" inherits="GEMEventCalendarDayButtonTemplate" id="65"> |
||
1234 | <Anchors> |
||
1235 | <Anchor point="TOPLEFT" relativeTo="$parentDay55" relativePoint="BOTTOMLEFT"> |
||
1236 | <Offset> |
||
1237 | <AbsDimension x="0" y="-2"/> |
||
1238 | </Offset> |
||
1239 | </Anchor> |
||
1240 | </Anchors> |
||
1241 | </Button> |
||
1242 | <Button name="$parentDay66" inherits="GEMEventCalendarDayButtonTemplate" id="66"> |
||
1243 | <Anchors> |
||
1244 | <Anchor point="TOPLEFT" relativeTo="$parentDay56" relativePoint="BOTTOMLEFT"> |
||
1245 | <Offset> |
||
1246 | <AbsDimension x="0" y="-2"/> |
||
1247 | </Offset> |
||
1248 | </Anchor> |
||
1249 | </Anchors> |
||
1250 | </Button> |
||
1251 | <Button name="$parentDay67" inherits="GEMEventCalendarDayButtonTemplate" id="57"> |
||
1252 | <Anchors> |
||
1253 | <Anchor point="TOPLEFT" relativeTo="$parentDay57" relativePoint="BOTTOMLEFT"> |
||
1254 | <Offset> |
||
1255 | <AbsDimension x="0" y="-2"/> |
||
1256 | </Offset> |
||
1257 | </Anchor> |
||
1258 | </Anchors> |
||
1259 | </Button> |
||
1260 | |||
1261 | |||
1262 | </Frames> |
||
1263 | <Scripts> |
||
1264 | <OnMouseUp> |
||
1265 | if ( this.isMoving ) then |
||
1266 | this:StopMovingOrSizing(); |
||
1267 | this.isMoving = false; |
||
1268 | end |
||
1269 | </OnMouseUp> |
||
1270 | <OnMouseDown> |
||
1271 | if ( ( ( not this.isLocked ) or ( this.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then |
||
1272 | this:StartMoving(); |
||
1273 | this.isMoving = true; |
||
1274 | end |
||
1275 | </OnMouseDown> |
||
1276 | <OnHide> |
||
1277 | if ( this.isMoving ) then |
||
1278 | this:StopMovingOrSizing(); |
||
1279 | this.isMoving = false; |
||
1280 | end |
||
1281 | </OnHide> |
||
1282 | </Scripts> |
||
1283 | </Frame> |
||
1284 | |||
1285 | |||
1286 | </Ui> |