<GuiXml>
    <Controls>
        <TopLevelControl name="QueueQueueIndicator" mouseEnabled="true" movable="true" clampedToScreen="true">
            <Dimensions x="200" y="80" />
            <OnMouseEnter>
				QueueQueueIndicator:SetAlpha(1.0)
			</OnMouseEnter>
			<OnMoveStart>
				QueueQueue.OnIndicatorMoveStart()
			</OnMoveStart>
			<OnMoveStop>
				QueueQueue.OnIndicatorMoveStop()
			</OnMoveStop>
            <OnUpdate>
                QueueQueue.OnUpdate()
            </OnUpdate>

            <Controls>
                <Backdrop name="$(parent)Backdrop" inherits="ZO_DefaultBackdrop" alpha="0.0" />
                <Label name="$(parent)Title" width="200" height="10" font="ZoFontWinH5" color="FFFFFF" inheritAlpha="true"
                    wrapMode="TRUNCATE" verticalAlignment="TOP" horizontalAlignment="CENTER" text="Skull Crusher">
                    <Anchor point="TOP" relativeTo="$(parent)" relativePoint="TOP" />
                </Label>
                <Label name="$(parent)Position" width="200" height="25" font="ZoFontWinH1" color="FFFFFF" inheritAlpha="true"
                    wrapMode="TRUNCATE" verticalAlignment="TOP" horizontalAlignment="CENTER" text="45">
                    <Anchor point="TOP" relativeTo="$(parent)Title" relativePoint="BOTTOM" />
                </Label>
                <Label name="$(parent)Time" width="200" height="10" font="ZoFontWinH5" color="FFFFFF" inheritAlpha="true"
                    wrapMode="TRUNCATE" verticalAlignment="TOP" horizontalAlignment="CENTER" text="59:99">
                    <Anchor point="TOP" relativeTo="$(parent)Position" relativePoint="BOTTOM" />
                </Label>
            </Controls>
        </TopLevelControl>
    </Controls>
</GuiXml>