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/ C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">

        <Button name = "RecapAnchorTemplate" virtual="true">
                <Size>
                        <AbsDimension x="16" y="16"/>
                </Size>
                <Scripts>
                        <OnEnter>
                                RecapAnchor_OnEnter()
                        </OnEnter>
                        <OnLeave>
                                GameTooltip:Hide()
                        </OnLeave>
                        <OnClick>
                                RecapAnchor_OnClick()
                        </OnClick>
                </Scripts>
                <NormalTexture file="Interface\AddOns\Recap\RecapButtons-Up">
                        <TexCoords left="0.25" right="0.495" top="0" bottom="0.245"/>
                </NormalTexture>
                <PushedTexture file="Interface\AddOns\Recap\RecapButtons-Down">
                        <TexCoords left="0.25" right="0.495" top="0" bottom="0.245"/>
                </PushedTexture>
                <HighlightTexture file="Interface\AddOns\Recap\Status-Idle" alphaMode="ADD"/>
        </Button>

        <Button name = "Recap_DropMenuTemplate" virtual="true">
                <Size>
                        <AbsDimension x="94" y="14"/>
                </Size>
                <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
                <NormalText name="$parent_Text" inherits="GameFontHighLightSmall" justifyH="RIGHT" text=" ">
                        <Size>
                                <AbsDimension x="64" y="14"/>
                        </Size>
                        <Anchors>
                                <Anchor point="RIGHT">
                                        <Offset>
                                                <AbsDimension x="-20" y="0"/>
                                        </Offset>
                                </Anchor>
                        </Anchors>
                </NormalText>
                <Scripts>
                        <OnClick>
                                RecapDropMenu_OnClick()
                        </OnClick>
                        <OnEnter>
                                RecapDropMenu_OnEnter()
                        </OnEnter>
                        <OnLeave>
                                GameTooltip:Hide()
                        </OnLeave>
                </Scripts>
        </Button>               

        <Frame name="Recap_DropDownMenuTemplate" virtual="true">
                <Size>
                        <AbsDimension x="40" y="32"/>
                </Size>
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture name="$parentLeft" file="Interface\Glues\CharacterCreate\CharacterCreate-LabelFrame">
                                        <Size>
                                                <AbsDimension x="25" y="64"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT">
                                                        <Offset>
                                                                <AbsDimension x="0" y="17"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                        <TexCoords left="0" right="0.1953125" top="0" bottom="1"/>
                                </Texture>
                                <Texture name="$parentMiddle" file="Interface\Glues\CharacterCreate\CharacterCreate-LabelFrame">
                                        <Size>
                                                <AbsDimension x="80" y="64"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
                                        </Anchors>
                                        <TexCoords left="0.1953125" right="0.8046875" top="0" bottom="1"/>
                                </Texture>
                                <Texture name="$parentRight" file="Interface\Glues\CharacterCreate\CharacterCreate-LabelFrame">
                                        <Size>
                                                <AbsDimension x="25" y="64"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="LEFT" relativeTo="$parentMiddle" relativePoint="RIGHT"/>
                                        </Anchors>
                                        <TexCoords left="0.8046875" right="1" top="0" bottom="1"/>
                                </Texture>
                                <FontString name="$parentText" inherits="GameFontHighlightSmall" justifyH="RIGHT">
                                        <Size>
                                                <AbsDimension x="0" y="10"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="RIGHT" relativeTo="$parentRight">
                                                        <Offset>
                                                                <AbsDimension x="-43" y="2"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>
                <Frames>
                        <Button name="$parentButton">
                                <Size>
                                        <AbsDimension x="24" y="24"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT" relativeTo="$parentRight">
                                                <Offset>
                                                        <AbsDimension x="-16" y="-18"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                Recap_ToggleDropDown()
                                                PlaySound("igMainMenuOptionCheckBoxOn")
                                        </OnClick>
                                </Scripts>
                                <NormalTexture name="$parentNormalTexture" file="Interface\ChatFrame\UI-ChatIcon-ScrollDown-Up">
                                        <Size>
                                                <AbsDimension x="24" y="24"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="RIGHT"/>
                                        </Anchors>
                                </NormalTexture>
                                <PushedTexture name="$parentPushedTexture" file="Interface\ChatFrame\UI-ChatIcon-ScrollDown-Down">
                                        <Size>
                                                <AbsDimension x="24" y="24"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="RIGHT"/>
                                        </Anchors>
                                </PushedTexture>
                                <HighlightTexture name="$parentHighlightTexture" file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD">
                                        <Size>
                                                <AbsDimension x="24" y="24"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="RIGHT"/>
                                        </Anchors>
                                </HighlightTexture>
                        </Button>
                </Frames>
        </Frame>

        
        <CheckButton name="RecapOptCheckTemplate" inherits="UICheckButtonTemplate" virtual="true">
                <Size>
                        <AbsDimension x="20" y="20"/>
                </Size>
                <Scripts>
                        <OnEnter>
                                RecapOptCheck_OnEnter()
                        </OnEnter>
                        <OnLeave>
                                GameTooltip:Hide()
                        </OnLeave>
                        <OnClick>
                                RecapOptCheck_OnClick()
                        </OnClick>
                </Scripts>
        </CheckButton>

        <Button name="RecapOptTabTemplate" inherits="UIPanelButtonGrayTemplate" virtual="true">
                <Size>
                        <AbsDimension x="70" y="32"/>
                </Size>
                <Scripts>
                        <OnEnter>
                                RecapOptTab_OnEnter()
                        </OnEnter>
                        <OnLeave>
                                GameTooltip:Hide()
                        </OnLeave>
                        <OnClick>
                                RecapOptTab_OnClick()
                        </OnClick>
                </Scripts>
        </Button>

        <Button name = "RecapSetsBack" virtual="true">
                <Size>
                        <AbsDimension x="300" y="12" />
                </Size>
                <Layers>
                        <Layer level="BACKGROUND">
                                <Texture file="Interface\DialogFrame\UI-DialogBox-Background">
                                        <Size>
                                                <AbsDimension x="300" y="10"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT">
                                                        <Offset>
                                                                <AbsDimension x="0" y="-1"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                        <TexCoords left="0" right="0.09375" top="0" bottom="1.0"/>
                                </Texture>
                        </Layer>
                </Layers>
                <HighlightTexture file="Interface\QuestFrame\UI-QuestLogTitleHighlight" alphaMode="ADD"/>
        </Button>

        <Button name = "RecapFightDataSetTemplate" virtual="true">
                <Size>
                        <AbsDimension x="300" y="12" />
                </Size>
                <Layers>
                        <Layer level="BORDER">
                                <FontString name="$parent_Name" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_SET_NAME">
                                        <Size>
                                                <AbsDimension x="100" y="12"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT"/>
                                        </Anchors>
                                </FontString>
                                <FontString name="$parent_Date" inherits="GameFontHighlightSmall" justifyH="CENTER" text="RECAP_SAVED">
                                        <Size>
                                                <AbsDimension x="120" y="12"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="TOPRIGHT"/>
                                        </Anchors>
                                </FontString>
                                <FontString name="$parent_Combatants" inherits="GameFontHighlightSmall" justifyH="CENTER" text="RECAP_COMBATANTS">
                                        <Size>
                                                <AbsDimension x="80" y="12"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="$parent_Date" relativePoint="TOPRIGHT"/>
                                        </Anchors>
                                </FontString>
                                <Texture name="$parent_BackTexture" file="Interface\DialogFrame\UI-DialogBox-Background">
                                        <Size>
                                                <AbsDimension x="300" y="10"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT">
                                                        <Offset>
                                                                <AbsDimension x="0" y="-1"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                        <TexCoords left="0" right="0.09375" top="0" bottom="1.0"/>
                                </Texture>
                        </Layer>
                </Layers>
                <Scripts>
                        <OnMouseDown>
                                RecapOpt_OnMouseDown(arg1)
                        </OnMouseDown>
                        <OnMouseUp>
                                RecapOpt_OnMouseUp(arg1)
                        </OnMouseUp>
                </Scripts>
        </Button>

        <Button name = "RecapFightDataListTemplate" inherits="RecapFightDataSetTemplate" virtual="true">
                <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
                <Scripts>
                        <OnClick>
                                RecapFightData_OnClick()
                        </OnClick>
                </Scripts>
        </Button>

        <Frame name="RecapOptFrame" toplevel="true" frameStrata="HIGH" enableMouse="true" movable="true" parent="UIParent" hidden="true">

                <Size>
                        <AbsDimension x="410" y="340"/>
                </Size>
                <Anchors>
                        <Anchor point="CENTER"/>
                </Anchors>
                <Backdrop name="RecapOptbackdrop" bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
                        <BackgroundInsets>
                                <AbsInset left="4" right="4" top="4" bottom="4" />
                        </BackgroundInsets>
                        <TileSize>
                                <AbsValue val="16" />
                        </TileSize>
                        <EdgeSize>
                                <AbsValue val="16" />
                        </EdgeSize>
                </Backdrop>

                <Layers>
                        <Layer level = "BACKGROUND">
                                <FontString name="RecapOptTitle" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_RECAP_OPTIONS">
                                        <Anchors>
                                                <Anchor point="BOTTOMLEFT">
                                                        <Offset>
                                                                <AbsDimension x="24" y="16"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>

                <Frames>
                        <Button name="RecapOptCloseButton" inherits="RecapButtonTemplate">
                                <Anchors>
                                        <Anchor point="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-8" y="-8"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <NormalTexture file="Interface\AddOns\Recap\RecapButtons-Up">
                                        <TexCoords left="0" right="0.245" top="0" bottom="0.245"/>
                                </NormalTexture>
                                <PushedTexture file="Interface\AddOns\Recap\RecapButtons-Down">
                                        <TexCoords left="0" right="0.245" top="0" bottom="0.245"/>
                                </PushedTexture>
                                <Scripts>
                                        <OnEnter>
                                                Recap_OnTooltip("OptClose")
                                        </OnEnter>
                                        <OnClick>
                                                PlaySound("GAMEGENERICBUTTONPRESS")
                                                RecapOptFrame:Hide()
                                        </OnClick>
                                </Scripts>
                        </Button>

                        <Button name="RecapOptTab1" inherits="RecapOptTabTemplate" text="RECAP_DISPLAY" id="1">
                                <Anchors>
                                        <Anchor point="TOPLEFT">
                                                <Offset>
                                                        <AbsDimension x="24" y="6"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </Button>
                        <Button name="RecapOptTab2" inherits="RecapOptTabTemplate" text="RECAP_SETTINGS" id="2">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapOptTab1" relativePoint="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="2" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </Button>
                        <Button name="RecapOptTab3" inherits="RecapOptTabTemplate" text="RECAP_DATA_SETS" id="3">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapOptTab2" relativePoint="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="2" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </Button>
                        <Button name="RecapOptTab4" inherits="RecapOptTabTemplate" text="RECAP_REPORTS" id="4">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapOptTab3" relativePoint="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="2" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </Button>


                        <Button name="RecapOkButton" inherits="GameMenuButtonTemplate" text="RECAP_OK">
                                <Size>
                                        <AbsDimension x="50" y="24"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-16" y="8"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                PlaySound("GAMEGENERICBUTTONPRESS")
                                                if RecapOptClipFrame:IsVisible() then
                                                        RecapClipEditBox:ClearFocus()
                                                        RecapOptClipFrame:Hide()
                                                        RecapOptSubFrame4:Show()
                                                else
                                                        RecapOptFrame:Hide()
                                                end
                                        </OnClick>
                                </Scripts>
                        </Button>
                        <Button name="RecapExitButton" inherits="GameMenuButtonTemplate" text="RECAP_EXIT">
                                <Size>
                                        <AbsDimension x="50" y="24"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT" relativeTo="RecapOkButton" relativePoint="TOPLEFT">
                                                <Offset>
                                                        <AbsDimension x="-8" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnEnter>
                                                Recap_OnTooltip("OptExit")
                                        </OnEnter>
                                        <OnLeave>
                                                GameTooltip:Hide()
                                        </OnLeave>
                                        <OnClick>
                                                PlaySound("GAMEGENERICBUTTONPRESS")
                                                Recap_Shutdown()
                                        </OnClick>
                                </Scripts>
                        </Button>

                        <Frame name="RecapOptSubFrame1" toplevel="true" enableMouse="true" parent="RecapOptFrame" hidden="true">

                                <Size>
                                        <AbsDimension x="394" y="242"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPLEFT">
                                                <Offset>
                                                        <AbsDimension x="8" y="-24"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>

                                <Layers>
                                        <Layer level = "BACKGROUND">
                
                                                <FontString name="RecapOptListViewLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_DISPLAY_IN_LIST">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="16" y="-8"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="0.85" g="0.85" b="0.85"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListRanks" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_NUMBERED_LIST">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOptListViewLabel" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="16" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListFaction" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_LEVEL_FACTION">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListRanks" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListClass" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_CLASS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListFaction" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>

                                                <FontString name="RecapOpt_ListKills" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DEATHS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListClass" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListTime" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_TIME">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListKills" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListHeal" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_HEALS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListTime" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListHealP" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_HEALS_P">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListHeal" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListOver" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_OVERHEALING">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListHealP" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListDmgIn" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DAMAGE_IN">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListOver" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListDmgInP" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DAMAGE_IN_P">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListDmgIn" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListDmgOut" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DAMAGE_OUT">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListDmgInP" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListDmgOutP" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DAMAGE_OUT_P">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListDmgOut" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListMaxHit" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_MAX_HIT">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListDmgOutP" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListDPS" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DPS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMaxHit" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListDPSvsAll" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DPS_VS_ALL">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListDPS" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListDPSIn" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_TOTAL_DPS_IN">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListDPSvsAll" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                
                                                <FontString name="RecapOptMinViewLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_DISPLAY_MINIMIZED">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOptListViewLabel" relativePoint="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="132" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="0.85" g="0.85" b="0.85"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListMinStatus" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_STATUS_LIGHT">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOptMinViewLabel" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="16" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListMinView" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_LAST_ALL">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinStatus" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListMinYourDPS" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_YOUR_DPS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinView" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListMinDPSIn" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_TOTAL_DPS_IN">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinYourDPS" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListMinDPSOut" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_TOTAL_DPS_OUT">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinDPSIn" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListMinButtons" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_BUTTONS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinDPSOut" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListMinBack" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_BACKGROUND">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinButtons" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>

                                                <FontString name="RecapOptSelfViewLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_DISPLAY_PERSONAL_DETAILS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOptMinViewLabel" relativePoint="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="132" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="0.85" g="0.85" b="0.85"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListETotal" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ETOTAL">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOptSelfViewLabel" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="16" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListETotalP" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ETOTALP">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListETotal" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListEMaxAll" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_EMAXALL">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListETotalP" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListEHits" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_EHITS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListEMaxAll" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListEHitsAvg" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_EHITSAVG">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListEHits" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListEHitsMax" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_EHITSMAX">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListEHitsAvg" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListETicks" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ETICKS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListEHitsMax" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListETicksAvg" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ETICKSAVG">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListETicks" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListETicksMax" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ETICKSMAX">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListETicksAvg" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>

                                                <FontString name="RecapOpt_ListECrits" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ECRITS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListETicksMax" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListECritsAvg" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ECRITSAVG">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListECrits" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListECritsMax" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ECRITSMAX">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListECritsAvg" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListECritsP" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ECRITSP">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListECritsMax" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListEMiss" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_EMISS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListECritsP" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ListEMissP" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_EMISSP">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListEMiss" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>

                                                <FontString name="RecapOpt_MaxRows" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_MAXIMUM_ROWS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinBack" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-88"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>

                                                <FontString name="RecapOpt_ShowGauges" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SHOW_GAUGES">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_MaxRows" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-32"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>


                                        </Layer>
                                </Layers>
                
                                <Frames>
                                        <Checkbutton name="RecapOptCheck_Time" inherits="RecapOptCheckTemplate" id="11">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListTime" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_MaxHit" inherits="RecapOptCheckTemplate" id="12">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMaxHit" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_DmgIn" inherits="RecapOptCheckTemplate" id="13">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDmgIn" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_DmgOut" inherits="RecapOptCheckTemplate" id="14">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDmgOut" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_DPS" inherits="RecapOptCheckTemplate" id="15">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDPS" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_DPSIn" inherits="RecapOptCheckTemplate" id="16">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDPSIn" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_MinStatus" inherits="RecapOptCheckTemplate" id="17">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinStatus" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_MinView" inherits="RecapOptCheckTemplate" id="18">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinView" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_MinYourDPS" inherits="RecapOptCheckTemplate" id="19">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinYourDPS" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_MinDPSIn" inherits="RecapOptCheckTemplate" id="20">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinDPSIn" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_MinDPSOut" inherits="RecapOptCheckTemplate" id="21">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinDPSOut" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_MinButtons" inherits="RecapOptCheckTemplate" id="22">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinButtons" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_MinBack" inherits="RecapOptCheckTemplate" id="36">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinBack" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_Heal" inherits="RecapOptCheckTemplate" id="26">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListHeal" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="4"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_Kills" inherits="RecapOptCheckTemplate" id="27">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListKills" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_Ranks" inherits="RecapOptCheckTemplate" id="43">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListRanks" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_Faction" inherits="RecapOptCheckTemplate" id="30">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListFaction" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_Class" inherits="RecapOptCheckTemplate" id="31">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListClass" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_HealP" inherits="RecapOptCheckTemplate" id="32">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListHealP" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_DmgInP" inherits="RecapOptCheckTemplate" id="33">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDmgInP" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_DmgOutP" inherits="RecapOptCheckTemplate" id="34">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDmgOutP" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_DPSvsAll" inherits="RecapOptCheckTemplate" id="44">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDPSvsAll" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_Over" inherits="RecapOptCheckTemplate" id="45">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListOver" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_ShowGauges" inherits="RecapOptCheckTemplate" id="41">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ShowGauges" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>

                                        <Checkbutton name="RecapOptCheck_ETotal" inherits="RecapOptCheckTemplate" id="48">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListETotal" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_ETotalP" inherits="RecapOptCheckTemplate" id="49">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListETotalP" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_EHits" inherits="RecapOptCheckTemplate" id="50">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListEHits" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_EHitsAvg" inherits="RecapOptCheckTemplate" id="51">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListEHitsAvg" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_EHitsMax" inherits="RecapOptCheckTemplate" id="52">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListEHitsMax" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_ETicks" inherits="RecapOptCheckTemplate" id="53">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListETicks" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_ETicksAvg" inherits="RecapOptCheckTemplate" id="54">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListETicksAvg" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_ETicksMax" inherits="RecapOptCheckTemplate" id="55">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListETicksMax" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_ECrits" inherits="RecapOptCheckTemplate" id="56">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListECrits" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_ECritsAvg" inherits="RecapOptCheckTemplate" id="57">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListECritsAvg" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_ECritsMax" inherits="RecapOptCheckTemplate" id="58">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListECritsMax" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_ECritsP" inherits="RecapOptCheckTemplate" id="59">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListECritsP" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_EMiss" inherits="RecapOptCheckTemplate" id="60">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListEMiss" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_EMissP" inherits="RecapOptCheckTemplate" id="61">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListEMissP" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_EMaxAll" inherits="RecapOptCheckTemplate" id="62">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListEMaxAll" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>

                                        <Slider name="RecapMaxRowsSlider" orientation="HORIZONTAL" enableMouse="true" minValue="3" maxValue="15" defaultValue="5" valueStep="1">
                                                <Size>
                                                        <AbsDimension x="80" y="17"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapOpt_MaxRows" relativePoint="BOTTOMLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="12" y="-2"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <HitRectInsets>
                                                        <AbsInset left="0" right="0" top="-5" bottom="-5"/>
                                                </HitRectInsets>
                                                <Backdrop bgFile="Interface\Buttons\UI-SliderBar-Background" edgeFile="Interface\Buttons\UI-SliderBar-Border" tile="true">
                                                        <EdgeSize>
                                                                <AbsValue val="8"/>
                                                        </EdgeSize>
                                                        <TileSize>
                                                                <AbsValue val="8"/>
                                                        </TileSize>
                                                        <BackgroundInsets>
                                                                <AbsInset left="3" right="3" top="6" bottom="6"/>
                                                        </BackgroundInsets>
                                                </Backdrop>
                                                <Layers>
                                                        <Layer level="ARTWORK">
                                                                <FontString name="RecapMaxRowsSlider_Text" inherits="GameFontNormalSmall" text="10 rows">
                                                                        <Anchors>
                                                                                <Anchor point="BOTTOM" relativePoint="TOP">
                                                                                        <Offset>
                                                                                                <AbsDimension x="0" y="-24"/>
                                                                                        </Offset>
                                                                                </Anchor>
                                                                        </Anchors>
                                                                </FontString>
                                                        </Layer>
                                                </Layers>
                                                <Scripts>
                                                        <OnEnter>
                                                                Recap_OnTooltip("MaxRowsSlider")
                                                        </OnEnter>
                                                        <OnLeave>
                                                                GameTooltip:Hide()
                                                        </OnLeave>
                
                                                        <OnValueChanged>
                                                                Recap_MaxRowsSlider_OnValueChanged(arg1)
                                                        </OnValueChanged>
                                                </Scripts>
                                                <ThumbTexture name="$parentThumb" file="Interface\Buttons\UI-SliderBar-Button-Horizontal">
                                                        <Size>
                                                                <AbsDimension x="32" y="32"/>
                                                        </Size>
                                                </ThumbTexture>
                                        </Slider>

                                        <Frame name="RecapOptAnchorFrame">

                                                <Size>
                                                        <AbsDimension x="80" y="64"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinBack" relativePoint="BOTTOMLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="4" y="-16"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <Backdrop name="RecapOptbackdrop" bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
                                                        <BackgroundInsets>
                                                                <AbsInset left="4" right="4" top="4" bottom="4" />
                                                        </BackgroundInsets>
                                                        <TileSize>
                                                                <AbsValue val="16" />
                                                        </TileSize>
                                                        <EdgeSize>
                                                                <AbsValue val="16" />
                                                        </EdgeSize>
                                                </Backdrop>
                                                <Layers>
                                                        <Layer level="BORDER">
                                                                <FontString name="RecapOptAnchorLabel" inherits="GameFontHighlight" wraponspaces="false" justifyH="CENTER" text="RECAP_ANCHOR">
                                                                        <Anchors>
                                                                                <Anchor point="CENTER"/>
                                                                        </Anchors>
                                                                        <Color r=".85" g=".85" b=".85"/>
                                                                </FontString>
                                                        </Layer>
                                                </Layers>
                                                <Frames>
                                                        <Button name="RecapAnchorTopLeft" inherits="RecapAnchorTemplate">
                                                                <Anchors>
                                                                        <Anchor point="TOPLEFT">
                                                                                <Offset>
                                                                                        <AbsDimension x="4" y="-4"/>
                                                                                </Offset>
                                                                        </Anchor>
                                                                </Anchors>
                                                        </Button>
                                                        <Button name="RecapAnchorTopRight" inherits="RecapAnchorTemplate">
                                                                <Anchors>
                                                                        <Anchor point="TOPRIGHT">
                                                                                <Offset>
                                                                                        <AbsDimension x="-4" y="-4"/>
                                                                                </Offset>
                                                                        </Anchor>
                                                                </Anchors>
                                                        </Button>
                                                        <Button name="RecapAnchorBottomLeft" inherits="RecapAnchorTemplate">
                                                                <Anchors>
                                                                        <Anchor point="BOTTOMLEFT">
                                                                                <Offset>
                                                                                        <AbsDimension x="4" y="4"/>
                                                                                </Offset>
                                                                        </Anchor>
                                                                </Anchors>
                                                        </Button>
                                                        <Button name="RecapAnchorBottomRight" inherits="RecapAnchorTemplate">
                                                                <Anchors>
                                                                        <Anchor point="BOTTOMRIGHT">
                                                                                <Offset>
                                                                                        <AbsDimension x="-4" y="4"/>
                                                                                </Offset>
                                                                        </Anchor>
                                                                </Anchors>
                                                        </Button>
                                                </Frames>
                                        </Frame>

                                </Frames>
                                <Scripts>
                                        <OnMouseDown>
                                                RecapOpt_OnMouseDown(arg1)
                                        </OnMouseDown>
                                        <OnMouseUp>
                                                RecapOpt_OnMouseUp(arg1)
                                        </OnMouseUp>
                                </Scripts>
                        </Frame>

                        <Frame name="RecapOptSubFrame2" toplevel="true" enableMouse="true" parent="RecapOptFrame" hidden="true">

                                <Size>
                                        <AbsDimension x="394" y="242"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPLEFT">
                                                <Offset>
                                                        <AbsDimension x="8" y="-24"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>

                                <Layers>
                                        <Layer level = "BACKGROUND">
                                                <FontString name="RecapOptWindowOptLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_WINDOW_OPTIONS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="16" y="-8"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="0.85" g="0.85" b="0.85"/>
                                                </FontString>
                                                <FontString name="RecapOpt_UseColor" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_USE_COLOR">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOptWindowOptLabel" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="16" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ShowTooltips" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SHOW_TOOLTIPS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_UseColor" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_TooltipFollow" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_TOOLTIPS_AT_POINTER">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ShowTooltips" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_ShowPanel" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SHOW_DETAILS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_TooltipFollow" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_AutoHide" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_AUTO_HIDE_IN_COMBAT">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_ShowPanel" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_AutoMinimize" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_AUTO_MINIMIZE">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoHide" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_AutoFade" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_AUTO_FADE_WINDOW">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoMinimize" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                
                                                <FontString name="RecapOptFightOptLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_FIGHT_OPTIONS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOptWindowOptLabel" relativePoint="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="170" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="0.85" g="0.85" b="0.85"/>
                                                </FontString>
                                                <FontString name="RecapOpt_LimitFights" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_LIMIT_FIGHTS_TO_COMBAT">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOptFightOptLabel" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="16" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_HideZero" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_ONLY_FIGHTS_WITH_DURATION">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_LimitFights" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_HideFoe" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_ONLY_FRIENDLY_COMBATANTS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_HideZero" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_HideYardTrash" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_ONLY_UNIQUE_COMBATANTS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_HideFoe" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_MergePets" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_MERGE_PETS_WITH_OWNERS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_HideYardTrash" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_IdleFight" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_END_FIGHT_IF_IDLE">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_MergePets" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>

                                                <FontString name="RecapOptDataOptLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_DATA_OPTIONS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoFade" relativePoint="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="-16" y="-24"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="0.85" g="0.85" b="0.85"/>
                                                </FontString>
                                                <FontString name="RecapOpt_LightData" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_LIGHT_DATA_MODE">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOptDataOptLabel" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="16" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_UseOneSettings" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_USE_GLOBAL_SETTINGS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_LightData" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_WarnData" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_WARN_DATA">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_UseOneSettings" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>

                                        </Layer>
                                </Layers>

                                <Frames>
                
                                        <Checkbutton name="RecapOptCheck_UseColor" inherits="RecapOptCheckTemplate" id="1">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_UseColor" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_ShowTooltips" inherits="RecapOptCheckTemplate" id="4">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ShowTooltips" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_AutoHide" inherits="RecapOptCheckTemplate" id="5">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_AutoHide" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_AutoMinimize" inherits="RecapOptCheckTemplate" id="38">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_AutoMinimize" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_AutoFade" inherits="RecapOptCheckTemplate" id="6">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_AutoFade" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_LightData" inherits="RecapOptCheckTemplate" id="40">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_LightData" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_LimitFights" inherits="RecapOptCheckTemplate" id="7">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_LimitFights" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_HideZero" inherits="RecapOptCheckTemplate" id="8">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_HideZero" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_HideFoe" inherits="RecapOptCheckTemplate" id="9">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_HideFoe" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_IdleFight" inherits="RecapOptCheckTemplate" id="10">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_IdleFight" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_TooltipFollow" inherits="RecapOptCheckTemplate" id="23">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_TooltipFollow" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_ShowPanel" inherits="RecapOptCheckTemplate" id="39">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ShowPanel" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_HideYardTrash" inherits="RecapOptCheckTemplate" id="28">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_HideYardTrash" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_MergePets" inherits="RecapOptCheckTemplate" id="37">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_MergePets" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_WarnData" inherits="RecapOptCheckTemplate" id="63">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_WarnData" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>


                                        <CheckButton name="RecapOptCheck_UseOneSettings" inherits="UICheckButtonTemplate">
                                                <Size>
                                                        <AbsDimension x="20" y="20"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_UseOneSettings" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <Scripts>
                                                        <OnEnter>
                                                                Recap_OnTooltip("UseOneSettings")
                                                        </OnEnter>
                                                        <OnLeave>
                                                                GameTooltip:Hide()
                                                        </OnLeave>
                                                        <OnClick>
                                                                Recap_UseOneSettings_OnClick()
                                                        </OnClick>
                                                </Scripts>
                                        </CheckButton>

                                        <Slider name="RecapAutoFadeSlider" orientation="HORIZONTAL" enableMouse="true" minValue="1" maxValue="20" defaultValue="5" valueStep="1">
                                                <Size>
                                                        <AbsDimension x="80" y="17"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoFade" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="8" y="2"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <HitRectInsets>
                                                        <AbsInset left="0" right="0" top="-5" bottom="-5"/>
                                                </HitRectInsets>
                                                <Backdrop bgFile="Interface\Buttons\UI-SliderBar-Background" edgeFile="Interface\Buttons\UI-SliderBar-Border" tile="true">
                                                        <EdgeSize>
                                                                <AbsValue val="8"/>
                                                        </EdgeSize>
                                                        <TileSize>
                                                                <AbsValue val="8"/>
                                                        </TileSize>
                                                        <BackgroundInsets>
                                                                <AbsInset left="3" right="3" top="6" bottom="6"/>
                                                        </BackgroundInsets>
                                                </Backdrop>
                                                <Layers>
                                                        <Layer level="ARTWORK">
                                                                <FontString name="RecapAutoFadeSlider_Text" inherits="GameFontNormalSmall" text="5 seconds">
                                                                        <Anchors>
                                                                                <Anchor point="BOTTOM" relativePoint="TOP">
                                                                                        <Offset>
                                                                                                <AbsDimension x="0" y="-24"/>
                                                                                        </Offset>
                                                                                </Anchor>
                                                                        </Anchors>
                                                                </FontString>
                                                        </Layer>
                                                </Layers>
                                                <Scripts>
                                                        <OnEnter>
                                                                Recap_OnTooltip("AutoFadeSlider")
                                                        </OnEnter>
                                                        <OnLeave>
                                                                GameTooltip:Hide()
                                                        </OnLeave>
                
                                                        <OnValueChanged>
                                                                Recap_AutoFadeSlider_OnValueChanged(arg1)
                                                        </OnValueChanged>
                                                </Scripts>
                                                <ThumbTexture name="$parentThumb" file="Interface\Buttons\UI-SliderBar-Button-Horizontal">
                                                        <Size>
                                                                <AbsDimension x="32" y="32"/>
                                                        </Size>
                                                </ThumbTexture>
                                        </Slider>
                
                                        <Slider name="RecapIdleFightSlider" orientation="HORIZONTAL" enableMouse="true" minValue="5" maxValue="60" defaultValue="10" valueStep="1">
                                                <Size>
                                                        <AbsDimension x="80" y="17"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapOpt_IdleFight" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="8" y="2"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <HitRectInsets>
                                                        <AbsInset left="0" right="0" top="-5" bottom="-5"/>
                                                </HitRectInsets>
                                                <Backdrop bgFile="Interface\Buttons\UI-SliderBar-Background" edgeFile="Interface\Buttons\UI-SliderBar-Border" tile="true">
                                                        <EdgeSize>
                                                                <AbsValue val="8"/>
                                                        </EdgeSize>
                                                        <TileSize>
                                                                <AbsValue val="8"/>
                                                        </TileSize>
                                                        <BackgroundInsets>
                                                                <AbsInset left="3" right="3" top="6" bottom="6"/>
                                                        </BackgroundInsets>
                                                </Backdrop>
                                                <Layers>
                                                        <Layer level="ARTWORK">
                                                                <FontString name="RecapIdleFightSlider_Text" inherits="GameFontNormalSmall" text="10 seconds">
                                                                        <Anchors>
                                                                                <Anchor point="BOTTOM" relativePoint="TOP">
                                                                                        <Offset>
                                                                                                <AbsDimension x="0" y="-24"/>
                                                                                        </Offset>
                                                                                </Anchor>
                                                                        </Anchors>
                                                                </FontString>
                                                        </Layer>
                                                </Layers>
                                                <Scripts>
                                                        <OnEnter>
                                                                Recap_OnTooltip("IdleFightSlider")
                                                        </OnEnter>
                                                        <OnLeave>
                                                                GameTooltip:Hide()
                                                        </OnLeave>
                                                        <OnValueChanged>
                                                                Recap_IdleFightSlider_OnValueChanged(arg1)
                                                        </OnValueChanged>
                                                </Scripts>
                                                <ThumbTexture name="$parentThumb" file="Interface\Buttons\UI-SliderBar-Button-Horizontal">
                                                        <Size>
                                                                <AbsDimension x="32" y="32"/>
                                                        </Size>
                                                </ThumbTexture>
                                        </Slider>

                                </Frames>
                                <Scripts>
                                        <OnMouseDown>
                                                RecapOpt_OnMouseDown(arg1)
                                        </OnMouseDown>
                                        <OnMouseUp>
                                                RecapOpt_OnMouseUp(arg1)
                                        </OnMouseUp>
                                </Scripts>
                        </Frame>

                        <Frame name="RecapOptSubFrame3" toplevel="true" enableMouse="true" parent="RecapOptFrame" hidden="true">

                                <Size>
                                        <AbsDimension x="394" y="242"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPLEFT">
                                                <Offset>
                                                        <AbsDimension x="8" y="-24"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Layers>
                                        <Layer level = "BACKGROUND">
                                                <FontString name="RecapOptFightDataLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_FIGHT_DATA_SETS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="16" y="-24"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="0.85" g="0.85" b="0.85"/>
                                                </FontString>
                
                                                <FontString name="RecapOpt_SaveFriends" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_ONLY_SAVE_FRIENDLY_COMBATANTS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOptFightDataLabel" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="32" y="-175"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                        <FontString name="RecapOpt_ReplaceSet" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_REPLACE_ANY_EXISTING_DATA" hidden="true">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_SaveFriends" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-4"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                        </Layer>
                                </Layers>
                                <Frames>
                                        <Checkbutton name="RecapOptCheck_SaveFriends" inherits="RecapOptCheckTemplate" id="24">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_SaveFriends" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="4"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_ReplaceSet" inherits="RecapOptCheckTemplate" id="25" hidden="true">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ReplaceSet" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="4"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Button name = "RecapFightDataSetHeader" inherits="RecapFightDataSetTemplate" hidden="false">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapOptFightDataLabel" relativePoint="BOTTOMLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="16" y="-4"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapList1Back" inherits="RecapSetsBack" hidden="true">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataSetHeader" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapFightDataList1" inherits="RecapFightDataListTemplate" hidden="false" id="1">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataSetHeader" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapList2Back" inherits="RecapSetsBack" hidden="true">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList1" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapFightDataList2" inherits="RecapFightDataListTemplate" hidden="false" id="2">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList1" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapList3Back" inherits="RecapSetsBack" hidden="true">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList2" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapFightDataList3" inherits="RecapFightDataListTemplate" hidden="false" id="3">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList2" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapList4Back" inherits="RecapSetsBack" hidden="true">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList3" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapFightDataList4" inherits="RecapFightDataListTemplate" hidden="false" id="4">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList3" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapList5Back" inherits="RecapSetsBack" hidden="true">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList4" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapFightDataList5" inherits="RecapFightDataListTemplate" hidden="false" id="5">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList4" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapList6Back" inherits="RecapSetsBack" hidden="true">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList5" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapFightDataList6" inherits="RecapFightDataListTemplate" hidden="false" id="6">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList5" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapList7Back" inherits="RecapSetsBack" hidden="true">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList6" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapFightDataList7" inherits="RecapFightDataListTemplate" hidden="false" id="7">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList6" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapList8Back" inherits="RecapSetsBack" hidden="true">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList7" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapFightDataList8" inherits="RecapFightDataListTemplate" hidden="false" id="8">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList7" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapList9Back" inherits="RecapSetsBack" hidden="true">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList8" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapFightDataList9" inherits="RecapFightDataListTemplate" hidden="false" id="9">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList8" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapList10Back" inherits="RecapSetsBack" hidden="true">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList9" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name = "RecapFightDataList10" inherits="RecapFightDataListTemplate" hidden="false" id="10">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList9" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                
                                        <EditBox name="RecapSetEditBox" letters="256" historyLines="0" autoFocus="false">
                                                <Size>
                                                        <AbsDimension x="190" y="20"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapFightDataList10" relativePoint="BOTTOMLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="-4" y="-8"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <Layers>
                                                        <Layer level="BACKGROUND">
                                                                <Texture file="Interface\ChatFrame\UI-ChatInputBorder-Left">
                                                                        <Size>
                                                                                <AbsDimension x="108" y="32"/>
                                                                        </Size>
                                                                        <Anchors>
                                                                                <Anchor point="LEFT">
                                                                                        <Offset>
                                                                                                <AbsDimension x="-16" y="0"/>
                                                                                        </Offset>
                                                                                </Anchor>
                                                                        </Anchors>
                                                                        <TexCoords left="0" right="0.29296875" top="0" bottom="1.0"/>
                                                                </Texture>
                                                                <Texture file="Interface\ChatFrame\UI-ChatInputBorder-Right">
                                                                        <Size>
                                                                                <AbsDimension x="108" y="32"/>
                                                                        </Size>
                                                                        <Anchors>
                                                                                <Anchor point="RIGHT">
                                                                                        <Offset>
                                                                                                <AbsDimension x="8" y="0"/>
                                                                                        </Offset>
                                                                                </Anchor>
                                                                        </Anchors>
                                                                        <TexCoords left="0.70703125" right="1.0" top="0" bottom="1.0"/>
                                                                </Texture>
                                                        </Layer>
                                                </Layers>
                                                <FontString inherits="GameFontHighlight"/>
                                                <Scripts>
                                                        <OnEnter>
                                                                Recap_OnTooltip("DataSetEdit")
                                                        </OnEnter>
                                                        <OnLeave>
                                                                GameTooltip:Hide()
                                                        </OnLeave>
                                                        <OnTextChanged>
                                                                Recap_SetEditValidateButtons()
                                                        </OnTextChanged>
                                                        <OnEscapePressed>
                                                                this:ClearFocus()
                                                        </OnEscapePressed>
                                                        <OnEnterPressed>
                                                                this:ClearFocus()
                                                                Recap_OnClick("SaveSet")
                                                        </OnEnterPressed>
                                                </Scripts>
                                        </EditBox>
                
                
                                        <Button name="RecapSaveButton" inherits="GameMenuButtonTemplate" text="RECAP_SAVE">
                                                <Size>
                                                        <AbsDimension x="50" y="24"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapSetEditBox" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="8" y="2"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <Scripts>
                                                        <OnEnter>
                                                                Recap_OnTooltip("SaveSet")
                                                        </OnEnter>
                                                        <OnLeave>
                                                                GameTooltip:Hide()
                                                        </OnLeave>
                                                        <OnClick>
                                                                Recap_OnClick("SaveSet")
                                                        </OnClick>
                                                </Scripts>
                                        </Button>
                                        <Button name="RecapLoadButton" inherits="GameMenuButtonTemplate" text="RECAP_LOAD">
                                                <Size>
                                                        <AbsDimension x="50" y="24"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapSaveButton" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="0" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <Scripts>
                                                        <OnEnter>
                                                                Recap_OnTooltip("LoadSet")
                                                        </OnEnter>
                                                        <OnLeave>
                                                                GameTooltip:Hide()
                                                        </OnLeave>
                                                        <OnClick>
                                                                Recap_OnClick("LoadSet")
                                                        </OnClick>
                                                </Scripts>
                                        </Button>
                                        <Button name="RecapDeleteButton" inherits="GameMenuButtonTemplate" text="RECAP_DELETE">
                                                <Size>
                                                        <AbsDimension x="50" y="24"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapLoadButton" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="0" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <Scripts>
                                                        <OnEnter>
                                                                Recap_OnTooltip("DeleteSet")
                                                        </OnEnter>
                                                        <OnLeave>
                                                                GameTooltip:Hide()
                                                        </OnLeave>
                                                        <OnClick>
                                                                Recap_OnClick("DeleteSet")
                                                        </OnClick>
                                                </Scripts>
                                        </Button>
                
                                        <ScrollFrame name="RecapFightSetsScrollBar" inherits="FauxScrollFrameTemplate">
                                                <Size>
                                                        <AbsDimension x="300" y="128"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapFightDataList1" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="4" y="7"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <Scripts>
                                                        <OnVerticalScroll>
                                                                FauxScrollFrame_OnVerticalScroll(5, RecapFightSetsScrollBar_Update)
                                                        </OnVerticalScroll>
                                                </Scripts>
                                        </ScrollFrame>
                
                                </Frames>
                                <Scripts>
                                        <OnMouseDown>
                                                RecapOpt_OnMouseDown(arg1)
                                        </OnMouseDown>
                                        <OnMouseUp>
                                                RecapOpt_OnMouseUp(arg1)
                                        </OnMouseUp>
                                </Scripts>

                        </Frame>

                        <Frame name="RecapOptSubFrame4" toplevel="true" enableMouse="true" parent="RecapOptFrame" hidden="true">

                                <Size>
                                        <AbsDimension x="394" y="242"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPLEFT">
                                                <Offset>
                                                        <AbsDimension x="8" y="-24"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>

                                <Layers>
                                        <Layer level = "BACKGROUND">
                
                                                <FontString name="RecapOptRankingsLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_FIGHT_REPORTING">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="32" y="-16"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="0.85" g="0.85" b="0.85"/>
                                                </FontString>
                                                <FontString name="RecapOpt_SpamRows" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_REPORT_RANKS_IN_MULTIPLE_ROWS">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOptRankingsLabel" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="16" y="-8"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_AutoPost" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_AUTOMATICALLY_POST_RANKS_AFTER_EACH_FIGHT">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_SpamRows" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-24"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                </FontString>
                                                <FontString name="RecapOpt_AutoPostStat" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_REPORT">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoPost" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="16" y="-40"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="0.85" g="0.85" b="0.85"/>
                                                </FontString>
                                                <FontString name="RecapOpt_AutoPostTo" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_TO">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoPostStat" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="110" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="0.85" g="0.85" b="0.85"/>
                                                </FontString>
                                                <FontString name="RecapOpt_AutoLeader" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_AUTOMATICALLY_POST_CHANGES_IN_LEADERSHIP">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoPost" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-8"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1" g="1" b="1"/>
                                                </FontString>
                                                <FontString name="RecapOpt_WriteLogLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SAVE_TO_WOWCHATLOG_TXT">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoLeader" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="80" y="-64"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1" g="1" b="1"/>
                                                </FontString>
                                                <FontString name="RecapOpt_WriteClipLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SAVE_TO_CLIPBOARD_TXT">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_WriteLogLabel" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-20"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1" g="1" b="1"/>
                                                </FontString>
                                                <FontString name="RecapOpt_HTML" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_FORMAT_IN_HTML">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_WriteClipLabel" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-20"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1" g="1" b="1"/>
                                                </FontString>
                                                <FontString name="RecapOpt_WriteFriends" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_WRITE_ONLY_FRIENDLY">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapOpt_HTML" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-8"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1" g="1" b="1"/>
                                                </FontString>
                                        </Layer>
                                </Layers>

                                <Frames>

                                        <Checkbutton name="RecapOptCheck_SpamRows" inherits="RecapOptCheckTemplate" id="29">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_SpamRows" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>

                                        <Checkbutton name="RecapOptCheck_AutoPost" inherits="RecapOptCheckTemplate" id="35">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_AutoPost" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_AutoLeader" inherits="RecapOptCheckTemplate" id="42">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_AutoLeader" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_HTML" inherits="RecapOptCheckTemplate" id="46">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_HTML" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>
                                        <Checkbutton name="RecapOptCheck_WriteFriends" inherits="RecapOptCheckTemplate" id="47">
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_WriteFriends" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="1" y="3"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Checkbutton>

                                        <Button name="RecapOpt_StatDropDown" inherits="Recap_DropDownMenuTemplate" id="1">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoPostStat" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="-12" y="6"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapOpt_ChannelDropDown" inherits="Recap_DropDownMenuTemplate" id="2">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoPostTo" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="-12" y="6"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>

                                        <Slider name="RecapMaxRankSlider" orientation="HORIZONTAL" enableMouse="true" minValue="1" maxValue="40" defaultValue="5" valueStep="1">
                                                <Size>
                                                        <AbsDimension x="120" y="17"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapOpt_SpamRows" relativePoint="BOTTOMLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="80" y="-4"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <HitRectInsets>
                                                        <AbsInset left="0" right="0" top="-5" bottom="-5"/>
                                                </HitRectInsets>
                                                <Backdrop bgFile="Interface\Buttons\UI-SliderBar-Background" edgeFile="Interface\Buttons\UI-SliderBar-Border" tile="true">
                                                        <EdgeSize>
                                                                <AbsValue val="8"/>
                                                        </EdgeSize>
                                                        <TileSize>
                                                                <AbsValue val="8"/>
                                                        </TileSize>
                                                        <BackgroundInsets>
                                                                <AbsInset left="3" right="3" top="6" bottom="6"/>
                                                        </BackgroundInsets>
                                                </Backdrop>
                                                <Layers>
                                                        <Layer level="ARTWORK">
                                                                <FontString name="RecapMaxRankSlider_Text" inherits="GameFontNormal" justifyH="LEFT" text="Rank Top 5">
                                                                        <Size>
                                                                                <AbsDimension x="80" y="14"/>
                                                                        </Size>
                                                                        <Anchors>
                                                                                <Anchor point="RIGHT" relativePoint="LEFT">
                                                                                        <Offset>
                                                                                                <AbsDimension x="0" y="2"/>
                                                                                        </Offset>
                                                                                </Anchor>
                                                                        </Anchors>
                                                                        <Color r="1.0" g="1.0" b="1.0"/>
                                                                </FontString>
                                                        </Layer>
                                                </Layers>
                                                <Scripts>
                                                        <OnEnter>
                                                                Recap_OnTooltip("MaxRankSlider")
                                                        </OnEnter>
                                                        <OnLeave>
                                                                GameTooltip:Hide()
                                                        </OnLeave>
                
                                                        <OnValueChanged>
                                                                Recap_MaxRankSlider_OnValueChanged(arg1)
                                                        </OnValueChanged>
                                                </Scripts>
                                                <ThumbTexture name="$parentThumb" file="Interface\Buttons\UI-SliderBar-Button-Horizontal">
                                                        <Size>
                                                                <AbsDimension x="32" y="32"/>
                                                        </Size>
                                                </ThumbTexture>
                                        </Slider>


                                        <Button name="RecapWriteLogButton" inherits="GameMenuButtonTemplate">
                                                <Size>
                                                        <AbsDimension x="24" y="28"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_WriteLogLabel" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="-4" y="8"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <Scripts>
                                                        <OnEnter>
                                                                Recap_OnTooltip("WriteLog")
                                                        </OnEnter>
                                                        <OnLeave>
                                                                GameTooltip:Hide()
                                                        </OnLeave>
                                                        <OnClick>
                                                                PlaySound("GAMEGENERICBUTTONPRESS")
                                                                Recap_WriteLog()
                                                        </OnClick>
                                                </Scripts>
                                        </Button>

                                        <Button name="RecapWriteClipButton" inherits="GameMenuButtonTemplate">
                                                <Size>
                                                        <AbsDimension x="24" y="28"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapOpt_WriteClipLabel" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="-4" y="8"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <Scripts>
                                                        <OnEnter>
                                                                Recap_OnTooltip("WriteClip")
                                                        </OnEnter>
                                                        <OnLeave>
                                                                GameTooltip:Hide()
                                                        </OnLeave>
                                                        <OnClick>
                                                                PlaySound("GAMEGENERICBUTTONPRESS")
                                                                Recap_WriteClip()
                                                        </OnClick>
                                                </Scripts>
                                        </Button>


                                </Frames>

                                <Scripts>
                                        <OnMouseDown>
                                                RecapOpt_OnMouseDown(arg1)
                                        </OnMouseDown>
                                        <OnMouseUp>
                                                RecapOpt_OnMouseUp(arg1)
                                        </OnMouseUp>
                                </Scripts>

                        </Frame>

                        <Frame name="RecapOptClipFrame" toplevel="true" enableMouse="true" parent="RecapOptFrame" hidden="true">

                                <Size>
                                        <AbsDimension x="394" y="242"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapOptFrame" relativePoint="TOPLEFT">
                                                <Offset>
                                                        <AbsDimension x="8" y="-24"/>
                                                </Offset>
                                        </Anchor>
                                        <Anchor point="BOTTOMRIGHT" relativeTo="RecapOptFrame" relativePoint="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-8" y="24"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>

                                <Layers>
                                        <Layer level = "BACKGROUND">
                
                                                <FontString name="RecapOptClipLabel" inherits="GameFontHighlightSmall" wraponspaces="true" justifyH="LEFT" text="RECAP_CLIP_EXPLANATION">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="32" y="-8"/>
                                                                        </Offset>
                                                                </Anchor>
                                                                <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="-32" y="-40"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r="1" g="1" b="1"/>
                                                </FontString>
                                        </Layer>
                                </Layers>

                                <Frames>

                                        <!-- scrolling editbox taken from Jotter -->
                                        <ScrollFrame name="RecapClipScrollFrame" inherits="UIPanelScrollFrameTemplate">
                                                <Size>
                                                        <AbsDimension x="300" y="230"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapOptClipLabel" relativePoint="BOTTOMLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="0" y="-8"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <ScrollChild>
                                                        <Frame name="RecapClipScrollChildFrame" enableMouse="true">
                                                                <Size>
                                                                        <AbsDimension x="300" y="200"/>
                                                                </Size>
                                                                <Anchors>
                                                                        <Anchor point="TOPLEFT">
                                                                                <Offset>
                                                                                        <AbsDimension x="0" y="0"/>
                                                                                </Offset>
                                                                        </Anchor>
                                                                </Anchors>
                                                                <Frames>
                                                                        <EditBox name="RecapClipEditBox" letters="12000" multiLine="true" enableMouse="true" autoFocus="false">
                                                                                <Size>
                                                                                        <AbsDimension x="270" y="230"/>
                                                                                </Size>
                                                                                <Anchors>
                                                                                        <Anchor point="TOPLEFT"/>
                                                                                </Anchors>
                                                                                <Scripts>
                                                                                        <OnEscapePressed>
                                                                                                this:ClearFocus()
                                                                                                RecapOptClipFrame:Hide()
                                                                                                RecapOptSubFrame4:Show()
                                                                                        </OnEscapePressed>
                                                                                        <OnTextChanged>
                                                                                                local scrollBar = getglobal(this:GetParent():GetParent():GetName().."ScrollBar")
                                                                                                this:GetParent():GetParent():UpdateScrollChildRect()
                                                                                                local min
                                                                                                local max
                                                                                                min, max = scrollBar:GetMinMaxValues()
                                                                                                if ( max > 0 and (this.max ~= max) ) then
                                                                                                        this.max = max
                                                                                                        scrollBar:SetValue(max)
                                                                                                end
                                                                                        </OnTextChanged>
                                                                                        <OnKeyUp>
                                                                                                DEFAULT_CHAT_FRAME:AddMessage("key: "..tostring(arg1))
                                                                                        </OnKeyUp>
                                                                                        <OnClick>
                                                                                                this:SetFocus()
                                                                                        </OnClick>
                                                                                </Scripts>
                                                                                <FontString inherits="GameFontHighlightSmall"/>
                                                                        </EditBox>
                                                                </Frames>
                                                                <Scripts>
                                                                        <OnMouseUp>
                                                                                RecapClipEditBox:SetFocus()
                                                                        </OnMouseUp>
                                                                        <OnHide>
                                                                                RecapClipEditBox:ClearFocus()
                                                                                RecapOptSubFrame4:Show()
                                                                        </OnHide>
                                                                </Scripts>
                                                        </Frame>
                                                </ScrollChild>
                                        </ScrollFrame>          

                                </Frames>

                        </Frame>

                </Frames>
                
                <Scripts>
                        <OnLoad>
                                this:SetBackdropBorderColor(.5,.5,.5,1)
                        </OnLoad>
                        <OnMouseDown>
                                RecapOpt_OnMouseDown(arg1)
                        </OnMouseDown>
                        <OnMouseUp>
                                RecapOpt_OnMouseUp(arg1)
                        </OnMouseUp>
                        <OnHide>
                                RecapSetEditBox:SetText("")
                                RecapSetEditBox:ClearFocus()
                                RecapOptClipFrame:Hide()
                        </OnHide>                               
                </Scripts>

        </Frame>

        <Frame name="Recap_DropMenu" frameStrata="HIGH" toplevel="true" enableMouse="true" movable="false" parent="RecapOptFrame" hidden="true">
                <Size>
                        <AbsDimension x="100" y="12"/>
                </Size>
                <Anchors>
                        <Anchor point="CENTER"/>
                </Anchors>
                <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
                        <BackgroundInsets>
                                <AbsInset left="4" right="4" top="4" bottom="4" />
                        </BackgroundInsets>
                        <TileSize>
                                <AbsValue val="16" />
                        </TileSize>
                        <EdgeSize>
                                <AbsValue val="16" />
                        </EdgeSize>
                </Backdrop>
                <Frames>
                        <Button name="RecapDropMenu1" inherits="Recap_DropMenuTemplate" id="1">
                                <Anchors>
                                        <Anchor point="TOPLEFT">
                                                <Offset>
                                                        <AbsDimension x="4" y="-6"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </Button>
                        <Button name="RecapDropMenu2" inherits="Recap_DropMenuTemplate" id="2">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapDropMenu1" relativePoint="BOTTOMLEFT"/>
                                </Anchors>
                        </Button>
                        <Button name="RecapDropMenu3" inherits="Recap_DropMenuTemplate" id="3">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapDropMenu2" relativePoint="BOTTOMLEFT"/>
                                </Anchors>
                        </Button>
                        <Button name="RecapDropMenu4" inherits="Recap_DropMenuTemplate" id="4">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapDropMenu3" relativePoint="BOTTOMLEFT"/>
                                </Anchors>
                        </Button>
                        <Button name="RecapDropMenu5" inherits="Recap_DropMenuTemplate" id="5">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapDropMenu4" relativePoint="BOTTOMLEFT"/>
                                </Anchors>
                        </Button>
                        <Button name="RecapDropMenu6" inherits="Recap_DropMenuTemplate" id="6">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapDropMenu5" relativePoint="BOTTOMLEFT"/>
                                </Anchors>
                        </Button>
                        <Button name="RecapDropMenu7" inherits="Recap_DropMenuTemplate" id="7">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapDropMenu6" relativePoint="BOTTOMLEFT"/>
                                </Anchors>
                        </Button>
                        <Button name="RecapDropMenu8" inherits="Recap_DropMenuTemplate" id="8">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapDropMenu7" relativePoint="BOTTOMLEFT"/>
                                </Anchors>
                        </Button>
                </Frames>
                <Scripts>
                        <OnUpdate>
                                RecapDropMenu_OnUpdate(arg1)
                        </OnUpdate>
                </Scripts>
        </Frame>


</Ui>