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:\Documents%20and%20Settings\Gello\My%20Documents\WoW\lua\FrameXML\UI.xsd">

        <Button name = "RecapPanelDetailTemplate" virtual="true">
                <Size>
                        <AbsDimension x="230" y="14" />
                </Size>
                <Layers>
                        <Layer level="BORDER">
                                <FontString name="$parent_Name" inherits="GameFontHighlight" wraponspaces="false" justifyH="LEFT" text="Spell or ability">
                                        <Size>
                                                <AbsDimension x="145" y="14"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT">
                                                        <Offset>
                                                                <AbsDimension x="0" y="1"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                                <FontString name="$parent_Total" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="Total">
                                        <Size>
                                                <AbsDimension x="50" y="14"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="TOPRIGHT"/>
                                        </Anchors>
                                </FontString>
                                <FontString name="$parent_TotalP" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="100%">
                                        <Size>
                                                <AbsDimension x="35" y="14"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="$parent_Total" relativePoint="TOPRIGHT"/>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>
                <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
                <Scripts>
                        <OnEnter>
                                RecapPanel_Detail_OnEnter()
                        </OnEnter>
                        <OnLeave>
                                RecapPanel_Detail_OnLeave()
                        </OnLeave>
                        <OnClick>
                                RecapPanel_Detail_OnClick()
                        </OnClick>
                        <OnMouseDown>
                                RecapPanel_OnMouseDown(arg1)
                        </OnMouseDown>
                        <OnMouseUp>
                                RecapPanel_OnMouseUp(arg1)
                        </OnMouseUp>
                </Scripts>
        </Button>

        <Button name="RecapPanelTabTemplate" inherits="RecapButtonTemplate" virtual="true">
                <Scripts>
                        <OnEnter>
                                RecapPanelTab_OnEnter()
                        </OnEnter>
                        <OnLeave>
                                GameTooltip:Hide()
                        </OnLeave>
                        <OnClick>
                                RecapPanelTab_OnClick()
                        </OnClick>
                </Scripts>
        </Button>

        <Button name="RecapPanelEntryTemplate" virtual="true" hidden="false">
                <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
                <Scripts>
                        <OnEnter>
                                RecapPanel_Entry_OnEnter()
                        </OnEnter>
                        <OnLeave>
                                GameTooltip:Hide()
                        </OnLeave>
                        <OnClick>
                                RecapPanel_Entry_OnClick()
                        </OnClick>
                        <OnMouseDown>
                                RecapPanel_OnMouseDown(arg1)
                        </OnMouseDown>
                        <OnMouseUp>
                                RecapPanel_OnMouseUp(arg1)
                        </OnMouseUp>
                </Scripts>
        </Button>

        <Button name="RecapPanelLargeEntryTemplate" inherits="RecapPanelEntryTemplate" virtual="true" hidden="false">
                <Size>
                        <AbsDimension x="55" y="12"/>
                </Size>
                <Layers>
                        <Layer level="ARTWORK">
                                <FontString name="$parentText" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="RIGHT" text="0000000">
                                        <Size>
                                                <AbsDimension x="55" y="12"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>
        </Button>

        <Button name="RecapPanelBigEntryTemplate" inherits="RecapPanelEntryTemplate" virtual="true" hidden="false">
                <Size>
                        <AbsDimension x="60" y="12"/>
                </Size>
                <Layers>
                        <Layer level="ARTWORK">
                                <FontString name="$parentText" inherits="GameFontHighlight" wraponspaces="false" justifyH="RIGHT" text="0000000">
                                        <Size>
                                                <AbsDimension x="60" y="12"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>
        </Button>

        <Button name="RecapPanelSmallEntryTemplate" inherits="RecapPanelEntryTemplate" virtual="true" hidden="false">
                <Size>
                        <AbsDimension x="40" y="12"/>
                </Size>
                <Layers>
                        <Layer level="ARTWORK">
                                <FontString name="$parentText" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="RIGHT" text="100%">
                                        <Size>
                                                <AbsDimension x="40" y="12"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>
        </Button>

        <Button name="RecapPanelTinyEntryTemplate" inherits="RecapPanelEntryTemplate" virtual="true" hidden="false">
                <Size>
                        <AbsDimension x="35" y="12"/>
                </Size>
                <Layers>
                        <Layer level="ARTWORK">
                                <FontString name="$parentText" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="RIGHT" text="100%">
                                        <Size>
                                                <AbsDimension x="35" y="12"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>
        </Button>


        <Button name="RecapPanelWideEntryTemplate" inherits="RecapPanelEntryTemplate" virtual="true" hidden="false">
                <Size>
                        <AbsDimension x="75" y="12"/>
                </Size>
                <Layers>
                        <Layer level="ARTWORK">
                                <FontString name="$parentText" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="LEFT" text="0000 (0.0%)">
                                        <Size>
                                                <AbsDimension x="75" y="12"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>
        </Button>

        <Frame name="RecapPanel" toplevel="true" frameStrata="MEDIUM" enableMouse="true" movable="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="275" y="180"/>
                </Size>
                <Anchors>
                        <Anchor point="CENTER"/>
                </Anchors>
                <Backdrop name="RecapPanelbackdrop" 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="OVERLAY">
                                <FontString name="RecapPanelLevel" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="CENTER" text=" ">
                                        <Size>
                                                <AbsDimension x="16" y="14"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT">
                                                        <Offset>
                                                                <AbsDimension x="7" y="-7"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                        </Layer>

                        <Layer level="ARTWORK">
                                <Texture name="RecapPanelFaction">
                                        <Size>
                                                <AbsDimension x="18" y="18"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT">
                                                        <Offset>
                                                                <AbsDimension x="6" y="-6"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                        <TexCoords left=".1" right="0.55" top=".07" bottom="0.55"/>
                                </Texture>
                                <Texture name="RecapPanelClass" file="Interface\AddOns\Recap\Recap-Classes">
                                        <Size>
                                                <AbsDimension x="16" y="16"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelFaction" relativePoint="TOPRIGHT">
                                                        <Offset>
                                                                <AbsDimension x="3" y="-2"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                        <TexCoords left=".8" right="1" top=".8" bottom="1"/>
                                </Texture>
                                <FontString name="RecapPanelName" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text=" ">
                                        <Size>
                                                <AbsDimension x="142" y="14"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelClass" relativePoint="TOPRIGHT">
                                                        <Offset>
                                                                <AbsDimension x="3" y="-1"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                                <Texture name="RecapPanelTopBar" file="Interface\TradeSkillFrame\UI-TradeSkill-SkillBorder">
                                        <Size>
                                                <AbsDimension x="267" y="8"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT">
                                                        <Offset>
                                                                <AbsDimension x="4" y="-22"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                        <TexCoords left="0.1" right="1.0" top="0" bottom="0.25"/>
                                </Texture>
                        </Layer>
                </Layers>

                <Frames>
                        <Button name="RecapPanelCloseButton" 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("PanelClose")
                                        </OnEnter>
                                        <OnClick>
                                                PlaySound("GAMEGENERICBUTTONPRESS")
                                                RecapPanel_Hide(1)
                                        </OnClick>
                                </Scripts>
                        </Button>

                        <Button name="RecapPanelTab1" inherits="RecapPanelTabTemplate" id="1">
                                <Size>
                                        <AbsDimension x="20" y="20"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT" relativeTo="RecapPanelCloseButton" relativePoint="TOPLEFT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <NormalTexture file="Interface\Icons\INV_Shield_06"/>
                                <PushedTexture file="Interface\Icons\INV_Shield_06"/>
                        </Button>
                        <Button name="RecapPanelTab2" inherits="RecapPanelTabTemplate" id="2">
                                <Size>
                                        <AbsDimension x="20" y="20"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT" relativeTo="RecapPanelTab1" relativePoint="TOPLEFT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <NormalTexture file="Interface\Icons\INV_Sword_06"/>
                                <PushedTexture file="Interface\Icons\INV_Sword_06"/>
                        </Button>
                        <Button name="RecapPanelTab3" inherits="RecapPanelTabTemplate" id="3">
                                <Size>
                                        <AbsDimension x="20" y="20"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPRIGHT" relativeTo="RecapPanelTab2" relativePoint="TOPLEFT">
                                                <Offset>
                                                        <AbsDimension x="-2" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <NormalTexture file="Interface\Icons\INV_Misc_Book_08"/>
                                <PushedTexture file="Interface\Icons\INV_Misc_Book_08"/>
                        </Button>

                        <Frame name="RecapSubPanel1" toplevel="false" enableMouse="true" movable="true" parent="RecapPanel" hidden="true">
                                <Size>
                                        <AbsDimension x="16" y="16"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapPanel" relativePoint="TOPLEFT"/>
                                </Anchors>
                                <Layers>
                                        <Layer level="ARTWORK">
                                                <Texture name="RecapPanelBottomBar" file="Interface\TradeSkillFrame\UI-TradeSkill-SkillBorder">
                                                        <Size>
                                                                <AbsDimension x="267" y="8"/>
                                                        </Size>
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="4" y="-116"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <TexCoords left="0.1" right="1.0" top="0" bottom="0.25"/>
                                                </Texture>
                                                <FontString name="RecapPanelIncomingLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_INCOMING">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="8" y="-32"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r=".85" g=".85" b=".85"/>
                                                </FontString>
                                                <FontString name="RecapPanelDamageLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_DAMAGE">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelIncomingLabel" relativePoint="BOTTOMRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-2"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelHitsLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_HITS">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelDamageLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-12"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelMissLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_MISSED">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelHitsLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-12"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelCritsLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_CRITS">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelMissLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-12"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelAvgLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_AVERAGE">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelCritsLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-12"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelMaxLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_MAX">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelAvgLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-12"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelMeleeLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_MELEE">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelIncomingLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="45" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelNonMeleeLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_NON_MELEE">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelIncomingLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="130" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelIncomingMissLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_INCOMING_MELEE_MISSED_DETAIL">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelIncomingLabel" relativePoint="BOTTOMLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-84"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r=".85" g=".85" b=".85"/>
                                                </FontString>
                                                <FontString name="RecapPanelMissMissedLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_MISSED">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelIncomingMissLabel" relativePoint="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="18" y="-16"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelMissDodgedLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_DODGED">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelMissMissedLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="80" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelMissParriedLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_PARRIED">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelMissMissedLabel" relativePoint="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-16"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelMissBlockedLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_BLOCKED">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelMissDodgedLabel" relativePoint="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-16"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                        </Layer>
                                </Layers>

                                <Frames>
                                        <Button name="RecapPanelMeleeDamage" inherits="RecapPanelLargeEntryTemplate" id="1">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelDamageLabel" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="2" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelMeleeDamageP" inherits="RecapPanelSmallEntryTemplate" id="2">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeDamage" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelMeleeHits" inherits="RecapPanelLargeEntryTemplate" id="3">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeDamage" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelMeleeMissed" inherits="RecapPanelLargeEntryTemplate" id="5">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeHits" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelMeleeMissedP" inherits="RecapPanelSmallEntryTemplate" id="6">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeMissed" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelMeleeCrits" inherits="RecapPanelLargeEntryTemplate" id="7">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeMissed" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelMeleeCritsP" inherits="RecapPanelSmallEntryTemplate" id="8">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeCrits" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelNonMeleeDamage" inherits="RecapPanelLargeEntryTemplate" id="9">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeDamageP" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="8" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelNonMeleeDamageP" inherits="RecapPanelSmallEntryTemplate" id="10">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeDamage" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelNonMeleeHits" inherits="RecapPanelLargeEntryTemplate" id="11">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeDamage" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelNonMeleeMissed" inherits="RecapPanelLargeEntryTemplate" id="13">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeHits" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelNonMeleeMissedP" inherits="RecapPanelSmallEntryTemplate" id="14">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeMissed" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelNonMeleeCrits" inherits="RecapPanelLargeEntryTemplate" id="15">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeMissed" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelNonMeleeCritsP" inherits="RecapPanelSmallEntryTemplate" id="16">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeCrits" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelMeleeAvg" inherits="RecapPanelLargeEntryTemplate" id="17">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeCrits" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelNonMeleeAvg" inherits="RecapPanelLargeEntryTemplate" id="18">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeCrits" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelMeleeMax" inherits="RecapPanelLargeEntryTemplate" id="19">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeAvg" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelNonMeleeMax" inherits="RecapPanelLargeEntryTemplate" id="20">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeAvg" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelMissMissed" inherits="RecapPanelWideEntryTemplate" id="21">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMissMissedLabel" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="4" y="1"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelMissDodged" inherits="RecapPanelWideEntryTemplate" id="22">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMissDodgedLabel" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="4" y="1"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelMissParried" inherits="RecapPanelWideEntryTemplate" id="23">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMissParriedLabel" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="4" y="1"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelMissBlocked" inherits="RecapPanelWideEntryTemplate" id="24">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMissBlockedLabel" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="4" y="1"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                </Frames>
                        </Frame>

                        <Frame name="RecapSubPanel2" toplevel="false" enableMouse="true" movable="true" parent="RecapPanel" hidden="true">
                                <Size>
                                        <AbsDimension x="16" y="16"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapPanel" relativePoint="TOPLEFT"/>
                                </Anchors>
                                <Layers>
                                        <Layer level="ARTWORK">
                                                <FontString name="RecapPanelOutgoingLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_SPELL_OR_ABILITY">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="8" y="-32"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <Texture name="RecapPanelOutgoingBottomBar" file="Interface\TradeSkillFrame\UI-TradeSkill-SkillBorder">
                                                        <Size>
                                                                <AbsDimension x="267" y="8"/>
                                                        </Size>
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="4" y="-114"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <TexCoords left="0.1" right="1.0" top="0" bottom="0.25"/>
                                                </Texture>
                                                <FontString name="RecapPanelOutgoingDamageLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_DAMAGE">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="46" y="-122"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelOutgoingMissPLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_MISSES">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelOutgoingDamageLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="128" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelOutgoingHitsLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_HITS">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelOutgoingDamageLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="-20" y="-13"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelOutgoingHitsAvgLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_AVG">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingHitsLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="40" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelOutgoingHitsMaxLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_MAX">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingHitsAvgLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="40" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelOutgoingCritPLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_CRIT_P">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingHitsMaxLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="50" y="-6"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelOutgoingCritsLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_CRITS">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelOutgoingHitsLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-13"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelOutgoingCritsAvgLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_AVG">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingCritsLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="40" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelOutgoingCritsMaxLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_MAX">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingCritsAvgLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="40" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelOutgoingTicksLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_TICKS">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelOutgoingCritsLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-13"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelOutgoingTicksAvgLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_AVG">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingTicksLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="40" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelOutgoingTicksMaxLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_MAX">
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingTicksAvgLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="40" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>

                                        </Layer>
                                </Layers>

                                <Frames>
                                        <Button name="RecapPanelOutgoingTotal">
                                                <Size>
                                                        <AbsDimension x="60" y="12"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapPanelOutgoingLabel" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="195" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
                                                <Layers>
                                                        <Layer level="BACKGROUND">
                                                                <FontString name="RecapPanelOutgoingTotalLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="Label">
                                                                        <Size>
                                                                                <AbsDimension x="60" y="12"/>
                                                                        </Size>
                                                                </FontString>
                                                        </Layer>
                                                </Layers>
                                                <Scripts>
                                                        <OnEnter>
                                                                Recap_OnTooltip(recap.Opt.PanelDetail.value)
                                                        </OnEnter>
                                                        <OnLeave>
                                                                GameTooltip:Hide()
                                                        </OnLeave>
                                                        <OnMouseUp>
                                                                RecapDetailHeader_OnMouseUp(arg1)
                                                        </OnMouseUp>
                                                        <OnClick>
                                                                RecapDetailHeader_OnClick()
                                                        </OnClick>
                                                </Scripts>
                                        </Button>

                                        <Button name="RecapPanelOutgoingTotalPLabel">
                                                <Size>
                                                        <AbsDimension x="32" y="12"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapPanelOutgoingLabel" relativePoint="TOPLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="230" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <Layers>
                                                        <Layer level="BACKGROUND">
                                                                <FontString inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="%">
                                                                        <Size>
                                                                                <AbsDimension x="32" y="12"/>
                                                                        </Size>
                                                                </FontString>
                                                        </Layer>
                                                </Layers>
                                                <Scripts>
                                                        <OnEnter>
                                                                Recap_OnTooltip("Contribution")
                                                        </OnEnter>
                                                        <OnLeave>
                                                                GameTooltip:Hide()
                                                        </OnLeave>
                                                </Scripts>
                                        </Button>

                                        <Button name="RecapPanelDetail1" inherits="RecapPanelDetailTemplate" id="1">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingLabel" relativePoint="BOTTOMLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="0" y="-2"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelDetail2" inherits="RecapPanelDetailTemplate" id="2">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelDetail1" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelDetail3" inherits="RecapPanelDetailTemplate" id="3">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelDetail2" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelDetail4" inherits="RecapPanelDetailTemplate" id="4">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelDetail3" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelDetail5" inherits="RecapPanelDetailTemplate" id="5">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelDetail4" relativePoint="BOTTOMLEFT"/>
                                                </Anchors>
                                        </Button>

                                        <Button name="RecapPanelOutgoingDamage" inherits="RecapPanelLargeEntryTemplate" id="45">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingDamageLabel" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelOutgoingHits" inherits="RecapPanelTinyEntryTemplate" id="46">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingHitsLabel" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelOutgoingCrits" inherits="RecapPanelTinyEntryTemplate" id="47">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingCritsLabel" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelOutgoingTicks" inherits="RecapPanelTinyEntryTemplate" id="54">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingTicksLabel" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelOutgoingHitsAvg" inherits="RecapPanelTinyEntryTemplate" id="48">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingHitsAvgLabel" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelOutgoingCritsAvg" inherits="RecapPanelTinyEntryTemplate" id="49">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingCritsAvgLabel" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelOutgoingTicksAvg" inherits="RecapPanelTinyEntryTemplate" id="55">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingTicksAvgLabel" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelOutgoingHitsMax" inherits="RecapPanelTinyEntryTemplate" id="50">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingHitsMaxLabel" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelOutgoingCritsMax" inherits="RecapPanelTinyEntryTemplate" id="51">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingCritsMaxLabel" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelOutgoingTicksMax" inherits="RecapPanelTinyEntryTemplate" id="56">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingTicksMaxLabel" relativePoint="TOPRIGHT"/>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelOutgoingMissP" inherits="RecapPanelWideEntryTemplate" id="52">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingMissPLabel" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="2" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>

                                        <Button name="RecapPanelOutgoingCritP" inherits="RecapPanelEntryTemplate" id="53">
                                                <Size>
                                                        <AbsDimension x="35" y="12"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingCritPLabel" relativePoint="BOTTOMLEFT">
                                                                <Offset>
                                                                        <AbsDimension x="-2" y="-1"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <Layers>
                                                        <Layer level="ARTWORK">
                                                                <FontString name="$parentText" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="CENTER" text="100%">
                                                                        <Size>
                                                                                <AbsDimension x="35" y="12"/>
                                                                        </Size>
                                                                        <Anchors>
                                                                                <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
                                                                        </Anchors>
                                                                </FontString>
                                                        </Layer>
                                                </Layers>
                                        </Button>


                                        <ScrollFrame name="RecapPanelDetailsScrollBar" inherits="FauxScrollFrameTemplate">
                                                <Size>
                                                        <AbsDimension x="230" y="78"/>
                                                </Size>
                                                <Anchors>
                                                        <Anchor point="TOPRIGHT" relativeTo="RecapPanelDetail1" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="4" y="9"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                                <Scripts>
                                                        <OnVerticalScroll>
                                                                FauxScrollFrame_OnVerticalScroll(5, RecapPanelDetailsScrollBar_Update)
                                                        </OnVerticalScroll>
                                                </Scripts>
                                        </ScrollFrame>

                                </Frames>
                        
                        </Frame>


                        <Frame name="RecapSubPanel3" toplevel="false" enableMouse="true" movable="true" parent="RecapPanel" hidden="true">
                                <Size>
                                        <AbsDimension x="16" y="16"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="RecapPanel" relativePoint="TOPLEFT"/>
                                </Anchors>
                                <Layers>
                                        <Layer level="ARTWORK">
                                                <FontString name="RecapPanelSummaryLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_SUMMARY">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="68" y="-36"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <Color r=".85" g=".85" b=".85"/>
                                                </FontString>
                                                <FontString name="RecapPanelTimeLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_TIME">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelSummaryLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-16"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelMaxHitLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_MAX">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelTimeLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-16"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelDeathsLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_DEATHS">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelMaxHitLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-16"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelHealsLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_HEALS">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelDeathsLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-16"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelDmgInLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_DMG_IN">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelHealsLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-16"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelDmgOutLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_DMG_OUT">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelDmgInLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-16"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelDPSLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_DPS">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelDmgOutLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="-16"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelLastLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_LAST_FIGHT">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelSummaryLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="75" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                                <FontString name="RecapPanelAllLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_ALL_FIGHTS">
                                                        <Anchors>
                                                                <Anchor point="TOPRIGHT" relativeTo="RecapPanelLastLabel" relativePoint="TOPRIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="73" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>

                                        </Layer>
                                </Layers>
                                <Frames>
                                        <Button name="RecapPanelLastTime" inherits="RecapPanelBigEntryTemplate" id="25">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelTimeLabel" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="16" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelLastMax" inherits="RecapPanelBigEntryTemplate" id="26">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelMaxHitLabel" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="16" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelLastDeaths" inherits="RecapPanelBigEntryTemplate" id="27">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelDeathsLabel" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="16" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelLastHeals" inherits="RecapPanelBigEntryTemplate" id="28">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelHealsLabel" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="16" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelLastDmgIn" inherits="RecapPanelBigEntryTemplate" id="29">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelDmgInLabel" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="16" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelLastDmgOut" inherits="RecapPanelBigEntryTemplate" id="30">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelDmgOutLabel" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="16" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelLastDPS" inherits="RecapPanelBigEntryTemplate" id="31">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelDPSLabel" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="16" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelAllTime" inherits="RecapPanelBigEntryTemplate" id="35">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelLastTime" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="10" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelAllMax" inherits="RecapPanelBigEntryTemplate" id="36">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelLastMax" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="10" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelAllDeaths" inherits="RecapPanelBigEntryTemplate" id="37">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelLastDeaths" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="10" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelAllHeals" inherits="RecapPanelBigEntryTemplate" id="38">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelLastHeals" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="10" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelAllDmgIn" inherits="RecapPanelBigEntryTemplate" id="39">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelLastDmgIn" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="10" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelAllDmgOut" inherits="RecapPanelBigEntryTemplate" id="40">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelLastDmgOut" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="10" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                        <Button name="RecapPanelAllDPS" inherits="RecapPanelBigEntryTemplate" id="41">
                                                <Anchors>
                                                        <Anchor point="TOPLEFT" relativeTo="RecapPanelLastDPS" relativePoint="TOPRIGHT">
                                                                <Offset>
                                                                        <AbsDimension x="10" y="0"/>
                                                                </Offset>
                                                        </Anchor>
                                                </Anchors>
                                        </Button>
                                </Frames>                       
                        </Frame>

                </Frames>

                <Scripts>
                        <OnLoad>
                                this:SetBackdropBorderColor(.5,.5,.5,1)
                                RecapPanelTopBar:SetVertexColor(.65,.65,.65,1)
                                RecapPanelBottomBar:SetVertexColor(.65,.65,.65,1)
                                RecapPanelOutgoingBottomBar:SetVertexColor(.65,.65,.65,1)
                        </OnLoad>
                        <OnMouseDown>
                                RecapPanel_OnMouseDown(arg1)
                        </OnMouseDown>
                        <OnMouseUp>
                                RecapPanel_OnMouseUp(arg1)
                        </OnMouseUp>
                        <OnHide>
                                recap_temp.Selected = 0
                                recap_temp.DetailSelected = 0
                                RecapScrollBar_Update()
                        </OnHide>
                </Scripts>

        </Frame>
</Ui>