<GuiXml>
    <Controls>
        <TopLevelControl name="RangeReticle" movable="false">
            <OnUpdate>
                OnRangeUpdate()
            </OnUpdate>
            <Controls>
                <Label name="$(parent)Name" font="ZoFontChat" color="FFFFFF" wrapMode="ELLIPSIS" horizontalAlignment="CENTER" verticalAlignment="BOTTOM" text="">
					<Dimensions x="500" y="20" />
					<Anchor point="CENTER" relativeTo="ZO_ReticleContainerReticle" offsetX="0" offsetY="-42"/>
                </Label>
                <Label name="$(parent)Range" font="ZoFontChat" color="FFFFFF" wrapMode="ELLIPSIS" horizontalAlignment="CENTER" verticalAlignment="BOTTOM" text="">
					<Dimensions x="50" y="20" />
					<Anchor point="CENTER" relativeTo="ZO_ReticleContainerReticle" offsetX="40" offsetY="-20"/>
                </Label>
            </Controls>
        </TopLevelControl>
    </Controls>
</GuiXml>