<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="526" 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)InventoryButton" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)ChampionButton" 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)FeedbackButton" clickSound="Click">
                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)ResearchButton" 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="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>

            </Controls>
        </TopLevelControl>

    </Controls>
</GuiXml>