vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
        <Script file="WoW_UtilityClasses.lua"/>
        <Script file="FlexBar_Localization.lua"/>       
        <Script file="FlexBar_Globals.lua"/>
        <Script file="FlexBar_EventHandlers.lua"/>
        <Script file="FlexBar_SlashCommands.lua"/>
        <Script file="FlexBar_HelperFunctions.lua"/>
        <Script file="FlexBar_Conditionals.lua"/>
        <Script file="FlexBar_TextSub.lua"/>
        <Script file="FlexBar_Performance.lua"/>
        <Script file="FlexBar.lua"/>
        <Script file="FlexBar_Config.lua"/>
        <FontString name="FlexBarFont" font="Fonts\ARIALN.TTF" outline="NORMAL" virtual="true" monochrome="true">
                <FontHeight>
                        <AbsValue val="12"/>
                </FontHeight>
                <Color r="1.0" g="1.0" b="1.0"/>
        </FontString>
        <FontString name="FlexBarFont2" font="Fonts\ARIALN.TTF" outline="NORMAL" virtual="true" monochrome="true">
                <FontHeight>
                        <AbsValue val="12"/>
                </FontHeight>
                <Color r="1.0" g="1.0" b="1.0"/>
        </FontString>
        <FontString name="FlexBarFont3" font="Fonts\ARIALN.TTF" outline="NORMAL" virtual="true" monochrome="true">
                <FontHeight>
                        <AbsValue val="12"/>
                </FontHeight>
                <Color r="1.0" g="1.0" b="1.0"/>
        </FontString>
        <CheckButton name="FlexBarButtonTemplate" virtual="true">
                <Size>
                        <AbsDimension x="36" y="36"/>
                </Size>
                <Layers>
                        <Layer level="BACKGROUND">
                                <Texture name="$parentIcon"/>
                        </Layer>
                        <Layer level="ARTWORK">
                                <Texture name="$parentFlash" file="Interface\Buttons\UI-QuickslotRed" hidden="true"/>
                                <Texture name="$parentAutoCastable" file="Interface\Buttons\UI-AutoCastableOverlay" hidden="true" alphamode="ADD">
                                        <Size>
                                                <AbsDimension x="60" y="60"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="CENTER">
                                                        <Offset>
                                                                <AbsDimension x="0" y="0"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </Texture>              
                                <FontString name="$parentHotKey" inherits="FlexBarFont" justifyH="RIGHT">
                                        <Size>
                                                <AbsDimension x="36" y="15"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPRIGHT" relativeto="$parent" relativepoint="TOPRIGHT">
                                                        <Offset>
                                                                <AbsDimension x="-2" y="0"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                                <FontString name="$parentText2" inherits="FlexBarFont2" justifyH="LEFT">
                                        <Size>
                                                <AbsDimension x="38" y="15"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="BOTTOMLEFT">
                                                        <Offset>
                                                                <AbsDimension x="0" y="1"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                                <FontString name="$parentText3" inherits="FlexBarFont3" justifyH="CENTER">
                                        <Size>
                                                <AbsDimension x="38" y="15"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="CENTER">
                                                        <Offset>
                                                                <AbsDimension x="0" y="1"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                                <FontString name="$parentCount" inherits="NumberFontNormal" justifyH="RIGHT">
                                        <Anchors>
                                                <Anchor point="BOTTOMRIGHT">
                                                        <Offset>
                                                                <AbsDimension x="-2" y="1"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                        </Layer>
                        <Layer level="OVERLAY">
                                <FontString name="$parentName" inherits="GameFontHighlightSmallOutline">
                                        <Size>
                                                <AbsDimension x="36" y="10"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="BOTTOM">
                                                        <Offset>
                                                                <AbsDimension x="0" y="2"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>
                <Frames>
                        <Model name="$parentCooldown" inherits="CooldownFrameTemplate"/>
                        <Frame name="$parentAutoCast" hidden="true">
                                <Size>
                                        <AbsDimension x="38" y="38" />
                                </Size>
                                <Anchors>
                                        <Anchor point="CENTER">
                                                <Offset>
                                                        <AbsDimension x="4" y="3" />
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Frames>
                                        <Model name="$parentModel" file="Interface\Buttons\UI-AutoCastButton.mdx" scale="1.15" setAllPoints="true">
                                                <Frames>
                                                        <Model name="$parentCooldown" inherits="CooldownFrameTemplate"/>
                                                </Frames>
                                                <Scripts>
                                                        <OnLoad>
                                                                this:SetSequence(0);
                                                                this:SetSequenceTime(0, 0);
                                                        </OnLoad>
                                                </Scripts>
                                        </Model>
                                </Frames>
                        </Frame>
                </Frames>
                <NormalTexture name="$parentNormalTexture" file="Interface\Buttons\UI-Quickslot2">
                        <Size>
                                <AbsDimension x="64" y="64"/>
                        </Size>
                        <Anchors>
                                <Anchor point="CENTER">
                                        <Offset>
                                                <AbsDimension x="1" y="-1"/>
                                        </Offset>
                                </Anchor>
                        </Anchors>
                </NormalTexture>
                <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress"/>
                <HighlightTexture alphaMode="ADD" file="Interface\Buttons\ButtonHilight-Square"/>
                <CheckedTexture alphaMode="ADD" file="Interface\Buttons\CheckButtonHilight"/>
        </CheckButton>
        <CheckButton name="FlexBarButton" inherits="FlexBarButtonTemplate" virtual="true">
                <Scripts>
                        <OnLoad>
                                FlexBarButton_OnLoad(this);
                        </OnLoad>
                        <OnShow>
                                FlexBarButton_Update(this);
                        </OnShow>
                        <OnEvent>
                                FlexBarButton_OnEvent(event, this);
                        </OnEvent>
                        <OnClick>
                                FlexBarButton_OnClick(this, false, arg1)
                        </OnClick>
                        <OnDragStart>
                                if not FBState[FB_GetButtonNum(this)]["lockedicon"] then
                                        if not FBSavedProfile[FBProfileName].FlexActions[this:GetID()] then
                                                PickupAction(FlexBarButton_GetID(this));
                                        else
                                                local u = Utility_Class:New()
                                                if FBSavedProfile[FBProfileName].FlexActions[this:GetID()]["action"] == "autoitem" then
                                                        u:Echo("Error:  Cannot drag an Auto Item off - disable auto item to remove")
                                                elseif FBSavedProfile[FBProfileName].FlexActions[this:GetID()]["action"] == "pet" then
                                                        PickupPetAction(FBSavedProfile[FBProfileName].FlexActions[this:GetID()]["id"])
                                                end
                                        end
                                        FlexBarButton_UpdateState(this);
                                end
                        </OnDragStart>
                        <OnReceiveDrag>
                                        if not FBSavedProfile[FBProfileName].FlexActions[this:GetID()] then
                                                PlaceAction(FlexBarButton_GetID(this));
                                        else
                                                local u = Utility_Class:New()
                                                if FBSavedProfile[FBProfileName].FlexActions[this:GetID()]["action"] == "autoitem" then
                                                        u:Echo("Error:  Cannot drop on an Auto Item - disable auto item to replace")
                                                elseif FBSavedProfile[FBProfileName].FlexActions[this:GetID()]["action"] == "pet" then
                                                        PickupPetAction(FBSavedProfile[FBProfileName].FlexActions[this:GetID()]["id"])
                                                end
                                        end
                        </OnReceiveDrag>
                        <OnEnter>
                                if FBEventToggles["buttoncheck"] ~= "off" then
                                        FB_RaiseEvent("MouseEnterButton", FB_GetButtonNum(this))
                                        if FBState[FB_GetButtonNum(this)]["echo"] then
                                                FB_RaiseEvent("MouseEnterButton",FBState[FB_GetButtonNum(this)]["echo"])
                                        end
                                end
                                if not FBToggles["notooltips"] then FlexBarButton_SetTooltip(this); end
                        </OnEnter>
                        <OnLeave>
                                if FBEventToggles["buttoncheck"] ~= "off" then
                                        FB_RaiseEvent("MouseLeaveButton", FB_GetButtonNum(this))
                                        if FBState[FB_GetButtonNum(this)]["echo"] then
                                                FB_RaiseEvent("MouseLeaveButton",FBState[FB_GetButtonNum(this)]["echo"])
                                        end
                                end
                                this.updateTooltip = nil;
                                GameTooltip:Hide();
                        </OnLeave>
                        <OnUpdate>
                                FlexBarButton_OnUpdate(arg1, this);
                        </OnUpdate>
                        <OnMouseDown>
                                FBLastButtonDown = arg1
                                if FBEventToggles["buttonevents"] ~= "off" then
                                        FB_RaiseEvent(FBLastButtonDown .. "Down", FB_GetButtonNum(this))
                                        if FBState[FB_GetButtonNum(this)]["echo"] then
                                                FB_RaiseEvent(FBLastButtonDown.."Down",FBState[FB_GetButtonNum(this)]["echo"])
                                        end
                                end
                        </OnMouseDown>
                        <OnMouseUp>
                                if FBEventToggles["buttonevents"] ~= "off" then
                                        FB_RaiseEvent(FBLastButtonDown .. "Up", FB_GetButtonNum(this))
                                        if FBState[FB_GetButtonNum(this)]["echo"] then
                                                FB_RaiseEvent(FBLastButtonDown.."Up",FBState[FB_GetButtonNum(this)]["echo"])
                                        end
                                end
                        </OnMouseUp>
                </Scripts>
        </CheckButton>
        <Frame name="FlexFrame1" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-215" Y="176"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton1" inherits="FlexBarButton" parent="FlexFrame1" id="1">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame2" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-176" Y="176"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton2" inherits="FlexBarButton" parent="FlexFrame2" id="2">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame3" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-137" Y="176"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton3" inherits="FlexBarButton" parent="FlexFrame3" id="3">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame4" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-98" Y="176"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton4" inherits="FlexBarButton" parent="FlexFrame4" id="4">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame5" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-59" Y="176"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton5" inherits="FlexBarButton" parent="FlexFrame5" id="5">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame6" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-20" Y="176"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton6" inherits="FlexBarButton" parent="FlexFrame6" id="6">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame7" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="19" Y="176"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton7" inherits="FlexBarButton" parent="FlexFrame7" id="7">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame8" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="58" Y="176"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton8" inherits="FlexBarButton" parent="FlexFrame8" id="8">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame9" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="97" Y="176"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton9" inherits="FlexBarButton" parent="FlexFrame9" id="9">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame10" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="136" Y="176"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton10" inherits="FlexBarButton" parent="FlexFrame10" id="10">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame11" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="175" Y="176"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton11" inherits="FlexBarButton" parent="FlexFrame11" id="11">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame12" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="214" Y="176"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton12" inherits="FlexBarButton" parent="FlexFrame12" id="12">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame13" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-215" Y="137"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton13" inherits="FlexBarButton" parent="FlexFrame13" id="13">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame14" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-176" Y="137"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton14" inherits="FlexBarButton" parent="FlexFrame14" id="14">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame15" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-137" Y="137"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton15" inherits="FlexBarButton" parent="FlexFrame15" id="15">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame16" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-98" Y="137"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton16" inherits="FlexBarButton" parent="FlexFrame16" id="16">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame17" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-59" Y="137"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton17" inherits="FlexBarButton" parent="FlexFrame17" id="17">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame18" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-20" Y="137"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton18" inherits="FlexBarButton" parent="FlexFrame18" id="18">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame19" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="19" Y="137"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton19" inherits="FlexBarButton" parent="FlexFrame19" id="19">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame20" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="58" Y="137"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton20" inherits="FlexBarButton" parent="FlexFrame20" id="20">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame21" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="97" Y="137"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton21" inherits="FlexBarButton" parent="FlexFrame21" id="21">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame22" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="136" Y="137"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton22" inherits="FlexBarButton" parent="FlexFrame22" id="22">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame23" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="175" Y="137"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton23" inherits="FlexBarButton" parent="FlexFrame23" id="23">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame24" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="214" Y="137"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton24" inherits="FlexBarButton" parent="FlexFrame24" id="24">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame25" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-215" Y="98"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton25" inherits="FlexBarButton" parent="FlexFrame25" id="25">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame26" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-176" Y="98"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton26" inherits="FlexBarButton" parent="FlexFrame26" id="26">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame27" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-137" Y="98"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton27" inherits="FlexBarButton" parent="FlexFrame27" id="27">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame28" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-98" Y="98"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton28" inherits="FlexBarButton" parent="FlexFrame28" id="28">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame29" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-59" Y="98"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton29" inherits="FlexBarButton" parent="FlexFrame29" id="29">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame30" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-20" Y="98"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton30" inherits="FlexBarButton" parent="FlexFrame30" id="30">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame31" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="19" Y="98"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton31" inherits="FlexBarButton" parent="FlexFrame31" id="31">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame32" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="58" Y="98"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton32" inherits="FlexBarButton" parent="FlexFrame32" id="32">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame33" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="97" Y="98"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton33" inherits="FlexBarButton" parent="FlexFrame33" id="33">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame34" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="136" Y="98"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton34" inherits="FlexBarButton" parent="FlexFrame34" id="34">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame35" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="175" Y="98"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton35" inherits="FlexBarButton" parent="FlexFrame35" id="35">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame36" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="214" Y="98"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton36" inherits="FlexBarButton" parent="FlexFrame36" id="36">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame37" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-215" Y="59"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton37" inherits="FlexBarButton" parent="FlexFrame37" id="37">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame38" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-176" Y="59"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton38" inherits="FlexBarButton" parent="FlexFrame38" id="38">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame39" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-137" Y="59"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton39" inherits="FlexBarButton" parent="FlexFrame39" id="39">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame40" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-98" Y="59"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton40" inherits="FlexBarButton" parent="FlexFrame40" id="40">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame41" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-59" Y="59"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton41" inherits="FlexBarButton" parent="FlexFrame41" id="41">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame42" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-20" Y="59"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton42" inherits="FlexBarButton" parent="FlexFrame42" id="42">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame43" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="19" Y="59"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton43" inherits="FlexBarButton" parent="FlexFrame43" id="43">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame44" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="58" Y="59"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton44" inherits="FlexBarButton" parent="FlexFrame44" id="44">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame45" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="97" Y="59"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton45" inherits="FlexBarButton" parent="FlexFrame45" id="45">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame46" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="136" Y="59"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton46" inherits="FlexBarButton" parent="FlexFrame46" id="46">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame47" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="175" Y="59"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton47" inherits="FlexBarButton" parent="FlexFrame47" id="47">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame48" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="214" Y="59"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton48" inherits="FlexBarButton" parent="FlexFrame48" id="48">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame49" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-215" Y="20"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton49" inherits="FlexBarButton" parent="FlexFrame49" id="49">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame50" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-176" Y="20"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton50" inherits="FlexBarButton" parent="FlexFrame50" id="50">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame51" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-137" Y="20"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton51" inherits="FlexBarButton" parent="FlexFrame51" id="51">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame52" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-98" Y="20"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton52" inherits="FlexBarButton" parent="FlexFrame52" id="52">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame53" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-59" Y="20"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton53" inherits="FlexBarButton" parent="FlexFrame53" id="53">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame54" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-20" Y="20"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton54" inherits="FlexBarButton" parent="FlexFrame54" id="54">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame55" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="19" Y="20"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton55" inherits="FlexBarButton" parent="FlexFrame55" id="55">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame56" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="58" Y="20"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton56" inherits="FlexBarButton" parent="FlexFrame56" id="56">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame57" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="97" Y="20"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton57" inherits="FlexBarButton" parent="FlexFrame57" id="57">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame58" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="136" Y="20"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton58" inherits="FlexBarButton" parent="FlexFrame58" id="58">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame59" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="175" Y="20"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton59" inherits="FlexBarButton" parent="FlexFrame59" id="59">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame60" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="214" Y="20"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton60" inherits="FlexBarButton" parent="FlexFrame60" id="60">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame61" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-215" Y="-19"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton61" inherits="FlexBarButton" parent="FlexFrame61" id="61">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame62" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-176" Y="-19"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton62" inherits="FlexBarButton" parent="FlexFrame62" id="62">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame63" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-137" Y="-19"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton63" inherits="FlexBarButton" parent="FlexFrame63" id="63">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame64" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-98" Y="-19"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton64" inherits="FlexBarButton" parent="FlexFrame64" id="64">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame65" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-59" Y="-19"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton65" inherits="FlexBarButton" parent="FlexFrame65" id="65">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame66" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-20" Y="-19"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton66" inherits="FlexBarButton" parent="FlexFrame66" id="66">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame67" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="19" Y="-19"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton67" inherits="FlexBarButton" parent="FlexFrame67" id="67">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame68" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="58" Y="-19"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton68" inherits="FlexBarButton" parent="FlexFrame68" id="68">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame69" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="97" Y="-19"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton69" inherits="FlexBarButton" parent="FlexFrame69" id="69">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame70" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="136" Y="-19"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton70" inherits="FlexBarButton" parent="FlexFrame70" id="70">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame71" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="175" Y="-19"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton71" inherits="FlexBarButton" parent="FlexFrame71" id="71">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame72" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="214" Y="-19"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton72" inherits="FlexBarButton" parent="FlexFrame72" id="72">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame73" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-215" Y="-58"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton73" inherits="FlexBarButton" parent="FlexFrame73" id="73">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame74" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-176" Y="-58"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton74" inherits="FlexBarButton" parent="FlexFrame74" id="74">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame75" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-137" Y="-58"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton75" inherits="FlexBarButton" parent="FlexFrame75" id="75">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame76" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-98" Y="-58"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton76" inherits="FlexBarButton" parent="FlexFrame76" id="76">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame77" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-59" Y="-58"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton77" inherits="FlexBarButton" parent="FlexFrame77" id="77">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame78" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-20" Y="-58"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton78" inherits="FlexBarButton" parent="FlexFrame78" id="78">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame79" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="19" Y="-58"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton79" inherits="FlexBarButton" parent="FlexFrame79" id="79">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame80" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="58" Y="-58"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton80" inherits="FlexBarButton" parent="FlexFrame80" id="80">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame81" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="97" Y="-58"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton81" inherits="FlexBarButton" parent="FlexFrame81" id="81">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame82" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="136" Y="-58"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton82" inherits="FlexBarButton" parent="FlexFrame82" id="82">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame83" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="175" Y="-58"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton83" inherits="FlexBarButton" parent="FlexFrame83" id="83">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame84" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="214" Y="-58"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton84" inherits="FlexBarButton" parent="FlexFrame84" id="84">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame85" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-215" Y="-97"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton85" inherits="FlexBarButton" parent="FlexFrame85" id="85">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame86" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-176" Y="-97"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton86" inherits="FlexBarButton" parent="FlexFrame86" id="86">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame87" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-137" Y="-97"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton87" inherits="FlexBarButton" parent="FlexFrame87" id="87">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame88" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-98" Y="-97"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton88" inherits="FlexBarButton" parent="FlexFrame88" id="88">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame89" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-59" Y="-97"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton89" inherits="FlexBarButton" parent="FlexFrame89" id="89">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame90" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-20" Y="-97"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton90" inherits="FlexBarButton" parent="FlexFrame90" id="90">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame91" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="19" Y="-97"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton91" inherits="FlexBarButton" parent="FlexFrame91" id="91">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame92" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="58" Y="-97"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton92" inherits="FlexBarButton" parent="FlexFrame92" id="92">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame93" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="97" Y="-97"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton93" inherits="FlexBarButton" parent="FlexFrame93" id="93">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame94" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="136" Y="-97"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton94" inherits="FlexBarButton" parent="FlexFrame94" id="94">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame95" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="175" Y="-97"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton95" inherits="FlexBarButton" parent="FlexFrame95" id="95">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame96" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="214" Y="-97"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton96" inherits="FlexBarButton" parent="FlexFrame96" id="96">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame97" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-215" Y="-136"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton97" inherits="FlexBarButton" parent="FlexFrame97" id="97">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame98" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-176" Y="-136"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton98" inherits="FlexBarButton" parent="FlexFrame98" id="98">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame99" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-137" Y="-136"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton99" inherits="FlexBarButton" parent="FlexFrame99" id="99">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame100" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-98" Y="-136"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton100" inherits="FlexBarButton" parent="FlexFrame100" id="100">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame101" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-59" Y="-136"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton101" inherits="FlexBarButton" parent="FlexFrame101" id="101">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame102" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-20" Y="-136"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton102" inherits="FlexBarButton" parent="FlexFrame102" id="102">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame103" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="19" Y="-136"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton103" inherits="FlexBarButton" parent="FlexFrame103" id="103">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame104" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="58" Y="-136"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton104" inherits="FlexBarButton" parent="FlexFrame104" id="104">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame105" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="97" Y="-136"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton105" inherits="FlexBarButton" parent="FlexFrame105" id="105">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame106" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="136" Y="-136"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton106" inherits="FlexBarButton" parent="FlexFrame106" id="106">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame107" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="175" Y="-136"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton107" inherits="FlexBarButton" parent="FlexFrame107" id="107">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame108" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="214" Y="-136"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton108" inherits="FlexBarButton" parent="FlexFrame108" id="108">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame109" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-215" Y="-175"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton109" inherits="FlexBarButton" parent="FlexFrame109" id="109">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame110" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-176" Y="-175"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton110" inherits="FlexBarButton" parent="FlexFrame110" id="110">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame111" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-137" Y="-175"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton111" inherits="FlexBarButton" parent="FlexFrame111" id="111">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame112" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-98" Y="-175"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton112" inherits="FlexBarButton" parent="FlexFrame112" id="112">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame113" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-59" Y="-175"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton113" inherits="FlexBarButton" parent="FlexFrame113" id="113">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame114" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="-20" Y="-175"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton114" inherits="FlexBarButton" parent="FlexFrame114" id="114">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame115" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="19" Y="-175"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton115" inherits="FlexBarButton" parent="FlexFrame115" id="115">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame116" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="58" Y="-175"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton116" inherits="FlexBarButton" parent="FlexFrame116" id="116">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame117" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="97" Y="-175"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton117" inherits="FlexBarButton" parent="FlexFrame117" id="117">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame118" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="136" Y="-175"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton118" inherits="FlexBarButton" parent="FlexFrame118" id="118">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame119" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="175" Y="-175"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton119" inherits="FlexBarButton" parent="FlexFrame119" id="119">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
        </Frame>
        <Frame name="FlexFrame120" frameStrata="LOW" movable="true" toplevel="true" enableMouse="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="10" y="10"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="214" Y="-175"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border">
                                </Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <CheckButton name="FlexBarButton120" inherits="FlexBarButton" parent="FlexFrame120" id="120">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </CheckButton>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FlexBarFrame_OnLoad(this);
                        </OnLoad>
                        <OnDragStart>
                                FlexBarFrame_DragStart(this);
                        </OnDragStart>
                        <OnDragStop>
                                FlexBarFrame_UpdateLocation(this);
                        </OnDragStop>
                </Scripts>
</Frame>

        <CheckButton name="FBBackpackButton" inherits="ItemButtonTemplate" parent="UIParent" id="0">
                <Size>
                        <AbsDimension x="37" y="37"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMRIGHT">
                                <Offset>
                                        <AbsDimension x="-50" y="-50"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <Frames>
                        <Model name="$parentItemAnim" inherits="ItemAnimTemplate"/>
                </Frames>
                <Scripts>
                        <OnLoad>
                                FBBackpackButtonIconTexture:SetTexture("Interface\\Buttons\\Button-Backpack-Up");
                        </OnLoad>
                </Scripts>
                <CheckedTexture alphaMode="ADD" file="Interface\Buttons\CheckButtonHilight"/>
        </CheckButton>

        <Frame name="FlexBar" toplevel="true" frameStrata="LOW" enableMouse="true" parent="UIParent" moveable="true" visible="true">
                <Size>
                        <AbsDimension x="20" y="20"/>
                </Size>
                <Anchors>
                        <Anchor point="RIGHT">
                                <Offset>
                                        <AbsDimension x="0" y="0"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <Scripts>
                        <OnLoad>
                                FlexBar_OnLoad();
                        </OnLoad>
                        <OnEvent>
                                FlexBar_OnEvent(event);
                        </OnEvent>
                        <OnUpdate>
                                Flexbar_OnUpdate(arg1);
                        </OnUpdate>
                </Scripts>
        </Frame>

        <Button name="LoadProfileButton" parent="UIParent">
                <Size>
                        <AbsDimension x="128" y="32"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="300"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <Scripts>
                        <OnLoad>
                                this:Hide()
                        </OnLoad>
                        <OnClick>
                                FB_LoadProfile()
                                LoadProfileButton:Hide()
                        </OnClick>
                </Scripts>
                <NormalTexture inherits="DialogButtonNormalTexture"/>
                <PushedTexture inherits="DialogButtonPushedTexture"/>
                <HighlightTexture inherits="DialogButtonHighlightTexture"/>
                <NormalText inherits="DialogButtonNormalText" text="LoadProfile"/>
                <HighlightText inherits="DialogButtonHighlightText" text="LoadProfile"/>
        </Button>

        <Frame name="FBLoadProfileDialog" toplevel="true" parent="UIParent" movable="true" enableMouse="true" frameStrata="HIGH" hidden="false">
                <Size>
                        <AbsDimension x="230" y="150"/>
                </Size>
                <Anchors>
                        <Anchor point="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="400"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Backdrop name="$parentBackdrop" bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
                        <EdgeSize>
                                <AbsValue val="16"/>
                        </EdgeSize>
                        <TileSize>
                                <AbsValue val="16"/>
                        </TileSize>
                        <BackgroundInsets>
                                <AbsInset left="3" right="5" top="3" bottom="5"/>
                        </BackgroundInsets>
                        <Color r="0" g="0" b="0"/>
                </Backdrop>
                <Layers>
                        <Layer level="ARTWORK">
                                <FontString name="FBLoadProfileDialogTitle" inherits="GameFontHighlight" justifyH="LEFT" justifyV="TOP">
                                        <Size>
                                                <AbsDimension x="210" y="0"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT">
                                                        <Offset>
                                                                <AbsDimension x="10" y="-9"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                        <Color r="1.0" g="0.82" b="0"/>
                                </FontString>
                                <FontString name="FBLoadProfileDialogText" inherits="GameFontNormal" justifyH="LEFT">
                                        <Size>
                                                <AbsDimension x="210" y="0"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="FBLoadProfileDialogTitle" relativePoint="BOTTOMLEFT">
                                                        <Offset>
                                                                <AbsDimension x="0" y="-2"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                        <Color r="1.0" g="1.0" b="1.0"/>
                                </FontString>
                        </Layer>
                </Layers>
                <Frames>
                        <Button name="FBLoadProfileDialogOkayButton">
                                <Size>
                                        <AbsDimension x="76" y="21"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-7" y="7"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                FB_LoadProfile()
                                                this:GetParent():Hide();
                                        </OnClick>
                                </Scripts>
                                <NormalTexture inherits="DialogButtonNormalTexture"/>
                                <PushedTexture inherits="DialogButtonPushedTexture"/>
                                <HighlightTexture inherits="DialogButtonHighlightTexture"/>
                                <NormalText inherits="GameFontNormalSmall" text="Load Profile"/>
                                <HighlightText inherits="GameFontHighlightSmall" text="Load Profile"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                local title = "Load Profile Error"
                                local msg = "An error has occurred auto-loading your profile.  "
                                msg = msg .."This error is likely a result of a conflict with another "
                                msg = msg .."mod.  Please contact the_real_orang@yahoo.com with a list "
                                msg = msg .."of your installed mods.  In the meantime use the button "
                                msg = msg .."below to manually load your profile"
                                
                                FBLoadProfileDialogTitle:SetText(title)
                                FBLoadProfileDialogText:SetText(msg)
                        </OnLoad>
                </Scripts>
        </Frame>
        
        <EditBox name="FlexBar_Command_EditBox" inherits="ChatFrameEditBoxTemplate" parent="UIParent" letters="2048" hidden="true">
                <Scripts>
                        <OnLoad>
                        </OnLoad>
                </Scripts>
        </EditBox>

        <GameTooltip name="FlexBarTooltip" frameStrata="TOOLTIP" hidden="true" parent="UIParent" inherits="GameTooltipTemplate"/>

</Ui>