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="TitanAlarmClockWrangler.lua"/>
5 <Script file="TitanAlarmClockWranglerOptions.lua"/>
6 <CheckButton name="TITAN_ACWOptionsCheckButtonTemplate" inherits="OptionsCheckButtonTemplate" virtual="true">
7 <Scripts>
8 <OnClick>
9 TITAN_ACWOptionsCheckButton_OnClick();
10 </OnClick>
11 </Scripts>
12 </CheckButton>
13 <CheckButton name="TITAN_ACWOptionsToggleCheckButtonTemplate" inherits="OptionsCheckButtonTemplate" virtual="true">
14 <Scripts>
15 <OnClick>
16 TITAN_ACWOptionsToggleCheckButton_OnClick();
17 </OnClick>
18 </Scripts>
19 </CheckButton>
20 <Frame name="TITAN_ACW_Options" toplevel="true" frameStrata="DIALOG" movable="true" enableMouse="true" hidden="true" parent="UIParent" enableKeyboard="true">
21 <Size>
22 <AbsDimension x="340" y="595"/>
23 </Size>
24 <Anchors>
25 <Anchor point="CENTER"/>
26 </Anchors>
27 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
28 <BackgroundInsets>
29 <AbsInset left="11" right="12" top="12" bottom="11"/>
30 </BackgroundInsets>
31 <TileSize>
32 <AbsValue val="32"/>
33 </TileSize>
34 <EdgeSize>
35 <AbsValue val="32"/>
36 </EdgeSize>
37 </Backdrop>
38 <Layers>
39 <Layer level="ARTWORK">
40 <Texture name="TITAN_ACWOptionsFrameHeader" file="Interface\DialogFrame\UI-DialogBox-Header">
41 <Size>
42 <AbsDimension x="430" y="64"/>
43 </Size>
44 <Anchors>
45 <Anchor point="TOP">
46 <Offset>
47 <AbsDimension x="0" y="12"/>
48 </Offset>
49 </Anchor>
50 </Anchors>
51 </Texture>
52 <FontString inherits="GameFontNormal" text="ACW_OPTIONS_TITLE">
53 <Anchors>
54 <Anchor point="TOP" relativeTo="TITAN_ACWOptionsFrameHeader">
55 <Offset>
56 <AbsDimension x="0" y="-14"/>
57 </Offset>
58 </Anchor>
59 </Anchors>
60 </FontString>
61 </Layer>
62 </Layers>
63 <Frames>
64 <Frame name="TITAN_ACWOptionsFrameTimeFormatDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true">
65 <Anchors>
66 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
67 <Offset>
68 <AbsDimension x="161" y="-32"/>
69 </Offset>
70 </Anchor>
71 </Anchors>
72 <Layers>
73 <Layer level="BACKGROUND">
74 <FontString name="TITAN_ACWOptionsFrameTimeFormatDropDownText" inherits="GameFontNormal" text="ACW_OPTIONS_TIMEFORMAT">
75 <Anchors>
76 <Anchor point="LEFT" relativePoint="LEFT">
77 <Offset>
78 <AbsDimension x="-95" y="4"/>
79 </Offset>
80 </Anchor>
81 </Anchors>
82 </FontString>
83 </Layer>
84 </Layers>
85 </Frame>
86 <Frame name="TITAN_ACWOptionsFrameOffsetDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true">
87 <Anchors>
88 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
89 <Offset>
90 <AbsDimension x="161" y="-62"/>
91 </Offset>
92 </Anchor>
93 </Anchors>
94 <Layers>
95 <Layer level="BACKGROUND">
96 <FontString name="TITAN_ACWOptionsFrameOffsetDropDownText" inherits="GameFontNormal" text="ACW_OPTIONS_OFFSET">
97 <Anchors>
98 <Anchor point="LEFT" relativePoint="LEFT">
99 <Offset>
100 <AbsDimension x="-95" y="4"/>
101 </Offset>
102 </Anchor>
103 </Anchors>
104 </FontString>
105 </Layer>
106 </Layers>
107 </Frame>
108 <Frame name="TITAN_ACWOptionsFrameOffsetMinuteDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true">
109 <Anchors>
110 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
111 <Offset>
112 <AbsDimension x="161" y="-92"/>
113 </Offset>
114 </Anchor>
115 </Anchors>
116 <Layers>
117 <Layer level="BACKGROUND">
118 <FontString name="TITAN_ACWOptionsFrameOffsetMinuteDropDownText" inherits="GameFontNormal" text="ACW_OPTIONS_OFFSET_MIN">
119 <Anchors>
120 <Anchor point="LEFT" relativePoint="LEFT">
121 <Offset>
122 <AbsDimension x="-95" y="4"/>
123 </Offset>
124 </Anchor>
125 </Anchors>
126 </FontString>
127 </Layer>
128 </Layers>
129 </Frame>
130 <Frame name="TITAN_ACWOptionsFrameModeDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true">
131 <Anchors>
132 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
133 <Offset>
134 <AbsDimension x="161" y="-122"/>
135 </Offset>
136 </Anchor>
137 </Anchors>
138 <Layers>
139 <Layer level="BACKGROUND">
140 <FontString name="TITAN_ACWOptionsFrameModeDropDownText" inherits="GameFontNormal" text="Mode:">
141 <Anchors>
142 <Anchor point="LEFT" relativePoint="LEFT">
143 <Offset>
144 <AbsDimension x="-95" y="4"/>
145 </Offset>
146 </Anchor>
147 </Anchors>
148 </FontString>
149 </Layer>
150 </Layers>
151 </Frame>
152 <Frame name="TITAN_ACWAlarm1Frame" enableMouse="true">
153 <Size>
154 <AbsDimension x="310" y="110"/>
155 </Size>
156 <Anchors>
157 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
158 <Offset>
159 <AbsDimension x="15" y="-160"/>
160 </Offset>
161 </Anchor>
162 </Anchors>
163 <Layers>
164 <Layer level="BACKGROUND">
165 <FontString name="TITAN_ACWAlarm1FrameText1" inherits="GameFontNormalSmall" text="ACW_OPTIONS_ALARM1ON">
166 <Anchors>
167 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
168 <Offset>
169 <AbsDimension x="35" y="-15"/>
170 </Offset>
171 </Anchor>
172 </Anchors>
173 </FontString>
174 <FontString name="TITAN_ACWAlarm1FrameText2" inherits="GameFontNormalSmall" text="ACW_OPTIONS_ALARM1TEXT">
175 <Anchors>
176 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
177 <Offset>
178 <AbsDimension x="9" y="-40"/>
179 </Offset>
180 </Anchor>
181 </Anchors>
182 </FontString>
183 <FontString name="TITAN_ACWAlarm1FrameText3" inherits="GameFontNormalSmall" text="ACW_OPTIONS_ALARM1TIME">
184 <Anchors>
185 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
186 <Offset>
187 <AbsDimension x="9" y="-83"/>
188 </Offset>
189 </Anchor>
190 </Anchors>
191 </FontString>
192 <FontString name="TITAN_ACWAlarm1FrameText4" inherits="GameFontNormalSmall" text=":">
193 <Anchors>
194 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
195 <Offset>
196 <AbsDimension x="106" y="-83"/>
197 </Offset>
198 </Anchor>
199 </Anchors>
200 </FontString>
201 </Layer>
202 </Layers>
203 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
204 <BackgroundInsets>
205 <AbsInset left="4" right="4" top="4" bottom="4"/>
206 </BackgroundInsets>
207 <TileSize>
208 <AbsValue val="32"/>
209 </TileSize>
210 <EdgeSize>
211 <AbsValue val="18"/>
212 </EdgeSize>
213 </Backdrop>
214 <Frames>
215 <CheckButton name="TITAN_ACWOptionsAlarm1CheckButton" inherits="TITAN_ACWOptionsCheckButtonTemplate" id="3">
216 <Anchors>
217 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
218 <Offset>
219 <AbsDimension x="5" y="-5"/>
220 </Offset>
221 </Anchor>
222 </Anchors>
223 </CheckButton>
224 <EditBox historyLines="0" letters="100" name="TITAN_ACWOptionsAlarm1EditBox" ignoreArrows="true">
225 <Size>
226 <AbsDimension x="295" y="26"/>
227 </Size>
228 <Anchors>
229 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
230 <Offset>
231 <AbsDimension x="7" y="-50"/>
232 </Offset>
233 </Anchor>
234 </Anchors>
235 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
236 <BackgroundInsets>
237 <AbsInset left="4" right="4" top="4" bottom="4"/>
238 </BackgroundInsets>
239 <TileSize>
240 <AbsValue val="32"/>
241 </TileSize>
242 <EdgeSize>
243 <AbsValue val="18"/>
244 </EdgeSize>
245 </Backdrop>
246 <Scripts>
247 <OnLoad>this:SetBackdropBorderColor(ACW_DLG_COLOR,ACW_DLG_COLOR,ACW_DLG_COLOR);</OnLoad>
248 <OnShow>this:ClearFocus();</OnShow>
249 <OnEnterPressed>this:ClearFocus();</OnEnterPressed>
250 <OnEscapePressed>this:ClearFocus();</OnEscapePressed>
251 <OnEditFocusLost>this:HighlightText(0,0);</OnEditFocusLost>
252 <OnTabPressed>TITAN_ACWOptionsAlarm1HourEditBox:HighlightText();TITAN_ACWOptionsAlarm1HourEditBox:SetFocus();</OnTabPressed>
253 </Scripts>
254 <FontString bytes="256" inherits="ChatFontNormal"/>
255 <TextInsets>
256 <AbsInset left="6" right="6" top="0" bottom="0"/>
257 </TextInsets>
258 </EditBox>
259 <EditBox historyLines="0" numeric="true" letters="2" name="TITAN_ACWOptionsAlarm1HourEditBox" ignoreArrows="true">
260 <Size>
261 <AbsDimension x="28" y="26"/>
262 </Size>
263 <Anchors>
264 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
265 <Offset>
266 <AbsDimension x="80" y="-75"/>
267 </Offset>
268 </Anchor>
269 </Anchors>
270 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
271 <BackgroundInsets>
272 <AbsInset left="4" right="4" top="4" bottom="4"/>
273 </BackgroundInsets>
274 <TileSize>
275 <AbsValue val="32"/>
276 </TileSize>
277 <EdgeSize>
278 <AbsValue val="18"/>
279 </EdgeSize>
280 </Backdrop>
281 <Scripts>
282 <OnLoad>
283 this:SetBackdropBorderColor(ACW_DLG_COLOR,ACW_DLG_COLOR,ACW_DLG_COLOR);
284 </OnLoad>
285 <OnShow>this:ClearFocus();</OnShow>
286 <OnEnterPressed>this:ClearFocus();</OnEnterPressed>
287 <OnEscapePressed>this:ClearFocus();</OnEscapePressed>
288 <OnEditFocusGained>this:HighlightText();</OnEditFocusGained>
289 <OnEditFocusLost>this:HighlightText(0,0);</OnEditFocusLost>
290 <OnTabPressed>TITAN_ACWOptionsAlarm1MinuteEditBox:HighlightText();TITAN_ACWOptionsAlarm1MinuteEditBox:SetFocus();</OnTabPressed>
291 </Scripts>
292 <FontString bytes="256" inherits="ChatFontNormal"/>
293 <TextInsets>
294 <AbsInset left="6" right="6" top="0" bottom="0"/>
295 </TextInsets>
296 </EditBox>
297 <EditBox historyLines="0" numeric="true" letters="2" name="TITAN_ACWOptionsAlarm1MinuteEditBox" ignoreArrows="true">
298 <Size>
299 <AbsDimension x="28" y="26"/>
300 </Size>
301 <Anchors>
302 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
303 <Offset>
304 <AbsDimension x="110" y="-75"/>
305 </Offset>
306 </Anchor>
307 </Anchors>
308 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
309 <BackgroundInsets>
310 <AbsInset left="4" right="4" top="4" bottom="4"/>
311 </BackgroundInsets>
312 <TileSize>
313 <AbsValue val="32"/>
314 </TileSize>
315 <EdgeSize>
316 <AbsValue val="18"/>
317 </EdgeSize>
318 </Backdrop>
319 <Scripts>
320 <OnLoad>this:SetBackdropBorderColor(ACW_DLG_COLOR,ACW_DLG_COLOR,ACW_DLG_COLOR);</OnLoad>
321 <OnShow>this:ClearFocus();</OnShow>
322 <OnEnterPressed>this:ClearFocus();</OnEnterPressed>
323 <OnEscapePressed>this:ClearFocus();</OnEscapePressed>
324 <OnEditFocusGained>this:HighlightText();</OnEditFocusGained>
325 <OnEditFocusLost>this:HighlightText(0,0);</OnEditFocusLost>
326 <OnTabPressed>TITAN_ACWOptionsAlarm2EditBox:HighlightText();TITAN_ACWOptionsAlarm2EditBox:SetFocus();</OnTabPressed>
327 </Scripts>
328 <FontString bytes="256" inherits="ChatFontNormal"/>
329 <TextInsets>
330 <AbsInset left="6" right="6" top="0" bottom="0"/>
331 </TextInsets>
332 </EditBox>
333 <CheckButton name="TITAN_ACWOptionsAlarm1PMCheckButton" inherits="TITAN_ACWOptionsToggleCheckButtonTemplate" hidden="true">
334 <Size>
335 <AbsDimension x="26" y="26"/>
336 </Size>
337 <Anchors>
338 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
339 <Offset>
340 <AbsDimension x="258" y="-75"/>
341 </Offset>
342 </Anchor>
343 </Anchors>
344 </CheckButton>
345 <CheckButton name="TITAN_ACWOptionsAlarm1AMCheckButton" inherits="TITAN_ACWOptionsToggleCheckButtonTemplate" hidden="true">
346 <Size>
347 <AbsDimension x="26" y="26"/>
348 </Size>
349 <Anchors>
350 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
351 <Offset>
352 <AbsDimension x="213" y="-75"/>
353 </Offset>
354 </Anchor>
355 </Anchors>
356 </CheckButton>
357 </Frames>
358 </Frame>
359 <Frame name="TITAN_ACWAlarm2Frame" enableMouse="true">
360 <Size>
361 <AbsDimension x="310" y="110"/>
362 </Size>
363 <Anchors>
364 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
365 <Offset>
366 <AbsDimension x="15" y="-277"/>
367 </Offset>
368 </Anchor>
369 </Anchors>
370 <Layers>
371 <Layer level="BACKGROUND">
372 <FontString name="TITAN_ACWAlarm2FrameText1" inherits="GameFontNormalSmall" text="ACW_OPTIONS_ALARM2ON">
373 <Anchors>
374 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
375 <Offset>
376 <AbsDimension x="35" y="-15"/>
377 </Offset>
378 </Anchor>
379 </Anchors>
380 </FontString>
381 <FontString name="TITAN_ACWAlarm2FrameText2" inherits="GameFontNormalSmall" text="ACW_OPTIONS_ALARM2TEXT">
382 <Anchors>
383 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
384 <Offset>
385 <AbsDimension x="9" y="-40"/>
386 </Offset>
387 </Anchor>
388 </Anchors>
389 </FontString>
390 <FontString name="TITAN_ACWAlarm2FrameText3" inherits="GameFontNormalSmall" text="ACW_OPTIONS_ALARM2TIME">
391 <Anchors>
392 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
393 <Offset>
394 <AbsDimension x="9" y="-83"/>
395 </Offset>
396 </Anchor>
397 </Anchors>
398 </FontString>
399 <FontString name="TITAN_ACWAlarm2FrameText4" inherits="GameFontNormalSmall" text=":">
400 <Anchors>
401 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
402 <Offset>
403 <AbsDimension x="106" y="-83"/>
404 </Offset>
405 </Anchor>
406 </Anchors>
407 </FontString>
408 </Layer>
409 </Layers>
410 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
411 <BackgroundInsets>
412 <AbsInset left="4" right="4" top="4" bottom="4"/>
413 </BackgroundInsets>
414 <TileSize>
415 <AbsValue val="32"/>
416 </TileSize>
417 <EdgeSize>
418 <AbsValue val="18"/>
419 </EdgeSize>
420 </Backdrop>
421 <Frames>
422 <CheckButton name="TITAN_ACWOptionsAlarm2CheckButton" inherits="TITAN_ACWOptionsCheckButtonTemplate" id="4">
423 <Anchors>
424 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
425 <Offset>
426 <AbsDimension x="5" y="-5"/>
427 </Offset>
428 </Anchor>
429 </Anchors>
430 </CheckButton>
431 <EditBox historyLines="0" letters="100" name="TITAN_ACWOptionsAlarm2EditBox" ignoreArrows="true">
432 <Size>
433 <AbsDimension x="295" y="26"/>
434 </Size>
435 <Anchors>
436 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
437 <Offset>
438 <AbsDimension x="7" y="-50"/>
439 </Offset>
440 </Anchor>
441 </Anchors>
442 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
443 <BackgroundInsets>
444 <AbsInset left="4" right="4" top="4" bottom="4"/>
445 </BackgroundInsets>
446 <TileSize>
447 <AbsValue val="32"/>
448 </TileSize>
449 <EdgeSize>
450 <AbsValue val="18"/>
451 </EdgeSize>
452 </Backdrop>
453 <Scripts>
454 <OnLoad>this:SetBackdropBorderColor(ACW_DLG_COLOR,ACW_DLG_COLOR,ACW_DLG_COLOR);</OnLoad>
455 <OnShow>this:ClearFocus();</OnShow>
456 <OnEnterPressed>this:ClearFocus();</OnEnterPressed>
457 <OnEscapePressed>this:ClearFocus();</OnEscapePressed>
458 <OnEditFocusLost>this:HighlightText(0,0);</OnEditFocusLost>
459 <OnTabPressed>TITAN_ACWOptionsAlarm2HourEditBox:HighlightText();TITAN_ACWOptionsAlarm2HourEditBox:SetFocus();</OnTabPressed>
460 </Scripts>
461 <FontString bytes="256" inherits="ChatFontNormal"/>
462 <TextInsets>
463 <AbsInset left="6" right="6" top="0" bottom="0"/>
464 </TextInsets>
465 </EditBox>
466 <EditBox historyLines="0" numeric="true" letters="2" name="TITAN_ACWOptionsAlarm2HourEditBox" ignoreArrows="true">
467 <Size>
468 <AbsDimension x="28" y="26"/>
469 </Size>
470 <Anchors>
471 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
472 <Offset>
473 <AbsDimension x="80" y="-75"/>
474 </Offset>
475 </Anchor>
476 </Anchors>
477 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
478 <BackgroundInsets>
479 <AbsInset left="4" right="4" top="4" bottom="4"/>
480 </BackgroundInsets>
481 <TileSize>
482 <AbsValue val="32"/>
483 </TileSize>
484 <EdgeSize>
485 <AbsValue val="18"/>
486 </EdgeSize>
487 </Backdrop>
488 <Scripts>
489 <OnLoad>this:SetBackdropBorderColor(ACW_DLG_COLOR,ACW_DLG_COLOR,ACW_DLG_COLOR);</OnLoad>
490 <OnShow>this:ClearFocus();</OnShow>
491 <OnEnterPressed>this:ClearFocus();</OnEnterPressed>
492 <OnEscapePressed>this:ClearFocus();</OnEscapePressed>
493 <OnEditFocusGained>this:HighlightText();</OnEditFocusGained>
494 <OnEditFocusLost>this:HighlightText(0,0);</OnEditFocusLost>
495 <OnTabPressed>TITAN_ACWOptionsAlarm2MinuteEditBox:HighlightText();TITAN_ACWOptionsAlarm2MinuteEditBox:SetFocus();</OnTabPressed>
496 </Scripts>
497 <FontString bytes="256" inherits="ChatFontNormal"/>
498 <TextInsets>
499 <AbsInset left="6" right="6" top="0" bottom="0"/>
500 </TextInsets>
501 </EditBox>
502 <EditBox historyLines="0" numeric="true" letters="2" name="TITAN_ACWOptionsAlarm2MinuteEditBox" ignoreArrows="true">
503 <Size>
504 <AbsDimension x="28" y="26"/>
505 </Size>
506 <Anchors>
507 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
508 <Offset>
509 <AbsDimension x="110" y="-75"/>
510 </Offset>
511 </Anchor>
512 </Anchors>
513 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
514 <BackgroundInsets>
515 <AbsInset left="4" right="4" top="4" bottom="4"/>
516 </BackgroundInsets>
517 <TileSize>
518 <AbsValue val="32"/>
519 </TileSize>
520 <EdgeSize>
521 <AbsValue val="18"/>
522 </EdgeSize>
523 </Backdrop>
524 <Scripts>
525 <OnLoad>this:SetBackdropBorderColor(ACW_DLG_COLOR,ACW_DLG_COLOR,ACW_DLG_COLOR);</OnLoad>
526 <OnShow>this:ClearFocus();</OnShow>
527 <OnEnterPressed>this:ClearFocus();</OnEnterPressed>
528 <OnEscapePressed>this:ClearFocus();</OnEscapePressed>
529 <OnEditFocusGained>this:HighlightText();</OnEditFocusGained>
530 <OnEditFocusLost>this:HighlightText(0,0);</OnEditFocusLost>
531 <OnTabPressed>TITAN_ACWOptionsAlarm3EditBox:HighlightText();TITAN_ACWOptionsAlarm3EditBox:SetFocus();</OnTabPressed>
532 </Scripts>
533 <FontString bytes="256" inherits="ChatFontNormal"/>
534 <TextInsets>
535 <AbsInset left="6" right="6" top="0" bottom="0"/>
536 </TextInsets>
537 </EditBox>
538 <CheckButton name="TITAN_ACWOptionsAlarm2PMCheckButton" inherits="TITAN_ACWOptionsToggleCheckButtonTemplate" hidden="true">
539 <Size>
540 <AbsDimension x="26" y="26"/>
541 </Size>
542 <Anchors>
543 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
544 <Offset>
545 <AbsDimension x="258" y="-75"/>
546 </Offset>
547 </Anchor>
548 </Anchors>
549 </CheckButton>
550 <CheckButton name="TITAN_ACWOptionsAlarm2AMCheckButton" inherits="TITAN_ACWOptionsToggleCheckButtonTemplate" hidden="true">
551 <Size>
552 <AbsDimension x="26" y="26"/>
553 </Size>
554 <Anchors>
555 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
556 <Offset>
557 <AbsDimension x="213" y="-75"/>
558 </Offset>
559 </Anchor>
560 </Anchors>
561 </CheckButton>
562 </Frames>
563 </Frame>
564 <Frame name="TITAN_ACWAlarm3Frame" enableMouse="true">
565 <Size>
566 <AbsDimension x="310" y="110"/>
567 </Size>
568 <Anchors>
569 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
570 <Offset>
571 <AbsDimension x="15" y="-394"/>
572 </Offset>
573 </Anchor>
574 </Anchors>
575 <Layers>
576 <Layer level="BACKGROUND">
577 <FontString name="TITAN_ACWAlarm3FrameText1" inherits="GameFontNormalSmall" text="ACW_OPTIONS_ALARM3ON">
578 <Anchors>
579 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
580 <Offset>
581 <AbsDimension x="35" y="-15"/>
582 </Offset>
583 </Anchor>
584 </Anchors>
585 </FontString>
586 <FontString name="TITAN_ACWAlarm3FrameText2" inherits="GameFontNormalSmall" text="ACW_OPTIONS_ALARM3TEXT">
587 <Anchors>
588 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
589 <Offset>
590 <AbsDimension x="9" y="-40"/>
591 </Offset>
592 </Anchor>
593 </Anchors>
594 </FontString>
595 <FontString name="TITAN_ACWAlarm3FrameText3" inherits="GameFontNormalSmall" text="ACW_OPTIONS_ALARM3TIME">
596 <Anchors>
597 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
598 <Offset>
599 <AbsDimension x="9" y="-83"/>
600 </Offset>
601 </Anchor>
602 </Anchors>
603 </FontString>
604 <FontString name="TITAN_ACWAlarm3FrameText4" inherits="GameFontNormalSmall" text=":">
605 <Anchors>
606 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
607 <Offset>
608 <AbsDimension x="106" y="-83"/>
609 </Offset>
610 </Anchor>
611 </Anchors>
612 </FontString>
613 </Layer>
614 </Layers>
615 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
616 <BackgroundInsets>
617 <AbsInset left="4" right="4" top="4" bottom="4"/>
618 </BackgroundInsets>
619 <TileSize>
620 <AbsValue val="32"/>
621 </TileSize>
622 <EdgeSize>
623 <AbsValue val="18"/>
624 </EdgeSize>
625 </Backdrop>
626 <Frames>
627 <CheckButton name="TITAN_ACWOptionsAlarm3CheckButton" inherits="TITAN_ACWOptionsCheckButtonTemplate" id="5">
628 <Anchors>
629 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
630 <Offset>
631 <AbsDimension x="5" y="-5"/>
632 </Offset>
633 </Anchor>
634 </Anchors>
635 </CheckButton>
636 <EditBox historyLines="0" letters="100" name="TITAN_ACWOptionsAlarm3EditBox" ignoreArrows="true">
637 <Size>
638 <AbsDimension x="295" y="26"/>
639 </Size>
640 <Anchors>
641 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
642 <Offset>
643 <AbsDimension x="7" y="-50"/>
644 </Offset>
645 </Anchor>
646 </Anchors>
647 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
648 <BackgroundInsets>
649 <AbsInset left="4" right="4" top="4" bottom="4"/>
650 </BackgroundInsets>
651 <TileSize>
652 <AbsValue val="32"/>
653 </TileSize>
654 <EdgeSize>
655 <AbsValue val="18"/>
656 </EdgeSize>
657 </Backdrop>
658 <Scripts>
659 <OnLoad>this:SetBackdropBorderColor(ACW_DLG_COLOR,ACW_DLG_COLOR,ACW_DLG_COLOR);</OnLoad>
660 <OnShow>this:ClearFocus();</OnShow>
661 <OnEnterPressed>this:ClearFocus();</OnEnterPressed>
662 <OnEscapePressed>this:ClearFocus();</OnEscapePressed>
663 <OnEditFocusLost>this:HighlightText(0,0);</OnEditFocusLost>
664 <OnTabPressed>TITAN_ACWOptionsAlarm3HourEditBox:HighlightText();TITAN_ACWOptionsAlarm3HourEditBox:SetFocus();</OnTabPressed>
665 </Scripts>
666 <FontString bytes="256" inherits="ChatFontNormal"/>
667 <TextInsets>
668 <AbsInset left="6" right="6" top="0" bottom="0"/>
669 </TextInsets>
670 </EditBox>
671 <EditBox historyLines="0" numeric="true" letters="2" name="TITAN_ACWOptionsAlarm3HourEditBox" ignoreArrows="true">
672 <Size>
673 <AbsDimension x="28" y="26"/>
674 </Size>
675 <Anchors>
676 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
677 <Offset>
678 <AbsDimension x="80" y="-75"/>
679 </Offset>
680 </Anchor>
681 </Anchors>
682 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
683 <BackgroundInsets>
684 <AbsInset left="4" right="4" top="4" bottom="4"/>
685 </BackgroundInsets>
686 <TileSize>
687 <AbsValue val="32"/>
688 </TileSize>
689 <EdgeSize>
690 <AbsValue val="18"/>
691 </EdgeSize>
692 </Backdrop>
693 <Scripts>
694 <OnLoad>this:SetBackdropBorderColor(ACW_DLG_COLOR,ACW_DLG_COLOR,ACW_DLG_COLOR);</OnLoad>
695 <OnShow>this:ClearFocus();</OnShow>
696 <OnEnterPressed>this:ClearFocus();</OnEnterPressed>
697 <OnEscapePressed>this:ClearFocus();</OnEscapePressed>
698 <OnEditFocusGained>this:HighlightText();</OnEditFocusGained>
699 <OnEditFocusLost>this:HighlightText(0,0);</OnEditFocusLost>
700 <OnTabPressed>TITAN_ACWOptionsAlarm3MinuteEditBox:HighlightText();TITAN_ACWOptionsAlarm3MinuteEditBox:SetFocus();</OnTabPressed>
701 </Scripts>
702 <FontString bytes="256" inherits="ChatFontNormal"/>
703 <TextInsets>
704 <AbsInset left="6" right="6" top="0" bottom="0"/>
705 </TextInsets>
706 </EditBox>
707 <EditBox historyLines="0" numeric="true" letters="2" name="TITAN_ACWOptionsAlarm3MinuteEditBox" ignoreArrows="true">
708 <Size>
709 <AbsDimension x="28" y="26"/>
710 </Size>
711 <Anchors>
712 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
713 <Offset>
714 <AbsDimension x="110" y="-75"/>
715 </Offset>
716 </Anchor>
717 </Anchors>
718 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
719 <BackgroundInsets>
720 <AbsInset left="4" right="4" top="4" bottom="4"/>
721 </BackgroundInsets>
722 <TileSize>
723 <AbsValue val="32"/>
724 </TileSize>
725 <EdgeSize>
726 <AbsValue val="18"/>
727 </EdgeSize>
728 </Backdrop>
729 <Scripts>
730 <OnLoad>this:SetBackdropBorderColor(ACW_DLG_COLOR,ACW_DLG_COLOR,ACW_DLG_COLOR);</OnLoad>
731 <OnShow>this:ClearFocus();</OnShow>
732 <OnEnterPressed>this:ClearFocus();</OnEnterPressed>
733 <OnEscapePressed>this:ClearFocus();</OnEscapePressed>
734 <OnEditFocusGained>this:HighlightText();</OnEditFocusGained>
735 <OnEditFocusLost>this:HighlightText(0,0);</OnEditFocusLost>
736 <OnTabPressed>TITAN_ACWOptionsAlarm1EditBox:HighlightText();TITAN_ACWOptionsAlarm1EditBox:SetFocus();</OnTabPressed>
737 </Scripts>
738 <FontString bytes="256" inherits="ChatFontNormal"/>
739 <TextInsets>
740 <AbsInset left="6" right="6" top="0" bottom="0"/>
741 </TextInsets>
742 </EditBox>
743 <CheckButton name="TITAN_ACWOptionsAlarm3PMCheckButton" inherits="TITAN_ACWOptionsToggleCheckButtonTemplate" hidden="true">
744 <Size>
745 <AbsDimension x="26" y="26"/>
746 </Size>
747 <Anchors>
748 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
749 <Offset>
750 <AbsDimension x="258" y="-75"/>
751 </Offset>
752 </Anchor>
753 </Anchors>
754 </CheckButton>
755 <CheckButton name="TITAN_ACWOptionsAlarm3AMCheckButton" inherits="TITAN_ACWOptionsToggleCheckButtonTemplate" hidden="true">
756 <Size>
757 <AbsDimension x="26" y="26"/>
758 </Size>
759 <Anchors>
760 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
761 <Offset>
762 <AbsDimension x="213" y="-75"/>
763 </Offset>
764 </Anchor>
765 </Anchors>
766 </CheckButton>
767 </Frames>
768 </Frame>
769 <Frame name="TITAN_ACWMiscFrame" enableMouse="true">
770 <Size>
771 <AbsDimension x="310" y="36"/>
772 </Size>
773 <Anchors>
774 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
775 <Offset>
776 <AbsDimension x="15" y="-511"/>
777 </Offset>
778 </Anchor>
779 </Anchors>
780 <Layers>
781 <Layer level="BACKGROUND">
782 <FontString name="TITAN_ACWMiscFrameText1" inherits="GameFontNormalSmall" text="ACW_SNOOZE_TIME">
783 <Anchors>
784 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
785 <Offset>
786 <AbsDimension x="9" y="-12"/>
787 </Offset>
788 </Anchor>
789 </Anchors>
790 </FontString>
791 <FontString name="TITAN_ACWMiscFrameText2" inherits="GameFontNormalSmall" text="minutes">
792 <Anchors>
793 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
794 <Offset>
795 <AbsDimension x="112" y="-12"/>
796 </Offset>
797 </Anchor>
798 </Anchors>
799 </FontString>
800 </Layer>
801 </Layers>
802 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
803 <BackgroundInsets>
804 <AbsInset left="4" right="4" top="4" bottom="4"/>
805 </BackgroundInsets>
806 <TileSize>
807 <AbsValue val="32"/>
808 </TileSize>
809 <EdgeSize>
810 <AbsValue val="18"/>
811 </EdgeSize>
812 </Backdrop>
813 <Scripts>
814  
815 </Scripts>
816 <Frames>
817 <EditBox historyLines="0" numeric="true" letters="2" name="TITAN_ACWOptionsSnoozeMinuteEditBox" ignoreArrows="true">
818 <Size>
819 <AbsDimension x="28" y="26"/>
820 </Size>
821 <Anchors>
822 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
823 <Offset>
824 <AbsDimension x="83" y="-5"/>
825 </Offset>
826 </Anchor>
827 </Anchors>
828 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
829 <BackgroundInsets>
830 <AbsInset left="4" right="4" top="4" bottom="4"/>
831 </BackgroundInsets>
832 <TileSize>
833 <AbsValue val="32"/>
834 </TileSize>
835 <EdgeSize>
836 <AbsValue val="18"/>
837 </EdgeSize>
838 </Backdrop>
839 <Scripts>
840 <OnLoad>this:SetBackdropBorderColor(ACW_DLG_COLOR,ACW_DLG_COLOR,ACW_DLG_COLOR);</OnLoad>
841 <OnShow>this:ClearFocus();</OnShow>
842 <OnEnterPressed>this:ClearFocus();</OnEnterPressed>
843 <OnEscapePressed>this:ClearFocus();</OnEscapePressed>
844 <OnEditFocusGained>this:HighlightText();</OnEditFocusGained>
845 </Scripts>
846 <FontString bytes="256" inherits="ChatFontNormal"/>
847 <TextInsets>
848 <AbsInset left="6" right="6" top="0" bottom="0"/>
849 </TextInsets>
850 </EditBox>
851 </Frames>
852 </Frame>
853 <Button name="TITAN_ACWOptionsFrameDefaults" inherits="OptionsButtonTemplate" text="DEFAULTS">
854 <Anchors>
855 <Anchor point="BOTTOMLEFT">
856 <Offset>
857 <AbsDimension x="13" y="16"/>
858 </Offset>
859 </Anchor>
860 </Anchors>
861 <Scripts>
862 <OnClick>
863 PlaySound("igMainMenuOptionCheckBoxOn");
864 TITAN_ACWOptionsFrame_SetDefaults();
865 </OnClick>
866 </Scripts>
867 </Button>
868 <Button name="TITAN_ACWOptionsFrameOkay" inherits="OptionsButtonTemplate" text="Okay">
869 <Anchors>
870 <Anchor point="BOTTOMRIGHT">
871 <Offset>
872 <AbsDimension x="-12" y="16"/>
873 </Offset>
874 </Anchor>
875 </Anchors>
876 <Scripts>
877 <OnClick>
878 PlaySound("gsTitleOptionOK");
879 TITAN_ACW_OnOK();
880 </OnClick>
881 </Scripts>
882 </Button>
883 </Frames>
884 <Scripts>
885 <OnLoad>
886 TITAN_ACWOptionsFrame_OnLoad();
887 </OnLoad>
888 <OnShow>
889 TITAN_ACWOptionsFrame_OnShow();
890 </OnShow>
891 <OnHide>
892 TITAN_ACWOptionsFrame_OnHide();
893 </OnHide>
894 </Scripts>
895 </Frame>
896 <Frame parent="UIParent">
897 <Frames>
898 <Button name="TitanPanelACWButton" inherits="TitanPanelButtonTemplate" frameStrata="FULLSCREEN" toplevel="true">
899 <Size>
900 <AbsDimension x="51" y="16"/>
901 </Size>
902 <Frames>
903 <Button name="$parentText" inherits="TitanPanelButtonTemplate" hidden="false" enableMouse="false">
904 <Size>
905 <AbsDimension x="51" y="16"/>
906 </Size>
907 <Anchors>
908 <Anchor point="TOP" relativePoint="TOP">
909 <Offset>
910 <AbsDimension x="0" y="1"/>
911 </Offset>
912 </Anchor>
913 </Anchors>
914 <Scripts>
915 <OnClick>
916 TITAN_ACW_OnMouseDown(arg1);
917 </OnClick>
918 </Scripts>
919 <NormalText name="$parentText" inherits="GameFontNormalSmall" justifyH="CENTER">
920 <Anchors>
921 <Anchor point="CENTER"/>
922 </Anchors>
923 </NormalText>
924 <PushedTextOffset>
925 <AbsDimension x="0" y="0"/>
926 </PushedTextOffset>
927 </Button>
928 <Button name="TITAN_ACW_CompactIcon" inherits="TitanPanelButtonTemplate" hidden="false">
929 <Size>
930 <AbsDimension x="35" y="16"/>
931 </Size>
932 <Anchors>
933 <Anchor point="TOP" relativePoint="TOP">
934 <Offset>
935 <AbsDimension x="0" y="1"/>
936 </Offset>
937 </Anchor>
938 </Anchors>
939 <Scripts>
940 <OnClick>
941 TITAN_ACW_OnMouseDown(arg1);
942 </OnClick>
943 </Scripts>
944 <NormalTexture name="TITAN_ACW_TestButton" file="Interface\AddOns\TitanAlarmClockWrangler\bellIcon2">
945 <Size>
946 <AbsDimension x="12" y="12"/>
947 </Size>
948 <Anchors>
949 <Anchor point="CENTER"/>
950 </Anchors>
951 </NormalTexture>
952 </Button>
953 <Button name="TitanPanelAcknowledgeButton" inherits="TitanPanelButtonTemplate" hidden="true">
954 <Size>
955 <AbsDimension x="13" y="13"/>
956 </Size>
957 <Anchors>
958 <Anchor point="RIGHT" relativeTo="$parentText" relativePoint="LEFT">
959 <Offset>
960 <AbsDimension x="1" y="0"/>
961 </Offset>
962 </Anchor>
963 </Anchors>
964 <Scripts>
965 <OnLoad>
966 this:SetFrameLevel(this:GetFrameLevel() + 100);
967 </OnLoad>
968 <OnClick>
969 PlaySound("igMainMenuClose");
970 TITAN_ACW_AcknowledgeAlarm(arg1);
971 </OnClick>
972 <OnEnter>
973 TITAN_ACW_ButtonTooltips();
974 </OnEnter>
975 <OnLeave>
976 GameTooltip:Hide();
977 </OnLeave>
978 </Scripts>
979 <NormalTexture name="TITAN_ACW_RedButton" file="Interface\AddOns\TitanAlarmClockWrangler\buttons">
980 <Size>
981 <AbsDimension x="13" y="13"/>
982 </Size>
983 <Anchors>
984 <Anchor point="RIGHT"/>
985 </Anchors>
986 <TexCoords left="0.25" right="0.5" top="0" bottom="1"/>
987 </NormalTexture>
988 </Button>
989 <Button name="TitanPanelSnoozeButton" inherits="TitanPanelButtonTemplate" hidden="true">
990 <Size>
991 <AbsDimension x="13" y="13"/>
992 </Size>
993 <Anchors>
994 <Anchor point="LEFT" relativeTo="$parentText" relativePoint="RIGHT">
995 <Offset>
996 <AbsDimension x="1" y="0"/>
997 </Offset>
998 </Anchor>
999 </Anchors>
1000 <Scripts>
1001 <OnLoad>
1002 this:SetFrameLevel(this:GetFrameLevel() + 100);
1003 </OnLoad>
1004 <OnClick>
1005 PlaySound("igMainMenuClose");
1006 TITAN_ACW_Snooze(arg1);
1007 </OnClick>
1008 <OnEnter>
1009 TITAN_ACW_ButtonTooltips();
1010 </OnEnter>
1011 <OnLeave>
1012 GameTooltip:Hide();
1013 </OnLeave>
1014 </Scripts>
1015 <NormalTexture name="TITAN_ACW_BlueButton" file="Interface\AddOns\TitanAlarmClockWrangler\buttons">
1016 <Size>
1017 <AbsDimension x="13" y="13"/>
1018 </Size>
1019 <Anchors>
1020 <Anchor point="LEFT"/>
1021 </Anchors>
1022 <TexCoords left="0.25" right="0.5" top="0" bottom="1"/>
1023 </NormalTexture>
1024 </Button>
1025 </Frames>
1026 <Scripts>
1027 <OnLoad>
1028 TitanPanelACWButton_OnLoad();
1029 TitanPanelButton_OnLoad();
1030 </OnLoad>
1031 <OnEvent>
1032 TitanPanelACWButton_OnEvent();
1033 </OnEvent>
1034 <OnUpdate>
1035 TitanPanelACWButton_OnUpdate(arg1);
1036 TitanPanelButton_OnUpdate(arg1);
1037 </OnUpdate>
1038 <OnClick>
1039 TITAN_ACW_OnMouseDown(arg1);
1040 </OnClick>
1041 <OnHide>
1042 TitanPanelClockButton_GetButtonText = TITAN_ACW_OLD_CLOCK_FUNCTION;
1043 </OnHide>
1044 </Scripts>
1045 </Button>
1046 </Frames>
1047 </Frame>
1048 </Ui>