Quantcast
<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">
    <Frame name="DJBagsContainerTemplate" frameStrata="MEDIUM" toplevel="true" movable="true" enableMouse="true" hidden="true" virtual="true">
        <Backdrop bgFile="Interface\ChatFrame\ChatFrameBackground" edgeFile="Interface\Buttons\WHITE8x8">
            <EdgeSize>
                <AbsValue val="1" />
            </EdgeSize>
        </Backdrop>
        <Frames>
            <Frame name="$parentContainer" parentKey="container" />
        </Frames>
        <Scripts>
            <OnLoad>
                DJBagsContainerLoad(self)
            </OnLoad>
        </Scripts>
    </Frame>
    <Frame name="DJBagsBagContainer" parent="UIParent" inherits="DJBagsContainerTemplate">
        <Anchors>
            <Anchor point="BOTTOMRIGHT" x="-150" y="150" />
        </Anchors>
        <Frames>
            <Frame name="$parentMainBar" parentKey="mainBar" inherits="DJBagsMainBarTemplate">
                <Anchors>
                    <Anchor point="TOPRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT" x="0" y="-5"/>
                </Anchors>
            </Frame>
        </Frames>
        <Scripts>
            <OnShow>
                DJBagsBagContainer_OnShow(self)
            </OnShow>
            <OnHide>
                DJBagsBagContainer_OnHide(self)
            </OnHide>
        </Scripts>
    </Frame>
</Ui>