<GuiXml>
    <Controls>

        <TopLevelControl name="LeoAltholicWindow" mouseEnabled="true" movable="true" hidden="true" clampedToScreen="true">
            <Dimensions x="900" y="700" />
            <Anchor point="TOP" relativeTo="GuiRoot" relativePoint="CENTER" offsetY="100" />

            <OnMoveStop> LeoAltholic:OnWindowMoveStop() </OnMoveStop>

            <Controls>
                <Backdrop name="$(parent)BG" centerColor="000000" edgeColor="222222">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)"/>
                    <Dimensions x="900" y="50"/>
                    <Edge edgeSize="1"/>
                </Backdrop>
                <Backdrop name="$(parent)HeaderBG" centerColor="111111" edgeColor="222222">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)" offsetX="8" offsetY="5"/>
                    <Dimensions x="430" y="40"/>
                    <Edge edgeSize="1"/>
                </Backdrop>
                <Label name="$(parent)Title" color="39B027" font="ZoFontWinH3" wrapMode="ELLIPSIS"
                       verticalAlignment="CENTER" mouseEnabled="true">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="16" offsetY="10"/>
                </Label>

                <Button name="$(parent)BioButton" clickSound="Click">
                    <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" relativeTo="$(parent)HeaderBG" offsetX="47" />
                    <Dimensions x="40" y="40"/>
                    <OnMouseEnter>ZO_Tooltips_ShowTextTooltip(self, TOP, 'Bio')</OnMouseEnter>
                    <OnMouseExit>ZO_Tooltips_HideTextTooltip()</OnMouseExit>
                    <OnClicked>LeoAltholic.ShowTab("Bio")</OnClicked>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/mainmenu/menubar_character_up.dds">
                            <Dimensions y="35" x="35"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>
                <Button name="$(parent)StatsButton" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)BioButton" offsetX="45"/>
                    <Dimensions x="40" y="40"/>
                    <OnMouseEnter>ZO_Tooltips_ShowTextTooltip(self, TOP, 'Stats')</OnMouseEnter>
                    <OnMouseExit>ZO_Tooltips_HideTextTooltip()</OnMouseExit>
                    <OnClicked>LeoAltholic.ShowTab("Stats")</OnClicked>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/characterwindow/charsheet_statstab_icon_inactive.dds">
                            <Dimensions y="35" x="35"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>
                <Button name="$(parent)SkillsButton" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)StatsButton" offsetX="45"/>
                    <Dimensions x="40" y="40"/>
                    <OnMouseEnter>ZO_Tooltips_ShowTextTooltip(self, TOP, 'Skills')</OnMouseEnter>
                    <OnMouseExit>ZO_Tooltips_HideTextTooltip()</OnMouseExit>
                    <OnClicked>LeoAltholic.ShowTab("Skills")</OnClicked>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/mainmenu/menubar_skills_up.dds">
                            <Dimensions y="35" x="35"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>
                <Button name="$(parent)ChampionButton" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)SkillsButton" offsetX="45"/>
                    <Dimensions x="40" y="40"/>
                    <OnMouseEnter>ZO_Tooltips_ShowTextTooltip(self, TOP, 'Champion')</OnMouseEnter>
                    <OnMouseExit>ZO_Tooltips_HideTextTooltip()</OnMouseExit>
                    <OnClicked>LeoAltholic.ShowTab("Champion")</OnClicked>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/mainmenu/menubar_champion_up.dds">
                            <Dimensions y="35" x="35"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>
                <!--<Button name="$(parent)TrackedButton" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)ChampionButton" offsetX="45"/>
                    <Dimensions x="40" y="40"/>
                    <OnMouseEnter>ZO_Tooltips_ShowTextTooltip(self, TOP, 'Tracked Quests')</OnMouseEnter>
                    <OnMouseExit>ZO_Tooltips_HideTextTooltip()</OnMouseExit>
                    <OnClicked>LeoAltholic.ShowTab("Tracked")</OnClicked>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/quest/tracked_pin.dds">
                            <Dimensions y="30" x="30"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>-->
                <Button name="$(parent)WritsButton" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)ChampionButton" offsetX="45"/>
                    <Dimensions x="40" y="40"/>
                    <OnMouseEnter>ZO_Tooltips_ShowTextTooltip(self, TOP, 'Daily')</OnMouseEnter>
                    <OnMouseExit>ZO_Tooltips_HideTextTooltip()</OnMouseExit>
                    <OnClicked>LeoAltholic.ShowTab("Daily")</OnClicked>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/quest/tracked_pin.dds">
                            <Dimensions y="30" x="30"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>
                <Button name="$(parent)InventoryButton" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)WritsButton" offsetX="45"/>
                    <Dimensions x="40" y="40"/>
                    <OnMouseEnter>ZO_Tooltips_ShowTextTooltip(self, TOP, 'Inventory')</OnMouseEnter>
                    <OnMouseExit>ZO_Tooltips_HideTextTooltip()</OnMouseExit>
                    <OnClicked>LeoAltholic.ShowTab("Inventory")</OnClicked>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/mainmenu/menubar_inventory_up.dds">
                            <Dimensions y="35" x="35"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>
                <Button name="$(parent)ResearchButton" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)InventoryButton" offsetX="45"/>
                    <Dimensions x="40" y="40"/>
                    <OnMouseEnter>ZO_Tooltips_ShowTextTooltip(self, TOP, 'Research')</OnMouseEnter>
                    <OnMouseExit>ZO_Tooltips_HideTextTooltip()</OnMouseExit>
                    <OnClicked>LeoAltholic.ShowTab("Research")</OnClicked>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/crafting/smithing_tabicon_research_up.dds">
                            <Dimensions y="35" x="35"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>
                <Button name="$(parent)SettingsButton" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)ResearchButton" offsetX="45"/>
                    <Dimensions x="40" y="40"/>
                    <OnMouseEnter>ZO_Tooltips_ShowTextTooltip(self, TOP, 'Settings')</OnMouseEnter>
                    <OnMouseExit>ZO_Tooltips_HideTextTooltip()</OnMouseExit>
                    <OnClicked>
                        SCENE_MANAGER:HideTopLevel(LeoAltholicInventoryWindow)
                        SCENE_MANAGER:HideTopLevel(LeoAltholicWindow)
                        DoCommand("/leoaltoptions")
                    </OnClicked>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/chatwindow/chat_options_up.dds">
                            <Dimensions y="35" x="35"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>
                <Button name="$(parent)FeedbackButton" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)SettingsButton" offsetX="45"/>
                    <Dimensions x="40" y="40"/>
                    <OnMouseEnter>ZO_Tooltips_ShowTextTooltip(self, TOP, 'Research')</OnMouseEnter>
                    <OnMouseExit>ZO_Tooltips_HideTextTooltip()</OnMouseExit>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                    </Controls>
                </Button>
                <Button name="$(parent)Close" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)FeedbackButton" offsetX="45"/>
                    <Dimensions x="40" y="40"/>
                    <OnClicked>LeoAltholic:HideUI()</OnClicked>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/buttons/decline_up.dds">
                            <Dimensions y="25" x="25"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>

                <Backdrop name="LeoAltholicWindowBioPanel" tier="1" centerColor="000000" edgeColor="202020" hidden="true" clampedToScreen="true" movable="false" mouseEnabled="true" inherits="ZO_ScrollContainerBase">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="LeoAltholicWindow" offsetX="0" offsetY="52"/>
                    <Dimensions x="900" y="648"/>
                    <Edge edgeSize="1"/>
                    <OnInitialized>ZO_Scroll_Initialize(self)</OnInitialized>
                    <Controls>
                        <Control name="$(parent)ScrollChild">
                            <OnInitialized>self:SetParent(self:GetParent():GetNamedChild("Scroll"));self:SetAnchor(3,nil,3,0,0)</OnInitialized>
                        </Control>
                    </Controls>
                </Backdrop>

                <Backdrop name="LeoAltholicWindowStatsPanel" tier="1" centerColor="000000" edgeColor="202020" hidden="true" clampedToScreen="true" movable="false" mouseEnabled="true" inherits="ZO_ScrollContainerBase">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="LeoAltholicWindow" offsetX="0" offsetY="52"/>
                    <Dimensions x="900" y="648"/>
                    <Edge edgeSize="1"/>
                    <OnInitialized>ZO_Scroll_Initialize(self)</OnInitialized>
                    <Controls>
                        <Control name="$(parent)ScrollChild">
                            <OnInitialized>self:SetParent(self:GetParent():GetNamedChild("Scroll"));self:SetAnchor(3,nil,3,0,0)</OnInitialized>
                        </Control>
                    </Controls>
                </Backdrop>

                <Backdrop name="LeoAltholicWindowSkillsPanel" tier="1" centerColor="000000" edgeColor="202020" hidden="true" clampedToScreen="true" movable="false" mouseEnabled="true" inherits="ZO_ScrollContainerBase">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="LeoAltholicWindow" offsetX="0" offsetY="52"/>
                    <Dimensions x="900" y="648"/>
                    <Edge edgeSize="1"/>
                    <OnInitialized>ZO_Scroll_Initialize(self)</OnInitialized>
                    <Controls>
                        <Control name="$(parent)ScrollChild">
                            <OnInitialized>self:SetParent(self:GetParent():GetNamedChild("Scroll"));self:SetAnchor(3,nil,3,0,0)</OnInitialized>
                        </Control>
                    </Controls>
                </Backdrop>

                <Backdrop name="LeoAltholicWindowChampionPanel" tier="1" centerColor="000000" edgeColor="202020" hidden="true" clampedToScreen="true" movable="false" mouseEnabled="true" inherits="ZO_ScrollContainerBase">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="LeoAltholicWindow" offsetX="0" offsetY="52"/>
                    <Dimensions x="900" y="648"/>
                    <Edge edgeSize="1"/>
                    <OnInitialized>ZO_Scroll_Initialize(self)</OnInitialized>
                    <Controls>
                        <Control name="$(parent)ScrollChild">
                            <OnInitialized>self:SetParent(self:GetParent():GetNamedChild("Scroll"));self:SetAnchor(3,nil,3,0,0)</OnInitialized>
                        </Control>
                    </Controls>
                </Backdrop>

                <Backdrop name="LeoAltholicWindowTrackedPanel" tier="1" centerColor="000000" edgeColor="202020" hidden="true" clampedToScreen="true" movable="false" mouseEnabled="true" inherits="ZO_ScrollContainerBase">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="LeoAltholicWindow" offsetX="0" offsetY="52"/>
                    <Dimensions x="900" y="648"/>
                    <Edge edgeSize="1"/>
                    <OnInitialized>ZO_Scroll_Initialize(self)</OnInitialized>
                    <Controls>
                        <Control name="$(parent)ScrollChild">
                            <OnInitialized>self:SetParent(self:GetParent():GetNamedChild("Scroll"));self:SetAnchor(3,nil,3,0,0)</OnInitialized>
                        </Control>
                    </Controls>
                </Backdrop>

                <Backdrop name="LeoAltholicWindowInventoryPanel" tier="1" centerColor="000000" edgeColor="202020" hidden="true" clampedToScreen="true" movable="false" mouseEnabled="true" inherits="ZO_ScrollContainerBase">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="LeoAltholicWindow" offsetX="0" offsetY="52"/>
                    <Dimensions x="900" y="648"/>
                    <Edge edgeSize="1"/>
                    <OnInitialized>ZO_Scroll_Initialize(self)</OnInitialized>
                    <Controls>
                        <Control name="$(parent)ScrollChild">
                            <OnInitialized>self:SetParent(self:GetParent():GetNamedChild("Scroll"));self:SetAnchor(3,nil,3,0,0)</OnInitialized>
                        </Control>
                    </Controls>
                </Backdrop>

                <Backdrop name="LeoAltholicWindowResearchPanel" tier="1" centerColor="000000" edgeColor="202020" hidden="true" clampedToScreen="true" movable="false" mouseEnabled="true" inherits="ZO_ScrollContainerBase">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="LeoAltholicWindow" offsetX="0" offsetY="52"/>
                    <Dimensions x="900" y="648"/>
                    <Edge edgeSize="1"/>
                    <OnInitialized>ZO_Scroll_Initialize(self)</OnInitialized>
                    <Controls>
                        <Control name="$(parent)ScrollChild">
                            <OnInitialized>self:SetParent(self:GetParent():GetNamedChild("Scroll"));self:SetAnchor(3,nil,3,0,0)</OnInitialized>
                        </Control>
                    </Controls>
                </Backdrop>

                <Backdrop name="LeoAltholicWindowDailyPanel" tier="1" centerColor="000000" edgeColor="202020" hidden="true" clampedToScreen="true" movable="false" mouseEnabled="true">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="LeoAltholicWindow" offsetX="0" offsetY="52"/>
                    <Dimensions x="900" y="648"/>
                    <Edge edgeSize="1"/>
                    <Controls>
                        <Texture name="$(parent)1Label" mouseEnabled="true" textureFile="/esoui/art/inventory/inventory_tabicon_craftbag_blacksmithing_up.dds">
                            <Dimensions x="38" y="38"/>
                            <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="240" offsetY="4"/>
                            <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, TOP, GetString(LEOALT_BLACKSMITHING)) </OnMouseEnter>
                            <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                        </Texture>
                        <Texture name="$(parent)2Label" mouseEnabled="true" textureFile="/esoui/art/inventory/inventory_tabicon_craftbag_clothing_up.dds">
                            <Dimensions x="38" y="38"/>
                            <Anchor point="TOPLEFT" relativeTo="$(parent)1Label" relativePoint="TOPLEFT" offsetX="40"/>
                            <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, TOP, GetString(LEOALT_CLOTHING)) </OnMouseEnter>
                            <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                        </Texture>
                        <Texture name="$(parent)6Label" mouseEnabled="true" textureFile="/esoui/art/inventory/inventory_tabicon_craftbag_woodworking_up.dds">
                            <Dimensions x="38" y="38"/>
                            <Anchor point="TOPLEFT" relativeTo="$(parent)2Label" relativePoint="TOPLEFT" offsetX="40"/>
                            <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, TOP, GetString(LEOALT_WOODWORKING)) </OnMouseEnter>
                            <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                        </Texture>
                        <Texture name="$(parent)7Label" mouseEnabled="true" textureFile="/esoui/art/inventory/inventory_tabicon_craftbag_jewelrycrafting_up.dds">
                            <Dimensions x="38" y="38"/>
                            <Anchor point="TOPLEFT" relativeTo="$(parent)6Label" relativePoint="TOPLEFT" offsetX="40"/>
                            <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, TOP, GetString(LEOALT_JEWELCRAFTING)) </OnMouseEnter>
                            <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                        </Texture>
                        <Texture name="$(parent)3Label" mouseEnabled="true" textureFile="/esoui/art/inventory/inventory_tabicon_craftbag_enchanting_up.dds">
                            <Dimensions x="38" y="38"/>
                            <Anchor point="TOPLEFT" relativeTo="$(parent)7Label" relativePoint="TOPLEFT" offsetX="40"/>
                            <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, TOP, GetString(LEOALT_ENCHANTING)) </OnMouseEnter>
                            <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                        </Texture>
                        <Texture name="$(parent)4Label" mouseEnabled="true" textureFile="/esoui/art/inventory/inventory_tabicon_craftbag_alchemy_up.dds">
                            <Dimensions x="38" y="38"/>
                            <Anchor point="TOPLEFT" relativeTo="$(parent)3Label" relativePoint="TOPLEFT" offsetX="40"/>
                            <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, TOP, GetString(LEOALT_ALCHEMY)) </OnMouseEnter>
                            <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                        </Texture>
                        <Texture name="$(parent)5Label" mouseEnabled="true" textureFile="/esoui/art/inventory/inventory_tabicon_craftbag_provisioning_up.dds">
                            <Dimensions x="38" y="38"/>
                            <Anchor point="TOPLEFT" relativeTo="$(parent)4Label" relativePoint="TOPLEFT" offsetX="40"/>
                            <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, TOP, GetString(LEOALT_PROVISIONING)) </OnMouseEnter>
                            <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                        </Texture>
                        <!--<Texture name="$(parent)Undaunted1Label" mouseEnabled="true" textureFile="/esoui/art/icons/undaunted_bronze_key_01.dds">
                            <Dimensions x="26" y="26"/>
                            <Anchor point="TOPLEFT" relativeTo="$(parent)5Label" relativePoint="TOPLEFT" offsetX="40" offsetY="4"/>
                            <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, GetString(LEOALT_PROVISIONING)) </OnMouseEnter>
                            <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                        </Texture>
                        <Texture name="$(parent)Undaunted2Label" mouseEnabled="true" textureFile="/esoui/art/icons/undaunted_silver_key_01.dds">
                            <Dimensions x="26" y="26"/>
                            <Anchor point="TOPLEFT" relativeTo="$(parent)Undaunted1Label" relativePoint="TOPLEFT" offsetX="40"/>
                            <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, GetString(LEOALT_PROVISIONING)) </OnMouseEnter>
                            <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                        </Texture>
                        <Texture name="$(parent)Undaunted3Label" mouseEnabled="true" textureFile="/esoui/art/icons/undaunted_gold_key_01.dds">
                            <Dimensions x="26" y="26"/>
                            <Anchor point="TOPLEFT" relativeTo="$(parent)Undaunted2Label" relativePoint="TOPLEFT" offsetX="40"/>
                            <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, GetString(LEOALT_PROVISIONING)) </OnMouseEnter>
                            <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                        </Texture>
                        <Texture name="$(parent)FighterLabel" mouseEnabled="true" textureFile="/esoui/art/icons/progression_tabicon_fightersguild_up.dds">
                            <Dimensions x="38" y="38"/>
                            <Anchor point="TOPLEFT" relativeTo="$(parent)Undaunted3Label" relativePoint="TOPLEFT" offsetX="40" offsetY="-4"/>
                            <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, GetString(LEOALT_PROVISIONING)) </OnMouseEnter>
                            <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                        </Texture>
                        <Texture name="$(parent)MagesLabel" mouseEnabled="true" textureFile="/esoui/art/icons/progression_tabicon_magesguild_up.dds">
                            <Dimensions x="38" y="38"/>
                            <Anchor point="TOPLEFT" relativeTo="$(parent)FighterLabel" relativePoint="TOPLEFT" offsetX="40"/>
                            <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, GetString(LEOALT_PROVISIONING)) </OnMouseEnter>
                            <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                        </Texture>-->
                    </Controls>
                </Backdrop>

            </Controls>
        </TopLevelControl>

        <Control name="LeoAltholicBioRowTemplate" virtual="true" horizontalAlignment="LEFT" verticalAlignment="CENTER">
            <Dimensions x="880" y="105"/>
            <Controls>
                <Backdrop name="$(parent)BG" centerColor="222222" edgeColor="444444" tier="LOW">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="2" offsetY="2"/>
                    <Dimensions x="880" y="105"/>
                    <Edge edgeSize="1"/>
                </Backdrop>

                <Label name="$(parent)Alliance" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="CENTER" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="10" offsetY="10"/>
                    <Dimensions x="60" y="75"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Label>

                <Label name="$(parent)Name" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="20"/>
                    <Dimensions x="180" y="30"/>
                </Label>

                <Label name="$(parent)RaceClass" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="50"/>
                    <Dimensions x="450" y="30"/>
                </Label>

                <Label name="$(parent)LevelLabel" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="4"/>
                    <Dimensions x="80" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_LEVEL))</OnInitialized>
                </Label>

                <Label name="$(parent)Level" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="340" offsetY="4"/>
                    <Dimensions x="80" y="35"/>
                </Label>

                <Label name="$(parent)AllianceRankLabel" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="34"/>
                    <Dimensions x="80" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_RANK))</OnInitialized>
                </Label>

                <Label name="$(parent)AllianceRank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="340" offsetY="34"/>
                    <Dimensions x="150" y="35"/>
                </Label>

                <Label name="$(parent)BountyLabel" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="64"/>
                    <Dimensions x="80" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_BOUNTY))</OnInitialized>
                </Label>

                <Label name="$(parent)Bounty" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="340" offsetY="64"/>
                    <Dimensions x="150" y="35"/>
                </Label>

                <Label name="$(parent)AttributePointsLabel" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="460" offsetY="4"/>
                    <Dimensions x="150" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_ATTRIBUTE_POINTS))</OnInitialized>
                </Label>

                <Label name="$(parent)AttributePoints" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="620" offsetY="4"/>
                    <Dimensions x="50" y="35"/>
                </Label>

                <Label name="$(parent)PlayedLabel" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="460" offsetY="34"/>
                    <Dimensions x="150" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_PLAYED))</OnInitialized>
                </Label>

                <Label name="$(parent)Played" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="620" offsetY="34"/>
                    <Dimensions x="100" y="35"/>
                </Label>

                <Label name="$(parent)RidingLabel" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="460" offsetY="64"/>
                    <Dimensions x="150" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_RIDING))</OnInitialized>
                </Label>

                <Label name="$(parent)Riding" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="620" offsetY="64"/>
                    <Dimensions x="400" y="35"/>
                </Label>
            </Controls>
        </Control>

        <Control name="LeoAltholicStatsRowTemplate" virtual="true" horizontalAlignment="LEFT" verticalAlignment="CENTER">
            <Dimensions x="880" y="105"/>
            <Controls>
                <Backdrop name="$(parent)BG" centerColor="222222" edgeColor="444444" tier="LOW">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="2" offsetY="2"/>
                    <Dimensions x="880" y="105"/>
                    <Edge edgeSize="1"/>
                </Backdrop>

                <Label name="$(parent)Alliance" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="CENTER" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="10" offsetY="10"/>
                    <Dimensions x="60" y="75"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Label>

                <Label name="$(parent)Name" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="20"/>
                    <Dimensions x="180" y="30"/>
                </Label>

                <Label name="$(parent)RaceClass" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="50"/>
                    <Dimensions x="450" y="30"/>
                </Label>

                <Label name="$(parent)AttributePointsLabel" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="280" offsetY="4"/>
                    <Dimensions x="80" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_POINTS))</OnInitialized>
                </Label>

                <Label name="$(parent)AttributePoints" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="370" offsetY="4"/>
                    <Dimensions x="100" y="35"/>
                </Label>

                <Label name="$(parent)MaxAttributesLabel" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="280" offsetY="34"/>
                    <Dimensions x="80" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_MAXIMUM))</OnInitialized>
                </Label>

                <Label name="$(parent)MaxAttributes" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="370" offsetY="34"/>
                    <Dimensions x="150" y="35"/>
                </Label>

                <Label name="$(parent)RecoveryAttributesLabel" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="280" offsetY="64"/>
                    <Dimensions x="80" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_RECOVERY))</OnInitialized>
                </Label>

                <Label name="$(parent)RecoveryAttributes" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="370" offsetY="64"/>
                    <Dimensions x="150" y="35"/>
                </Label>

                <Label name="$(parent)SpellPointsLabel" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="490" offsetY="4"/>
                    <Dimensions x="150" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_SPELL_CRIT))</OnInitialized>
                </Label>

                <Label name="$(parent)SpellPoints" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="4"/>
                    <Dimensions x="50" y="35"/>
                </Label>

                <Label name="$(parent)WeaponPointsLabel" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="490" offsetY="34"/>
                    <Dimensions x="150" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_WEAPON_CRIT))</OnInitialized>
                </Label>

                <Label name="$(parent)WeaponPoints" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="34"/>
                    <Dimensions x="100" y="35"/>
                </Label>

            </Controls>
        </Control>

        <Control name="LeoAltholicTrackedRowTemplate" virtual="true" horizontalAlignment="LEFT" verticalAlignment="CENTER">
            <Dimensions x="880" y="165"/>
            <Controls>
                <Backdrop name="$(parent)BG" centerColor="222222" edgeColor="444444" tier="LOW">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="2" offsetY="2"/>
                    <Dimensions x="880" y="165"/>
                    <Edge edgeSize="1"/>
                </Backdrop>

                <Label name="$(parent)Alliance" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="CENTER" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="10" offsetY="10"/>
                    <Dimensions x="60" y="75"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Label>

                <Label name="$(parent)Name" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="20"/>
                    <Dimensions x="180" y="30"/>
                </Label>

                <Label name="$(parent)RaceClass" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="50"/>
                    <Dimensions x="450" y="30"/>
                </Label>

                <Label name="$(parent)Quest1Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="4"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Quest1Done" mouseEnabled="true" font="ZoFontGame" color="FFFFFF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="4"/>
                    <Dimensions x="120" y="35"/>
                </Label>

                <Label name="$(parent)Quest2Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="580" offsetY="4"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Quest2Done" mouseEnabled="true" font="ZoFontGame" color="FFFFFF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="760" offsetY="4"/>
                    <Dimensions x="120" y="35"/>
                </Label>

                <Label name="$(parent)Quest3Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="34"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Quest3Done" mouseEnabled="true" font="ZoFontGame" color="FFFFFF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="34"/>
                    <Dimensions x="120" y="35"/>
                </Label>

                <Label name="$(parent)Quest4Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="580" offsetY="34"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Quest4Done" mouseEnabled="true" font="ZoFontGame" color="FFFFFF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="760" offsetY="34"/>
                    <Dimensions x="120" y="35"/>
                </Label>

                <Label name="$(parent)Quest5Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="64"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Quest5Done" mouseEnabled="true" font="ZoFontGame" color="FFFFFF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="64"/>
                    <Dimensions x="120" y="35"/>
                </Label>

                <Label name="$(parent)Quest6Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="580" offsetY="64"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Quest6Done" mouseEnabled="true" font="ZoFontGame" color="FFFFFF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="760" offsetY="64"/>
                    <Dimensions x="120" y="35"/>
                </Label>

                <Label name="$(parent)Quest7Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="94"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Quest7Done" mouseEnabled="true" font="ZoFontGame" color="FFFFFF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="94"/>
                    <Dimensions x="120" y="35"/>
                </Label>

                <Label name="$(parent)Quest8Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="580" offsetY="94"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Quest8Done" mouseEnabled="true" font="ZoFontGame" color="FFFFFF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="760" offsetY="94"/>
                    <Dimensions x="120" y="35"/>
                </Label>

                <Label name="$(parent)Quest9Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="124"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Quest9Done" mouseEnabled="true" font="ZoFontGame" color="FFFFFF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="124"/>
                    <Dimensions x="120" y="35"/>
                </Label>

                <Label name="$(parent)Quest10Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="580" offsetY="124"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Quest10Done" mouseEnabled="true" font="ZoFontGame" color="FFFFFF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="760" offsetY="124"/>
                    <Dimensions x="120" y="35"/>
                </Label>

            </Controls>
        </Control>

        <Control name="LeoAltholicDailyRowTemplate" virtual="true" horizontalAlignment="LEFT" verticalAlignment="CENTER">
            <Dimensions x="880" y="34"/>
            <Controls>
                <Backdrop name="$(parent)BG" centerColor="222222" edgeColor="444444" tier="LOW">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="2" offsetY="2"/>
                    <Dimensions x="880" y="34"/>
                    <Edge edgeSize="1"/>
                </Backdrop>

                <Label name="$(parent)Name" mouseEnabled="true" font="ZoFontGame" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="50" offsetY="20"/>
                    <Dimensions x="180" y="30"/>
                </Label>

                <Texture name="$(parent)Craft1Status" mouseEnabled="true">
                    <Dimensions x="28" y="28"/>
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="244" offsetY="20"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Texture>
                <Texture name="$(parent)Craft2Status" mouseEnabled="true">
                    <Dimensions x="28" y="28"/>
                    <Anchor point="TOPLEFT" relativeTo="$(parent)Craft1Status" relativePoint="TOPLEFT" offsetX="40"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Texture>
                <Texture name="$(parent)Craft6Status" mouseEnabled="true">
                    <Dimensions x="28" y="28"/>
                    <Anchor point="TOPLEFT" relativeTo="$(parent)Craft2Status" relativePoint="TOPLEFT" offsetX="40"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Texture>
                <Texture name="$(parent)Craft7Status" mouseEnabled="true">
                    <Dimensions x="28" y="28"/>
                    <Anchor point="TOPLEFT" relativeTo="$(parent)Craft6Status" relativePoint="TOPLEFT" offsetX="40"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Texture>
                <Texture name="$(parent)Craft3Status" mouseEnabled="true">
                    <Dimensions x="28" y="28"/>
                    <Anchor point="TOPLEFT" relativeTo="$(parent)Craft7Status" relativePoint="TOPLEFT" offsetX="40"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Texture>
                <Texture name="$(parent)Craft4Status" mouseEnabled="true">
                    <Dimensions x="28" y="28"/>
                    <Anchor point="TOPLEFT" relativeTo="$(parent)Craft3Status" relativePoint="TOPLEFT" offsetX="40"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Texture>
                <Texture name="$(parent)Craft5Status" mouseEnabled="true">
                    <Dimensions x="28" y="28"/>
                    <Anchor point="TOPLEFT" relativeTo="$(parent)Craft4Status" relativePoint="TOPLEFT" offsetX="40"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Texture>

            </Controls>
        </Control>

        <Control name="LeoAltholicSkillsRowTemplate" virtual="true" horizontalAlignment="LEFT" verticalAlignment="CENTER">
            <Dimensions x="880" y="520"/>
            <Controls>
                <Backdrop name="$(parent)BG" centerColor="222222" edgeColor="444444" tier="LOW">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="2" offsetY="2"/>
                    <Dimensions x="880" y="520"/>
                    <Edge edgeSize="1"/>
                </Backdrop>

                <Label name="$(parent)Alliance" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="CENTER" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="10" offsetY="10"/>
                    <Dimensions x="60" y="75"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Label>

                <Label name="$(parent)Name" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="20"/>
                    <Dimensions x="180" y="30"/>
                </Label>

                <Label name="$(parent)RaceClass" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="50"/>
                    <Dimensions x="450" y="30"/>
                </Label>

                <Label name="$(parent)ClassLabel" mouseEnabled="true" font="ZoFontWinH4" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="4"/>
                    <Dimensions x="160" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_CLASS))</OnInitialized>
                </Label>
                <Label name="$(parent)Class1Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="34"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Class2Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="64"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Class3Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="94"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Class1Rank" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="34"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)Class2Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="64"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)Class3Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="94"/>
                    <Dimensions x="50" y="35"/>
                </Label>

                <Label name="$(parent)ArmorLabel" mouseEnabled="true" font="ZoFontWinH4" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="124"/>
                    <Dimensions x="160" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_ARMOR))</OnInitialized>
                </Label>
                <Label name="$(parent)Armor1Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="154"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Armor2Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="184"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Armor3Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="214"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Armor1Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="154"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)Armor2Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="184"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)Armor3Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="214"/>
                    <Dimensions x="50" y="35"/>
                </Label>

                <Label name="$(parent)WeaponLabel" mouseEnabled="true" font="ZoFontWinH4" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="4"/>
                    <Dimensions x="160" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_WEAPON))</OnInitialized>
                </Label>
                <Label name="$(parent)Weapon1Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="34"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Weapon2Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="64"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Weapon3Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="94"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Weapon4Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="124"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Weapon5Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="154"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Weapon6Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="184"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Weapon1Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="34"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Weapon2Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="64"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Weapon3Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="94"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Weapon4Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="124"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Weapon5Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="154"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Weapon6Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="184"/>
                    <Dimensions x="160" y="35"/>
                </Label>

                <Label name="$(parent)CraftLabel" mouseEnabled="true" font="ZoFontWinH4" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="680" offsetY="4"/>
                    <Dimensions x="160" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_CRAFT))</OnInitialized>
                </Label>
                <Label name="$(parent)Craft1Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="680" offsetY="34"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Craft2Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="680" offsetY="64"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Craft3Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="680" offsetY="94"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Craft4Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="680" offsetY="124"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Craft5Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="680" offsetY="154"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Craft6Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="680" offsetY="184"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Craft7Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="680" offsetY="214"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Craft1Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="850" offsetY="34"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Craft2Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="850" offsetY="64"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Craft3Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="850" offsetY="94"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Craft4Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="850" offsetY="124"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Craft5Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="850" offsetY="154"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Craft6Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="850" offsetY="184"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Craft7Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="850" offsetY="214"/>
                    <Dimensions x="160" y="35"/>
                </Label>

                <Label name="$(parent)GuildLabel" mouseEnabled="true" font="ZoFontWinH4" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="244"/>
                    <Dimensions x="160" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_GUILD))</OnInitialized>
                </Label>
                <Label name="$(parent)Guild1Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="274"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Guild2Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="304"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Guild3Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="334"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Guild4Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="364"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Guild5Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="394"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Guild6Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="424"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Guild1Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="274"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)Guild2Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="304"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)Guild3Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="334"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)Guild4Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="364"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)Guild5Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="394"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)Guild6Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="420" offsetY="424"/>
                    <Dimensions x="50" y="35"/>
                </Label>

                <Label name="$(parent)WorldLabel" mouseEnabled="true" font="ZoFontWinH4" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="244"/>
                    <Dimensions x="160" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_WORLD))</OnInitialized>
                </Label>
                <Label name="$(parent)World1Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="274"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)World2Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="304"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)World3Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="334"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)World4Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="364"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)World1Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="274"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)World2Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="304"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)World3Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="334"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)World4Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="364"/>
                    <Dimensions x="50" y="35"/>
                </Label>

                <Label name="$(parent)AllianceLabel" mouseEnabled="true" font="ZoFontWinH4" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="394"/>
                    <Dimensions x="160" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_ALLIANCE))</OnInitialized>
                </Label>
                <Label name="$(parent)Alliance1Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="424"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Alliance2Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="454"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Alliance3Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="484"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Alliance1Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="424"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)Alliance2Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="454"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)Alliance3Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="650" offsetY="484"/>
                    <Dimensions x="50" y="35"/>
                </Label>

                <Label name="$(parent)RacialLabel" mouseEnabled="true" font="ZoFontWinH4" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="680" offsetY="244"/>
                    <Dimensions x="160" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_RACIAL))</OnInitialized>
                </Label>
                <Label name="$(parent)Racial1Label" mouseEnabled="true" font="ZoFontGame" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="680" offsetY="274"/>
                    <Dimensions x="160" y="35"/>
                </Label>
                <Label name="$(parent)Racial1Rank" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="850" offsetY="274"/>
                    <Dimensions x="50" y="35"/>
                </Label>

            </Controls>
        </Control>

        <Control name="LeoAltholicChampionRowTemplate" virtual="true" horizontalAlignment="LEFT" verticalAlignment="CENTER">
            <Dimensions x="880" y="135"/>
            <Controls>
                <Backdrop name="$(parent)BG" centerColor="222222" edgeColor="444444" tier="LOW">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="2" offsetY="2"/>
                    <Dimensions x="880" y="135"/>
                    <Edge edgeSize="1"/>
                </Backdrop>

                <Label name="$(parent)Alliance" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="CENTER" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="10" offsetY="10"/>
                    <Dimensions x="60" y="75"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Label>

                <Label name="$(parent)Name" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="20"/>
                    <Dimensions x="180" y="30"/>
                </Label>

                <Label name="$(parent)RaceClass" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="50"/>
                    <Dimensions x="450" y="30"/>
                </Label>

                <Button name="$(parent)HealthIcon" mouseEnabled="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="375" offsetY="10"/>
                    <Dimensions x="25" y="25"/>
                    <Controls>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/tutorial/champion_points_health_icon.dds">
                            <Dimensions y="25" x="25"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>
                <Label name="$(parent)Attribute1" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="410" offsetY="4"/>
                    <Dimensions x="100" y="35"/>
                </Label>
                <Label name="$(parent)Disc2Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="300" offsetY="34"/>
                    <Dimensions x="100" y="35"/>
                </Label>
                <Label name="$(parent)Disc2" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="410" offsetY="34"/>
                    <Dimensions x="100" y="35"/>
                </Label>
                <Label name="$(parent)Disc3Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="300" offsetY="64"/>
                    <Dimensions x="100" y="35"/>
                </Label>
                <Label name="$(parent)Disc3" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="410" offsetY="64"/>
                    <Dimensions x="100" y="35"/>
                </Label>
                <Label name="$(parent)Disc4Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="300" offsetY="94"/>
                    <Dimensions x="100" y="35"/>
                </Label>
                <Label name="$(parent)Disc4" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="410" offsetY="94"/>
                    <Dimensions x="100" y="35"/>
                </Label>

                <Button name="$(parent)MagickaIcon" mouseEnabled="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="575" offsetY="10"/>
                    <Dimensions x="25" y="25"/>
                    <Controls>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/tutorial/champion_points_magicka_icon.dds">
                            <Dimensions y="25" x="25"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>
                <Label name="$(parent)Attribute2" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="610" offsetY="4"/>
                    <Dimensions x="120" y="35"/>
                </Label>
                <Label name="$(parent)Disc5Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="34"/>
                    <Dimensions x="120" y="35"/>
                </Label>
                <Label name="$(parent)Disc5" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="610" offsetY="34"/>
                    <Dimensions x="120" y="35"/>
                </Label>
                <Label name="$(parent)Disc6Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="64"/>
                    <Dimensions x="120" y="35"/>
                </Label>
                <Label name="$(parent)Disc6" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="610" offsetY="64"/>
                    <Dimensions x="120" y="35"/>
                </Label>
                <Label name="$(parent)Disc7Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="94"/>
                    <Dimensions x="120" y="35"/>
                </Label>
                <Label name="$(parent)Disc7" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="610" offsetY="94"/>
                    <Dimensions x="120" y="35"/>
                </Label>

                <Button name="$(parent)StaminaIcon" mouseEnabled="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="775" offsetY="10"/>
                    <Dimensions x="25" y="25"/>
                    <Controls>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/tutorial/champion_points_stamina_icon.dds">
                            <Dimensions y="25" x="25"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>
                <Label name="$(parent)Attribute3" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="810" offsetY="4"/>
                    <Dimensions x="100" y="35"/>
                </Label>
                <Label name="$(parent)Disc1Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="700" offsetY="34"/>
                    <Dimensions x="100" y="35"/>
                </Label>
                <Label name="$(parent)Disc1" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="810" offsetY="34"/>
                    <Dimensions x="100" y="35"/>
                </Label>
                <Label name="$(parent)Disc8Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="700" offsetY="64"/>
                    <Dimensions x="100" y="35"/>
                </Label>
                <Label name="$(parent)Disc8" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="810" offsetY="64"/>
                    <Dimensions x="100" y="35"/>
                </Label>
                <Label name="$(parent)Disc9Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="700" offsetY="94"/>
                    <Dimensions x="100" y="35"/>
                </Label>
                <Label name="$(parent)Disc9" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="810" offsetY="94"/>
                    <Dimensions x="100" y="35"/>
                </Label>

            </Controls>
        </Control>

        <Control name="LeoAltholicInventoryRowTemplate" virtual="true" horizontalAlignment="LEFT" verticalAlignment="CENTER">
            <Dimensions x="880" y="105"/>
            <Controls>
                <Backdrop name="$(parent)BG" centerColor="222222" edgeColor="444444" tier="LOW">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="2" offsetY="2"/>
                    <Dimensions x="880" y="105"/>
                    <Edge edgeSize="1"/>
                </Backdrop>

                <Label name="$(parent)Alliance" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="CENTER" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="10" offsetY="10"/>
                    <Dimensions x="60" y="75"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Label>

                <Label name="$(parent)Name" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="20"/>
                    <Dimensions x="180" y="30"/>
                </Label>

                <Label name="$(parent)RaceClass" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="50"/>
                    <Dimensions x="450" y="30"/>
                </Label>

                <Texture name="$(parent)BagIcon" textureFile="esoui/art/mainmenu/menubar_inventory_up.dds">
                    <Dimensions y="30" x="30"/>
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="305" offsetY="4"/>
                </Texture>
                <Label name="$(parent)Bag" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="340" offsetY="4"/>
                    <Dimensions x="100" y="35"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, "Bag space") </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Label>

                <Texture name="$(parent)SoulGemsIcon" textureFile="esoui/art/currency/currency_seedcrystal_16.dds">
                    <Dimensions y="20" x="20"/>
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="310" offsetY="40"/>
                </Texture>

                <Label name="$(parent)SoulGems" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="340" offsetY="34"/>
                    <Dimensions x="100" y="35"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, "Soul Gems") </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Label>

                <Texture name="$(parent)GoldIcon" textureFile="esoui/art/currency/currency_gold.dds">
                    <Dimensions y="20" x="20"/>
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="310" offsetY="70"/>
                </Texture>
                <Label name="$(parent)Gold" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="340" offsetY="64"/>
                    <Dimensions x="100" y="35"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, "Gold") </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Label>

                <Texture name="$(parent)APIcon" textureFile="esoui/art/currency/alliancepoints.dds">
                    <Dimensions y="20" x="20"/>
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="450" offsetY="10"/>
                </Texture>
                <Label name="$(parent)AP" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="4"/>
                    <Dimensions x="100" y="35"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, "Alliance Points") </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Label>

                <Texture name="$(parent)TelVarIcon" textureFile="esoui/art/currency/currency_telvar.dds">
                    <Dimensions y="25" x="25"/>
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="450" offsetY="36"/>
                </Texture>
                <Label name="$(parent)TelVar" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="34"/>
                    <Dimensions x="100" y="35"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, "Tel Var") </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Label>

                <Texture name="$(parent)WritIcon" textureFile="esoui/art/currency/currency_writvoucher.dds">
                    <Dimensions y="25" x="25"/>
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="450" offsetY="66"/>
                </Texture>
                <Label name="$(parent)Writ" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="480" offsetY="64"/>
                    <Dimensions x="100" y="35"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, "Writ Vouchers") </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Label>

                <Button name="$(parent)ListButton" clickSound="Click">
                    <Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT" offsetX="-10" offsetY="35"/>
                    <Dimensions x="40" y="40"/>
                    <!--<OnClicked> LeoAltholic.ShowInventoryUI() </OnClicked>-->
                    <Textures normal="/esoui/art/buttons/large_rightarrow_up.dds" mouseOver="/esoui/art/buttons/large_rightarrow_over.dds" />
                </Button>
            </Controls>
        </Control>

        <Control name="LeoAltholicResearchRowTemplate" virtual="true" horizontalAlignment="LEFT" verticalAlignment="CENTER">
            <Dimensions x="880" y="260"/>
            <Controls>
                <Backdrop name="$(parent)BG" centerColor="222222" edgeColor="444444" tier="LOW">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="2" offsetY="2"/>
                    <Dimensions x="880" y="260"/>
                    <Edge edgeSize="1"/>
                </Backdrop>

                <Label name="$(parent)Alliance" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="CENTER" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="10" offsetY="10"/>
                    <Dimensions x="60" y="75"/>
                    <OnMouseEnter> ZO_Tooltips_ShowTextTooltip(self, RIGHT, self.data) </OnMouseEnter>
                    <OnMouseExit> ZO_Tooltips_HideTextTooltip() </OnMouseExit>
                </Label>

                <Label name="$(parent)Name" mouseEnabled="true" font="ZoFontWinH3" normalColor="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="20"/>
                    <Dimensions x="180" y="30"/>
                </Label>

                <Label name="$(parent)RaceClass" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="50"/>
                    <Dimensions x="450" y="30"/>
                </Label>

                <Backdrop name="$(parent)Craft1BG" centerColor="000000" edgeColor="222222">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="252" offsetY="4"/>
                    <Dimensions x="260" y="122"/>
                    <Edge edgeSize="1"/>
                </Backdrop>
                <Label name="$(parent)Craft1Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="4"/>
                    <Dimensions x="150" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_LEVEL))</OnInitialized>
                </Label>
                <Label name="$(parent)Craft1Label1" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="34"/>
                    <Dimensions x="150" y="35"/>
                </Label>
                <Label name="$(parent)Craft1Label2" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="64"/>
                    <Dimensions x="150" y="35"/>
                </Label>
                <Label name="$(parent)Craft1Label3" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="94"/>
                    <Dimensions x="150" y="35"/>
                </Label>
                <Label name="$(parent)Craft1" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="410" offsetY="4"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)Craft1Timer1" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="410" offsetY="34"/>
                    <Dimensions x="75" y="35"/>
                </Label>
                <Label name="$(parent)Craft1Timer2" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="410" offsetY="64"/>
                    <Dimensions x="75" y="35"/>
                </Label>
                <Label name="$(parent)Craft1Timer3" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="410" offsetY="94"/>
                    <Dimensions x="75" y="35"/>
                </Label>

                <Backdrop name="$(parent)Craft2BG" centerColor="000000" edgeColor="222222">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="252" offsetY="128"/>
                    <Dimensions x="260" y="122"/>
                    <Edge edgeSize="1"/>
                </Backdrop>
                <Label name="$(parent)Craft2Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="124"/>
                    <Dimensions x="150" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_LEVEL))</OnInitialized>
                </Label>
                <Label name="$(parent)Craft2Label1" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="154"/>
                    <Dimensions x="150" y="35"/>
                </Label>
                <Label name="$(parent)Craft2Label2" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="184"/>
                    <Dimensions x="150" y="35"/>
                </Label>
                <Label name="$(parent)Craft2Label3" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="250" offsetY="214"/>
                    <Dimensions x="150" y="35"/>
                </Label>
                <Label name="$(parent)Craft2" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="410" offsetY="124"/>
                    <Dimensions x="50" y="35"/>
                </Label>
                <Label name="$(parent)Craft2Timer1" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="410" offsetY="154"/>
                    <Dimensions x="75" y="35"/>
                </Label>
                <Label name="$(parent)Craft2Timer2" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="410" offsetY="184"/>
                    <Dimensions x="75" y="35"/>
                </Label>
                <Label name="$(parent)Craft2Timer3" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="410" offsetY="214"/>
                    <Dimensions x="75" y="35"/>
                </Label>

                <Backdrop name="$(parent)Craft6BG" centerColor="000000" edgeColor="222222">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="582" offsetY="4"/>
                    <Dimensions x="260" y="122"/>
                    <Edge edgeSize="1"/>
                </Backdrop>
                <Label name="$(parent)Craft6Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="590" offsetY="4"/>
                    <Dimensions x="150" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_LEVEL))</OnInitialized>
                </Label>
                <Label name="$(parent)Craft6Label1" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="590" offsetY="34"/>
                    <Dimensions x="150" y="35"/>
                </Label>
                <Label name="$(parent)Craft6Label2" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="590" offsetY="64"/>
                    <Dimensions x="150" y="35"/>
                </Label>
                <Label name="$(parent)Craft6Label3" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="590" offsetY="94"/>
                    <Dimensions x="150" y="35"/>
                </Label>
                <Label name="$(parent)Craft6" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="750" offsetY="4"/>
                    <Dimensions x="75" y="35"/>
                </Label>
                <Label name="$(parent)Craft6Timer1" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="750" offsetY="34"/>
                    <Dimensions x="75" y="35"/>
                </Label>
                <Label name="$(parent)Craft6Timer2" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="750" offsetY="64"/>
                    <Dimensions x="75" y="35"/>
                </Label>
                <Label name="$(parent)Craft6Timer3" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="750" offsetY="94"/>
                    <Dimensions x="75" y="35"/>
                </Label>

                <Backdrop name="$(parent)Craft7BG" centerColor="000000" edgeColor="222222">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="582" offsetY="128"/>
                    <Dimensions x="260" y="122"/>
                    <Edge edgeSize="1"/>
                </Backdrop>
                <Label name="$(parent)Craft7Label" mouseEnabled="true" font="ZoFontGame" color="E8DFAF" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="590" offsetY="124"/>
                    <Dimensions x="150" y="35"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_LEVEL))</OnInitialized>
                </Label>
                <Label name="$(parent)Craft7Label1" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="590" offsetY="154"/>
                    <Dimensions x="150" y="35"/>
                </Label>
                <Label name="$(parent)Craft7Label2" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="590" offsetY="184"/>
                    <Dimensions x="150" y="35"/>
                </Label>
                <Label name="$(parent)Craft7Label3" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="RIGHT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="590" offsetY="214"/>
                    <Dimensions x="150" y="35"/>
                </Label>
                <Label name="$(parent)Craft7" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="750" offsetY="124"/>
                    <Dimensions x="75" y="35"/>
                </Label>
                <Label name="$(parent)Craft7Timer1" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="750" offsetY="154"/>
                    <Dimensions x="75" y="35"/>
                </Label>
                <Label name="$(parent)Craft7Timer2" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="750" offsetY="184"/>
                    <Dimensions x="75" y="35"/>
                </Label>
                <Label name="$(parent)Craft7Timer3" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="false">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="750" offsetY="214"/>
                    <Dimensions x="75" y="35"/>
                </Label>

            </Controls>
        </Control>

        <TopLevelControl name="LeoAltholicInventoryWindow" mouseEnabled="true" movable="false" hidden="true" clampedToScreen="true">
            <Dimensions x="350" y="700" />
            <Anchor point="TOPLEFT" relativeTo="LeoAltholicWindow" relativePoint="TOPRIGHT" offsetX="4" offsetY="0" />

            <Controls>
                <Backdrop name="$(parent)BG" centerColor="000000" edgeColor="222222">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)"/>
                    <Dimensions x="350" y="700"/>
                    <Edge edgeSize="1"/>
                </Backdrop>
                <Backdrop name="$(parent)HeaderBG" centerColor="111111" edgeColor="222222">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)" offsetX="8" offsetY="5"/>
                    <Dimensions x="342" y="40"/>
                    <Edge edgeSize="1"/>
                </Backdrop>
                <Label name="$(parent)Title" color="39B027" font="ZoFontWinH3" wrapMode="ELLIPSIS" verticalAlignment="CENTER" mouseEnabled="true">
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="16" offsetY="10"/>
                    <OnInitialized>self:SetText(GetString(LEOALT_INVENTORY_LIST))</OnInitialized>
                </Label>
                <Button name="$(parent)FilterInvButton" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$(parent)BG" offsetX="-90" offsetY="4"/>
                    <Dimensions x="40" y="40"/>
                    <OnClicked> LeoAltholic.ChangeInventoryUI(1) </OnClicked>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/mainmenu/menubar_inventory_up.dds">
                            <Dimensions y="25" x="25"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>
                <Button name="$(parent)FilterEquipedButton" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$(parent)BG" offsetX="-135" offsetY="4"/>
                    <Dimensions x="40" y="40"/>
                    <OnClicked> LeoAltholic.ChangeInventoryUI(0) </OnClicked>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/mainmenu/menubar_character_up.dds">
                            <Dimensions y="25" x="25"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>
                <Button name="$(parent)Close" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$(parent)BG" offsetX="-45" offsetY="4"/>
                    <Dimensions x="40" y="40"/>
                    <OnClicked> LeoAltholic.HideInventoryUI() </OnClicked>
                    <Controls>
                        <Backdrop name="$(parent)BG" centerColor="101010" edgeColor="202020">
                            <AnchorFill/>
                            <Edge edgeSize="1"/>
                        </Backdrop>
                        <Texture name="$(parent)Texture" textureFile="esoui/art/buttons/decline_up.dds">
                            <Dimensions y="25" x="25"/>
                            <Anchor point="128"/>
                        </Texture>
                    </Controls>
                </Button>

                <Backdrop name="$(parent)List" tier="1" centerColor="000000" edgeColor="202020" hidden="false" clampedToScreen="true" movable="false" mouseEnabled="true" inherits="ZO_ScrollContainerBase">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="LeoAltholicInventoryWindow" offsetX="0" offsetY="52"/>
                    <Dimensions x="350" y="650"/>
                    <Edge edgeSize="1"/>
                    <OnInitialized>ZO_Scroll_Initialize(self)</OnInitialized>
                    <Controls>
                        <Control name="$(parent)ScrollChild">
                            <OnInitialized>self:SetParent(self:GetParent():GetNamedChild("Scroll"));self:SetAnchor(3,nil,3,0,0)</OnInitialized>
                        </Control>
                    </Controls>
                </Backdrop>
            </Controls>
        </TopLevelControl>

        <Control name="LeoAltholicInventoryTemplate" virtual="true" mouseEnabled="true" horizontalAlignment="LEFT" verticalAlignment="CENTER">
            <Dimensions x="350" y="30" />
            <Controls>
                <Texture name="$(parent)BG" inherits="ZO_ThinListBgStrip" />
                <Label name="$(parent)Item" visible="true" mouseEnabled="true" font="ZoFontWinH4" color="ffffff" inheritAlpha="true" verticalAlignment="CENTER" horizontalAlignment="LEFT" resizeToFitDescendents="true">
                    <Dimensions x="336" y="30" />
                    <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="8" offsetY="2" />
                </Label>
            </Controls>
        </Control>

        <TopLevelControl name="LeoAltholicItemToolTipTopLevel" inherits="TooltipTopLevel">
            <Controls>
                <Tooltip name="LeoAltholicItemToolTip" inherits="ZO_ItemIconTooltip" />
            </Controls>
        </TopLevelControl>

    </Controls>
</GuiXml>