ESOUI SVN TaosGroupUltimate

[/] [trunk/] [TaosGroupUltimate/] [TaosGroupUltimate.xml] - Rev 2

Go to most recent revision | Compare with Previous | Blame | View Log

<GuiXml>
        <Font name="ApSessionFont" font="$(MEDIUM_FONT)|16|soft-shadow-thin"/>
        
        <Controls>
                <TopLevelControl name="GroupUltimateWindow" topmost="true" mouseEnabled="true" movable="true" clampedToScreen="true">
                        <Anchor point="TOPLEFT" relativeTo="GuiRoot" relativePoint="TOPLEFT"/>
                        <Dimensions x="200" y="60" />
                        <OnInitialized>self:SetParent(ZO_Compass)</OnInitialized>
                        <OnMoveStop>GroupUltimate.OnGroupUltimateWindowMoveStop()</OnMoveStop>
                        
                        <Controls>
                                <Label  name="$(parent)TextSenderName" 
                                                width="80" 
                                                height="20" 
                                                font="ApSessionFont" 
                                                inheritAlpha="true" 
                                                color="FFFFFF"
                                                verticalAlignment="TOP" 
                                                horizontalAlignment="LEFT" 
                                                text="Name:">
                                        <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetY="0"/>
                                </Label>
                                <Label  name="$(parent)TextUltimate" 
                                                width="80" 
                                                height="20" 
                                                font="ApSessionFont" 
                                                inheritAlpha="true" 
                                                color="FFFFFF"
                                                verticalAlignment="TOP" 
                                                horizontalAlignment="LEFT" 
                                                text="Ultimate:">
                                        <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetY="20"/>
                                </Label>
                                <Label  name="$(parent)TextUltimatePercent" 
                                                width="80" 
                                                height="20" 
                                                font="ApSessionFont" 
                                                inheritAlpha="true" 
                                                color="FFFFFF"
                                                verticalAlignment="TOP" 
                                                horizontalAlignment="LEFT" 
                                                text="Ultimate %:">
                                        <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetY="40"/>
                                </Label>
                                                                
                                <Label  name="$(parent)ValueSenderName" 
                                                width="100" 
                                                height="20" 
                                                font="ApSessionFont" 
                                                inheritAlpha="true" 
                                                color="FFFFFF"
                                                verticalAlignment="TOP" 
                                                horizontalAlignment="LEFT" 
                                                text="-">
                                        <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="0"/>
                                </Label>
                                <Label  name="$(parent)ValueUltimate" 
                                                width="100" 
                                                height="20" 
                                                font="ApSessionFont" 
                                                inheritAlpha="true" 
                                                color="FFFFFF"
                                                verticalAlignment="TOP" 
                                                horizontalAlignment="LEFT" 
                                                text="0">
                                        <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="20"/>
                                </Label>
                                <Label  name="$(parent)ValueUltimatePercent" 
                                                width="100" 
                                                height="20" 
                                                font="ApSessionFont" 
                                                inheritAlpha="true" 
                                                color="FFFFFF"
                                                verticalAlignment="TOP" 
                                                horizontalAlignment="LEFT" 
                                                text="0">
                                        <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="80" offsetY="40"/>
                                </Label>
                  </Controls>
          </TopLevelControl>
        </Controls>
</GuiXml>

Go to most recent revision | Compare with Previous | Blame