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/C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
2 <Script file="CS_AddOnOrganizer.lua"/>
3 <Button name="CS_AddOnOrganizer_TitleButtonTemplate" virtual="true">
4 <Size>
5 <AbsDimension x="300" y="16"/>
6 </Size>
7 <Layers>
8 <Layer level="BACKGROUND">
9 <FontString name="$parentTag" inherits="GameFontNormal" justifyH="RIGHT">
10 <Size>
11 <AbsDimension x="80" y="16"/>
12 </Size>
13 <Anchors>
14 <Anchor point="RIGHT">
15 <Offset>
16 <AbsDimension x="-2" y="0"/>
17 </Offset>
18 </Anchor>
19 </Anchors>
20 </FontString>
21 </Layer>
22 </Layers>
23 <Scripts>
24 <OnLoad>
25 this:RegisterForClicks("LeftButtonUp", "RightButtonUp");
26 </OnLoad>
27 <OnClick>
28 CS_AddOnOrganizer_TitleButton_OnClick();
29 </OnClick>
30 <OnEnter>
31 CS_AddOnOrganizer_TitleButton_OnEnter();
32 </OnEnter>
33 <OnLeave>
34 GameTooltip:Hide();
35 </OnLeave>
36 </Scripts>
37 <NormalText name="$parentNormalText" inherits="GameFontNormal" justifyH="LEFT" nonspacewrap="true">
38 <Size>
39 <AbsDimension x="275" y="10"/>
40 </Size>
41 <Anchors>
42 <Anchor point="LEFT">
43 <Offset>
44 <AbsDimension x="2" y="0"/>
45 </Offset>
46 </Anchor>
47 </Anchors>
48 </NormalText>
49 <HighlightText name="$parentHighlightText" inherits="GameFontHighlight" justifyH="LEFT" nonspacewrap="true">
50 <Size>
51 <AbsDimension x="275" y="10"/>
52 </Size>
53 <Anchors>
54 <Anchor point="LEFT">
55 <Offset>
56 <AbsDimension x="2" y="0"/>
57 </Offset>
58 </Anchor>
59 </Anchors>
60 </HighlightText>
61 <DisabledText name="$parentDisabledText" inherits="GameFontHighlight" justifyH="LEFT" nonspacewrap="true">
62 <Size>
63 <AbsDimension x="275" y="15"/>
64 </Size>
65 <Anchors>
66 <Anchor point="LEFT">
67 <Offset>
68 <AbsDimension x="2" y="0"/>
69 </Offset>
70 </Anchor>
71 </Anchors>
72 </DisabledText>
73 </Button>
74  
75 <Frame name="CS_AddOnOrganizer_MenuAddition" parent="GameMenuFrame" FrameSTRATA="low">
76 <Size>
77 <AbsDimension x="150" y="40"/>
78 </Size>
79 <Anchors>
80 <Anchor point="TOP" relativeTo="GameMenuFrame" relativePoint="BOTTOM">
81 <Offset>
82 <AbsDimension x="0" y="12"/>
83 </Offset>
84 </Anchor>
85 </Anchors>
86 <Backdrop bgFile="Interface\Minimap\TooltipBackdrop-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
87 <EdgeSize>
88 <AbsValue val="16"/>
89 </EdgeSize>
90 <TileSize>
91 <AbsValue val="16"/>
92 </TileSize>
93 <BackgroundInsets>
94 <AbsInset left="4" right="4" top="4" bottom="4"/>
95 </BackgroundInsets>
96 </Backdrop>
97  
98 <Frames>
99 <Button name="CS_AddOnOrganizer_OptionsButton" inherits="GameMenuButtonTemplate" parent="CS_AddOnOrganizer_MenuAddition" text="AddOnOrganizer">
100 <Anchors>
101 <Anchor point="TOP" relativeTo="CS_AddOnOrganizer_MenuAddition" relativePoint="TOP">
102 <Offset>
103 <AbsDimension x="0" y="-10"/>
104 </Offset>
105 </Anchor>
106 </Anchors>
107 <Scripts>
108 <OnClick>
109 CS_AddOnOrganizer_ListShowHide();
110 </OnClick>
111 </Scripts>
112 </Button>
113 </Frames>
114 </Frame>
115  
116 <Frame name="CS_AddOnOrganizer_List" enableMouse="true" movable="true" toplevel="true" parent="UIParent" hidden="true">
117 <Size>
118 <AbsDimension x="384" y="512"/>
119 </Size>
120 <Anchors>
121 <Anchor point="TOPLEFT">
122 <Offset>
123 <AbsDimension x="0" y="-104"/>
124 </Offset>
125 </Anchor>
126 </Anchors>
127 <HitRectInsets>
128 <AbsInset left="0" right="30" top="0" bottom="45"/>
129 </HitRectInsets>
130 <Scripts>
131 <OnLoad>
132 CS_AddOnOrganizer_OnLoad();
133 this:RegisterForDrag("LeftButton");
134 </OnLoad>
135 <OnDragStart>
136 this:StartMoving();
137 this.isMoving = true;
138 </OnDragStart>
139 <OnDragStop>
140 this:StopMovingOrSizing();
141 this.isMoving = false;
142 </OnDragStop>
143 <OnEvent>
144 CS_AddOnOrganizer_OnEvent(event);
145 </OnEvent>
146 </Scripts>
147 <Layers>
148 <Layer level="ARTWORK">
149 <FontString name = "$parent_Title" inherits="GameFontNormal">
150 <Anchors>
151 <Anchor point="TOP">
152 <Offset>
153 <AbsDimension x="0" y="-18"/>
154 </Offset>
155 </Anchor>
156 </Anchors>
157 </FontString>
158 <Texture file="Interface\MacroFrame\MacroFrame-Icon">
159 <Size>
160 <AbsDimension x="60" y="60"/>
161 </Size>
162 <Anchors>
163 <Anchor point="TOPLEFT">
164 <Offset>
165 <AbsDimension x="7" y="-6"/>
166 </Offset>
167 </Anchor>
168 </Anchors>
169 </Texture>
170 <Texture name="$parentTopLeft" file="Interface\PaperDollInfoFrame\UI-Character-General-TopLeft">
171 <Size>
172 <AbsDimension x="256" y="256"/>
173 </Size>
174 <Anchors>
175 <Anchor point="TOPLEFT"/>
176 </Anchors>
177 </Texture>
178 <Texture name="$parentTopRight" file="Interface\PaperDollInfoFrame\UI-Character-General-TopRight">
179 <Size>
180 <AbsDimension x="128" y="256"/>
181 </Size>
182 <Anchors>
183 <Anchor point="TOPRIGHT"/>
184 </Anchors>
185 </Texture>
186 <Texture name="$parentBottomLeft" file="Interface\FriendsFrame\UI-IgnoreFrame-BotLeft">
187 <Size>
188 <AbsDimension x="256" y="256"/>
189 </Size>
190 <Anchors>
191 <Anchor point="BOTTOMLEFT"/>
192 </Anchors>
193 </Texture>
194 <Texture name="$parentBottomRight" file="Interface\FriendsFrame\UI-IgnoreFrame-BotRight">
195 <Size>
196 <AbsDimension x="128" y="256"/>
197 </Size>
198 <Anchors>
199 <Anchor point="BOTTOMRIGHT"/>
200 </Anchors>
201 </Texture>
202 </Layer>
203 <Layer level="OVERLAY">
204 <Texture name="$parent_CountRight" file="Interface\Common\Common-Input-Border">
205 <Size>
206 <AbsDimension x="8" y="20"/>
207 </Size>
208 <Anchors>
209 <Anchor point="TOPRIGHT">
210 <Offset>
211 <AbsDimension x="-47" y="-41"/>
212 </Offset>
213 </Anchor>
214 </Anchors>
215 <TexCoords left="0.9375" right="1.0" top="0" bottom="0.625"/>
216 </Texture>
217 <Texture name="$parent_CountMiddle" file="Interface\Common\Common-Input-Border">
218 <Size>
219 <AbsDimension x="100" y="20"/>
220 </Size>
221 <Anchors>
222 <Anchor point="RIGHT" relativeTo="$parent_CountRight" relativePoint="LEFT"/>
223 </Anchors>
224 <TexCoords left="0.0625" right="0.9375" top="0" bottom="0.625"/>
225 </Texture>
226 <Texture name="$parent_CountLeft" file="Interface\Common\Common-Input-Border">
227 <Size>
228 <AbsDimension x="8" y="20"/>
229 </Size>
230 <Anchors>
231 <Anchor point="RIGHT" relativeTo="$parent_CountMiddle" relativePoint="LEFT"/>
232 </Anchors>
233 <TexCoords left="0" right="0.0625" top="0" bottom="0.625"/>
234 </Texture>
235 <FontString name="$parent_AddOnCount" inherits="GameFontNormalSmall">
236 <Anchors>
237 <Anchor point="RIGHT" relativeTo="$parent_CountRight">
238 <Offset>
239 <AbsDimension x="-6" y="0"/>
240 </Offset>
241 </Anchor>
242 </Anchors>
243 </FontString>
244 </Layer>
245 </Layers>
246 <Frames>
247  
248  
249 <Frame name="$parent_Profiles" enableMouse="true" toplevel="true" parent="CS_AddOnOrganizer_List" hidden="true">
250 <Size>
251 <AbsDimension x="250" y="125"/>
252 </Size>
253 <Anchors>
254 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="CS_AddOnOrganizer_List">
255 <Offset>
256 <AbsDimension x="-32" y="-32"/>
257 </Offset>
258 </Anchor>
259 </Anchors>
260 <Backdrop bgFile="Interface\Minimap\TooltipBackdrop-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
261 <EdgeSize>
262 <AbsValue val="16"/>
263 </EdgeSize>
264 <TileSize>
265 <AbsValue val="16"/>
266 </TileSize>
267 <BackgroundInsets>
268 <AbsInset left="4" right="4" top="4" bottom="4"/>
269 </BackgroundInsets>
270 </Backdrop>
271 <Layers>
272 <Layer level="OVERLAY">
273 <FontString name="$parent_Dec1" inherits="GameFontNormalSmall" text="Type a new name into the textbox,">
274 <Anchors>
275 <Anchor point="TOPLEFT" relativeTo="$parent">
276 <Offset>
277 <AbsDimension x="5" y="-5"/>
278 </Offset>
279 </Anchor>
280 </Anchors>
281 </FontString>
282 <FontString name="$parent_Dec2" inherits="GameFontNormalSmall" text="press 'Save' to save a new profile.">
283 <Anchors>
284 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parent_Dec1">
285 <Offset>
286 <AbsDimension x="0" y="0"/>
287 </Offset>
288 </Anchor>
289 </Anchors>
290 </FontString>
291 </Layer>
292 </Layers>
293  
294 <Frames>
295 <EditBox name="SaveProfileEditBox" autoFocus="false" inherits="InputBoxTemplate" letters="25">
296 <Size>
297 <AbsDimension x="235" y="16"/>
298 </Size>
299 <Anchors>
300 <Anchor point="TOPLEFT" relativeTo="$parent_Dec2" relativePoint="BOTTOMLEFT">
301 <Offset>
302 <AbsDimension x="5" y="-5 "/>
303 </Offset>
304 </Anchor>
305 </Anchors>
306 <FontString inherits="ChatFontNormal" bytes="64"/>
307 <Layers>
308 <Layer level="OVERLAY">
309 <FontString name="SaveProfileEditBoxText" inherits="GameFontNormalSmall" justifyH="LEFT">
310 <Size>
311 <AbsDimension x="120" y="20"/>
312 </Size>
313 <Anchors>
314 <Anchor point="LEFT" relativeTo="SaveProfileEditBox" relativePoint="RIGHT">
315 <Offset>
316 <AbsDimension x="0" y="0"/>
317 </Offset>
318 </Anchor>
319 </Anchors>
320 </FontString>
321 </Layer>
322 </Layers>
323 </EditBox>
324 <Frame name="ProfilesDropDown" inherits="UIDropDownMenuTemplate" id="1">
325 <Anchors>
326 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parent_Dec2">
327 <Offset>
328 <AbsDimension x="-15" y="-36" />
329 </Offset>
330 </Anchor>
331 </Anchors>
332 <Layers>
333 <Layer level="OVERLAY">
334 <FontString inherits="GameFontNormalSmall" text="Profiles:">
335 <Anchors>
336 <Anchor point="TOPLEFT">
337 <Offset>
338 <AbsDimension x="20" y="10"/>
339 </Offset>
340 </Anchor>
341 </Anchors>
342 </FontString>
343 </Layer>
344 </Layers>
345 <Scripts>
346 <OnLoad>CS_AddOnOrganizer_Profiles_ProfilesDropDown_OnLoad()</OnLoad>
347 <OnShow>CS_AddOnOrganizer_Profiles_ProfilesDropDown_OnLoad()</OnShow>
348 </Scripts>
349 </Frame>
350 <Button name="SaveProfile" inherits="UIPanelButtonTemplate" text="Save">
351 <Size>
352 <AbsDimension x="120" y="21"/>
353 </Size>
354 <Anchors>
355 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="ProfilesDropDown">
356 <Offset>
357 <AbsDimension x="15" y="0"/>
358 </Offset>
359 </Anchor>
360 </Anchors>
361 <Scripts>
362 <OnClick>
363 CS_AddOnOrganizer_SaveProfile();
364 </OnClick>
365 </Scripts>
366 </Button>
367 <Button name="DeleteProfile" inherits="UIPanelButtonTemplate" text="Delete">
368 <Size>
369 <AbsDimension x="120" y="21"/>
370 </Size>
371 <Anchors>
372 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="SaveProfile">
373 <Offset>
374 <AbsDimension x="0" y="0"/>
375 </Offset>
376 </Anchor>
377 </Anchors>
378 <Scripts>
379 <OnClick>
380 CS_AddOnOrganizer_DeleteProfile();
381 </OnClick>
382 </Scripts>
383 </Button>
384 </Frames>
385  
386 </Frame>
387  
388  
389  
390 <Button name="$parent_CloseButton" inherits="UIPanelCloseButton">
391 <Anchors>
392 <Anchor point="TOPRIGHT">
393 <Offset>
394 <AbsDimension x="-30" y="-8"/>
395 </Offset>
396 </Anchor>
397 </Anchors>
398 <Scripts>
399 <OnClick>
400 CS_AddOnOrganizer_ListShowHide();
401 </OnClick>
402 </Scripts>
403 </Button>
404 <Button name="$parent_AcceptButton" inherits="UIPanelButtonTemplate" text="Accept">
405 <Size>
406 <AbsDimension x="131" y="21"/>
407 </Size>
408 <Anchors>
409 <Anchor point="BOTTOMLEFT">
410 <Offset>
411 <AbsDimension x="18" y="80"/>
412 </Offset>
413 </Anchor>
414 </Anchors>
415 <Scripts>
416 <OnClick>
417 CS_AddOnOrganizer_AcceptButton_OnClick();
418 </OnClick>
419 <OnEnter>
420 GameTooltip_AddNewbieTip("Accept", 1.0, 1.0, 1.0,"Warning! Some UI's need a restart of WOW in order to work properly!\nAlso remember not to unload any addon wich is a dependencie.", 1);
421 </OnEnter>
422 <OnLeave>
423 GameTooltip:Hide();
424 </OnLeave>
425 </Scripts>
426 </Button>
427 <Button name="$parent_ReloadUIButton" inherits="UIPanelButtonTemplate" text="ReloadUI">
428 <Size>
429 <AbsDimension x="66" y="21"/>
430 </Size>
431 <Anchors>
432 <Anchor point="LEFT" relativePoint="RIGHT" relativeTo="$parent_AcceptButton"/>
433 </Anchors>
434 <Scripts>
435 <OnClick>
436 CS_AddOnOrganizer_ReloadUIButton();
437 </OnClick>
438 </Scripts>
439 </Button>
440 <Button name="$parent_CloseButton2" inherits="UIPanelButtonTemplate" text="Cancel">
441 <Size>
442 <AbsDimension x="131" y="21"/>
443 </Size>
444 <Anchors>
445 <Anchor point="BOTTOMRIGHT">
446 <Offset>
447 <AbsDimension x="-40" y="80"/>
448 </Offset>
449 </Anchor>
450 </Anchors>
451 <Scripts>
452 <OnClick>
453 CS_AddOnOrganizer_ListShowHide();
454 </OnClick>
455 </Scripts>
456 </Button>
457 <Button name="$parent_EnableAll" inherits="UIPanelButtonTemplate" text="Enable All">
458 <Size>
459 <AbsDimension x="90" y="21"/>
460 </Size>
461 <Anchors>
462 <Anchor point="TOPLEFT">
463 <Offset>
464 <AbsDimension x="70" y="-32"/>
465 </Offset>
466 </Anchor>
467 </Anchors>
468 <Scripts>
469 <OnClick>
470 CS_AddOnOrganizer_EnableAll();
471 </OnClick>
472 </Scripts>
473 </Button>
474 <Button name="$parent_DisableAll" inherits="UIPanelButtonTemplate" text="Disable All">
475 <Size>
476 <AbsDimension x="90" y="21"/>
477 </Size>
478 <Anchors>
479 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parent_EnableAll">
480 <Offset>
481 <AbsDimension x="0" y="0"/>
482 </Offset>
483 </Anchor>
484 </Anchors>
485 <Scripts>
486 <OnClick>
487 CS_AddOnOrganizer_DisableAll();
488 </OnClick>
489 </Scripts>
490 </Button>
491  
492 <Button name="$parent_Profile" inherits="UIPanelButtonTemplate" text="Profiles...">
493 <Size>
494 <AbsDimension x="80" y="21"/>
495 </Size>
496 <Anchors>
497 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent_EnableAll">
498 <Offset>
499 <AbsDimension x="0" y="-10"/>
500 </Offset>
501 </Anchor>
502 </Anchors>
503 <Scripts>
504 <OnClick>
505 CS_AddOnOrganizer_ProfilesShowHide();
506 </OnClick>
507 </Scripts>
508 </Button>
509  
510  
511 <ScrollFrame name="$parent_Scroll" inherits="FauxScrollFrameTemplate">
512 <Size>
513 <AbsDimension x="296" y="332"/>
514 </Size>
515 <Anchors>
516 <Anchor point="TOPRIGHT">
517 <Offset>
518 <AbsDimension x="-66" y="-78"/>
519 </Offset>
520 </Anchor>
521 </Anchors>
522 <Scripts>
523 <OnVerticalScroll>
524 FauxScrollFrame_OnVerticalScroll(CS_ADDONORGANIZER_ADDONSLINE_HEIGHT, CS_AddOnOrganizer_List_Update);
525 </OnVerticalScroll>
526 </Scripts>
527 <Layers>
528 <Layer level="BACKGROUND">
529 <Texture name="$parent_BarTop" file="Interface\PaperDollInfoFrame\UI-Character-ScrollBar">
530 <Size>
531 <AbsDimension x="31" y="256"/>
532 </Size>
533 <Anchors>
534 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
535 <Offset>
536 <AbsDimension x="-2" y="5"/>
537 </Offset>
538 </Anchor>
539 </Anchors>
540 <TexCoords left="0" right="0.484375" top="0" bottom="1.0"/>
541 </Texture>
542 <Texture file="Interface\PaperDollInfoFrame\UI-Character-ScrollBar">
543 <Size>
544 <AbsDimension x="31" y="108"/>
545 </Size>
546 <Anchors>
547 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT">
548 <Offset>
549 <AbsDimension x="-2" y="-2"/>
550 </Offset>
551 </Anchor>
552 </Anchors>
553 <TexCoords left="0.515625" right="1.0" top="0" bottom="0.421875"/>
554 </Texture>
555 </Layer>
556 </Layers>
557 </ScrollFrame>
558  
559 <Frame name="$parent_HighlightFrame" hidden="true">
560 <Size>
561 <AbsDimension x="293" y="16"/>
562 </Size>
563 <Anchors>
564 <Anchor point="TOPLEFT"/>
565 </Anchors>
566 <Layers>
567 <Layer level="ARTWORK">
568 <Texture name="$parent_SkillHighlight" file="Interface\QuestFrame\UI-QuestLogTitleHighlight" alphaMode="ADD"/>
569 </Layer>
570 </Layers>
571 </Frame>
572 <Button name="$parent_Title1" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="1" hidden="true">
573 <Anchors>
574 <Anchor point="TOPLEFT" relativeTo="$parent">
575 <Offset>
576 <AbsDimension x="19" y="-75"/>
577 </Offset>
578 </Anchor>
579 </Anchors>
580 </Button>
581 <Button name="$parent_Title2" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="2" hidden="true">
582 <Anchors>
583 <Anchor point="TOPLEFT" relativeTo="$parent_Title1" relativePoint="BOTTOMLEFT">
584 <Offset>
585 <AbsDimension x="0" y="1"/>
586 </Offset>
587 </Anchor>
588 </Anchors>
589 </Button>
590 <Button name="$parent_Title3" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="3" hidden="true">
591 <Anchors>
592 <Anchor point="TOPLEFT" relativeTo="$parent_Title2" relativePoint="BOTTOMLEFT">
593 <Offset>
594 <AbsDimension x="0" y="1"/>
595 </Offset>
596 </Anchor>
597 </Anchors>
598 </Button>
599 <Button name="$parent_Title4" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="4" hidden="true">
600 <Anchors>
601 <Anchor point="TOPLEFT" relativeTo="$parent_Title3" relativePoint="BOTTOMLEFT">
602 <Offset>
603 <AbsDimension x="0" y="1"/>
604 </Offset>
605 </Anchor>
606 </Anchors>
607 </Button>
608 <Button name="$parent_Title5" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="5" hidden="true">
609 <Anchors>
610 <Anchor point="TOPLEFT" relativeTo="$parent_Title4" relativePoint="BOTTOMLEFT">
611 <Offset>
612 <AbsDimension x="0" y="1"/>
613 </Offset>
614 </Anchor>
615 </Anchors>
616 </Button>
617 <Button name="$parent_Title6" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="6" hidden="true">
618 <Anchors>
619 <Anchor point="TOPLEFT" relativeTo="$parent_Title5" relativePoint="BOTTOMLEFT">
620 <Offset>
621 <AbsDimension x="0" y="1"/>
622 </Offset>
623 </Anchor>
624 </Anchors>
625 </Button>
626 <Button name="$parent_Title7" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="7" hidden="true">
627 <Anchors>
628 <Anchor point="TOPLEFT" relativeTo="$parent_Title6" relativePoint="BOTTOMLEFT">
629 <Offset>
630 <AbsDimension x="0" y="1"/>
631 </Offset>
632 </Anchor>
633 </Anchors>
634 </Button>
635 <Button name="$parent_Title8" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="8" hidden="true">
636 <Anchors>
637 <Anchor point="TOPLEFT" relativeTo="$parent_Title7" relativePoint="BOTTOMLEFT">
638 <Offset>
639 <AbsDimension x="0" y="1"/>
640 </Offset>
641 </Anchor>
642 </Anchors>
643 </Button>
644 <Button name="$parent_Title9" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="9" hidden="true">
645 <Anchors>
646 <Anchor point="TOPLEFT" relativeTo="$parent_Title8" relativePoint="BOTTOMLEFT">
647 <Offset>
648 <AbsDimension x="0" y="1"/>
649 </Offset>
650 </Anchor>
651 </Anchors>
652 </Button>
653 <Button name="$parent_Title10" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="10" hidden="true">
654 <Anchors>
655 <Anchor point="TOPLEFT" relativeTo="$parent_Title9" relativePoint="BOTTOMLEFT">
656 <Offset>
657 <AbsDimension x="0" y="1"/>
658 </Offset>
659 </Anchor>
660 </Anchors>
661 </Button>
662 <Button name="$parent_Title11" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="11" hidden="true">
663 <Anchors>
664 <Anchor point="TOPLEFT" relativeTo="$parent_Title10" relativePoint="BOTTOMLEFT">
665 <Offset>
666 <AbsDimension x="0" y="1"/>
667 </Offset>
668 </Anchor>
669 </Anchors>
670 </Button>
671 <Button name="$parent_Title12" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="12" hidden="true">
672 <Anchors>
673 <Anchor point="TOPLEFT" relativeTo="$parent_Title11" relativePoint="BOTTOMLEFT">
674 <Offset>
675 <AbsDimension x="0" y="1"/>
676 </Offset>
677 </Anchor>
678 </Anchors>
679 </Button>
680 <Button name="$parent_Title13" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="13" hidden="true">
681 <Anchors>
682 <Anchor point="TOPLEFT" relativeTo="$parent_Title12" relativePoint="BOTTOMLEFT">
683 <Offset>
684 <AbsDimension x="0" y="1"/>
685 </Offset>
686 </Anchor>
687 </Anchors>
688 </Button>
689 <Button name="$parent_Title14" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="14" hidden="true">
690 <Anchors>
691 <Anchor point="TOPLEFT" relativeTo="$parent_Title13" relativePoint="BOTTOMLEFT">
692 <Offset>
693 <AbsDimension x="0" y="1"/>
694 </Offset>
695 </Anchor>
696 </Anchors>
697 </Button>
698 <Button name="$parent_Title15" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="15" hidden="true">
699 <Anchors>
700 <Anchor point="TOPLEFT" relativeTo="$parent_Title14" relativePoint="BOTTOMLEFT">
701 <Offset>
702 <AbsDimension x="0" y="1"/>
703 </Offset>
704 </Anchor>
705 </Anchors>
706 </Button>
707 <Button name="$parent_Title16" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="16" hidden="true">
708 <Anchors>
709 <Anchor point="TOPLEFT" relativeTo="$parent_Title15" relativePoint="BOTTOMLEFT">
710 <Offset>
711 <AbsDimension x="0" y="1"/>
712 </Offset>
713 </Anchor>
714 </Anchors>
715 </Button>
716 <Button name="$parent_Title17" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="17" hidden="true">
717 <Anchors>
718 <Anchor point="TOPLEFT" relativeTo="$parent_Title16" relativePoint="BOTTOMLEFT">
719 <Offset>
720 <AbsDimension x="0" y="1"/>
721 </Offset>
722 </Anchor>
723 </Anchors>
724 </Button>
725 <Button name="$parent_Title18" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="18" hidden="true">
726 <Anchors>
727 <Anchor point="TOPLEFT" relativeTo="$parent_Title17" relativePoint="BOTTOMLEFT">
728 <Offset>
729 <AbsDimension x="0" y="1"/>
730 </Offset>
731 </Anchor>
732 </Anchors>
733 </Button>
734 <Button name="$parent_Title19" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="19" hidden="true">
735 <Anchors>
736 <Anchor point="TOPLEFT" relativeTo="$parent_Title18" relativePoint="BOTTOMLEFT">
737 <Offset>
738 <AbsDimension x="0" y="1"/>
739 </Offset>
740 </Anchor>
741 </Anchors>
742 </Button>
743 <Button name="$parent_Title20" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="20" hidden="true">
744 <Anchors>
745 <Anchor point="TOPLEFT" relativeTo="$parent_Title19" relativePoint="BOTTOMLEFT">
746 <Offset>
747 <AbsDimension x="0" y="1"/>
748 </Offset>
749 </Anchor>
750 </Anchors>
751 </Button>
752 <Button name="$parent_Title21" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="21" hidden="true">
753 <Anchors>
754 <Anchor point="TOPLEFT" relativeTo="$parent_Title20" relativePoint="BOTTOMLEFT">
755 <Offset>
756 <AbsDimension x="0" y="1"/>
757 </Offset>
758 </Anchor>
759 </Anchors>
760 </Button>
761 <Button name="$parent_Title22" inherits="CS_AddOnOrganizer_TitleButtonTemplate" id="22" hidden="true">
762 <Anchors>
763 <Anchor point="TOPLEFT" relativeTo="$parent_Title21" relativePoint="BOTTOMLEFT">
764 <Offset>
765 <AbsDimension x="0" y="1"/>
766 </Offset>
767 </Anchor>
768 </Anchors>
769 </Button>
770 </Frames>
771 </Frame>
772 </Ui>