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="WoW_UtilityClasses.lua"/>
4 <Script file="FlexBar_Localization.lua"/>
5 <Script file="FlexBar_Globals.lua"/>
6 <Script file="FlexBar_EventHandlers.lua"/>
7 <Script file="FlexBar_SlashCommands.lua"/>
8 <Script file="FlexBar_HelperFunctions.lua"/>
9 <Script file="FlexBar_Conditionals.lua"/>
10 <Script file="FlexBar_TextSub.lua"/>
11 <Script file="FlexBar_Performance.lua"/>
12 <Script file="FlexBar.lua"/>
13 <Script file="FlexBar_Config.lua"/>
14 <FontString name="FlexBarFont" font="Fonts\ARIALN.TTF" outline="NORMAL" virtual="true" monochrome="true">
15 <FontHeight>
16 <AbsValue val="12"/>
17 </FontHeight>
18 <Color r="1.0" g="1.0" b="1.0"/>
19 </FontString>
20 <FontString name="FlexBarFont2" font="Fonts\ARIALN.TTF" outline="NORMAL" virtual="true" monochrome="true">
21 <FontHeight>
22 <AbsValue val="12"/>
23 </FontHeight>
24 <Color r="1.0" g="1.0" b="1.0"/>
25 </FontString>
26 <FontString name="FlexBarFont3" font="Fonts\ARIALN.TTF" outline="NORMAL" virtual="true" monochrome="true">
27 <FontHeight>
28 <AbsValue val="12"/>
29 </FontHeight>
30 <Color r="1.0" g="1.0" b="1.0"/>
31 </FontString>
32 <CheckButton name="FlexBarButtonTemplate" virtual="true">
33 <Size>
34 <AbsDimension x="36" y="36"/>
35 </Size>
36 <Layers>
37 <Layer level="BACKGROUND">
38 <Texture name="$parentIcon"/>
39 </Layer>
40 <Layer level="ARTWORK">
41 <Texture name="$parentFlash" file="Interface\Buttons\UI-QuickslotRed" hidden="true"/>
42 <Texture name="$parentAutoCastable" file="Interface\Buttons\UI-AutoCastableOverlay" hidden="true" alphamode="ADD">
43 <Size>
44 <AbsDimension x="60" y="60"/>
45 </Size>
46 <Anchors>
47 <Anchor point="CENTER">
48 <Offset>
49 <AbsDimension x="0" y="0"/>
50 </Offset>
51 </Anchor>
52 </Anchors>
53 </Texture>
54 <FontString name="$parentHotKey" inherits="FlexBarFont" justifyH="RIGHT">
55 <Size>
56 <AbsDimension x="36" y="15"/>
57 </Size>
58 <Anchors>
59 <Anchor point="TOPRIGHT" relativeto="$parent" relativepoint="TOPRIGHT">
60 <Offset>
61 <AbsDimension x="-2" y="0"/>
62 </Offset>
63 </Anchor>
64 </Anchors>
65 </FontString>
66 <FontString name="$parentText2" inherits="FlexBarFont2" justifyH="LEFT">
67 <Size>
68 <AbsDimension x="38" y="15"/>
69 </Size>
70 <Anchors>
71 <Anchor point="BOTTOMLEFT">
72 <Offset>
73 <AbsDimension x="0" y="1"/>
74 </Offset>
75 </Anchor>
76 </Anchors>
77 </FontString>
78 <FontString name="$parentText3" inherits="FlexBarFont3" justifyH="CENTER">
79 <Size>
80 <AbsDimension x="38" y="15"/>
81 </Size>
82 <Anchors>
83 <Anchor point="CENTER">
84 <Offset>
85 <AbsDimension x="0" y="1"/>
86 </Offset>
87 </Anchor>
88 </Anchors>
89 </FontString>
90 <FontString name="$parentCount" inherits="NumberFontNormal" justifyH="RIGHT">
91 <Anchors>
92 <Anchor point="BOTTOMRIGHT">
93 <Offset>
94 <AbsDimension x="-2" y="1"/>
95 </Offset>
96 </Anchor>
97 </Anchors>
98 </FontString>
99 </Layer>
100 <Layer level="OVERLAY">
101 <FontString name="$parentName" inherits="GameFontHighlightSmallOutline">
102 <Size>
103 <AbsDimension x="36" y="10"/>
104 </Size>
105 <Anchors>
106 <Anchor point="BOTTOM">
107 <Offset>
108 <AbsDimension x="0" y="2"/>
109 </Offset>
110 </Anchor>
111 </Anchors>
112 </FontString>
113 </Layer>
114 </Layers>
115 <Frames>
116 <Model name="$parentCooldown" inherits="CooldownFrameTemplate"/>
117 <Frame name="$parentAutoCast" hidden="true">
118 <Size>
119 <AbsDimension x="38" y="38" />
120 </Size>
121 <Anchors>
122 <Anchor point="CENTER">
123 <Offset>
124 <AbsDimension x="4" y="3" />
125 </Offset>
126 </Anchor>
127 </Anchors>
128 <Frames>
129 <Model name="$parentModel" file="Interface\Buttons\UI-AutoCastButton.mdx" scale="1.15" setAllPoints="true">
130 <Frames>
131 <Model name="$parentCooldown" inherits="CooldownFrameTemplate"/>
132 </Frames>
133 <Scripts>
134 <OnLoad>
135 this:SetSequence(0);
136 this:SetSequenceTime(0, 0);
137 </OnLoad>
138 </Scripts>
139 </Model>
140 </Frames>
141 </Frame>
142 </Frames>
143 <NormalTexture name="$parentNormalTexture" file="Interface\Buttons\UI-Quickslot2">
144 <Size>
145 <AbsDimension x="64" y="64"/>
146 </Size>
147 <Anchors>
148 <Anchor point="CENTER">
149 <Offset>
150 <AbsDimension x="1" y="-1"/>
151 </Offset>
152 </Anchor>
153 </Anchors>
154 </NormalTexture>
155 <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress"/>
156 <HighlightTexture alphaMode="ADD" file="Interface\Buttons\ButtonHilight-Square"/>
157 <CheckedTexture alphaMode="ADD" file="Interface\Buttons\CheckButtonHilight"/>
158 </CheckButton>
159 <CheckButton name="FlexBarButton" inherits="FlexBarButtonTemplate" virtual="true">
160 <Scripts>
161 <OnLoad>
162 FlexBarButton_OnLoad(this);
163 </OnLoad>
164 <OnShow>
165 FlexBarButton_Update(this);
166 </OnShow>
167 <OnEvent>
168 FlexBarButton_OnEvent(event, this);
169 </OnEvent>
170 <OnClick>
171 FlexBarButton_OnClick(this, false, arg1)
172 </OnClick>
173 <OnDragStart>
174 if not FBState[FB_GetButtonNum(this)]["lockedicon"] then
175 if not FBSavedProfile[FBProfileName].FlexActions[this:GetID()] then
176 PickupAction(FlexBarButton_GetID(this));
177 else
178 local u = Utility_Class:New()
179 if FBSavedProfile[FBProfileName].FlexActions[this:GetID()]["action"] == "autoitem" then
180 u:Echo("Error: Cannot drag an Auto Item off - disable auto item to remove")
181 elseif FBSavedProfile[FBProfileName].FlexActions[this:GetID()]["action"] == "pet" then
182 PickupPetAction(FBSavedProfile[FBProfileName].FlexActions[this:GetID()]["id"])
183 end
184 end
185 FlexBarButton_UpdateState(this);
186 end
187 </OnDragStart>
188 <OnReceiveDrag>
189 if not FBSavedProfile[FBProfileName].FlexActions[this:GetID()] then
190 PlaceAction(FlexBarButton_GetID(this));
191 else
192 local u = Utility_Class:New()
193 if FBSavedProfile[FBProfileName].FlexActions[this:GetID()]["action"] == "autoitem" then
194 u:Echo("Error: Cannot drop on an Auto Item - disable auto item to replace")
195 elseif FBSavedProfile[FBProfileName].FlexActions[this:GetID()]["action"] == "pet" then
196 PickupPetAction(FBSavedProfile[FBProfileName].FlexActions[this:GetID()]["id"])
197 end
198 end
199 </OnReceiveDrag>
200 <OnEnter>
201 if FBEventToggles["buttoncheck"] ~= "off" then
202 FB_RaiseEvent("MouseEnterButton", FB_GetButtonNum(this))
203 if FBState[FB_GetButtonNum(this)]["echo"] then
204 FB_RaiseEvent("MouseEnterButton",FBState[FB_GetButtonNum(this)]["echo"])
205 end
206 end
207 if not FBToggles["notooltips"] then FlexBarButton_SetTooltip(this); end
208 </OnEnter>
209 <OnLeave>
210 if FBEventToggles["buttoncheck"] ~= "off" then
211 FB_RaiseEvent("MouseLeaveButton", FB_GetButtonNum(this))
212 if FBState[FB_GetButtonNum(this)]["echo"] then
213 FB_RaiseEvent("MouseLeaveButton",FBState[FB_GetButtonNum(this)]["echo"])
214 end
215 end
216 this.updateTooltip = nil;
217 GameTooltip:Hide();
218 </OnLeave>
219 <OnUpdate>
220 FlexBarButton_OnUpdate(arg1, this);
221 </OnUpdate>
222 <OnMouseDown>
223 FBLastButtonDown = arg1
224 if FBEventToggles["buttonevents"] ~= "off" then
225 FB_RaiseEvent(FBLastButtonDown .. "Down", FB_GetButtonNum(this))
226 if FBState[FB_GetButtonNum(this)]["echo"] then
227 FB_RaiseEvent(FBLastButtonDown.."Down",FBState[FB_GetButtonNum(this)]["echo"])
228 end
229 end
230 </OnMouseDown>
231 <OnMouseUp>
232 if FBEventToggles["buttonevents"] ~= "off" then
233 FB_RaiseEvent(FBLastButtonDown .. "Up", FB_GetButtonNum(this))
234 if FBState[FB_GetButtonNum(this)]["echo"] then
235 FB_RaiseEvent(FBLastButtonDown.."Up",FBState[FB_GetButtonNum(this)]["echo"])
236 end
237 end
238 </OnMouseUp>
239 </Scripts>
240 </CheckButton>
241 <Frame name="FlexFrame1" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
242 <Size>
243 <AbsDimension x="10" y="10"/>
244 </Size>
245 <Anchors>
246 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
247 <Offset>
248 <AbsDimension x="-215" Y="176"/>
249 </Offset>
250 </Anchor>
251 </Anchors>
252  
253 <Layers>
254 <Layer level="ARTWORK">
255 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
256 </Texture>
257 </Layer>
258 </Layers>
259 <Frames>
260 <CheckButton name="FlexBarButton1" inherits="FlexBarButton" parent="FlexFrame1" id="1">
261 <Anchors>
262 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
263 <Offset>
264 <AbsDimension x="-2" y="2"/>
265 </Offset>
266 </Anchor>
267 </Anchors>
268 </CheckButton>
269 </Frames>
270 <Scripts>
271 <OnLoad>
272 FlexBarFrame_OnLoad(this);
273 </OnLoad>
274 <OnDragStart>
275 FlexBarFrame_DragStart(this);
276 </OnDragStart>
277 <OnDragStop>
278 FlexBarFrame_UpdateLocation(this);
279 </OnDragStop>
280 </Scripts>
281 </Frame>
282 <Frame name="FlexFrame2" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
283 <Size>
284 <AbsDimension x="10" y="10"/>
285 </Size>
286 <Anchors>
287 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
288 <Offset>
289 <AbsDimension x="-176" Y="176"/>
290 </Offset>
291 </Anchor>
292 </Anchors>
293  
294 <Layers>
295 <Layer level="ARTWORK">
296 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
297 </Texture>
298 </Layer>
299 </Layers>
300 <Frames>
301 <CheckButton name="FlexBarButton2" inherits="FlexBarButton" parent="FlexFrame2" id="2">
302 <Anchors>
303 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
304 <Offset>
305 <AbsDimension x="-2" y="2"/>
306 </Offset>
307 </Anchor>
308 </Anchors>
309 </CheckButton>
310 </Frames>
311 <Scripts>
312 <OnLoad>
313 FlexBarFrame_OnLoad(this);
314 </OnLoad>
315 <OnDragStart>
316 FlexBarFrame_DragStart(this);
317 </OnDragStart>
318 <OnDragStop>
319 FlexBarFrame_UpdateLocation(this);
320 </OnDragStop>
321 </Scripts>
322 </Frame>
323 <Frame name="FlexFrame3" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
324 <Size>
325 <AbsDimension x="10" y="10"/>
326 </Size>
327 <Anchors>
328 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
329 <Offset>
330 <AbsDimension x="-137" Y="176"/>
331 </Offset>
332 </Anchor>
333 </Anchors>
334  
335 <Layers>
336 <Layer level="ARTWORK">
337 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
338 </Texture>
339 </Layer>
340 </Layers>
341 <Frames>
342 <CheckButton name="FlexBarButton3" inherits="FlexBarButton" parent="FlexFrame3" id="3">
343 <Anchors>
344 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
345 <Offset>
346 <AbsDimension x="-2" y="2"/>
347 </Offset>
348 </Anchor>
349 </Anchors>
350 </CheckButton>
351 </Frames>
352 <Scripts>
353 <OnLoad>
354 FlexBarFrame_OnLoad(this);
355 </OnLoad>
356 <OnDragStart>
357 FlexBarFrame_DragStart(this);
358 </OnDragStart>
359 <OnDragStop>
360 FlexBarFrame_UpdateLocation(this);
361 </OnDragStop>
362 </Scripts>
363 </Frame>
364 <Frame name="FlexFrame4" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
365 <Size>
366 <AbsDimension x="10" y="10"/>
367 </Size>
368 <Anchors>
369 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
370 <Offset>
371 <AbsDimension x="-98" Y="176"/>
372 </Offset>
373 </Anchor>
374 </Anchors>
375  
376 <Layers>
377 <Layer level="ARTWORK">
378 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
379 </Texture>
380 </Layer>
381 </Layers>
382 <Frames>
383 <CheckButton name="FlexBarButton4" inherits="FlexBarButton" parent="FlexFrame4" id="4">
384 <Anchors>
385 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
386 <Offset>
387 <AbsDimension x="-2" y="2"/>
388 </Offset>
389 </Anchor>
390 </Anchors>
391 </CheckButton>
392 </Frames>
393 <Scripts>
394 <OnLoad>
395 FlexBarFrame_OnLoad(this);
396 </OnLoad>
397 <OnDragStart>
398 FlexBarFrame_DragStart(this);
399 </OnDragStart>
400 <OnDragStop>
401 FlexBarFrame_UpdateLocation(this);
402 </OnDragStop>
403 </Scripts>
404 </Frame>
405 <Frame name="FlexFrame5" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
406 <Size>
407 <AbsDimension x="10" y="10"/>
408 </Size>
409 <Anchors>
410 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
411 <Offset>
412 <AbsDimension x="-59" Y="176"/>
413 </Offset>
414 </Anchor>
415 </Anchors>
416  
417 <Layers>
418 <Layer level="ARTWORK">
419 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
420 </Texture>
421 </Layer>
422 </Layers>
423 <Frames>
424 <CheckButton name="FlexBarButton5" inherits="FlexBarButton" parent="FlexFrame5" id="5">
425 <Anchors>
426 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
427 <Offset>
428 <AbsDimension x="-2" y="2"/>
429 </Offset>
430 </Anchor>
431 </Anchors>
432 </CheckButton>
433 </Frames>
434 <Scripts>
435 <OnLoad>
436 FlexBarFrame_OnLoad(this);
437 </OnLoad>
438 <OnDragStart>
439 FlexBarFrame_DragStart(this);
440 </OnDragStart>
441 <OnDragStop>
442 FlexBarFrame_UpdateLocation(this);
443 </OnDragStop>
444 </Scripts>
445 </Frame>
446 <Frame name="FlexFrame6" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
447 <Size>
448 <AbsDimension x="10" y="10"/>
449 </Size>
450 <Anchors>
451 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
452 <Offset>
453 <AbsDimension x="-20" Y="176"/>
454 </Offset>
455 </Anchor>
456 </Anchors>
457  
458 <Layers>
459 <Layer level="ARTWORK">
460 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
461 </Texture>
462 </Layer>
463 </Layers>
464 <Frames>
465 <CheckButton name="FlexBarButton6" inherits="FlexBarButton" parent="FlexFrame6" id="6">
466 <Anchors>
467 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
468 <Offset>
469 <AbsDimension x="-2" y="2"/>
470 </Offset>
471 </Anchor>
472 </Anchors>
473 </CheckButton>
474 </Frames>
475 <Scripts>
476 <OnLoad>
477 FlexBarFrame_OnLoad(this);
478 </OnLoad>
479 <OnDragStart>
480 FlexBarFrame_DragStart(this);
481 </OnDragStart>
482 <OnDragStop>
483 FlexBarFrame_UpdateLocation(this);
484 </OnDragStop>
485 </Scripts>
486 </Frame>
487 <Frame name="FlexFrame7" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
488 <Size>
489 <AbsDimension x="10" y="10"/>
490 </Size>
491 <Anchors>
492 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
493 <Offset>
494 <AbsDimension x="19" Y="176"/>
495 </Offset>
496 </Anchor>
497 </Anchors>
498  
499 <Layers>
500 <Layer level="ARTWORK">
501 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
502 </Texture>
503 </Layer>
504 </Layers>
505 <Frames>
506 <CheckButton name="FlexBarButton7" inherits="FlexBarButton" parent="FlexFrame7" id="7">
507 <Anchors>
508 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
509 <Offset>
510 <AbsDimension x="-2" y="2"/>
511 </Offset>
512 </Anchor>
513 </Anchors>
514 </CheckButton>
515 </Frames>
516 <Scripts>
517 <OnLoad>
518 FlexBarFrame_OnLoad(this);
519 </OnLoad>
520 <OnDragStart>
521 FlexBarFrame_DragStart(this);
522 </OnDragStart>
523 <OnDragStop>
524 FlexBarFrame_UpdateLocation(this);
525 </OnDragStop>
526 </Scripts>
527 </Frame>
528 <Frame name="FlexFrame8" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
529 <Size>
530 <AbsDimension x="10" y="10"/>
531 </Size>
532 <Anchors>
533 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
534 <Offset>
535 <AbsDimension x="58" Y="176"/>
536 </Offset>
537 </Anchor>
538 </Anchors>
539  
540 <Layers>
541 <Layer level="ARTWORK">
542 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
543 </Texture>
544 </Layer>
545 </Layers>
546 <Frames>
547 <CheckButton name="FlexBarButton8" inherits="FlexBarButton" parent="FlexFrame8" id="8">
548 <Anchors>
549 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
550 <Offset>
551 <AbsDimension x="-2" y="2"/>
552 </Offset>
553 </Anchor>
554 </Anchors>
555 </CheckButton>
556 </Frames>
557 <Scripts>
558 <OnLoad>
559 FlexBarFrame_OnLoad(this);
560 </OnLoad>
561 <OnDragStart>
562 FlexBarFrame_DragStart(this);
563 </OnDragStart>
564 <OnDragStop>
565 FlexBarFrame_UpdateLocation(this);
566 </OnDragStop>
567 </Scripts>
568 </Frame>
569 <Frame name="FlexFrame9" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
570 <Size>
571 <AbsDimension x="10" y="10"/>
572 </Size>
573 <Anchors>
574 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
575 <Offset>
576 <AbsDimension x="97" Y="176"/>
577 </Offset>
578 </Anchor>
579 </Anchors>
580  
581 <Layers>
582 <Layer level="ARTWORK">
583 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
584 </Texture>
585 </Layer>
586 </Layers>
587 <Frames>
588 <CheckButton name="FlexBarButton9" inherits="FlexBarButton" parent="FlexFrame9" id="9">
589 <Anchors>
590 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
591 <Offset>
592 <AbsDimension x="-2" y="2"/>
593 </Offset>
594 </Anchor>
595 </Anchors>
596 </CheckButton>
597 </Frames>
598 <Scripts>
599 <OnLoad>
600 FlexBarFrame_OnLoad(this);
601 </OnLoad>
602 <OnDragStart>
603 FlexBarFrame_DragStart(this);
604 </OnDragStart>
605 <OnDragStop>
606 FlexBarFrame_UpdateLocation(this);
607 </OnDragStop>
608 </Scripts>
609 </Frame>
610 <Frame name="FlexFrame10" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
611 <Size>
612 <AbsDimension x="10" y="10"/>
613 </Size>
614 <Anchors>
615 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
616 <Offset>
617 <AbsDimension x="136" Y="176"/>
618 </Offset>
619 </Anchor>
620 </Anchors>
621  
622 <Layers>
623 <Layer level="ARTWORK">
624 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
625 </Texture>
626 </Layer>
627 </Layers>
628 <Frames>
629 <CheckButton name="FlexBarButton10" inherits="FlexBarButton" parent="FlexFrame10" id="10">
630 <Anchors>
631 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
632 <Offset>
633 <AbsDimension x="-2" y="2"/>
634 </Offset>
635 </Anchor>
636 </Anchors>
637 </CheckButton>
638 </Frames>
639 <Scripts>
640 <OnLoad>
641 FlexBarFrame_OnLoad(this);
642 </OnLoad>
643 <OnDragStart>
644 FlexBarFrame_DragStart(this);
645 </OnDragStart>
646 <OnDragStop>
647 FlexBarFrame_UpdateLocation(this);
648 </OnDragStop>
649 </Scripts>
650 </Frame>
651 <Frame name="FlexFrame11" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
652 <Size>
653 <AbsDimension x="10" y="10"/>
654 </Size>
655 <Anchors>
656 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
657 <Offset>
658 <AbsDimension x="175" Y="176"/>
659 </Offset>
660 </Anchor>
661 </Anchors>
662  
663 <Layers>
664 <Layer level="ARTWORK">
665 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
666 </Texture>
667 </Layer>
668 </Layers>
669 <Frames>
670 <CheckButton name="FlexBarButton11" inherits="FlexBarButton" parent="FlexFrame11" id="11">
671 <Anchors>
672 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
673 <Offset>
674 <AbsDimension x="-2" y="2"/>
675 </Offset>
676 </Anchor>
677 </Anchors>
678 </CheckButton>
679 </Frames>
680 <Scripts>
681 <OnLoad>
682 FlexBarFrame_OnLoad(this);
683 </OnLoad>
684 <OnDragStart>
685 FlexBarFrame_DragStart(this);
686 </OnDragStart>
687 <OnDragStop>
688 FlexBarFrame_UpdateLocation(this);
689 </OnDragStop>
690 </Scripts>
691 </Frame>
692 <Frame name="FlexFrame12" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
693 <Size>
694 <AbsDimension x="10" y="10"/>
695 </Size>
696 <Anchors>
697 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
698 <Offset>
699 <AbsDimension x="214" Y="176"/>
700 </Offset>
701 </Anchor>
702 </Anchors>
703  
704 <Layers>
705 <Layer level="ARTWORK">
706 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
707 </Texture>
708 </Layer>
709 </Layers>
710 <Frames>
711 <CheckButton name="FlexBarButton12" inherits="FlexBarButton" parent="FlexFrame12" id="12">
712 <Anchors>
713 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
714 <Offset>
715 <AbsDimension x="-2" y="2"/>
716 </Offset>
717 </Anchor>
718 </Anchors>
719 </CheckButton>
720 </Frames>
721 <Scripts>
722 <OnLoad>
723 FlexBarFrame_OnLoad(this);
724 </OnLoad>
725 <OnDragStart>
726 FlexBarFrame_DragStart(this);
727 </OnDragStart>
728 <OnDragStop>
729 FlexBarFrame_UpdateLocation(this);
730 </OnDragStop>
731 </Scripts>
732 </Frame>
733 <Frame name="FlexFrame13" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
734 <Size>
735 <AbsDimension x="10" y="10"/>
736 </Size>
737 <Anchors>
738 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
739 <Offset>
740 <AbsDimension x="-215" Y="137"/>
741 </Offset>
742 </Anchor>
743 </Anchors>
744  
745 <Layers>
746 <Layer level="ARTWORK">
747 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
748 </Texture>
749 </Layer>
750 </Layers>
751 <Frames>
752 <CheckButton name="FlexBarButton13" inherits="FlexBarButton" parent="FlexFrame13" id="13">
753 <Anchors>
754 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
755 <Offset>
756 <AbsDimension x="-2" y="2"/>
757 </Offset>
758 </Anchor>
759 </Anchors>
760 </CheckButton>
761 </Frames>
762 <Scripts>
763 <OnLoad>
764 FlexBarFrame_OnLoad(this);
765 </OnLoad>
766 <OnDragStart>
767 FlexBarFrame_DragStart(this);
768 </OnDragStart>
769 <OnDragStop>
770 FlexBarFrame_UpdateLocation(this);
771 </OnDragStop>
772 </Scripts>
773 </Frame>
774 <Frame name="FlexFrame14" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
775 <Size>
776 <AbsDimension x="10" y="10"/>
777 </Size>
778 <Anchors>
779 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
780 <Offset>
781 <AbsDimension x="-176" Y="137"/>
782 </Offset>
783 </Anchor>
784 </Anchors>
785  
786 <Layers>
787 <Layer level="ARTWORK">
788 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
789 </Texture>
790 </Layer>
791 </Layers>
792 <Frames>
793 <CheckButton name="FlexBarButton14" inherits="FlexBarButton" parent="FlexFrame14" id="14">
794 <Anchors>
795 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
796 <Offset>
797 <AbsDimension x="-2" y="2"/>
798 </Offset>
799 </Anchor>
800 </Anchors>
801 </CheckButton>
802 </Frames>
803 <Scripts>
804 <OnLoad>
805 FlexBarFrame_OnLoad(this);
806 </OnLoad>
807 <OnDragStart>
808 FlexBarFrame_DragStart(this);
809 </OnDragStart>
810 <OnDragStop>
811 FlexBarFrame_UpdateLocation(this);
812 </OnDragStop>
813 </Scripts>
814 </Frame>
815 <Frame name="FlexFrame15" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
816 <Size>
817 <AbsDimension x="10" y="10"/>
818 </Size>
819 <Anchors>
820 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
821 <Offset>
822 <AbsDimension x="-137" Y="137"/>
823 </Offset>
824 </Anchor>
825 </Anchors>
826  
827 <Layers>
828 <Layer level="ARTWORK">
829 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
830 </Texture>
831 </Layer>
832 </Layers>
833 <Frames>
834 <CheckButton name="FlexBarButton15" inherits="FlexBarButton" parent="FlexFrame15" id="15">
835 <Anchors>
836 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
837 <Offset>
838 <AbsDimension x="-2" y="2"/>
839 </Offset>
840 </Anchor>
841 </Anchors>
842 </CheckButton>
843 </Frames>
844 <Scripts>
845 <OnLoad>
846 FlexBarFrame_OnLoad(this);
847 </OnLoad>
848 <OnDragStart>
849 FlexBarFrame_DragStart(this);
850 </OnDragStart>
851 <OnDragStop>
852 FlexBarFrame_UpdateLocation(this);
853 </OnDragStop>
854 </Scripts>
855 </Frame>
856 <Frame name="FlexFrame16" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
857 <Size>
858 <AbsDimension x="10" y="10"/>
859 </Size>
860 <Anchors>
861 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
862 <Offset>
863 <AbsDimension x="-98" Y="137"/>
864 </Offset>
865 </Anchor>
866 </Anchors>
867  
868 <Layers>
869 <Layer level="ARTWORK">
870 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
871 </Texture>
872 </Layer>
873 </Layers>
874 <Frames>
875 <CheckButton name="FlexBarButton16" inherits="FlexBarButton" parent="FlexFrame16" id="16">
876 <Anchors>
877 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
878 <Offset>
879 <AbsDimension x="-2" y="2"/>
880 </Offset>
881 </Anchor>
882 </Anchors>
883 </CheckButton>
884 </Frames>
885 <Scripts>
886 <OnLoad>
887 FlexBarFrame_OnLoad(this);
888 </OnLoad>
889 <OnDragStart>
890 FlexBarFrame_DragStart(this);
891 </OnDragStart>
892 <OnDragStop>
893 FlexBarFrame_UpdateLocation(this);
894 </OnDragStop>
895 </Scripts>
896 </Frame>
897 <Frame name="FlexFrame17" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
898 <Size>
899 <AbsDimension x="10" y="10"/>
900 </Size>
901 <Anchors>
902 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
903 <Offset>
904 <AbsDimension x="-59" Y="137"/>
905 </Offset>
906 </Anchor>
907 </Anchors>
908  
909 <Layers>
910 <Layer level="ARTWORK">
911 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
912 </Texture>
913 </Layer>
914 </Layers>
915 <Frames>
916 <CheckButton name="FlexBarButton17" inherits="FlexBarButton" parent="FlexFrame17" id="17">
917 <Anchors>
918 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
919 <Offset>
920 <AbsDimension x="-2" y="2"/>
921 </Offset>
922 </Anchor>
923 </Anchors>
924 </CheckButton>
925 </Frames>
926 <Scripts>
927 <OnLoad>
928 FlexBarFrame_OnLoad(this);
929 </OnLoad>
930 <OnDragStart>
931 FlexBarFrame_DragStart(this);
932 </OnDragStart>
933 <OnDragStop>
934 FlexBarFrame_UpdateLocation(this);
935 </OnDragStop>
936 </Scripts>
937 </Frame>
938 <Frame name="FlexFrame18" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
939 <Size>
940 <AbsDimension x="10" y="10"/>
941 </Size>
942 <Anchors>
943 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
944 <Offset>
945 <AbsDimension x="-20" Y="137"/>
946 </Offset>
947 </Anchor>
948 </Anchors>
949  
950 <Layers>
951 <Layer level="ARTWORK">
952 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
953 </Texture>
954 </Layer>
955 </Layers>
956 <Frames>
957 <CheckButton name="FlexBarButton18" inherits="FlexBarButton" parent="FlexFrame18" id="18">
958 <Anchors>
959 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
960 <Offset>
961 <AbsDimension x="-2" y="2"/>
962 </Offset>
963 </Anchor>
964 </Anchors>
965 </CheckButton>
966 </Frames>
967 <Scripts>
968 <OnLoad>
969 FlexBarFrame_OnLoad(this);
970 </OnLoad>
971 <OnDragStart>
972 FlexBarFrame_DragStart(this);
973 </OnDragStart>
974 <OnDragStop>
975 FlexBarFrame_UpdateLocation(this);
976 </OnDragStop>
977 </Scripts>
978 </Frame>
979 <Frame name="FlexFrame19" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
980 <Size>
981 <AbsDimension x="10" y="10"/>
982 </Size>
983 <Anchors>
984 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
985 <Offset>
986 <AbsDimension x="19" Y="137"/>
987 </Offset>
988 </Anchor>
989 </Anchors>
990  
991 <Layers>
992 <Layer level="ARTWORK">
993 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
994 </Texture>
995 </Layer>
996 </Layers>
997 <Frames>
998 <CheckButton name="FlexBarButton19" inherits="FlexBarButton" parent="FlexFrame19" id="19">
999 <Anchors>
1000 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1001 <Offset>
1002 <AbsDimension x="-2" y="2"/>
1003 </Offset>
1004 </Anchor>
1005 </Anchors>
1006 </CheckButton>
1007 </Frames>
1008 <Scripts>
1009 <OnLoad>
1010 FlexBarFrame_OnLoad(this);
1011 </OnLoad>
1012 <OnDragStart>
1013 FlexBarFrame_DragStart(this);
1014 </OnDragStart>
1015 <OnDragStop>
1016 FlexBarFrame_UpdateLocation(this);
1017 </OnDragStop>
1018 </Scripts>
1019 </Frame>
1020 <Frame name="FlexFrame20" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1021 <Size>
1022 <AbsDimension x="10" y="10"/>
1023 </Size>
1024 <Anchors>
1025 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1026 <Offset>
1027 <AbsDimension x="58" Y="137"/>
1028 </Offset>
1029 </Anchor>
1030 </Anchors>
1031  
1032 <Layers>
1033 <Layer level="ARTWORK">
1034 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1035 </Texture>
1036 </Layer>
1037 </Layers>
1038 <Frames>
1039 <CheckButton name="FlexBarButton20" inherits="FlexBarButton" parent="FlexFrame20" id="20">
1040 <Anchors>
1041 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1042 <Offset>
1043 <AbsDimension x="-2" y="2"/>
1044 </Offset>
1045 </Anchor>
1046 </Anchors>
1047 </CheckButton>
1048 </Frames>
1049 <Scripts>
1050 <OnLoad>
1051 FlexBarFrame_OnLoad(this);
1052 </OnLoad>
1053 <OnDragStart>
1054 FlexBarFrame_DragStart(this);
1055 </OnDragStart>
1056 <OnDragStop>
1057 FlexBarFrame_UpdateLocation(this);
1058 </OnDragStop>
1059 </Scripts>
1060 </Frame>
1061 <Frame name="FlexFrame21" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1062 <Size>
1063 <AbsDimension x="10" y="10"/>
1064 </Size>
1065 <Anchors>
1066 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1067 <Offset>
1068 <AbsDimension x="97" Y="137"/>
1069 </Offset>
1070 </Anchor>
1071 </Anchors>
1072  
1073 <Layers>
1074 <Layer level="ARTWORK">
1075 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1076 </Texture>
1077 </Layer>
1078 </Layers>
1079 <Frames>
1080 <CheckButton name="FlexBarButton21" inherits="FlexBarButton" parent="FlexFrame21" id="21">
1081 <Anchors>
1082 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1083 <Offset>
1084 <AbsDimension x="-2" y="2"/>
1085 </Offset>
1086 </Anchor>
1087 </Anchors>
1088 </CheckButton>
1089 </Frames>
1090 <Scripts>
1091 <OnLoad>
1092 FlexBarFrame_OnLoad(this);
1093 </OnLoad>
1094 <OnDragStart>
1095 FlexBarFrame_DragStart(this);
1096 </OnDragStart>
1097 <OnDragStop>
1098 FlexBarFrame_UpdateLocation(this);
1099 </OnDragStop>
1100 </Scripts>
1101 </Frame>
1102 <Frame name="FlexFrame22" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1103 <Size>
1104 <AbsDimension x="10" y="10"/>
1105 </Size>
1106 <Anchors>
1107 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1108 <Offset>
1109 <AbsDimension x="136" Y="137"/>
1110 </Offset>
1111 </Anchor>
1112 </Anchors>
1113  
1114 <Layers>
1115 <Layer level="ARTWORK">
1116 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1117 </Texture>
1118 </Layer>
1119 </Layers>
1120 <Frames>
1121 <CheckButton name="FlexBarButton22" inherits="FlexBarButton" parent="FlexFrame22" id="22">
1122 <Anchors>
1123 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1124 <Offset>
1125 <AbsDimension x="-2" y="2"/>
1126 </Offset>
1127 </Anchor>
1128 </Anchors>
1129 </CheckButton>
1130 </Frames>
1131 <Scripts>
1132 <OnLoad>
1133 FlexBarFrame_OnLoad(this);
1134 </OnLoad>
1135 <OnDragStart>
1136 FlexBarFrame_DragStart(this);
1137 </OnDragStart>
1138 <OnDragStop>
1139 FlexBarFrame_UpdateLocation(this);
1140 </OnDragStop>
1141 </Scripts>
1142 </Frame>
1143 <Frame name="FlexFrame23" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1144 <Size>
1145 <AbsDimension x="10" y="10"/>
1146 </Size>
1147 <Anchors>
1148 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1149 <Offset>
1150 <AbsDimension x="175" Y="137"/>
1151 </Offset>
1152 </Anchor>
1153 </Anchors>
1154  
1155 <Layers>
1156 <Layer level="ARTWORK">
1157 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1158 </Texture>
1159 </Layer>
1160 </Layers>
1161 <Frames>
1162 <CheckButton name="FlexBarButton23" inherits="FlexBarButton" parent="FlexFrame23" id="23">
1163 <Anchors>
1164 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1165 <Offset>
1166 <AbsDimension x="-2" y="2"/>
1167 </Offset>
1168 </Anchor>
1169 </Anchors>
1170 </CheckButton>
1171 </Frames>
1172 <Scripts>
1173 <OnLoad>
1174 FlexBarFrame_OnLoad(this);
1175 </OnLoad>
1176 <OnDragStart>
1177 FlexBarFrame_DragStart(this);
1178 </OnDragStart>
1179 <OnDragStop>
1180 FlexBarFrame_UpdateLocation(this);
1181 </OnDragStop>
1182 </Scripts>
1183 </Frame>
1184 <Frame name="FlexFrame24" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1185 <Size>
1186 <AbsDimension x="10" y="10"/>
1187 </Size>
1188 <Anchors>
1189 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1190 <Offset>
1191 <AbsDimension x="214" Y="137"/>
1192 </Offset>
1193 </Anchor>
1194 </Anchors>
1195  
1196 <Layers>
1197 <Layer level="ARTWORK">
1198 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1199 </Texture>
1200 </Layer>
1201 </Layers>
1202 <Frames>
1203 <CheckButton name="FlexBarButton24" inherits="FlexBarButton" parent="FlexFrame24" id="24">
1204 <Anchors>
1205 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1206 <Offset>
1207 <AbsDimension x="-2" y="2"/>
1208 </Offset>
1209 </Anchor>
1210 </Anchors>
1211 </CheckButton>
1212 </Frames>
1213 <Scripts>
1214 <OnLoad>
1215 FlexBarFrame_OnLoad(this);
1216 </OnLoad>
1217 <OnDragStart>
1218 FlexBarFrame_DragStart(this);
1219 </OnDragStart>
1220 <OnDragStop>
1221 FlexBarFrame_UpdateLocation(this);
1222 </OnDragStop>
1223 </Scripts>
1224 </Frame>
1225 <Frame name="FlexFrame25" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1226 <Size>
1227 <AbsDimension x="10" y="10"/>
1228 </Size>
1229 <Anchors>
1230 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1231 <Offset>
1232 <AbsDimension x="-215" Y="98"/>
1233 </Offset>
1234 </Anchor>
1235 </Anchors>
1236  
1237 <Layers>
1238 <Layer level="ARTWORK">
1239 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1240 </Texture>
1241 </Layer>
1242 </Layers>
1243 <Frames>
1244 <CheckButton name="FlexBarButton25" inherits="FlexBarButton" parent="FlexFrame25" id="25">
1245 <Anchors>
1246 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1247 <Offset>
1248 <AbsDimension x="-2" y="2"/>
1249 </Offset>
1250 </Anchor>
1251 </Anchors>
1252 </CheckButton>
1253 </Frames>
1254 <Scripts>
1255 <OnLoad>
1256 FlexBarFrame_OnLoad(this);
1257 </OnLoad>
1258 <OnDragStart>
1259 FlexBarFrame_DragStart(this);
1260 </OnDragStart>
1261 <OnDragStop>
1262 FlexBarFrame_UpdateLocation(this);
1263 </OnDragStop>
1264 </Scripts>
1265 </Frame>
1266 <Frame name="FlexFrame26" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1267 <Size>
1268 <AbsDimension x="10" y="10"/>
1269 </Size>
1270 <Anchors>
1271 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1272 <Offset>
1273 <AbsDimension x="-176" Y="98"/>
1274 </Offset>
1275 </Anchor>
1276 </Anchors>
1277  
1278 <Layers>
1279 <Layer level="ARTWORK">
1280 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1281 </Texture>
1282 </Layer>
1283 </Layers>
1284 <Frames>
1285 <CheckButton name="FlexBarButton26" inherits="FlexBarButton" parent="FlexFrame26" id="26">
1286 <Anchors>
1287 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1288 <Offset>
1289 <AbsDimension x="-2" y="2"/>
1290 </Offset>
1291 </Anchor>
1292 </Anchors>
1293 </CheckButton>
1294 </Frames>
1295 <Scripts>
1296 <OnLoad>
1297 FlexBarFrame_OnLoad(this);
1298 </OnLoad>
1299 <OnDragStart>
1300 FlexBarFrame_DragStart(this);
1301 </OnDragStart>
1302 <OnDragStop>
1303 FlexBarFrame_UpdateLocation(this);
1304 </OnDragStop>
1305 </Scripts>
1306 </Frame>
1307 <Frame name="FlexFrame27" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1308 <Size>
1309 <AbsDimension x="10" y="10"/>
1310 </Size>
1311 <Anchors>
1312 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1313 <Offset>
1314 <AbsDimension x="-137" Y="98"/>
1315 </Offset>
1316 </Anchor>
1317 </Anchors>
1318  
1319 <Layers>
1320 <Layer level="ARTWORK">
1321 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1322 </Texture>
1323 </Layer>
1324 </Layers>
1325 <Frames>
1326 <CheckButton name="FlexBarButton27" inherits="FlexBarButton" parent="FlexFrame27" id="27">
1327 <Anchors>
1328 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1329 <Offset>
1330 <AbsDimension x="-2" y="2"/>
1331 </Offset>
1332 </Anchor>
1333 </Anchors>
1334 </CheckButton>
1335 </Frames>
1336 <Scripts>
1337 <OnLoad>
1338 FlexBarFrame_OnLoad(this);
1339 </OnLoad>
1340 <OnDragStart>
1341 FlexBarFrame_DragStart(this);
1342 </OnDragStart>
1343 <OnDragStop>
1344 FlexBarFrame_UpdateLocation(this);
1345 </OnDragStop>
1346 </Scripts>
1347 </Frame>
1348 <Frame name="FlexFrame28" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1349 <Size>
1350 <AbsDimension x="10" y="10"/>
1351 </Size>
1352 <Anchors>
1353 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1354 <Offset>
1355 <AbsDimension x="-98" Y="98"/>
1356 </Offset>
1357 </Anchor>
1358 </Anchors>
1359  
1360 <Layers>
1361 <Layer level="ARTWORK">
1362 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1363 </Texture>
1364 </Layer>
1365 </Layers>
1366 <Frames>
1367 <CheckButton name="FlexBarButton28" inherits="FlexBarButton" parent="FlexFrame28" id="28">
1368 <Anchors>
1369 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1370 <Offset>
1371 <AbsDimension x="-2" y="2"/>
1372 </Offset>
1373 </Anchor>
1374 </Anchors>
1375 </CheckButton>
1376 </Frames>
1377 <Scripts>
1378 <OnLoad>
1379 FlexBarFrame_OnLoad(this);
1380 </OnLoad>
1381 <OnDragStart>
1382 FlexBarFrame_DragStart(this);
1383 </OnDragStart>
1384 <OnDragStop>
1385 FlexBarFrame_UpdateLocation(this);
1386 </OnDragStop>
1387 </Scripts>
1388 </Frame>
1389 <Frame name="FlexFrame29" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1390 <Size>
1391 <AbsDimension x="10" y="10"/>
1392 </Size>
1393 <Anchors>
1394 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1395 <Offset>
1396 <AbsDimension x="-59" Y="98"/>
1397 </Offset>
1398 </Anchor>
1399 </Anchors>
1400  
1401 <Layers>
1402 <Layer level="ARTWORK">
1403 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1404 </Texture>
1405 </Layer>
1406 </Layers>
1407 <Frames>
1408 <CheckButton name="FlexBarButton29" inherits="FlexBarButton" parent="FlexFrame29" id="29">
1409 <Anchors>
1410 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1411 <Offset>
1412 <AbsDimension x="-2" y="2"/>
1413 </Offset>
1414 </Anchor>
1415 </Anchors>
1416 </CheckButton>
1417 </Frames>
1418 <Scripts>
1419 <OnLoad>
1420 FlexBarFrame_OnLoad(this);
1421 </OnLoad>
1422 <OnDragStart>
1423 FlexBarFrame_DragStart(this);
1424 </OnDragStart>
1425 <OnDragStop>
1426 FlexBarFrame_UpdateLocation(this);
1427 </OnDragStop>
1428 </Scripts>
1429 </Frame>
1430 <Frame name="FlexFrame30" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1431 <Size>
1432 <AbsDimension x="10" y="10"/>
1433 </Size>
1434 <Anchors>
1435 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1436 <Offset>
1437 <AbsDimension x="-20" Y="98"/>
1438 </Offset>
1439 </Anchor>
1440 </Anchors>
1441  
1442 <Layers>
1443 <Layer level="ARTWORK">
1444 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1445 </Texture>
1446 </Layer>
1447 </Layers>
1448 <Frames>
1449 <CheckButton name="FlexBarButton30" inherits="FlexBarButton" parent="FlexFrame30" id="30">
1450 <Anchors>
1451 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1452 <Offset>
1453 <AbsDimension x="-2" y="2"/>
1454 </Offset>
1455 </Anchor>
1456 </Anchors>
1457 </CheckButton>
1458 </Frames>
1459 <Scripts>
1460 <OnLoad>
1461 FlexBarFrame_OnLoad(this);
1462 </OnLoad>
1463 <OnDragStart>
1464 FlexBarFrame_DragStart(this);
1465 </OnDragStart>
1466 <OnDragStop>
1467 FlexBarFrame_UpdateLocation(this);
1468 </OnDragStop>
1469 </Scripts>
1470 </Frame>
1471 <Frame name="FlexFrame31" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1472 <Size>
1473 <AbsDimension x="10" y="10"/>
1474 </Size>
1475 <Anchors>
1476 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1477 <Offset>
1478 <AbsDimension x="19" Y="98"/>
1479 </Offset>
1480 </Anchor>
1481 </Anchors>
1482  
1483 <Layers>
1484 <Layer level="ARTWORK">
1485 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1486 </Texture>
1487 </Layer>
1488 </Layers>
1489 <Frames>
1490 <CheckButton name="FlexBarButton31" inherits="FlexBarButton" parent="FlexFrame31" id="31">
1491 <Anchors>
1492 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1493 <Offset>
1494 <AbsDimension x="-2" y="2"/>
1495 </Offset>
1496 </Anchor>
1497 </Anchors>
1498 </CheckButton>
1499 </Frames>
1500 <Scripts>
1501 <OnLoad>
1502 FlexBarFrame_OnLoad(this);
1503 </OnLoad>
1504 <OnDragStart>
1505 FlexBarFrame_DragStart(this);
1506 </OnDragStart>
1507 <OnDragStop>
1508 FlexBarFrame_UpdateLocation(this);
1509 </OnDragStop>
1510 </Scripts>
1511 </Frame>
1512 <Frame name="FlexFrame32" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1513 <Size>
1514 <AbsDimension x="10" y="10"/>
1515 </Size>
1516 <Anchors>
1517 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1518 <Offset>
1519 <AbsDimension x="58" Y="98"/>
1520 </Offset>
1521 </Anchor>
1522 </Anchors>
1523  
1524 <Layers>
1525 <Layer level="ARTWORK">
1526 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1527 </Texture>
1528 </Layer>
1529 </Layers>
1530 <Frames>
1531 <CheckButton name="FlexBarButton32" inherits="FlexBarButton" parent="FlexFrame32" id="32">
1532 <Anchors>
1533 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1534 <Offset>
1535 <AbsDimension x="-2" y="2"/>
1536 </Offset>
1537 </Anchor>
1538 </Anchors>
1539 </CheckButton>
1540 </Frames>
1541 <Scripts>
1542 <OnLoad>
1543 FlexBarFrame_OnLoad(this);
1544 </OnLoad>
1545 <OnDragStart>
1546 FlexBarFrame_DragStart(this);
1547 </OnDragStart>
1548 <OnDragStop>
1549 FlexBarFrame_UpdateLocation(this);
1550 </OnDragStop>
1551 </Scripts>
1552 </Frame>
1553 <Frame name="FlexFrame33" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1554 <Size>
1555 <AbsDimension x="10" y="10"/>
1556 </Size>
1557 <Anchors>
1558 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1559 <Offset>
1560 <AbsDimension x="97" Y="98"/>
1561 </Offset>
1562 </Anchor>
1563 </Anchors>
1564  
1565 <Layers>
1566 <Layer level="ARTWORK">
1567 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1568 </Texture>
1569 </Layer>
1570 </Layers>
1571 <Frames>
1572 <CheckButton name="FlexBarButton33" inherits="FlexBarButton" parent="FlexFrame33" id="33">
1573 <Anchors>
1574 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1575 <Offset>
1576 <AbsDimension x="-2" y="2"/>
1577 </Offset>
1578 </Anchor>
1579 </Anchors>
1580 </CheckButton>
1581 </Frames>
1582 <Scripts>
1583 <OnLoad>
1584 FlexBarFrame_OnLoad(this);
1585 </OnLoad>
1586 <OnDragStart>
1587 FlexBarFrame_DragStart(this);
1588 </OnDragStart>
1589 <OnDragStop>
1590 FlexBarFrame_UpdateLocation(this);
1591 </OnDragStop>
1592 </Scripts>
1593 </Frame>
1594 <Frame name="FlexFrame34" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1595 <Size>
1596 <AbsDimension x="10" y="10"/>
1597 </Size>
1598 <Anchors>
1599 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1600 <Offset>
1601 <AbsDimension x="136" Y="98"/>
1602 </Offset>
1603 </Anchor>
1604 </Anchors>
1605  
1606 <Layers>
1607 <Layer level="ARTWORK">
1608 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1609 </Texture>
1610 </Layer>
1611 </Layers>
1612 <Frames>
1613 <CheckButton name="FlexBarButton34" inherits="FlexBarButton" parent="FlexFrame34" id="34">
1614 <Anchors>
1615 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1616 <Offset>
1617 <AbsDimension x="-2" y="2"/>
1618 </Offset>
1619 </Anchor>
1620 </Anchors>
1621 </CheckButton>
1622 </Frames>
1623 <Scripts>
1624 <OnLoad>
1625 FlexBarFrame_OnLoad(this);
1626 </OnLoad>
1627 <OnDragStart>
1628 FlexBarFrame_DragStart(this);
1629 </OnDragStart>
1630 <OnDragStop>
1631 FlexBarFrame_UpdateLocation(this);
1632 </OnDragStop>
1633 </Scripts>
1634 </Frame>
1635 <Frame name="FlexFrame35" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1636 <Size>
1637 <AbsDimension x="10" y="10"/>
1638 </Size>
1639 <Anchors>
1640 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1641 <Offset>
1642 <AbsDimension x="175" Y="98"/>
1643 </Offset>
1644 </Anchor>
1645 </Anchors>
1646  
1647 <Layers>
1648 <Layer level="ARTWORK">
1649 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1650 </Texture>
1651 </Layer>
1652 </Layers>
1653 <Frames>
1654 <CheckButton name="FlexBarButton35" inherits="FlexBarButton" parent="FlexFrame35" id="35">
1655 <Anchors>
1656 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1657 <Offset>
1658 <AbsDimension x="-2" y="2"/>
1659 </Offset>
1660 </Anchor>
1661 </Anchors>
1662 </CheckButton>
1663 </Frames>
1664 <Scripts>
1665 <OnLoad>
1666 FlexBarFrame_OnLoad(this);
1667 </OnLoad>
1668 <OnDragStart>
1669 FlexBarFrame_DragStart(this);
1670 </OnDragStart>
1671 <OnDragStop>
1672 FlexBarFrame_UpdateLocation(this);
1673 </OnDragStop>
1674 </Scripts>
1675 </Frame>
1676 <Frame name="FlexFrame36" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1677 <Size>
1678 <AbsDimension x="10" y="10"/>
1679 </Size>
1680 <Anchors>
1681 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1682 <Offset>
1683 <AbsDimension x="214" Y="98"/>
1684 </Offset>
1685 </Anchor>
1686 </Anchors>
1687  
1688 <Layers>
1689 <Layer level="ARTWORK">
1690 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1691 </Texture>
1692 </Layer>
1693 </Layers>
1694 <Frames>
1695 <CheckButton name="FlexBarButton36" inherits="FlexBarButton" parent="FlexFrame36" id="36">
1696 <Anchors>
1697 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1698 <Offset>
1699 <AbsDimension x="-2" y="2"/>
1700 </Offset>
1701 </Anchor>
1702 </Anchors>
1703 </CheckButton>
1704 </Frames>
1705 <Scripts>
1706 <OnLoad>
1707 FlexBarFrame_OnLoad(this);
1708 </OnLoad>
1709 <OnDragStart>
1710 FlexBarFrame_DragStart(this);
1711 </OnDragStart>
1712 <OnDragStop>
1713 FlexBarFrame_UpdateLocation(this);
1714 </OnDragStop>
1715 </Scripts>
1716 </Frame>
1717 <Frame name="FlexFrame37" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1718 <Size>
1719 <AbsDimension x="10" y="10"/>
1720 </Size>
1721 <Anchors>
1722 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1723 <Offset>
1724 <AbsDimension x="-215" Y="59"/>
1725 </Offset>
1726 </Anchor>
1727 </Anchors>
1728  
1729 <Layers>
1730 <Layer level="ARTWORK">
1731 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1732 </Texture>
1733 </Layer>
1734 </Layers>
1735 <Frames>
1736 <CheckButton name="FlexBarButton37" inherits="FlexBarButton" parent="FlexFrame37" id="37">
1737 <Anchors>
1738 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1739 <Offset>
1740 <AbsDimension x="-2" y="2"/>
1741 </Offset>
1742 </Anchor>
1743 </Anchors>
1744 </CheckButton>
1745 </Frames>
1746 <Scripts>
1747 <OnLoad>
1748 FlexBarFrame_OnLoad(this);
1749 </OnLoad>
1750 <OnDragStart>
1751 FlexBarFrame_DragStart(this);
1752 </OnDragStart>
1753 <OnDragStop>
1754 FlexBarFrame_UpdateLocation(this);
1755 </OnDragStop>
1756 </Scripts>
1757 </Frame>
1758 <Frame name="FlexFrame38" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1759 <Size>
1760 <AbsDimension x="10" y="10"/>
1761 </Size>
1762 <Anchors>
1763 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1764 <Offset>
1765 <AbsDimension x="-176" Y="59"/>
1766 </Offset>
1767 </Anchor>
1768 </Anchors>
1769  
1770 <Layers>
1771 <Layer level="ARTWORK">
1772 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1773 </Texture>
1774 </Layer>
1775 </Layers>
1776 <Frames>
1777 <CheckButton name="FlexBarButton38" inherits="FlexBarButton" parent="FlexFrame38" id="38">
1778 <Anchors>
1779 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1780 <Offset>
1781 <AbsDimension x="-2" y="2"/>
1782 </Offset>
1783 </Anchor>
1784 </Anchors>
1785 </CheckButton>
1786 </Frames>
1787 <Scripts>
1788 <OnLoad>
1789 FlexBarFrame_OnLoad(this);
1790 </OnLoad>
1791 <OnDragStart>
1792 FlexBarFrame_DragStart(this);
1793 </OnDragStart>
1794 <OnDragStop>
1795 FlexBarFrame_UpdateLocation(this);
1796 </OnDragStop>
1797 </Scripts>
1798 </Frame>
1799 <Frame name="FlexFrame39" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1800 <Size>
1801 <AbsDimension x="10" y="10"/>
1802 </Size>
1803 <Anchors>
1804 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1805 <Offset>
1806 <AbsDimension x="-137" Y="59"/>
1807 </Offset>
1808 </Anchor>
1809 </Anchors>
1810  
1811 <Layers>
1812 <Layer level="ARTWORK">
1813 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1814 </Texture>
1815 </Layer>
1816 </Layers>
1817 <Frames>
1818 <CheckButton name="FlexBarButton39" inherits="FlexBarButton" parent="FlexFrame39" id="39">
1819 <Anchors>
1820 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1821 <Offset>
1822 <AbsDimension x="-2" y="2"/>
1823 </Offset>
1824 </Anchor>
1825 </Anchors>
1826 </CheckButton>
1827 </Frames>
1828 <Scripts>
1829 <OnLoad>
1830 FlexBarFrame_OnLoad(this);
1831 </OnLoad>
1832 <OnDragStart>
1833 FlexBarFrame_DragStart(this);
1834 </OnDragStart>
1835 <OnDragStop>
1836 FlexBarFrame_UpdateLocation(this);
1837 </OnDragStop>
1838 </Scripts>
1839 </Frame>
1840 <Frame name="FlexFrame40" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1841 <Size>
1842 <AbsDimension x="10" y="10"/>
1843 </Size>
1844 <Anchors>
1845 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1846 <Offset>
1847 <AbsDimension x="-98" Y="59"/>
1848 </Offset>
1849 </Anchor>
1850 </Anchors>
1851  
1852 <Layers>
1853 <Layer level="ARTWORK">
1854 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1855 </Texture>
1856 </Layer>
1857 </Layers>
1858 <Frames>
1859 <CheckButton name="FlexBarButton40" inherits="FlexBarButton" parent="FlexFrame40" id="40">
1860 <Anchors>
1861 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1862 <Offset>
1863 <AbsDimension x="-2" y="2"/>
1864 </Offset>
1865 </Anchor>
1866 </Anchors>
1867 </CheckButton>
1868 </Frames>
1869 <Scripts>
1870 <OnLoad>
1871 FlexBarFrame_OnLoad(this);
1872 </OnLoad>
1873 <OnDragStart>
1874 FlexBarFrame_DragStart(this);
1875 </OnDragStart>
1876 <OnDragStop>
1877 FlexBarFrame_UpdateLocation(this);
1878 </OnDragStop>
1879 </Scripts>
1880 </Frame>
1881 <Frame name="FlexFrame41" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1882 <Size>
1883 <AbsDimension x="10" y="10"/>
1884 </Size>
1885 <Anchors>
1886 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1887 <Offset>
1888 <AbsDimension x="-59" Y="59"/>
1889 </Offset>
1890 </Anchor>
1891 </Anchors>
1892  
1893 <Layers>
1894 <Layer level="ARTWORK">
1895 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1896 </Texture>
1897 </Layer>
1898 </Layers>
1899 <Frames>
1900 <CheckButton name="FlexBarButton41" inherits="FlexBarButton" parent="FlexFrame41" id="41">
1901 <Anchors>
1902 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1903 <Offset>
1904 <AbsDimension x="-2" y="2"/>
1905 </Offset>
1906 </Anchor>
1907 </Anchors>
1908 </CheckButton>
1909 </Frames>
1910 <Scripts>
1911 <OnLoad>
1912 FlexBarFrame_OnLoad(this);
1913 </OnLoad>
1914 <OnDragStart>
1915 FlexBarFrame_DragStart(this);
1916 </OnDragStart>
1917 <OnDragStop>
1918 FlexBarFrame_UpdateLocation(this);
1919 </OnDragStop>
1920 </Scripts>
1921 </Frame>
1922 <Frame name="FlexFrame42" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1923 <Size>
1924 <AbsDimension x="10" y="10"/>
1925 </Size>
1926 <Anchors>
1927 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1928 <Offset>
1929 <AbsDimension x="-20" Y="59"/>
1930 </Offset>
1931 </Anchor>
1932 </Anchors>
1933  
1934 <Layers>
1935 <Layer level="ARTWORK">
1936 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1937 </Texture>
1938 </Layer>
1939 </Layers>
1940 <Frames>
1941 <CheckButton name="FlexBarButton42" inherits="FlexBarButton" parent="FlexFrame42" id="42">
1942 <Anchors>
1943 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1944 <Offset>
1945 <AbsDimension x="-2" y="2"/>
1946 </Offset>
1947 </Anchor>
1948 </Anchors>
1949 </CheckButton>
1950 </Frames>
1951 <Scripts>
1952 <OnLoad>
1953 FlexBarFrame_OnLoad(this);
1954 </OnLoad>
1955 <OnDragStart>
1956 FlexBarFrame_DragStart(this);
1957 </OnDragStart>
1958 <OnDragStop>
1959 FlexBarFrame_UpdateLocation(this);
1960 </OnDragStop>
1961 </Scripts>
1962 </Frame>
1963 <Frame name="FlexFrame43" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
1964 <Size>
1965 <AbsDimension x="10" y="10"/>
1966 </Size>
1967 <Anchors>
1968 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
1969 <Offset>
1970 <AbsDimension x="19" Y="59"/>
1971 </Offset>
1972 </Anchor>
1973 </Anchors>
1974  
1975 <Layers>
1976 <Layer level="ARTWORK">
1977 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
1978 </Texture>
1979 </Layer>
1980 </Layers>
1981 <Frames>
1982 <CheckButton name="FlexBarButton43" inherits="FlexBarButton" parent="FlexFrame43" id="43">
1983 <Anchors>
1984 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
1985 <Offset>
1986 <AbsDimension x="-2" y="2"/>
1987 </Offset>
1988 </Anchor>
1989 </Anchors>
1990 </CheckButton>
1991 </Frames>
1992 <Scripts>
1993 <OnLoad>
1994 FlexBarFrame_OnLoad(this);
1995 </OnLoad>
1996 <OnDragStart>
1997 FlexBarFrame_DragStart(this);
1998 </OnDragStart>
1999 <OnDragStop>
2000 FlexBarFrame_UpdateLocation(this);
2001 </OnDragStop>
2002 </Scripts>
2003 </Frame>
2004 <Frame name="FlexFrame44" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2005 <Size>
2006 <AbsDimension x="10" y="10"/>
2007 </Size>
2008 <Anchors>
2009 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2010 <Offset>
2011 <AbsDimension x="58" Y="59"/>
2012 </Offset>
2013 </Anchor>
2014 </Anchors>
2015  
2016 <Layers>
2017 <Layer level="ARTWORK">
2018 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2019 </Texture>
2020 </Layer>
2021 </Layers>
2022 <Frames>
2023 <CheckButton name="FlexBarButton44" inherits="FlexBarButton" parent="FlexFrame44" id="44">
2024 <Anchors>
2025 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2026 <Offset>
2027 <AbsDimension x="-2" y="2"/>
2028 </Offset>
2029 </Anchor>
2030 </Anchors>
2031 </CheckButton>
2032 </Frames>
2033 <Scripts>
2034 <OnLoad>
2035 FlexBarFrame_OnLoad(this);
2036 </OnLoad>
2037 <OnDragStart>
2038 FlexBarFrame_DragStart(this);
2039 </OnDragStart>
2040 <OnDragStop>
2041 FlexBarFrame_UpdateLocation(this);
2042 </OnDragStop>
2043 </Scripts>
2044 </Frame>
2045 <Frame name="FlexFrame45" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2046 <Size>
2047 <AbsDimension x="10" y="10"/>
2048 </Size>
2049 <Anchors>
2050 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2051 <Offset>
2052 <AbsDimension x="97" Y="59"/>
2053 </Offset>
2054 </Anchor>
2055 </Anchors>
2056  
2057 <Layers>
2058 <Layer level="ARTWORK">
2059 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2060 </Texture>
2061 </Layer>
2062 </Layers>
2063 <Frames>
2064 <CheckButton name="FlexBarButton45" inherits="FlexBarButton" parent="FlexFrame45" id="45">
2065 <Anchors>
2066 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2067 <Offset>
2068 <AbsDimension x="-2" y="2"/>
2069 </Offset>
2070 </Anchor>
2071 </Anchors>
2072 </CheckButton>
2073 </Frames>
2074 <Scripts>
2075 <OnLoad>
2076 FlexBarFrame_OnLoad(this);
2077 </OnLoad>
2078 <OnDragStart>
2079 FlexBarFrame_DragStart(this);
2080 </OnDragStart>
2081 <OnDragStop>
2082 FlexBarFrame_UpdateLocation(this);
2083 </OnDragStop>
2084 </Scripts>
2085 </Frame>
2086 <Frame name="FlexFrame46" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2087 <Size>
2088 <AbsDimension x="10" y="10"/>
2089 </Size>
2090 <Anchors>
2091 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2092 <Offset>
2093 <AbsDimension x="136" Y="59"/>
2094 </Offset>
2095 </Anchor>
2096 </Anchors>
2097  
2098 <Layers>
2099 <Layer level="ARTWORK">
2100 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2101 </Texture>
2102 </Layer>
2103 </Layers>
2104 <Frames>
2105 <CheckButton name="FlexBarButton46" inherits="FlexBarButton" parent="FlexFrame46" id="46">
2106 <Anchors>
2107 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2108 <Offset>
2109 <AbsDimension x="-2" y="2"/>
2110 </Offset>
2111 </Anchor>
2112 </Anchors>
2113 </CheckButton>
2114 </Frames>
2115 <Scripts>
2116 <OnLoad>
2117 FlexBarFrame_OnLoad(this);
2118 </OnLoad>
2119 <OnDragStart>
2120 FlexBarFrame_DragStart(this);
2121 </OnDragStart>
2122 <OnDragStop>
2123 FlexBarFrame_UpdateLocation(this);
2124 </OnDragStop>
2125 </Scripts>
2126 </Frame>
2127 <Frame name="FlexFrame47" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2128 <Size>
2129 <AbsDimension x="10" y="10"/>
2130 </Size>
2131 <Anchors>
2132 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2133 <Offset>
2134 <AbsDimension x="175" Y="59"/>
2135 </Offset>
2136 </Anchor>
2137 </Anchors>
2138  
2139 <Layers>
2140 <Layer level="ARTWORK">
2141 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2142 </Texture>
2143 </Layer>
2144 </Layers>
2145 <Frames>
2146 <CheckButton name="FlexBarButton47" inherits="FlexBarButton" parent="FlexFrame47" id="47">
2147 <Anchors>
2148 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2149 <Offset>
2150 <AbsDimension x="-2" y="2"/>
2151 </Offset>
2152 </Anchor>
2153 </Anchors>
2154 </CheckButton>
2155 </Frames>
2156 <Scripts>
2157 <OnLoad>
2158 FlexBarFrame_OnLoad(this);
2159 </OnLoad>
2160 <OnDragStart>
2161 FlexBarFrame_DragStart(this);
2162 </OnDragStart>
2163 <OnDragStop>
2164 FlexBarFrame_UpdateLocation(this);
2165 </OnDragStop>
2166 </Scripts>
2167 </Frame>
2168 <Frame name="FlexFrame48" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2169 <Size>
2170 <AbsDimension x="10" y="10"/>
2171 </Size>
2172 <Anchors>
2173 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2174 <Offset>
2175 <AbsDimension x="214" Y="59"/>
2176 </Offset>
2177 </Anchor>
2178 </Anchors>
2179  
2180 <Layers>
2181 <Layer level="ARTWORK">
2182 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2183 </Texture>
2184 </Layer>
2185 </Layers>
2186 <Frames>
2187 <CheckButton name="FlexBarButton48" inherits="FlexBarButton" parent="FlexFrame48" id="48">
2188 <Anchors>
2189 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2190 <Offset>
2191 <AbsDimension x="-2" y="2"/>
2192 </Offset>
2193 </Anchor>
2194 </Anchors>
2195 </CheckButton>
2196 </Frames>
2197 <Scripts>
2198 <OnLoad>
2199 FlexBarFrame_OnLoad(this);
2200 </OnLoad>
2201 <OnDragStart>
2202 FlexBarFrame_DragStart(this);
2203 </OnDragStart>
2204 <OnDragStop>
2205 FlexBarFrame_UpdateLocation(this);
2206 </OnDragStop>
2207 </Scripts>
2208 </Frame>
2209 <Frame name="FlexFrame49" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2210 <Size>
2211 <AbsDimension x="10" y="10"/>
2212 </Size>
2213 <Anchors>
2214 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2215 <Offset>
2216 <AbsDimension x="-215" Y="20"/>
2217 </Offset>
2218 </Anchor>
2219 </Anchors>
2220  
2221 <Layers>
2222 <Layer level="ARTWORK">
2223 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2224 </Texture>
2225 </Layer>
2226 </Layers>
2227 <Frames>
2228 <CheckButton name="FlexBarButton49" inherits="FlexBarButton" parent="FlexFrame49" id="49">
2229 <Anchors>
2230 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2231 <Offset>
2232 <AbsDimension x="-2" y="2"/>
2233 </Offset>
2234 </Anchor>
2235 </Anchors>
2236 </CheckButton>
2237 </Frames>
2238 <Scripts>
2239 <OnLoad>
2240 FlexBarFrame_OnLoad(this);
2241 </OnLoad>
2242 <OnDragStart>
2243 FlexBarFrame_DragStart(this);
2244 </OnDragStart>
2245 <OnDragStop>
2246 FlexBarFrame_UpdateLocation(this);
2247 </OnDragStop>
2248 </Scripts>
2249 </Frame>
2250 <Frame name="FlexFrame50" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2251 <Size>
2252 <AbsDimension x="10" y="10"/>
2253 </Size>
2254 <Anchors>
2255 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2256 <Offset>
2257 <AbsDimension x="-176" Y="20"/>
2258 </Offset>
2259 </Anchor>
2260 </Anchors>
2261  
2262 <Layers>
2263 <Layer level="ARTWORK">
2264 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2265 </Texture>
2266 </Layer>
2267 </Layers>
2268 <Frames>
2269 <CheckButton name="FlexBarButton50" inherits="FlexBarButton" parent="FlexFrame50" id="50">
2270 <Anchors>
2271 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2272 <Offset>
2273 <AbsDimension x="-2" y="2"/>
2274 </Offset>
2275 </Anchor>
2276 </Anchors>
2277 </CheckButton>
2278 </Frames>
2279 <Scripts>
2280 <OnLoad>
2281 FlexBarFrame_OnLoad(this);
2282 </OnLoad>
2283 <OnDragStart>
2284 FlexBarFrame_DragStart(this);
2285 </OnDragStart>
2286 <OnDragStop>
2287 FlexBarFrame_UpdateLocation(this);
2288 </OnDragStop>
2289 </Scripts>
2290 </Frame>
2291 <Frame name="FlexFrame51" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2292 <Size>
2293 <AbsDimension x="10" y="10"/>
2294 </Size>
2295 <Anchors>
2296 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2297 <Offset>
2298 <AbsDimension x="-137" Y="20"/>
2299 </Offset>
2300 </Anchor>
2301 </Anchors>
2302  
2303 <Layers>
2304 <Layer level="ARTWORK">
2305 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2306 </Texture>
2307 </Layer>
2308 </Layers>
2309 <Frames>
2310 <CheckButton name="FlexBarButton51" inherits="FlexBarButton" parent="FlexFrame51" id="51">
2311 <Anchors>
2312 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2313 <Offset>
2314 <AbsDimension x="-2" y="2"/>
2315 </Offset>
2316 </Anchor>
2317 </Anchors>
2318 </CheckButton>
2319 </Frames>
2320 <Scripts>
2321 <OnLoad>
2322 FlexBarFrame_OnLoad(this);
2323 </OnLoad>
2324 <OnDragStart>
2325 FlexBarFrame_DragStart(this);
2326 </OnDragStart>
2327 <OnDragStop>
2328 FlexBarFrame_UpdateLocation(this);
2329 </OnDragStop>
2330 </Scripts>
2331 </Frame>
2332 <Frame name="FlexFrame52" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2333 <Size>
2334 <AbsDimension x="10" y="10"/>
2335 </Size>
2336 <Anchors>
2337 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2338 <Offset>
2339 <AbsDimension x="-98" Y="20"/>
2340 </Offset>
2341 </Anchor>
2342 </Anchors>
2343  
2344 <Layers>
2345 <Layer level="ARTWORK">
2346 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2347 </Texture>
2348 </Layer>
2349 </Layers>
2350 <Frames>
2351 <CheckButton name="FlexBarButton52" inherits="FlexBarButton" parent="FlexFrame52" id="52">
2352 <Anchors>
2353 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2354 <Offset>
2355 <AbsDimension x="-2" y="2"/>
2356 </Offset>
2357 </Anchor>
2358 </Anchors>
2359 </CheckButton>
2360 </Frames>
2361 <Scripts>
2362 <OnLoad>
2363 FlexBarFrame_OnLoad(this);
2364 </OnLoad>
2365 <OnDragStart>
2366 FlexBarFrame_DragStart(this);
2367 </OnDragStart>
2368 <OnDragStop>
2369 FlexBarFrame_UpdateLocation(this);
2370 </OnDragStop>
2371 </Scripts>
2372 </Frame>
2373 <Frame name="FlexFrame53" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2374 <Size>
2375 <AbsDimension x="10" y="10"/>
2376 </Size>
2377 <Anchors>
2378 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2379 <Offset>
2380 <AbsDimension x="-59" Y="20"/>
2381 </Offset>
2382 </Anchor>
2383 </Anchors>
2384  
2385 <Layers>
2386 <Layer level="ARTWORK">
2387 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2388 </Texture>
2389 </Layer>
2390 </Layers>
2391 <Frames>
2392 <CheckButton name="FlexBarButton53" inherits="FlexBarButton" parent="FlexFrame53" id="53">
2393 <Anchors>
2394 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2395 <Offset>
2396 <AbsDimension x="-2" y="2"/>
2397 </Offset>
2398 </Anchor>
2399 </Anchors>
2400 </CheckButton>
2401 </Frames>
2402 <Scripts>
2403 <OnLoad>
2404 FlexBarFrame_OnLoad(this);
2405 </OnLoad>
2406 <OnDragStart>
2407 FlexBarFrame_DragStart(this);
2408 </OnDragStart>
2409 <OnDragStop>
2410 FlexBarFrame_UpdateLocation(this);
2411 </OnDragStop>
2412 </Scripts>
2413 </Frame>
2414 <Frame name="FlexFrame54" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2415 <Size>
2416 <AbsDimension x="10" y="10"/>
2417 </Size>
2418 <Anchors>
2419 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2420 <Offset>
2421 <AbsDimension x="-20" Y="20"/>
2422 </Offset>
2423 </Anchor>
2424 </Anchors>
2425  
2426 <Layers>
2427 <Layer level="ARTWORK">
2428 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2429 </Texture>
2430 </Layer>
2431 </Layers>
2432 <Frames>
2433 <CheckButton name="FlexBarButton54" inherits="FlexBarButton" parent="FlexFrame54" id="54">
2434 <Anchors>
2435 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2436 <Offset>
2437 <AbsDimension x="-2" y="2"/>
2438 </Offset>
2439 </Anchor>
2440 </Anchors>
2441 </CheckButton>
2442 </Frames>
2443 <Scripts>
2444 <OnLoad>
2445 FlexBarFrame_OnLoad(this);
2446 </OnLoad>
2447 <OnDragStart>
2448 FlexBarFrame_DragStart(this);
2449 </OnDragStart>
2450 <OnDragStop>
2451 FlexBarFrame_UpdateLocation(this);
2452 </OnDragStop>
2453 </Scripts>
2454 </Frame>
2455 <Frame name="FlexFrame55" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2456 <Size>
2457 <AbsDimension x="10" y="10"/>
2458 </Size>
2459 <Anchors>
2460 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2461 <Offset>
2462 <AbsDimension x="19" Y="20"/>
2463 </Offset>
2464 </Anchor>
2465 </Anchors>
2466  
2467 <Layers>
2468 <Layer level="ARTWORK">
2469 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2470 </Texture>
2471 </Layer>
2472 </Layers>
2473 <Frames>
2474 <CheckButton name="FlexBarButton55" inherits="FlexBarButton" parent="FlexFrame55" id="55">
2475 <Anchors>
2476 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2477 <Offset>
2478 <AbsDimension x="-2" y="2"/>
2479 </Offset>
2480 </Anchor>
2481 </Anchors>
2482 </CheckButton>
2483 </Frames>
2484 <Scripts>
2485 <OnLoad>
2486 FlexBarFrame_OnLoad(this);
2487 </OnLoad>
2488 <OnDragStart>
2489 FlexBarFrame_DragStart(this);
2490 </OnDragStart>
2491 <OnDragStop>
2492 FlexBarFrame_UpdateLocation(this);
2493 </OnDragStop>
2494 </Scripts>
2495 </Frame>
2496 <Frame name="FlexFrame56" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2497 <Size>
2498 <AbsDimension x="10" y="10"/>
2499 </Size>
2500 <Anchors>
2501 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2502 <Offset>
2503 <AbsDimension x="58" Y="20"/>
2504 </Offset>
2505 </Anchor>
2506 </Anchors>
2507  
2508 <Layers>
2509 <Layer level="ARTWORK">
2510 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2511 </Texture>
2512 </Layer>
2513 </Layers>
2514 <Frames>
2515 <CheckButton name="FlexBarButton56" inherits="FlexBarButton" parent="FlexFrame56" id="56">
2516 <Anchors>
2517 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2518 <Offset>
2519 <AbsDimension x="-2" y="2"/>
2520 </Offset>
2521 </Anchor>
2522 </Anchors>
2523 </CheckButton>
2524 </Frames>
2525 <Scripts>
2526 <OnLoad>
2527 FlexBarFrame_OnLoad(this);
2528 </OnLoad>
2529 <OnDragStart>
2530 FlexBarFrame_DragStart(this);
2531 </OnDragStart>
2532 <OnDragStop>
2533 FlexBarFrame_UpdateLocation(this);
2534 </OnDragStop>
2535 </Scripts>
2536 </Frame>
2537 <Frame name="FlexFrame57" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2538 <Size>
2539 <AbsDimension x="10" y="10"/>
2540 </Size>
2541 <Anchors>
2542 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2543 <Offset>
2544 <AbsDimension x="97" Y="20"/>
2545 </Offset>
2546 </Anchor>
2547 </Anchors>
2548  
2549 <Layers>
2550 <Layer level="ARTWORK">
2551 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2552 </Texture>
2553 </Layer>
2554 </Layers>
2555 <Frames>
2556 <CheckButton name="FlexBarButton57" inherits="FlexBarButton" parent="FlexFrame57" id="57">
2557 <Anchors>
2558 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2559 <Offset>
2560 <AbsDimension x="-2" y="2"/>
2561 </Offset>
2562 </Anchor>
2563 </Anchors>
2564 </CheckButton>
2565 </Frames>
2566 <Scripts>
2567 <OnLoad>
2568 FlexBarFrame_OnLoad(this);
2569 </OnLoad>
2570 <OnDragStart>
2571 FlexBarFrame_DragStart(this);
2572 </OnDragStart>
2573 <OnDragStop>
2574 FlexBarFrame_UpdateLocation(this);
2575 </OnDragStop>
2576 </Scripts>
2577 </Frame>
2578 <Frame name="FlexFrame58" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2579 <Size>
2580 <AbsDimension x="10" y="10"/>
2581 </Size>
2582 <Anchors>
2583 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2584 <Offset>
2585 <AbsDimension x="136" Y="20"/>
2586 </Offset>
2587 </Anchor>
2588 </Anchors>
2589  
2590 <Layers>
2591 <Layer level="ARTWORK">
2592 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2593 </Texture>
2594 </Layer>
2595 </Layers>
2596 <Frames>
2597 <CheckButton name="FlexBarButton58" inherits="FlexBarButton" parent="FlexFrame58" id="58">
2598 <Anchors>
2599 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2600 <Offset>
2601 <AbsDimension x="-2" y="2"/>
2602 </Offset>
2603 </Anchor>
2604 </Anchors>
2605 </CheckButton>
2606 </Frames>
2607 <Scripts>
2608 <OnLoad>
2609 FlexBarFrame_OnLoad(this);
2610 </OnLoad>
2611 <OnDragStart>
2612 FlexBarFrame_DragStart(this);
2613 </OnDragStart>
2614 <OnDragStop>
2615 FlexBarFrame_UpdateLocation(this);
2616 </OnDragStop>
2617 </Scripts>
2618 </Frame>
2619 <Frame name="FlexFrame59" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2620 <Size>
2621 <AbsDimension x="10" y="10"/>
2622 </Size>
2623 <Anchors>
2624 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2625 <Offset>
2626 <AbsDimension x="175" Y="20"/>
2627 </Offset>
2628 </Anchor>
2629 </Anchors>
2630  
2631 <Layers>
2632 <Layer level="ARTWORK">
2633 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2634 </Texture>
2635 </Layer>
2636 </Layers>
2637 <Frames>
2638 <CheckButton name="FlexBarButton59" inherits="FlexBarButton" parent="FlexFrame59" id="59">
2639 <Anchors>
2640 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2641 <Offset>
2642 <AbsDimension x="-2" y="2"/>
2643 </Offset>
2644 </Anchor>
2645 </Anchors>
2646 </CheckButton>
2647 </Frames>
2648 <Scripts>
2649 <OnLoad>
2650 FlexBarFrame_OnLoad(this);
2651 </OnLoad>
2652 <OnDragStart>
2653 FlexBarFrame_DragStart(this);
2654 </OnDragStart>
2655 <OnDragStop>
2656 FlexBarFrame_UpdateLocation(this);
2657 </OnDragStop>
2658 </Scripts>
2659 </Frame>
2660 <Frame name="FlexFrame60" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2661 <Size>
2662 <AbsDimension x="10" y="10"/>
2663 </Size>
2664 <Anchors>
2665 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2666 <Offset>
2667 <AbsDimension x="214" Y="20"/>
2668 </Offset>
2669 </Anchor>
2670 </Anchors>
2671  
2672 <Layers>
2673 <Layer level="ARTWORK">
2674 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2675 </Texture>
2676 </Layer>
2677 </Layers>
2678 <Frames>
2679 <CheckButton name="FlexBarButton60" inherits="FlexBarButton" parent="FlexFrame60" id="60">
2680 <Anchors>
2681 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2682 <Offset>
2683 <AbsDimension x="-2" y="2"/>
2684 </Offset>
2685 </Anchor>
2686 </Anchors>
2687 </CheckButton>
2688 </Frames>
2689 <Scripts>
2690 <OnLoad>
2691 FlexBarFrame_OnLoad(this);
2692 </OnLoad>
2693 <OnDragStart>
2694 FlexBarFrame_DragStart(this);
2695 </OnDragStart>
2696 <OnDragStop>
2697 FlexBarFrame_UpdateLocation(this);
2698 </OnDragStop>
2699 </Scripts>
2700 </Frame>
2701 <Frame name="FlexFrame61" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2702 <Size>
2703 <AbsDimension x="10" y="10"/>
2704 </Size>
2705 <Anchors>
2706 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2707 <Offset>
2708 <AbsDimension x="-215" Y="-19"/>
2709 </Offset>
2710 </Anchor>
2711 </Anchors>
2712  
2713 <Layers>
2714 <Layer level="ARTWORK">
2715 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2716 </Texture>
2717 </Layer>
2718 </Layers>
2719 <Frames>
2720 <CheckButton name="FlexBarButton61" inherits="FlexBarButton" parent="FlexFrame61" id="61">
2721 <Anchors>
2722 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2723 <Offset>
2724 <AbsDimension x="-2" y="2"/>
2725 </Offset>
2726 </Anchor>
2727 </Anchors>
2728 </CheckButton>
2729 </Frames>
2730 <Scripts>
2731 <OnLoad>
2732 FlexBarFrame_OnLoad(this);
2733 </OnLoad>
2734 <OnDragStart>
2735 FlexBarFrame_DragStart(this);
2736 </OnDragStart>
2737 <OnDragStop>
2738 FlexBarFrame_UpdateLocation(this);
2739 </OnDragStop>
2740 </Scripts>
2741 </Frame>
2742 <Frame name="FlexFrame62" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2743 <Size>
2744 <AbsDimension x="10" y="10"/>
2745 </Size>
2746 <Anchors>
2747 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2748 <Offset>
2749 <AbsDimension x="-176" Y="-19"/>
2750 </Offset>
2751 </Anchor>
2752 </Anchors>
2753  
2754 <Layers>
2755 <Layer level="ARTWORK">
2756 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2757 </Texture>
2758 </Layer>
2759 </Layers>
2760 <Frames>
2761 <CheckButton name="FlexBarButton62" inherits="FlexBarButton" parent="FlexFrame62" id="62">
2762 <Anchors>
2763 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2764 <Offset>
2765 <AbsDimension x="-2" y="2"/>
2766 </Offset>
2767 </Anchor>
2768 </Anchors>
2769 </CheckButton>
2770 </Frames>
2771 <Scripts>
2772 <OnLoad>
2773 FlexBarFrame_OnLoad(this);
2774 </OnLoad>
2775 <OnDragStart>
2776 FlexBarFrame_DragStart(this);
2777 </OnDragStart>
2778 <OnDragStop>
2779 FlexBarFrame_UpdateLocation(this);
2780 </OnDragStop>
2781 </Scripts>
2782 </Frame>
2783 <Frame name="FlexFrame63" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2784 <Size>
2785 <AbsDimension x="10" y="10"/>
2786 </Size>
2787 <Anchors>
2788 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2789 <Offset>
2790 <AbsDimension x="-137" Y="-19"/>
2791 </Offset>
2792 </Anchor>
2793 </Anchors>
2794  
2795 <Layers>
2796 <Layer level="ARTWORK">
2797 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2798 </Texture>
2799 </Layer>
2800 </Layers>
2801 <Frames>
2802 <CheckButton name="FlexBarButton63" inherits="FlexBarButton" parent="FlexFrame63" id="63">
2803 <Anchors>
2804 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2805 <Offset>
2806 <AbsDimension x="-2" y="2"/>
2807 </Offset>
2808 </Anchor>
2809 </Anchors>
2810 </CheckButton>
2811 </Frames>
2812 <Scripts>
2813 <OnLoad>
2814 FlexBarFrame_OnLoad(this);
2815 </OnLoad>
2816 <OnDragStart>
2817 FlexBarFrame_DragStart(this);
2818 </OnDragStart>
2819 <OnDragStop>
2820 FlexBarFrame_UpdateLocation(this);
2821 </OnDragStop>
2822 </Scripts>
2823 </Frame>
2824 <Frame name="FlexFrame64" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2825 <Size>
2826 <AbsDimension x="10" y="10"/>
2827 </Size>
2828 <Anchors>
2829 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2830 <Offset>
2831 <AbsDimension x="-98" Y="-19"/>
2832 </Offset>
2833 </Anchor>
2834 </Anchors>
2835  
2836 <Layers>
2837 <Layer level="ARTWORK">
2838 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2839 </Texture>
2840 </Layer>
2841 </Layers>
2842 <Frames>
2843 <CheckButton name="FlexBarButton64" inherits="FlexBarButton" parent="FlexFrame64" id="64">
2844 <Anchors>
2845 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2846 <Offset>
2847 <AbsDimension x="-2" y="2"/>
2848 </Offset>
2849 </Anchor>
2850 </Anchors>
2851 </CheckButton>
2852 </Frames>
2853 <Scripts>
2854 <OnLoad>
2855 FlexBarFrame_OnLoad(this);
2856 </OnLoad>
2857 <OnDragStart>
2858 FlexBarFrame_DragStart(this);
2859 </OnDragStart>
2860 <OnDragStop>
2861 FlexBarFrame_UpdateLocation(this);
2862 </OnDragStop>
2863 </Scripts>
2864 </Frame>
2865 <Frame name="FlexFrame65" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2866 <Size>
2867 <AbsDimension x="10" y="10"/>
2868 </Size>
2869 <Anchors>
2870 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2871 <Offset>
2872 <AbsDimension x="-59" Y="-19"/>
2873 </Offset>
2874 </Anchor>
2875 </Anchors>
2876  
2877 <Layers>
2878 <Layer level="ARTWORK">
2879 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2880 </Texture>
2881 </Layer>
2882 </Layers>
2883 <Frames>
2884 <CheckButton name="FlexBarButton65" inherits="FlexBarButton" parent="FlexFrame65" id="65">
2885 <Anchors>
2886 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2887 <Offset>
2888 <AbsDimension x="-2" y="2"/>
2889 </Offset>
2890 </Anchor>
2891 </Anchors>
2892 </CheckButton>
2893 </Frames>
2894 <Scripts>
2895 <OnLoad>
2896 FlexBarFrame_OnLoad(this);
2897 </OnLoad>
2898 <OnDragStart>
2899 FlexBarFrame_DragStart(this);
2900 </OnDragStart>
2901 <OnDragStop>
2902 FlexBarFrame_UpdateLocation(this);
2903 </OnDragStop>
2904 </Scripts>
2905 </Frame>
2906 <Frame name="FlexFrame66" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2907 <Size>
2908 <AbsDimension x="10" y="10"/>
2909 </Size>
2910 <Anchors>
2911 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2912 <Offset>
2913 <AbsDimension x="-20" Y="-19"/>
2914 </Offset>
2915 </Anchor>
2916 </Anchors>
2917  
2918 <Layers>
2919 <Layer level="ARTWORK">
2920 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2921 </Texture>
2922 </Layer>
2923 </Layers>
2924 <Frames>
2925 <CheckButton name="FlexBarButton66" inherits="FlexBarButton" parent="FlexFrame66" id="66">
2926 <Anchors>
2927 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2928 <Offset>
2929 <AbsDimension x="-2" y="2"/>
2930 </Offset>
2931 </Anchor>
2932 </Anchors>
2933 </CheckButton>
2934 </Frames>
2935 <Scripts>
2936 <OnLoad>
2937 FlexBarFrame_OnLoad(this);
2938 </OnLoad>
2939 <OnDragStart>
2940 FlexBarFrame_DragStart(this);
2941 </OnDragStart>
2942 <OnDragStop>
2943 FlexBarFrame_UpdateLocation(this);
2944 </OnDragStop>
2945 </Scripts>
2946 </Frame>
2947 <Frame name="FlexFrame67" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2948 <Size>
2949 <AbsDimension x="10" y="10"/>
2950 </Size>
2951 <Anchors>
2952 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2953 <Offset>
2954 <AbsDimension x="19" Y="-19"/>
2955 </Offset>
2956 </Anchor>
2957 </Anchors>
2958  
2959 <Layers>
2960 <Layer level="ARTWORK">
2961 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
2962 </Texture>
2963 </Layer>
2964 </Layers>
2965 <Frames>
2966 <CheckButton name="FlexBarButton67" inherits="FlexBarButton" parent="FlexFrame67" id="67">
2967 <Anchors>
2968 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
2969 <Offset>
2970 <AbsDimension x="-2" y="2"/>
2971 </Offset>
2972 </Anchor>
2973 </Anchors>
2974 </CheckButton>
2975 </Frames>
2976 <Scripts>
2977 <OnLoad>
2978 FlexBarFrame_OnLoad(this);
2979 </OnLoad>
2980 <OnDragStart>
2981 FlexBarFrame_DragStart(this);
2982 </OnDragStart>
2983 <OnDragStop>
2984 FlexBarFrame_UpdateLocation(this);
2985 </OnDragStop>
2986 </Scripts>
2987 </Frame>
2988 <Frame name="FlexFrame68" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
2989 <Size>
2990 <AbsDimension x="10" y="10"/>
2991 </Size>
2992 <Anchors>
2993 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
2994 <Offset>
2995 <AbsDimension x="58" Y="-19"/>
2996 </Offset>
2997 </Anchor>
2998 </Anchors>
2999  
3000 <Layers>
3001 <Layer level="ARTWORK">
3002 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3003 </Texture>
3004 </Layer>
3005 </Layers>
3006 <Frames>
3007 <CheckButton name="FlexBarButton68" inherits="FlexBarButton" parent="FlexFrame68" id="68">
3008 <Anchors>
3009 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3010 <Offset>
3011 <AbsDimension x="-2" y="2"/>
3012 </Offset>
3013 </Anchor>
3014 </Anchors>
3015 </CheckButton>
3016 </Frames>
3017 <Scripts>
3018 <OnLoad>
3019 FlexBarFrame_OnLoad(this);
3020 </OnLoad>
3021 <OnDragStart>
3022 FlexBarFrame_DragStart(this);
3023 </OnDragStart>
3024 <OnDragStop>
3025 FlexBarFrame_UpdateLocation(this);
3026 </OnDragStop>
3027 </Scripts>
3028 </Frame>
3029 <Frame name="FlexFrame69" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3030 <Size>
3031 <AbsDimension x="10" y="10"/>
3032 </Size>
3033 <Anchors>
3034 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3035 <Offset>
3036 <AbsDimension x="97" Y="-19"/>
3037 </Offset>
3038 </Anchor>
3039 </Anchors>
3040  
3041 <Layers>
3042 <Layer level="ARTWORK">
3043 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3044 </Texture>
3045 </Layer>
3046 </Layers>
3047 <Frames>
3048 <CheckButton name="FlexBarButton69" inherits="FlexBarButton" parent="FlexFrame69" id="69">
3049 <Anchors>
3050 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3051 <Offset>
3052 <AbsDimension x="-2" y="2"/>
3053 </Offset>
3054 </Anchor>
3055 </Anchors>
3056 </CheckButton>
3057 </Frames>
3058 <Scripts>
3059 <OnLoad>
3060 FlexBarFrame_OnLoad(this);
3061 </OnLoad>
3062 <OnDragStart>
3063 FlexBarFrame_DragStart(this);
3064 </OnDragStart>
3065 <OnDragStop>
3066 FlexBarFrame_UpdateLocation(this);
3067 </OnDragStop>
3068 </Scripts>
3069 </Frame>
3070 <Frame name="FlexFrame70" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3071 <Size>
3072 <AbsDimension x="10" y="10"/>
3073 </Size>
3074 <Anchors>
3075 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3076 <Offset>
3077 <AbsDimension x="136" Y="-19"/>
3078 </Offset>
3079 </Anchor>
3080 </Anchors>
3081  
3082 <Layers>
3083 <Layer level="ARTWORK">
3084 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3085 </Texture>
3086 </Layer>
3087 </Layers>
3088 <Frames>
3089 <CheckButton name="FlexBarButton70" inherits="FlexBarButton" parent="FlexFrame70" id="70">
3090 <Anchors>
3091 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3092 <Offset>
3093 <AbsDimension x="-2" y="2"/>
3094 </Offset>
3095 </Anchor>
3096 </Anchors>
3097 </CheckButton>
3098 </Frames>
3099 <Scripts>
3100 <OnLoad>
3101 FlexBarFrame_OnLoad(this);
3102 </OnLoad>
3103 <OnDragStart>
3104 FlexBarFrame_DragStart(this);
3105 </OnDragStart>
3106 <OnDragStop>
3107 FlexBarFrame_UpdateLocation(this);
3108 </OnDragStop>
3109 </Scripts>
3110 </Frame>
3111 <Frame name="FlexFrame71" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3112 <Size>
3113 <AbsDimension x="10" y="10"/>
3114 </Size>
3115 <Anchors>
3116 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3117 <Offset>
3118 <AbsDimension x="175" Y="-19"/>
3119 </Offset>
3120 </Anchor>
3121 </Anchors>
3122  
3123 <Layers>
3124 <Layer level="ARTWORK">
3125 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3126 </Texture>
3127 </Layer>
3128 </Layers>
3129 <Frames>
3130 <CheckButton name="FlexBarButton71" inherits="FlexBarButton" parent="FlexFrame71" id="71">
3131 <Anchors>
3132 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3133 <Offset>
3134 <AbsDimension x="-2" y="2"/>
3135 </Offset>
3136 </Anchor>
3137 </Anchors>
3138 </CheckButton>
3139 </Frames>
3140 <Scripts>
3141 <OnLoad>
3142 FlexBarFrame_OnLoad(this);
3143 </OnLoad>
3144 <OnDragStart>
3145 FlexBarFrame_DragStart(this);
3146 </OnDragStart>
3147 <OnDragStop>
3148 FlexBarFrame_UpdateLocation(this);
3149 </OnDragStop>
3150 </Scripts>
3151 </Frame>
3152 <Frame name="FlexFrame72" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3153 <Size>
3154 <AbsDimension x="10" y="10"/>
3155 </Size>
3156 <Anchors>
3157 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3158 <Offset>
3159 <AbsDimension x="214" Y="-19"/>
3160 </Offset>
3161 </Anchor>
3162 </Anchors>
3163  
3164 <Layers>
3165 <Layer level="ARTWORK">
3166 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3167 </Texture>
3168 </Layer>
3169 </Layers>
3170 <Frames>
3171 <CheckButton name="FlexBarButton72" inherits="FlexBarButton" parent="FlexFrame72" id="72">
3172 <Anchors>
3173 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3174 <Offset>
3175 <AbsDimension x="-2" y="2"/>
3176 </Offset>
3177 </Anchor>
3178 </Anchors>
3179 </CheckButton>
3180 </Frames>
3181 <Scripts>
3182 <OnLoad>
3183 FlexBarFrame_OnLoad(this);
3184 </OnLoad>
3185 <OnDragStart>
3186 FlexBarFrame_DragStart(this);
3187 </OnDragStart>
3188 <OnDragStop>
3189 FlexBarFrame_UpdateLocation(this);
3190 </OnDragStop>
3191 </Scripts>
3192 </Frame>
3193 <Frame name="FlexFrame73" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3194 <Size>
3195 <AbsDimension x="10" y="10"/>
3196 </Size>
3197 <Anchors>
3198 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3199 <Offset>
3200 <AbsDimension x="-215" Y="-58"/>
3201 </Offset>
3202 </Anchor>
3203 </Anchors>
3204  
3205 <Layers>
3206 <Layer level="ARTWORK">
3207 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3208 </Texture>
3209 </Layer>
3210 </Layers>
3211 <Frames>
3212 <CheckButton name="FlexBarButton73" inherits="FlexBarButton" parent="FlexFrame73" id="73">
3213 <Anchors>
3214 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3215 <Offset>
3216 <AbsDimension x="-2" y="2"/>
3217 </Offset>
3218 </Anchor>
3219 </Anchors>
3220 </CheckButton>
3221 </Frames>
3222 <Scripts>
3223 <OnLoad>
3224 FlexBarFrame_OnLoad(this);
3225 </OnLoad>
3226 <OnDragStart>
3227 FlexBarFrame_DragStart(this);
3228 </OnDragStart>
3229 <OnDragStop>
3230 FlexBarFrame_UpdateLocation(this);
3231 </OnDragStop>
3232 </Scripts>
3233 </Frame>
3234 <Frame name="FlexFrame74" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3235 <Size>
3236 <AbsDimension x="10" y="10"/>
3237 </Size>
3238 <Anchors>
3239 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3240 <Offset>
3241 <AbsDimension x="-176" Y="-58"/>
3242 </Offset>
3243 </Anchor>
3244 </Anchors>
3245  
3246 <Layers>
3247 <Layer level="ARTWORK">
3248 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3249 </Texture>
3250 </Layer>
3251 </Layers>
3252 <Frames>
3253 <CheckButton name="FlexBarButton74" inherits="FlexBarButton" parent="FlexFrame74" id="74">
3254 <Anchors>
3255 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3256 <Offset>
3257 <AbsDimension x="-2" y="2"/>
3258 </Offset>
3259 </Anchor>
3260 </Anchors>
3261 </CheckButton>
3262 </Frames>
3263 <Scripts>
3264 <OnLoad>
3265 FlexBarFrame_OnLoad(this);
3266 </OnLoad>
3267 <OnDragStart>
3268 FlexBarFrame_DragStart(this);
3269 </OnDragStart>
3270 <OnDragStop>
3271 FlexBarFrame_UpdateLocation(this);
3272 </OnDragStop>
3273 </Scripts>
3274 </Frame>
3275 <Frame name="FlexFrame75" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3276 <Size>
3277 <AbsDimension x="10" y="10"/>
3278 </Size>
3279 <Anchors>
3280 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3281 <Offset>
3282 <AbsDimension x="-137" Y="-58"/>
3283 </Offset>
3284 </Anchor>
3285 </Anchors>
3286  
3287 <Layers>
3288 <Layer level="ARTWORK">
3289 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3290 </Texture>
3291 </Layer>
3292 </Layers>
3293 <Frames>
3294 <CheckButton name="FlexBarButton75" inherits="FlexBarButton" parent="FlexFrame75" id="75">
3295 <Anchors>
3296 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3297 <Offset>
3298 <AbsDimension x="-2" y="2"/>
3299 </Offset>
3300 </Anchor>
3301 </Anchors>
3302 </CheckButton>
3303 </Frames>
3304 <Scripts>
3305 <OnLoad>
3306 FlexBarFrame_OnLoad(this);
3307 </OnLoad>
3308 <OnDragStart>
3309 FlexBarFrame_DragStart(this);
3310 </OnDragStart>
3311 <OnDragStop>
3312 FlexBarFrame_UpdateLocation(this);
3313 </OnDragStop>
3314 </Scripts>
3315 </Frame>
3316 <Frame name="FlexFrame76" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3317 <Size>
3318 <AbsDimension x="10" y="10"/>
3319 </Size>
3320 <Anchors>
3321 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3322 <Offset>
3323 <AbsDimension x="-98" Y="-58"/>
3324 </Offset>
3325 </Anchor>
3326 </Anchors>
3327  
3328 <Layers>
3329 <Layer level="ARTWORK">
3330 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3331 </Texture>
3332 </Layer>
3333 </Layers>
3334 <Frames>
3335 <CheckButton name="FlexBarButton76" inherits="FlexBarButton" parent="FlexFrame76" id="76">
3336 <Anchors>
3337 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3338 <Offset>
3339 <AbsDimension x="-2" y="2"/>
3340 </Offset>
3341 </Anchor>
3342 </Anchors>
3343 </CheckButton>
3344 </Frames>
3345 <Scripts>
3346 <OnLoad>
3347 FlexBarFrame_OnLoad(this);
3348 </OnLoad>
3349 <OnDragStart>
3350 FlexBarFrame_DragStart(this);
3351 </OnDragStart>
3352 <OnDragStop>
3353 FlexBarFrame_UpdateLocation(this);
3354 </OnDragStop>
3355 </Scripts>
3356 </Frame>
3357 <Frame name="FlexFrame77" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3358 <Size>
3359 <AbsDimension x="10" y="10"/>
3360 </Size>
3361 <Anchors>
3362 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3363 <Offset>
3364 <AbsDimension x="-59" Y="-58"/>
3365 </Offset>
3366 </Anchor>
3367 </Anchors>
3368  
3369 <Layers>
3370 <Layer level="ARTWORK">
3371 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3372 </Texture>
3373 </Layer>
3374 </Layers>
3375 <Frames>
3376 <CheckButton name="FlexBarButton77" inherits="FlexBarButton" parent="FlexFrame77" id="77">
3377 <Anchors>
3378 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3379 <Offset>
3380 <AbsDimension x="-2" y="2"/>
3381 </Offset>
3382 </Anchor>
3383 </Anchors>
3384 </CheckButton>
3385 </Frames>
3386 <Scripts>
3387 <OnLoad>
3388 FlexBarFrame_OnLoad(this);
3389 </OnLoad>
3390 <OnDragStart>
3391 FlexBarFrame_DragStart(this);
3392 </OnDragStart>
3393 <OnDragStop>
3394 FlexBarFrame_UpdateLocation(this);
3395 </OnDragStop>
3396 </Scripts>
3397 </Frame>
3398 <Frame name="FlexFrame78" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3399 <Size>
3400 <AbsDimension x="10" y="10"/>
3401 </Size>
3402 <Anchors>
3403 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3404 <Offset>
3405 <AbsDimension x="-20" Y="-58"/>
3406 </Offset>
3407 </Anchor>
3408 </Anchors>
3409  
3410 <Layers>
3411 <Layer level="ARTWORK">
3412 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3413 </Texture>
3414 </Layer>
3415 </Layers>
3416 <Frames>
3417 <CheckButton name="FlexBarButton78" inherits="FlexBarButton" parent="FlexFrame78" id="78">
3418 <Anchors>
3419 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3420 <Offset>
3421 <AbsDimension x="-2" y="2"/>
3422 </Offset>
3423 </Anchor>
3424 </Anchors>
3425 </CheckButton>
3426 </Frames>
3427 <Scripts>
3428 <OnLoad>
3429 FlexBarFrame_OnLoad(this);
3430 </OnLoad>
3431 <OnDragStart>
3432 FlexBarFrame_DragStart(this);
3433 </OnDragStart>
3434 <OnDragStop>
3435 FlexBarFrame_UpdateLocation(this);
3436 </OnDragStop>
3437 </Scripts>
3438 </Frame>
3439 <Frame name="FlexFrame79" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3440 <Size>
3441 <AbsDimension x="10" y="10"/>
3442 </Size>
3443 <Anchors>
3444 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3445 <Offset>
3446 <AbsDimension x="19" Y="-58"/>
3447 </Offset>
3448 </Anchor>
3449 </Anchors>
3450  
3451 <Layers>
3452 <Layer level="ARTWORK">
3453 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3454 </Texture>
3455 </Layer>
3456 </Layers>
3457 <Frames>
3458 <CheckButton name="FlexBarButton79" inherits="FlexBarButton" parent="FlexFrame79" id="79">
3459 <Anchors>
3460 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3461 <Offset>
3462 <AbsDimension x="-2" y="2"/>
3463 </Offset>
3464 </Anchor>
3465 </Anchors>
3466 </CheckButton>
3467 </Frames>
3468 <Scripts>
3469 <OnLoad>
3470 FlexBarFrame_OnLoad(this);
3471 </OnLoad>
3472 <OnDragStart>
3473 FlexBarFrame_DragStart(this);
3474 </OnDragStart>
3475 <OnDragStop>
3476 FlexBarFrame_UpdateLocation(this);
3477 </OnDragStop>
3478 </Scripts>
3479 </Frame>
3480 <Frame name="FlexFrame80" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3481 <Size>
3482 <AbsDimension x="10" y="10"/>
3483 </Size>
3484 <Anchors>
3485 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3486 <Offset>
3487 <AbsDimension x="58" Y="-58"/>
3488 </Offset>
3489 </Anchor>
3490 </Anchors>
3491  
3492 <Layers>
3493 <Layer level="ARTWORK">
3494 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3495 </Texture>
3496 </Layer>
3497 </Layers>
3498 <Frames>
3499 <CheckButton name="FlexBarButton80" inherits="FlexBarButton" parent="FlexFrame80" id="80">
3500 <Anchors>
3501 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3502 <Offset>
3503 <AbsDimension x="-2" y="2"/>
3504 </Offset>
3505 </Anchor>
3506 </Anchors>
3507 </CheckButton>
3508 </Frames>
3509 <Scripts>
3510 <OnLoad>
3511 FlexBarFrame_OnLoad(this);
3512 </OnLoad>
3513 <OnDragStart>
3514 FlexBarFrame_DragStart(this);
3515 </OnDragStart>
3516 <OnDragStop>
3517 FlexBarFrame_UpdateLocation(this);
3518 </OnDragStop>
3519 </Scripts>
3520 </Frame>
3521 <Frame name="FlexFrame81" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3522 <Size>
3523 <AbsDimension x="10" y="10"/>
3524 </Size>
3525 <Anchors>
3526 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3527 <Offset>
3528 <AbsDimension x="97" Y="-58"/>
3529 </Offset>
3530 </Anchor>
3531 </Anchors>
3532  
3533 <Layers>
3534 <Layer level="ARTWORK">
3535 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3536 </Texture>
3537 </Layer>
3538 </Layers>
3539 <Frames>
3540 <CheckButton name="FlexBarButton81" inherits="FlexBarButton" parent="FlexFrame81" id="81">
3541 <Anchors>
3542 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3543 <Offset>
3544 <AbsDimension x="-2" y="2"/>
3545 </Offset>
3546 </Anchor>
3547 </Anchors>
3548 </CheckButton>
3549 </Frames>
3550 <Scripts>
3551 <OnLoad>
3552 FlexBarFrame_OnLoad(this);
3553 </OnLoad>
3554 <OnDragStart>
3555 FlexBarFrame_DragStart(this);
3556 </OnDragStart>
3557 <OnDragStop>
3558 FlexBarFrame_UpdateLocation(this);
3559 </OnDragStop>
3560 </Scripts>
3561 </Frame>
3562 <Frame name="FlexFrame82" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3563 <Size>
3564 <AbsDimension x="10" y="10"/>
3565 </Size>
3566 <Anchors>
3567 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3568 <Offset>
3569 <AbsDimension x="136" Y="-58"/>
3570 </Offset>
3571 </Anchor>
3572 </Anchors>
3573  
3574 <Layers>
3575 <Layer level="ARTWORK">
3576 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3577 </Texture>
3578 </Layer>
3579 </Layers>
3580 <Frames>
3581 <CheckButton name="FlexBarButton82" inherits="FlexBarButton" parent="FlexFrame82" id="82">
3582 <Anchors>
3583 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3584 <Offset>
3585 <AbsDimension x="-2" y="2"/>
3586 </Offset>
3587 </Anchor>
3588 </Anchors>
3589 </CheckButton>
3590 </Frames>
3591 <Scripts>
3592 <OnLoad>
3593 FlexBarFrame_OnLoad(this);
3594 </OnLoad>
3595 <OnDragStart>
3596 FlexBarFrame_DragStart(this);
3597 </OnDragStart>
3598 <OnDragStop>
3599 FlexBarFrame_UpdateLocation(this);
3600 </OnDragStop>
3601 </Scripts>
3602 </Frame>
3603 <Frame name="FlexFrame83" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3604 <Size>
3605 <AbsDimension x="10" y="10"/>
3606 </Size>
3607 <Anchors>
3608 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3609 <Offset>
3610 <AbsDimension x="175" Y="-58"/>
3611 </Offset>
3612 </Anchor>
3613 </Anchors>
3614  
3615 <Layers>
3616 <Layer level="ARTWORK">
3617 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3618 </Texture>
3619 </Layer>
3620 </Layers>
3621 <Frames>
3622 <CheckButton name="FlexBarButton83" inherits="FlexBarButton" parent="FlexFrame83" id="83">
3623 <Anchors>
3624 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3625 <Offset>
3626 <AbsDimension x="-2" y="2"/>
3627 </Offset>
3628 </Anchor>
3629 </Anchors>
3630 </CheckButton>
3631 </Frames>
3632 <Scripts>
3633 <OnLoad>
3634 FlexBarFrame_OnLoad(this);
3635 </OnLoad>
3636 <OnDragStart>
3637 FlexBarFrame_DragStart(this);
3638 </OnDragStart>
3639 <OnDragStop>
3640 FlexBarFrame_UpdateLocation(this);
3641 </OnDragStop>
3642 </Scripts>
3643 </Frame>
3644 <Frame name="FlexFrame84" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3645 <Size>
3646 <AbsDimension x="10" y="10"/>
3647 </Size>
3648 <Anchors>
3649 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3650 <Offset>
3651 <AbsDimension x="214" Y="-58"/>
3652 </Offset>
3653 </Anchor>
3654 </Anchors>
3655  
3656 <Layers>
3657 <Layer level="ARTWORK">
3658 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3659 </Texture>
3660 </Layer>
3661 </Layers>
3662 <Frames>
3663 <CheckButton name="FlexBarButton84" inherits="FlexBarButton" parent="FlexFrame84" id="84">
3664 <Anchors>
3665 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3666 <Offset>
3667 <AbsDimension x="-2" y="2"/>
3668 </Offset>
3669 </Anchor>
3670 </Anchors>
3671 </CheckButton>
3672 </Frames>
3673 <Scripts>
3674 <OnLoad>
3675 FlexBarFrame_OnLoad(this);
3676 </OnLoad>
3677 <OnDragStart>
3678 FlexBarFrame_DragStart(this);
3679 </OnDragStart>
3680 <OnDragStop>
3681 FlexBarFrame_UpdateLocation(this);
3682 </OnDragStop>
3683 </Scripts>
3684 </Frame>
3685 <Frame name="FlexFrame85" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3686 <Size>
3687 <AbsDimension x="10" y="10"/>
3688 </Size>
3689 <Anchors>
3690 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3691 <Offset>
3692 <AbsDimension x="-215" Y="-97"/>
3693 </Offset>
3694 </Anchor>
3695 </Anchors>
3696  
3697 <Layers>
3698 <Layer level="ARTWORK">
3699 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3700 </Texture>
3701 </Layer>
3702 </Layers>
3703 <Frames>
3704 <CheckButton name="FlexBarButton85" inherits="FlexBarButton" parent="FlexFrame85" id="85">
3705 <Anchors>
3706 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3707 <Offset>
3708 <AbsDimension x="-2" y="2"/>
3709 </Offset>
3710 </Anchor>
3711 </Anchors>
3712 </CheckButton>
3713 </Frames>
3714 <Scripts>
3715 <OnLoad>
3716 FlexBarFrame_OnLoad(this);
3717 </OnLoad>
3718 <OnDragStart>
3719 FlexBarFrame_DragStart(this);
3720 </OnDragStart>
3721 <OnDragStop>
3722 FlexBarFrame_UpdateLocation(this);
3723 </OnDragStop>
3724 </Scripts>
3725 </Frame>
3726 <Frame name="FlexFrame86" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3727 <Size>
3728 <AbsDimension x="10" y="10"/>
3729 </Size>
3730 <Anchors>
3731 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3732 <Offset>
3733 <AbsDimension x="-176" Y="-97"/>
3734 </Offset>
3735 </Anchor>
3736 </Anchors>
3737  
3738 <Layers>
3739 <Layer level="ARTWORK">
3740 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3741 </Texture>
3742 </Layer>
3743 </Layers>
3744 <Frames>
3745 <CheckButton name="FlexBarButton86" inherits="FlexBarButton" parent="FlexFrame86" id="86">
3746 <Anchors>
3747 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3748 <Offset>
3749 <AbsDimension x="-2" y="2"/>
3750 </Offset>
3751 </Anchor>
3752 </Anchors>
3753 </CheckButton>
3754 </Frames>
3755 <Scripts>
3756 <OnLoad>
3757 FlexBarFrame_OnLoad(this);
3758 </OnLoad>
3759 <OnDragStart>
3760 FlexBarFrame_DragStart(this);
3761 </OnDragStart>
3762 <OnDragStop>
3763 FlexBarFrame_UpdateLocation(this);
3764 </OnDragStop>
3765 </Scripts>
3766 </Frame>
3767 <Frame name="FlexFrame87" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3768 <Size>
3769 <AbsDimension x="10" y="10"/>
3770 </Size>
3771 <Anchors>
3772 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3773 <Offset>
3774 <AbsDimension x="-137" Y="-97"/>
3775 </Offset>
3776 </Anchor>
3777 </Anchors>
3778  
3779 <Layers>
3780 <Layer level="ARTWORK">
3781 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3782 </Texture>
3783 </Layer>
3784 </Layers>
3785 <Frames>
3786 <CheckButton name="FlexBarButton87" inherits="FlexBarButton" parent="FlexFrame87" id="87">
3787 <Anchors>
3788 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3789 <Offset>
3790 <AbsDimension x="-2" y="2"/>
3791 </Offset>
3792 </Anchor>
3793 </Anchors>
3794 </CheckButton>
3795 </Frames>
3796 <Scripts>
3797 <OnLoad>
3798 FlexBarFrame_OnLoad(this);
3799 </OnLoad>
3800 <OnDragStart>
3801 FlexBarFrame_DragStart(this);
3802 </OnDragStart>
3803 <OnDragStop>
3804 FlexBarFrame_UpdateLocation(this);
3805 </OnDragStop>
3806 </Scripts>
3807 </Frame>
3808 <Frame name="FlexFrame88" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3809 <Size>
3810 <AbsDimension x="10" y="10"/>
3811 </Size>
3812 <Anchors>
3813 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3814 <Offset>
3815 <AbsDimension x="-98" Y="-97"/>
3816 </Offset>
3817 </Anchor>
3818 </Anchors>
3819  
3820 <Layers>
3821 <Layer level="ARTWORK">
3822 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3823 </Texture>
3824 </Layer>
3825 </Layers>
3826 <Frames>
3827 <CheckButton name="FlexBarButton88" inherits="FlexBarButton" parent="FlexFrame88" id="88">
3828 <Anchors>
3829 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3830 <Offset>
3831 <AbsDimension x="-2" y="2"/>
3832 </Offset>
3833 </Anchor>
3834 </Anchors>
3835 </CheckButton>
3836 </Frames>
3837 <Scripts>
3838 <OnLoad>
3839 FlexBarFrame_OnLoad(this);
3840 </OnLoad>
3841 <OnDragStart>
3842 FlexBarFrame_DragStart(this);
3843 </OnDragStart>
3844 <OnDragStop>
3845 FlexBarFrame_UpdateLocation(this);
3846 </OnDragStop>
3847 </Scripts>
3848 </Frame>
3849 <Frame name="FlexFrame89" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3850 <Size>
3851 <AbsDimension x="10" y="10"/>
3852 </Size>
3853 <Anchors>
3854 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3855 <Offset>
3856 <AbsDimension x="-59" Y="-97"/>
3857 </Offset>
3858 </Anchor>
3859 </Anchors>
3860  
3861 <Layers>
3862 <Layer level="ARTWORK">
3863 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3864 </Texture>
3865 </Layer>
3866 </Layers>
3867 <Frames>
3868 <CheckButton name="FlexBarButton89" inherits="FlexBarButton" parent="FlexFrame89" id="89">
3869 <Anchors>
3870 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3871 <Offset>
3872 <AbsDimension x="-2" y="2"/>
3873 </Offset>
3874 </Anchor>
3875 </Anchors>
3876 </CheckButton>
3877 </Frames>
3878 <Scripts>
3879 <OnLoad>
3880 FlexBarFrame_OnLoad(this);
3881 </OnLoad>
3882 <OnDragStart>
3883 FlexBarFrame_DragStart(this);
3884 </OnDragStart>
3885 <OnDragStop>
3886 FlexBarFrame_UpdateLocation(this);
3887 </OnDragStop>
3888 </Scripts>
3889 </Frame>
3890 <Frame name="FlexFrame90" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3891 <Size>
3892 <AbsDimension x="10" y="10"/>
3893 </Size>
3894 <Anchors>
3895 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3896 <Offset>
3897 <AbsDimension x="-20" Y="-97"/>
3898 </Offset>
3899 </Anchor>
3900 </Anchors>
3901  
3902 <Layers>
3903 <Layer level="ARTWORK">
3904 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3905 </Texture>
3906 </Layer>
3907 </Layers>
3908 <Frames>
3909 <CheckButton name="FlexBarButton90" inherits="FlexBarButton" parent="FlexFrame90" id="90">
3910 <Anchors>
3911 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3912 <Offset>
3913 <AbsDimension x="-2" y="2"/>
3914 </Offset>
3915 </Anchor>
3916 </Anchors>
3917 </CheckButton>
3918 </Frames>
3919 <Scripts>
3920 <OnLoad>
3921 FlexBarFrame_OnLoad(this);
3922 </OnLoad>
3923 <OnDragStart>
3924 FlexBarFrame_DragStart(this);
3925 </OnDragStart>
3926 <OnDragStop>
3927 FlexBarFrame_UpdateLocation(this);
3928 </OnDragStop>
3929 </Scripts>
3930 </Frame>
3931 <Frame name="FlexFrame91" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3932 <Size>
3933 <AbsDimension x="10" y="10"/>
3934 </Size>
3935 <Anchors>
3936 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3937 <Offset>
3938 <AbsDimension x="19" Y="-97"/>
3939 </Offset>
3940 </Anchor>
3941 </Anchors>
3942  
3943 <Layers>
3944 <Layer level="ARTWORK">
3945 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3946 </Texture>
3947 </Layer>
3948 </Layers>
3949 <Frames>
3950 <CheckButton name="FlexBarButton91" inherits="FlexBarButton" parent="FlexFrame91" id="91">
3951 <Anchors>
3952 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3953 <Offset>
3954 <AbsDimension x="-2" y="2"/>
3955 </Offset>
3956 </Anchor>
3957 </Anchors>
3958 </CheckButton>
3959 </Frames>
3960 <Scripts>
3961 <OnLoad>
3962 FlexBarFrame_OnLoad(this);
3963 </OnLoad>
3964 <OnDragStart>
3965 FlexBarFrame_DragStart(this);
3966 </OnDragStart>
3967 <OnDragStop>
3968 FlexBarFrame_UpdateLocation(this);
3969 </OnDragStop>
3970 </Scripts>
3971 </Frame>
3972 <Frame name="FlexFrame92" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
3973 <Size>
3974 <AbsDimension x="10" y="10"/>
3975 </Size>
3976 <Anchors>
3977 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
3978 <Offset>
3979 <AbsDimension x="58" Y="-97"/>
3980 </Offset>
3981 </Anchor>
3982 </Anchors>
3983  
3984 <Layers>
3985 <Layer level="ARTWORK">
3986 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
3987 </Texture>
3988 </Layer>
3989 </Layers>
3990 <Frames>
3991 <CheckButton name="FlexBarButton92" inherits="FlexBarButton" parent="FlexFrame92" id="92">
3992 <Anchors>
3993 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
3994 <Offset>
3995 <AbsDimension x="-2" y="2"/>
3996 </Offset>
3997 </Anchor>
3998 </Anchors>
3999 </CheckButton>
4000 </Frames>
4001 <Scripts>
4002 <OnLoad>
4003 FlexBarFrame_OnLoad(this);
4004 </OnLoad>
4005 <OnDragStart>
4006 FlexBarFrame_DragStart(this);
4007 </OnDragStart>
4008 <OnDragStop>
4009 FlexBarFrame_UpdateLocation(this);
4010 </OnDragStop>
4011 </Scripts>
4012 </Frame>
4013 <Frame name="FlexFrame93" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4014 <Size>
4015 <AbsDimension x="10" y="10"/>
4016 </Size>
4017 <Anchors>
4018 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4019 <Offset>
4020 <AbsDimension x="97" Y="-97"/>
4021 </Offset>
4022 </Anchor>
4023 </Anchors>
4024  
4025 <Layers>
4026 <Layer level="ARTWORK">
4027 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4028 </Texture>
4029 </Layer>
4030 </Layers>
4031 <Frames>
4032 <CheckButton name="FlexBarButton93" inherits="FlexBarButton" parent="FlexFrame93" id="93">
4033 <Anchors>
4034 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4035 <Offset>
4036 <AbsDimension x="-2" y="2"/>
4037 </Offset>
4038 </Anchor>
4039 </Anchors>
4040 </CheckButton>
4041 </Frames>
4042 <Scripts>
4043 <OnLoad>
4044 FlexBarFrame_OnLoad(this);
4045 </OnLoad>
4046 <OnDragStart>
4047 FlexBarFrame_DragStart(this);
4048 </OnDragStart>
4049 <OnDragStop>
4050 FlexBarFrame_UpdateLocation(this);
4051 </OnDragStop>
4052 </Scripts>
4053 </Frame>
4054 <Frame name="FlexFrame94" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4055 <Size>
4056 <AbsDimension x="10" y="10"/>
4057 </Size>
4058 <Anchors>
4059 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4060 <Offset>
4061 <AbsDimension x="136" Y="-97"/>
4062 </Offset>
4063 </Anchor>
4064 </Anchors>
4065  
4066 <Layers>
4067 <Layer level="ARTWORK">
4068 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4069 </Texture>
4070 </Layer>
4071 </Layers>
4072 <Frames>
4073 <CheckButton name="FlexBarButton94" inherits="FlexBarButton" parent="FlexFrame94" id="94">
4074 <Anchors>
4075 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4076 <Offset>
4077 <AbsDimension x="-2" y="2"/>
4078 </Offset>
4079 </Anchor>
4080 </Anchors>
4081 </CheckButton>
4082 </Frames>
4083 <Scripts>
4084 <OnLoad>
4085 FlexBarFrame_OnLoad(this);
4086 </OnLoad>
4087 <OnDragStart>
4088 FlexBarFrame_DragStart(this);
4089 </OnDragStart>
4090 <OnDragStop>
4091 FlexBarFrame_UpdateLocation(this);
4092 </OnDragStop>
4093 </Scripts>
4094 </Frame>
4095 <Frame name="FlexFrame95" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4096 <Size>
4097 <AbsDimension x="10" y="10"/>
4098 </Size>
4099 <Anchors>
4100 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4101 <Offset>
4102 <AbsDimension x="175" Y="-97"/>
4103 </Offset>
4104 </Anchor>
4105 </Anchors>
4106  
4107 <Layers>
4108 <Layer level="ARTWORK">
4109 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4110 </Texture>
4111 </Layer>
4112 </Layers>
4113 <Frames>
4114 <CheckButton name="FlexBarButton95" inherits="FlexBarButton" parent="FlexFrame95" id="95">
4115 <Anchors>
4116 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4117 <Offset>
4118 <AbsDimension x="-2" y="2"/>
4119 </Offset>
4120 </Anchor>
4121 </Anchors>
4122 </CheckButton>
4123 </Frames>
4124 <Scripts>
4125 <OnLoad>
4126 FlexBarFrame_OnLoad(this);
4127 </OnLoad>
4128 <OnDragStart>
4129 FlexBarFrame_DragStart(this);
4130 </OnDragStart>
4131 <OnDragStop>
4132 FlexBarFrame_UpdateLocation(this);
4133 </OnDragStop>
4134 </Scripts>
4135 </Frame>
4136 <Frame name="FlexFrame96" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4137 <Size>
4138 <AbsDimension x="10" y="10"/>
4139 </Size>
4140 <Anchors>
4141 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4142 <Offset>
4143 <AbsDimension x="214" Y="-97"/>
4144 </Offset>
4145 </Anchor>
4146 </Anchors>
4147  
4148 <Layers>
4149 <Layer level="ARTWORK">
4150 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4151 </Texture>
4152 </Layer>
4153 </Layers>
4154 <Frames>
4155 <CheckButton name="FlexBarButton96" inherits="FlexBarButton" parent="FlexFrame96" id="96">
4156 <Anchors>
4157 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4158 <Offset>
4159 <AbsDimension x="-2" y="2"/>
4160 </Offset>
4161 </Anchor>
4162 </Anchors>
4163 </CheckButton>
4164 </Frames>
4165 <Scripts>
4166 <OnLoad>
4167 FlexBarFrame_OnLoad(this);
4168 </OnLoad>
4169 <OnDragStart>
4170 FlexBarFrame_DragStart(this);
4171 </OnDragStart>
4172 <OnDragStop>
4173 FlexBarFrame_UpdateLocation(this);
4174 </OnDragStop>
4175 </Scripts>
4176 </Frame>
4177 <Frame name="FlexFrame97" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4178 <Size>
4179 <AbsDimension x="10" y="10"/>
4180 </Size>
4181 <Anchors>
4182 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4183 <Offset>
4184 <AbsDimension x="-215" Y="-136"/>
4185 </Offset>
4186 </Anchor>
4187 </Anchors>
4188  
4189 <Layers>
4190 <Layer level="ARTWORK">
4191 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4192 </Texture>
4193 </Layer>
4194 </Layers>
4195 <Frames>
4196 <CheckButton name="FlexBarButton97" inherits="FlexBarButton" parent="FlexFrame97" id="97">
4197 <Anchors>
4198 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4199 <Offset>
4200 <AbsDimension x="-2" y="2"/>
4201 </Offset>
4202 </Anchor>
4203 </Anchors>
4204 </CheckButton>
4205 </Frames>
4206 <Scripts>
4207 <OnLoad>
4208 FlexBarFrame_OnLoad(this);
4209 </OnLoad>
4210 <OnDragStart>
4211 FlexBarFrame_DragStart(this);
4212 </OnDragStart>
4213 <OnDragStop>
4214 FlexBarFrame_UpdateLocation(this);
4215 </OnDragStop>
4216 </Scripts>
4217 </Frame>
4218 <Frame name="FlexFrame98" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4219 <Size>
4220 <AbsDimension x="10" y="10"/>
4221 </Size>
4222 <Anchors>
4223 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4224 <Offset>
4225 <AbsDimension x="-176" Y="-136"/>
4226 </Offset>
4227 </Anchor>
4228 </Anchors>
4229  
4230 <Layers>
4231 <Layer level="ARTWORK">
4232 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4233 </Texture>
4234 </Layer>
4235 </Layers>
4236 <Frames>
4237 <CheckButton name="FlexBarButton98" inherits="FlexBarButton" parent="FlexFrame98" id="98">
4238 <Anchors>
4239 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4240 <Offset>
4241 <AbsDimension x="-2" y="2"/>
4242 </Offset>
4243 </Anchor>
4244 </Anchors>
4245 </CheckButton>
4246 </Frames>
4247 <Scripts>
4248 <OnLoad>
4249 FlexBarFrame_OnLoad(this);
4250 </OnLoad>
4251 <OnDragStart>
4252 FlexBarFrame_DragStart(this);
4253 </OnDragStart>
4254 <OnDragStop>
4255 FlexBarFrame_UpdateLocation(this);
4256 </OnDragStop>
4257 </Scripts>
4258 </Frame>
4259 <Frame name="FlexFrame99" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4260 <Size>
4261 <AbsDimension x="10" y="10"/>
4262 </Size>
4263 <Anchors>
4264 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4265 <Offset>
4266 <AbsDimension x="-137" Y="-136"/>
4267 </Offset>
4268 </Anchor>
4269 </Anchors>
4270  
4271 <Layers>
4272 <Layer level="ARTWORK">
4273 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4274 </Texture>
4275 </Layer>
4276 </Layers>
4277 <Frames>
4278 <CheckButton name="FlexBarButton99" inherits="FlexBarButton" parent="FlexFrame99" id="99">
4279 <Anchors>
4280 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4281 <Offset>
4282 <AbsDimension x="-2" y="2"/>
4283 </Offset>
4284 </Anchor>
4285 </Anchors>
4286 </CheckButton>
4287 </Frames>
4288 <Scripts>
4289 <OnLoad>
4290 FlexBarFrame_OnLoad(this);
4291 </OnLoad>
4292 <OnDragStart>
4293 FlexBarFrame_DragStart(this);
4294 </OnDragStart>
4295 <OnDragStop>
4296 FlexBarFrame_UpdateLocation(this);
4297 </OnDragStop>
4298 </Scripts>
4299 </Frame>
4300 <Frame name="FlexFrame100" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4301 <Size>
4302 <AbsDimension x="10" y="10"/>
4303 </Size>
4304 <Anchors>
4305 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4306 <Offset>
4307 <AbsDimension x="-98" Y="-136"/>
4308 </Offset>
4309 </Anchor>
4310 </Anchors>
4311  
4312 <Layers>
4313 <Layer level="ARTWORK">
4314 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4315 </Texture>
4316 </Layer>
4317 </Layers>
4318 <Frames>
4319 <CheckButton name="FlexBarButton100" inherits="FlexBarButton" parent="FlexFrame100" id="100">
4320 <Anchors>
4321 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4322 <Offset>
4323 <AbsDimension x="-2" y="2"/>
4324 </Offset>
4325 </Anchor>
4326 </Anchors>
4327 </CheckButton>
4328 </Frames>
4329 <Scripts>
4330 <OnLoad>
4331 FlexBarFrame_OnLoad(this);
4332 </OnLoad>
4333 <OnDragStart>
4334 FlexBarFrame_DragStart(this);
4335 </OnDragStart>
4336 <OnDragStop>
4337 FlexBarFrame_UpdateLocation(this);
4338 </OnDragStop>
4339 </Scripts>
4340 </Frame>
4341 <Frame name="FlexFrame101" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4342 <Size>
4343 <AbsDimension x="10" y="10"/>
4344 </Size>
4345 <Anchors>
4346 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4347 <Offset>
4348 <AbsDimension x="-59" Y="-136"/>
4349 </Offset>
4350 </Anchor>
4351 </Anchors>
4352  
4353 <Layers>
4354 <Layer level="ARTWORK">
4355 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4356 </Texture>
4357 </Layer>
4358 </Layers>
4359 <Frames>
4360 <CheckButton name="FlexBarButton101" inherits="FlexBarButton" parent="FlexFrame101" id="101">
4361 <Anchors>
4362 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4363 <Offset>
4364 <AbsDimension x="-2" y="2"/>
4365 </Offset>
4366 </Anchor>
4367 </Anchors>
4368 </CheckButton>
4369 </Frames>
4370 <Scripts>
4371 <OnLoad>
4372 FlexBarFrame_OnLoad(this);
4373 </OnLoad>
4374 <OnDragStart>
4375 FlexBarFrame_DragStart(this);
4376 </OnDragStart>
4377 <OnDragStop>
4378 FlexBarFrame_UpdateLocation(this);
4379 </OnDragStop>
4380 </Scripts>
4381 </Frame>
4382 <Frame name="FlexFrame102" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4383 <Size>
4384 <AbsDimension x="10" y="10"/>
4385 </Size>
4386 <Anchors>
4387 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4388 <Offset>
4389 <AbsDimension x="-20" Y="-136"/>
4390 </Offset>
4391 </Anchor>
4392 </Anchors>
4393  
4394 <Layers>
4395 <Layer level="ARTWORK">
4396 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4397 </Texture>
4398 </Layer>
4399 </Layers>
4400 <Frames>
4401 <CheckButton name="FlexBarButton102" inherits="FlexBarButton" parent="FlexFrame102" id="102">
4402 <Anchors>
4403 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4404 <Offset>
4405 <AbsDimension x="-2" y="2"/>
4406 </Offset>
4407 </Anchor>
4408 </Anchors>
4409 </CheckButton>
4410 </Frames>
4411 <Scripts>
4412 <OnLoad>
4413 FlexBarFrame_OnLoad(this);
4414 </OnLoad>
4415 <OnDragStart>
4416 FlexBarFrame_DragStart(this);
4417 </OnDragStart>
4418 <OnDragStop>
4419 FlexBarFrame_UpdateLocation(this);
4420 </OnDragStop>
4421 </Scripts>
4422 </Frame>
4423 <Frame name="FlexFrame103" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4424 <Size>
4425 <AbsDimension x="10" y="10"/>
4426 </Size>
4427 <Anchors>
4428 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4429 <Offset>
4430 <AbsDimension x="19" Y="-136"/>
4431 </Offset>
4432 </Anchor>
4433 </Anchors>
4434  
4435 <Layers>
4436 <Layer level="ARTWORK">
4437 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4438 </Texture>
4439 </Layer>
4440 </Layers>
4441 <Frames>
4442 <CheckButton name="FlexBarButton103" inherits="FlexBarButton" parent="FlexFrame103" id="103">
4443 <Anchors>
4444 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4445 <Offset>
4446 <AbsDimension x="-2" y="2"/>
4447 </Offset>
4448 </Anchor>
4449 </Anchors>
4450 </CheckButton>
4451 </Frames>
4452 <Scripts>
4453 <OnLoad>
4454 FlexBarFrame_OnLoad(this);
4455 </OnLoad>
4456 <OnDragStart>
4457 FlexBarFrame_DragStart(this);
4458 </OnDragStart>
4459 <OnDragStop>
4460 FlexBarFrame_UpdateLocation(this);
4461 </OnDragStop>
4462 </Scripts>
4463 </Frame>
4464 <Frame name="FlexFrame104" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4465 <Size>
4466 <AbsDimension x="10" y="10"/>
4467 </Size>
4468 <Anchors>
4469 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4470 <Offset>
4471 <AbsDimension x="58" Y="-136"/>
4472 </Offset>
4473 </Anchor>
4474 </Anchors>
4475  
4476 <Layers>
4477 <Layer level="ARTWORK">
4478 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4479 </Texture>
4480 </Layer>
4481 </Layers>
4482 <Frames>
4483 <CheckButton name="FlexBarButton104" inherits="FlexBarButton" parent="FlexFrame104" id="104">
4484 <Anchors>
4485 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4486 <Offset>
4487 <AbsDimension x="-2" y="2"/>
4488 </Offset>
4489 </Anchor>
4490 </Anchors>
4491 </CheckButton>
4492 </Frames>
4493 <Scripts>
4494 <OnLoad>
4495 FlexBarFrame_OnLoad(this);
4496 </OnLoad>
4497 <OnDragStart>
4498 FlexBarFrame_DragStart(this);
4499 </OnDragStart>
4500 <OnDragStop>
4501 FlexBarFrame_UpdateLocation(this);
4502 </OnDragStop>
4503 </Scripts>
4504 </Frame>
4505 <Frame name="FlexFrame105" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4506 <Size>
4507 <AbsDimension x="10" y="10"/>
4508 </Size>
4509 <Anchors>
4510 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4511 <Offset>
4512 <AbsDimension x="97" Y="-136"/>
4513 </Offset>
4514 </Anchor>
4515 </Anchors>
4516  
4517 <Layers>
4518 <Layer level="ARTWORK">
4519 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4520 </Texture>
4521 </Layer>
4522 </Layers>
4523 <Frames>
4524 <CheckButton name="FlexBarButton105" inherits="FlexBarButton" parent="FlexFrame105" id="105">
4525 <Anchors>
4526 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4527 <Offset>
4528 <AbsDimension x="-2" y="2"/>
4529 </Offset>
4530 </Anchor>
4531 </Anchors>
4532 </CheckButton>
4533 </Frames>
4534 <Scripts>
4535 <OnLoad>
4536 FlexBarFrame_OnLoad(this);
4537 </OnLoad>
4538 <OnDragStart>
4539 FlexBarFrame_DragStart(this);
4540 </OnDragStart>
4541 <OnDragStop>
4542 FlexBarFrame_UpdateLocation(this);
4543 </OnDragStop>
4544 </Scripts>
4545 </Frame>
4546 <Frame name="FlexFrame106" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4547 <Size>
4548 <AbsDimension x="10" y="10"/>
4549 </Size>
4550 <Anchors>
4551 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4552 <Offset>
4553 <AbsDimension x="136" Y="-136"/>
4554 </Offset>
4555 </Anchor>
4556 </Anchors>
4557  
4558 <Layers>
4559 <Layer level="ARTWORK">
4560 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4561 </Texture>
4562 </Layer>
4563 </Layers>
4564 <Frames>
4565 <CheckButton name="FlexBarButton106" inherits="FlexBarButton" parent="FlexFrame106" id="106">
4566 <Anchors>
4567 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4568 <Offset>
4569 <AbsDimension x="-2" y="2"/>
4570 </Offset>
4571 </Anchor>
4572 </Anchors>
4573 </CheckButton>
4574 </Frames>
4575 <Scripts>
4576 <OnLoad>
4577 FlexBarFrame_OnLoad(this);
4578 </OnLoad>
4579 <OnDragStart>
4580 FlexBarFrame_DragStart(this);
4581 </OnDragStart>
4582 <OnDragStop>
4583 FlexBarFrame_UpdateLocation(this);
4584 </OnDragStop>
4585 </Scripts>
4586 </Frame>
4587 <Frame name="FlexFrame107" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4588 <Size>
4589 <AbsDimension x="10" y="10"/>
4590 </Size>
4591 <Anchors>
4592 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4593 <Offset>
4594 <AbsDimension x="175" Y="-136"/>
4595 </Offset>
4596 </Anchor>
4597 </Anchors>
4598  
4599 <Layers>
4600 <Layer level="ARTWORK">
4601 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4602 </Texture>
4603 </Layer>
4604 </Layers>
4605 <Frames>
4606 <CheckButton name="FlexBarButton107" inherits="FlexBarButton" parent="FlexFrame107" id="107">
4607 <Anchors>
4608 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4609 <Offset>
4610 <AbsDimension x="-2" y="2"/>
4611 </Offset>
4612 </Anchor>
4613 </Anchors>
4614 </CheckButton>
4615 </Frames>
4616 <Scripts>
4617 <OnLoad>
4618 FlexBarFrame_OnLoad(this);
4619 </OnLoad>
4620 <OnDragStart>
4621 FlexBarFrame_DragStart(this);
4622 </OnDragStart>
4623 <OnDragStop>
4624 FlexBarFrame_UpdateLocation(this);
4625 </OnDragStop>
4626 </Scripts>
4627 </Frame>
4628 <Frame name="FlexFrame108" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4629 <Size>
4630 <AbsDimension x="10" y="10"/>
4631 </Size>
4632 <Anchors>
4633 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4634 <Offset>
4635 <AbsDimension x="214" Y="-136"/>
4636 </Offset>
4637 </Anchor>
4638 </Anchors>
4639  
4640 <Layers>
4641 <Layer level="ARTWORK">
4642 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4643 </Texture>
4644 </Layer>
4645 </Layers>
4646 <Frames>
4647 <CheckButton name="FlexBarButton108" inherits="FlexBarButton" parent="FlexFrame108" id="108">
4648 <Anchors>
4649 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4650 <Offset>
4651 <AbsDimension x="-2" y="2"/>
4652 </Offset>
4653 </Anchor>
4654 </Anchors>
4655 </CheckButton>
4656 </Frames>
4657 <Scripts>
4658 <OnLoad>
4659 FlexBarFrame_OnLoad(this);
4660 </OnLoad>
4661 <OnDragStart>
4662 FlexBarFrame_DragStart(this);
4663 </OnDragStart>
4664 <OnDragStop>
4665 FlexBarFrame_UpdateLocation(this);
4666 </OnDragStop>
4667 </Scripts>
4668 </Frame>
4669 <Frame name="FlexFrame109" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4670 <Size>
4671 <AbsDimension x="10" y="10"/>
4672 </Size>
4673 <Anchors>
4674 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4675 <Offset>
4676 <AbsDimension x="-215" Y="-175"/>
4677 </Offset>
4678 </Anchor>
4679 </Anchors>
4680  
4681 <Layers>
4682 <Layer level="ARTWORK">
4683 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4684 </Texture>
4685 </Layer>
4686 </Layers>
4687 <Frames>
4688 <CheckButton name="FlexBarButton109" inherits="FlexBarButton" parent="FlexFrame109" id="109">
4689 <Anchors>
4690 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4691 <Offset>
4692 <AbsDimension x="-2" y="2"/>
4693 </Offset>
4694 </Anchor>
4695 </Anchors>
4696 </CheckButton>
4697 </Frames>
4698 <Scripts>
4699 <OnLoad>
4700 FlexBarFrame_OnLoad(this);
4701 </OnLoad>
4702 <OnDragStart>
4703 FlexBarFrame_DragStart(this);
4704 </OnDragStart>
4705 <OnDragStop>
4706 FlexBarFrame_UpdateLocation(this);
4707 </OnDragStop>
4708 </Scripts>
4709 </Frame>
4710 <Frame name="FlexFrame110" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4711 <Size>
4712 <AbsDimension x="10" y="10"/>
4713 </Size>
4714 <Anchors>
4715 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4716 <Offset>
4717 <AbsDimension x="-176" Y="-175"/>
4718 </Offset>
4719 </Anchor>
4720 </Anchors>
4721  
4722 <Layers>
4723 <Layer level="ARTWORK">
4724 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4725 </Texture>
4726 </Layer>
4727 </Layers>
4728 <Frames>
4729 <CheckButton name="FlexBarButton110" inherits="FlexBarButton" parent="FlexFrame110" id="110">
4730 <Anchors>
4731 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4732 <Offset>
4733 <AbsDimension x="-2" y="2"/>
4734 </Offset>
4735 </Anchor>
4736 </Anchors>
4737 </CheckButton>
4738 </Frames>
4739 <Scripts>
4740 <OnLoad>
4741 FlexBarFrame_OnLoad(this);
4742 </OnLoad>
4743 <OnDragStart>
4744 FlexBarFrame_DragStart(this);
4745 </OnDragStart>
4746 <OnDragStop>
4747 FlexBarFrame_UpdateLocation(this);
4748 </OnDragStop>
4749 </Scripts>
4750 </Frame>
4751 <Frame name="FlexFrame111" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4752 <Size>
4753 <AbsDimension x="10" y="10"/>
4754 </Size>
4755 <Anchors>
4756 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4757 <Offset>
4758 <AbsDimension x="-137" Y="-175"/>
4759 </Offset>
4760 </Anchor>
4761 </Anchors>
4762  
4763 <Layers>
4764 <Layer level="ARTWORK">
4765 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4766 </Texture>
4767 </Layer>
4768 </Layers>
4769 <Frames>
4770 <CheckButton name="FlexBarButton111" inherits="FlexBarButton" parent="FlexFrame111" id="111">
4771 <Anchors>
4772 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4773 <Offset>
4774 <AbsDimension x="-2" y="2"/>
4775 </Offset>
4776 </Anchor>
4777 </Anchors>
4778 </CheckButton>
4779 </Frames>
4780 <Scripts>
4781 <OnLoad>
4782 FlexBarFrame_OnLoad(this);
4783 </OnLoad>
4784 <OnDragStart>
4785 FlexBarFrame_DragStart(this);
4786 </OnDragStart>
4787 <OnDragStop>
4788 FlexBarFrame_UpdateLocation(this);
4789 </OnDragStop>
4790 </Scripts>
4791 </Frame>
4792 <Frame name="FlexFrame112" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4793 <Size>
4794 <AbsDimension x="10" y="10"/>
4795 </Size>
4796 <Anchors>
4797 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4798 <Offset>
4799 <AbsDimension x="-98" Y="-175"/>
4800 </Offset>
4801 </Anchor>
4802 </Anchors>
4803  
4804 <Layers>
4805 <Layer level="ARTWORK">
4806 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4807 </Texture>
4808 </Layer>
4809 </Layers>
4810 <Frames>
4811 <CheckButton name="FlexBarButton112" inherits="FlexBarButton" parent="FlexFrame112" id="112">
4812 <Anchors>
4813 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4814 <Offset>
4815 <AbsDimension x="-2" y="2"/>
4816 </Offset>
4817 </Anchor>
4818 </Anchors>
4819 </CheckButton>
4820 </Frames>
4821 <Scripts>
4822 <OnLoad>
4823 FlexBarFrame_OnLoad(this);
4824 </OnLoad>
4825 <OnDragStart>
4826 FlexBarFrame_DragStart(this);
4827 </OnDragStart>
4828 <OnDragStop>
4829 FlexBarFrame_UpdateLocation(this);
4830 </OnDragStop>
4831 </Scripts>
4832 </Frame>
4833 <Frame name="FlexFrame113" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4834 <Size>
4835 <AbsDimension x="10" y="10"/>
4836 </Size>
4837 <Anchors>
4838 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4839 <Offset>
4840 <AbsDimension x="-59" Y="-175"/>
4841 </Offset>
4842 </Anchor>
4843 </Anchors>
4844  
4845 <Layers>
4846 <Layer level="ARTWORK">
4847 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4848 </Texture>
4849 </Layer>
4850 </Layers>
4851 <Frames>
4852 <CheckButton name="FlexBarButton113" inherits="FlexBarButton" parent="FlexFrame113" id="113">
4853 <Anchors>
4854 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4855 <Offset>
4856 <AbsDimension x="-2" y="2"/>
4857 </Offset>
4858 </Anchor>
4859 </Anchors>
4860 </CheckButton>
4861 </Frames>
4862 <Scripts>
4863 <OnLoad>
4864 FlexBarFrame_OnLoad(this);
4865 </OnLoad>
4866 <OnDragStart>
4867 FlexBarFrame_DragStart(this);
4868 </OnDragStart>
4869 <OnDragStop>
4870 FlexBarFrame_UpdateLocation(this);
4871 </OnDragStop>
4872 </Scripts>
4873 </Frame>
4874 <Frame name="FlexFrame114" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4875 <Size>
4876 <AbsDimension x="10" y="10"/>
4877 </Size>
4878 <Anchors>
4879 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4880 <Offset>
4881 <AbsDimension x="-20" Y="-175"/>
4882 </Offset>
4883 </Anchor>
4884 </Anchors>
4885  
4886 <Layers>
4887 <Layer level="ARTWORK">
4888 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4889 </Texture>
4890 </Layer>
4891 </Layers>
4892 <Frames>
4893 <CheckButton name="FlexBarButton114" inherits="FlexBarButton" parent="FlexFrame114" id="114">
4894 <Anchors>
4895 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4896 <Offset>
4897 <AbsDimension x="-2" y="2"/>
4898 </Offset>
4899 </Anchor>
4900 </Anchors>
4901 </CheckButton>
4902 </Frames>
4903 <Scripts>
4904 <OnLoad>
4905 FlexBarFrame_OnLoad(this);
4906 </OnLoad>
4907 <OnDragStart>
4908 FlexBarFrame_DragStart(this);
4909 </OnDragStart>
4910 <OnDragStop>
4911 FlexBarFrame_UpdateLocation(this);
4912 </OnDragStop>
4913 </Scripts>
4914 </Frame>
4915 <Frame name="FlexFrame115" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4916 <Size>
4917 <AbsDimension x="10" y="10"/>
4918 </Size>
4919 <Anchors>
4920 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4921 <Offset>
4922 <AbsDimension x="19" Y="-175"/>
4923 </Offset>
4924 </Anchor>
4925 </Anchors>
4926  
4927 <Layers>
4928 <Layer level="ARTWORK">
4929 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4930 </Texture>
4931 </Layer>
4932 </Layers>
4933 <Frames>
4934 <CheckButton name="FlexBarButton115" inherits="FlexBarButton" parent="FlexFrame115" id="115">
4935 <Anchors>
4936 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4937 <Offset>
4938 <AbsDimension x="-2" y="2"/>
4939 </Offset>
4940 </Anchor>
4941 </Anchors>
4942 </CheckButton>
4943 </Frames>
4944 <Scripts>
4945 <OnLoad>
4946 FlexBarFrame_OnLoad(this);
4947 </OnLoad>
4948 <OnDragStart>
4949 FlexBarFrame_DragStart(this);
4950 </OnDragStart>
4951 <OnDragStop>
4952 FlexBarFrame_UpdateLocation(this);
4953 </OnDragStop>
4954 </Scripts>
4955 </Frame>
4956 <Frame name="FlexFrame116" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4957 <Size>
4958 <AbsDimension x="10" y="10"/>
4959 </Size>
4960 <Anchors>
4961 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
4962 <Offset>
4963 <AbsDimension x="58" Y="-175"/>
4964 </Offset>
4965 </Anchor>
4966 </Anchors>
4967  
4968 <Layers>
4969 <Layer level="ARTWORK">
4970 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
4971 </Texture>
4972 </Layer>
4973 </Layers>
4974 <Frames>
4975 <CheckButton name="FlexBarButton116" inherits="FlexBarButton" parent="FlexFrame116" id="116">
4976 <Anchors>
4977 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
4978 <Offset>
4979 <AbsDimension x="-2" y="2"/>
4980 </Offset>
4981 </Anchor>
4982 </Anchors>
4983 </CheckButton>
4984 </Frames>
4985 <Scripts>
4986 <OnLoad>
4987 FlexBarFrame_OnLoad(this);
4988 </OnLoad>
4989 <OnDragStart>
4990 FlexBarFrame_DragStart(this);
4991 </OnDragStart>
4992 <OnDragStop>
4993 FlexBarFrame_UpdateLocation(this);
4994 </OnDragStop>
4995 </Scripts>
4996 </Frame>
4997 <Frame name="FlexFrame117" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
4998 <Size>
4999 <AbsDimension x="10" y="10"/>
5000 </Size>
5001 <Anchors>
5002 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
5003 <Offset>
5004 <AbsDimension x="97" Y="-175"/>
5005 </Offset>
5006 </Anchor>
5007 </Anchors>
5008  
5009 <Layers>
5010 <Layer level="ARTWORK">
5011 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
5012 </Texture>
5013 </Layer>
5014 </Layers>
5015 <Frames>
5016 <CheckButton name="FlexBarButton117" inherits="FlexBarButton" parent="FlexFrame117" id="117">
5017 <Anchors>
5018 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
5019 <Offset>
5020 <AbsDimension x="-2" y="2"/>
5021 </Offset>
5022 </Anchor>
5023 </Anchors>
5024 </CheckButton>
5025 </Frames>
5026 <Scripts>
5027 <OnLoad>
5028 FlexBarFrame_OnLoad(this);
5029 </OnLoad>
5030 <OnDragStart>
5031 FlexBarFrame_DragStart(this);
5032 </OnDragStart>
5033 <OnDragStop>
5034 FlexBarFrame_UpdateLocation(this);
5035 </OnDragStop>
5036 </Scripts>
5037 </Frame>
5038 <Frame name="FlexFrame118" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
5039 <Size>
5040 <AbsDimension x="10" y="10"/>
5041 </Size>
5042 <Anchors>
5043 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
5044 <Offset>
5045 <AbsDimension x="136" Y="-175"/>
5046 </Offset>
5047 </Anchor>
5048 </Anchors>
5049  
5050 <Layers>
5051 <Layer level="ARTWORK">
5052 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
5053 </Texture>
5054 </Layer>
5055 </Layers>
5056 <Frames>
5057 <CheckButton name="FlexBarButton118" inherits="FlexBarButton" parent="FlexFrame118" id="118">
5058 <Anchors>
5059 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
5060 <Offset>
5061 <AbsDimension x="-2" y="2"/>
5062 </Offset>
5063 </Anchor>
5064 </Anchors>
5065 </CheckButton>
5066 </Frames>
5067 <Scripts>
5068 <OnLoad>
5069 FlexBarFrame_OnLoad(this);
5070 </OnLoad>
5071 <OnDragStart>
5072 FlexBarFrame_DragStart(this);
5073 </OnDragStart>
5074 <OnDragStop>
5075 FlexBarFrame_UpdateLocation(this);
5076 </OnDragStop>
5077 </Scripts>
5078 </Frame>
5079 <Frame name="FlexFrame119" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
5080 <Size>
5081 <AbsDimension x="10" y="10"/>
5082 </Size>
5083 <Anchors>
5084 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
5085 <Offset>
5086 <AbsDimension x="175" Y="-175"/>
5087 </Offset>
5088 </Anchor>
5089 </Anchors>
5090  
5091 <Layers>
5092 <Layer level="ARTWORK">
5093 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
5094 </Texture>
5095 </Layer>
5096 </Layers>
5097 <Frames>
5098 <CheckButton name="FlexBarButton119" inherits="FlexBarButton" parent="FlexFrame119" id="119">
5099 <Anchors>
5100 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
5101 <Offset>
5102 <AbsDimension x="-2" y="2"/>
5103 </Offset>
5104 </Anchor>
5105 </Anchors>
5106 </CheckButton>
5107 </Frames>
5108 <Scripts>
5109 <OnLoad>
5110 FlexBarFrame_OnLoad(this);
5111 </OnLoad>
5112 <OnDragStart>
5113 FlexBarFrame_DragStart(this);
5114 </OnDragStart>
5115 <OnDragStop>
5116 FlexBarFrame_UpdateLocation(this);
5117 </OnDragStop>
5118 </Scripts>
5119 </Frame>
5120 <Frame name="FlexFrame120" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
5121 <Size>
5122 <AbsDimension x="10" y="10"/>
5123 </Size>
5124 <Anchors>
5125 <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
5126 <Offset>
5127 <AbsDimension x="214" Y="-175"/>
5128 </Offset>
5129 </Anchor>
5130 </Anchors>
5131 <Layers>
5132 <Layer level="ARTWORK">
5133 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
5134 </Texture>
5135 </Layer>
5136 </Layers>
5137 <Frames>
5138 <CheckButton name="FlexBarButton120" inherits="FlexBarButton" parent="FlexFrame120" id="120">
5139 <Anchors>
5140 <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
5141 <Offset>
5142 <AbsDimension x="-2" y="2"/>
5143 </Offset>
5144 </Anchor>
5145 </Anchors>
5146 </CheckButton>
5147 </Frames>
5148 <Scripts>
5149 <OnLoad>
5150 FlexBarFrame_OnLoad(this);
5151 </OnLoad>
5152 <OnDragStart>
5153 FlexBarFrame_DragStart(this);
5154 </OnDragStart>
5155 <OnDragStop>
5156 FlexBarFrame_UpdateLocation(this);
5157 </OnDragStop>
5158 </Scripts>
5159 </Frame>
5160  
5161 <CheckButton name="FBBackpackButton" inherits="ItemButtonTemplate" parent="UIParent" id="0">
5162 <Size>
5163 <AbsDimension x="37" y="37"/>
5164 </Size>
5165 <Anchors>
5166 <Anchor point="BOTTOMRIGHT">
5167 <Offset>
5168 <AbsDimension x="-50" y="-50"/>
5169 </Offset>
5170 </Anchor>
5171 </Anchors>
5172 <Frames>
5173 <Model name="$parentItemAnim" inherits="ItemAnimTemplate"/>
5174 </Frames>
5175 <Scripts>
5176 <OnLoad>
5177 FBBackpackButtonIconTexture:SetTexture("Interface\\Buttons\\Button-Backpack-Up");
5178 </OnLoad>
5179 </Scripts>
5180 <CheckedTexture alphaMode="ADD" file="Interface\Buttons\CheckButtonHilight"/>
5181 </CheckButton>
5182  
5183 <Frame name="FlexBar" toplevel="true" frameStrata="LOW" enableMouse="true" parent="UIParent" moveable="true" visible="true">
5184 <Size>
5185 <AbsDimension x="20" y="20"/>
5186 </Size>
5187 <Anchors>
5188 <Anchor point="RIGHT">
5189 <Offset>
5190 <AbsDimension x="0" y="0"/>
5191 </Offset>
5192 </Anchor>
5193 </Anchors>
5194 <Scripts>
5195 <OnLoad>
5196 FlexBar_OnLoad();
5197 </OnLoad>
5198 <OnEvent>
5199 FlexBar_OnEvent(event);
5200 </OnEvent>
5201 <OnUpdate>
5202 Flexbar_OnUpdate(arg1);
5203 </OnUpdate>
5204 </Scripts>
5205 </Frame>
5206  
5207 <Button name="LoadProfileButton" parent="UIParent">
5208 <Size>
5209 <AbsDimension x="128" y="32"/>
5210 </Size>
5211 <Anchors>
5212 <Anchor point="BOTTOM">
5213 <Offset>
5214 <AbsDimension x="0" y="300"/>
5215 </Offset>
5216 </Anchor>
5217 </Anchors>
5218 <Scripts>
5219 <OnLoad>
5220 this:Hide()
5221 </OnLoad>
5222 <OnClick>
5223 FB_LoadProfile()
5224 LoadProfileButton:Hide()
5225 </OnClick>
5226 </Scripts>
5227 <NormalTexture inherits="DialogButtonNormalTexture"/>
5228 <PushedTexture inherits="DialogButtonPushedTexture"/>
5229 <HighlightTexture inherits="DialogButtonHighlightTexture"/>
5230 <NormalText inherits="DialogButtonNormalText" text="LoadProfile"/>
5231 <HighlightText inherits="DialogButtonHighlightText" text="LoadProfile"/>
5232 </Button>
5233  
5234 <Frame name="FBLoadProfileDialog" toplevel="true" parent="UIParent" movable="true" enableMouse="true" frameStrata="HIGH" hidden="false">
5235 <Size>
5236 <AbsDimension x="230" y="150"/>
5237 </Size>
5238 <Anchors>
5239 <Anchor point="BOTTOM">
5240 <Offset>
5241 <AbsDimension x="0" y="400"/>
5242 </Offset>
5243 </Anchor>
5244 </Anchors>
5245 <TitleRegion setAllPoints="true"/>
5246 <Backdrop name="$parentBackdrop" bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
5247 <EdgeSize>
5248 <AbsValue val="16"/>
5249 </EdgeSize>
5250 <TileSize>
5251 <AbsValue val="16"/>
5252 </TileSize>
5253 <BackgroundInsets>
5254 <AbsInset left="3" right="5" top="3" bottom="5"/>
5255 </BackgroundInsets>
5256 <Color r="0" g="0" b="0"/>
5257 </Backdrop>
5258 <Layers>
5259 <Layer level="ARTWORK">
5260 <FontString name="FBLoadProfileDialogTitle" inherits="GameFontHighlight" justifyH="LEFT" justifyV="TOP">
5261 <Size>
5262 <AbsDimension x="210" y="0"/>
5263 </Size>
5264 <Anchors>
5265 <Anchor point="TOPLEFT">
5266 <Offset>
5267 <AbsDimension x="10" y="-9"/>
5268 </Offset>
5269 </Anchor>
5270 </Anchors>
5271 <Color r="1.0" g="0.82" b="0"/>
5272 </FontString>
5273 <FontString name="FBLoadProfileDialogText" inherits="GameFontNormal" justifyH="LEFT">
5274 <Size>
5275 <AbsDimension x="210" y="0"/>
5276 </Size>
5277 <Anchors>
5278 <Anchor point="TOPLEFT" relativeTo="FBLoadProfileDialogTitle" relativePoint="BOTTOMLEFT">
5279 <Offset>
5280 <AbsDimension x="0" y="-2"/>
5281 </Offset>
5282 </Anchor>
5283 </Anchors>
5284 <Color r="1.0" g="1.0" b="1.0"/>
5285 </FontString>
5286 </Layer>
5287 </Layers>
5288 <Frames>
5289 <Button name="FBLoadProfileDialogOkayButton">
5290 <Size>
5291 <AbsDimension x="76" y="21"/>
5292 </Size>
5293 <Anchors>
5294 <Anchor point="BOTTOMRIGHT">
5295 <Offset>
5296 <AbsDimension x="-7" y="7"/>
5297 </Offset>
5298 </Anchor>
5299 </Anchors>
5300 <Scripts>
5301 <OnClick>
5302 FB_LoadProfile()
5303 this:GetParent():Hide();
5304 </OnClick>
5305 </Scripts>
5306 <NormalTexture inherits="DialogButtonNormalTexture"/>
5307 <PushedTexture inherits="DialogButtonPushedTexture"/>
5308 <HighlightTexture inherits="DialogButtonHighlightTexture"/>
5309 <NormalText inherits="GameFontNormalSmall" text="Load Profile"/>
5310 <HighlightText inherits="GameFontHighlightSmall" text="Load Profile"/>
5311 </Button>
5312 </Frames>
5313 <Scripts>
5314 <OnLoad>
5315 local title = "Load Profile Error"
5316 local msg = "An error has occurred auto-loading your profile. "
5317 msg = msg .."This error is likely a result of a conflict with another "
5318 msg = msg .."mod. Please contact the_real_orang@yahoo.com with a list "
5319 msg = msg .."of your installed mods. In the meantime use the button "
5320 msg = msg .."below to manually load your profile"
5321  
5322 FBLoadProfileDialogTitle:SetText(title)
5323 FBLoadProfileDialogText:SetText(msg)
5324 </OnLoad>
5325 </Scripts>
5326 </Frame>
5327  
5328 <EditBox name="FlexBar_Command_EditBox" inherits="ChatFrameEditBoxTemplate" parent="UIParent" letters="2048" hidden="true">
5329 <Scripts>
5330 <OnLoad>
5331 </OnLoad>
5332 </Scripts>
5333 </EditBox>
5334  
5335 <GameTooltip name="FlexBarTooltip" frameStrata="TOOLTIP" hidden="true" parent="UIParent" inherits="GameTooltipTemplate"/>
5336  
5337 </Ui>