<!--
  ~ This file is part of XPCount
  ~
  ~ (C) 2015 Scott Yeskie (Sasky)
  ~
  ~ This program is free software; you can redistribute it and/or modify
  ~ it under the terms of the GNU General Public License as published by
  ~ the Free Software Foundation; either version 2 of the License, or
  ~ (at your option) any later version.
  ~
  ~ This program is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~ GNU General Public License for more details.
  ~
  ~ You should have received a copy of the GNU General Public License
  ~ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  -->

<GuiXml>
    <Controls>
        <TopLevelControl name="XPCountUI" mouseEnabled="true" movable="true"  clampedToScreen="true" hidden="false" >
            <Dimensions x="220" y="20" />
            <Anchor point="TOPRIGHT" offsetX="0" offsetY="0" />
            <Controls>
                <Label name="$(parent)ZoneTime" font="ZoFontGameSmall" color="CCCCCC"
                       wrapMode="ELLIPSIS" text="" horizontalAlignment="CENTER">
                    <Anchor point="TOPLEFT" offsetX="45" />
                </Label>

                <Label name="$(parent)ZoneXP" font="ZoFontGameSmall" color="CCCCCC"
                       wrapMode="ELLIPSIS" text="" horizontalAlignment="LEFT" opacity="0.85">
                    <Anchor point="TOPLEFT" offsetX="90" />
                </Label>
                <Label name="$(parent)ZoneRate" font="ZoFontGameSmall" color="CCCCCC"
                       wrapMode="ELLIPSIS" text="" horizontalAlignment="RIGHT">
                    <Anchor point="TOPLEFT" offsetX="150" />
                </Label>
            </Controls>
        </TopLevelControl>
    </Controls>
</GuiXml>