ESOUI SVN TaosGroupUltimate

[/] [trunk/] [TaosGroupUltimate/] [ui/] [SimpleList.xml] - Rev 19

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

<GuiXml>
        <Font name="GroupUltimateFont" font="$(MEDIUM_FONT)|16|soft-shadow-thin"/>
        <Font name="GroupUltimateHeaderFont" font="$(BOLD_FONT)|16|soft-shadow-thin"/>
        
        <Controls>
                <Label  name="GroupUltimateHeaderLabel" 
                                width="200" 
                                height="20" 
                                font="GroupUltimateHeaderFont" 
                                inheritAlpha="true" 
                                color="FFFFFF"
                                verticalAlignment="TEXT_ALIGN_TOP" 
                                horizontalAlignment="TEXT_ALIGN_LEFT" 
                                text="Header" 
                                virtual="true"/>
                
                <Label  name="GroupUltimateLabel" 
                                width="200" 
                                height="20" 
                                font="GroupUltimateFont" 
                                inheritAlpha="true" 
                                color="FFFFFF"
                                verticalAlignment="TEXT_ALIGN_TOP" 
                                horizontalAlignment="TEXT_ALIGN_LEFT" 
                                text="Label" 
                                virtual="true"/>
                                
                <Label  name="GroupUltimateShortLabel" 
                                width="100" 
                                height="20" 
                                font="GroupUltimateFont" 
                                inheritAlpha="true" 
                                color="FFFFFF"
                                verticalAlignment="TEXT_ALIGN_TOP" 
                                horizontalAlignment="TEXT_ALIGN_LEFT" 
                                text="Label" 
                                virtual="true"/>
                
                <Control name="GroupUltimateSimpleListRow" virtual="true">
                        <Dimensions y="20" />
                        <Controls>
                                <Label name="$(parent)SenderNameValueLabel" inherits="GroupUltimateLabel" text="-">
                                        <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="0"/>
                                </Label>
                                <Label name="$(parent)UltimateValueLabel" inherits="GroupUltimateLabel" text="-">
                                        <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="200"/>
                                </Label>
                                <Label name="$(parent)ReadyValueLabel" inherits="GroupUltimateShortLabel" text="0">
                                        <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="400"/>
                                </Label>
                        </Controls>
                </Control>
        
                <TopLevelControl name="SimpleListControl" topmost="true" mouseEnabled="true" movable="true" clampedToScreen="true">
                        <Anchor point="TOPLEFT" relativeTo="GuiRoot" relativePoint="TOPLEFT"/>
                        <Dimensions x="500" y="520" />
                        <OnInitialized>self:SetParent(ZO_Compass)</OnInitialized>
                        <OnMoveStop>SimpleList:OnSimpleListMoveStop()</OnMoveStop>
                        
                        <Controls>
                                <!-- Header -->
                                <Label name="$(parent)SenderNameHeaderLabel" inherits="GroupUltimateHeaderLabel" text="Name">
                                        <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="0" offsetY="0"/>
                                </Label>
                                <Label name="$(parent)UltimateHeaderLabel" inherits="GroupUltimateHeaderLabel" text="Ultimate">
                                        <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="200" offsetY="0"/>
                                </Label>
                                <Label name="$(parent)ReadyHeaderLabel" inherits="GroupUltimateHeaderLabel" text="Ready %">
                                        <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="400" offsetY="0"/>
                                </Label>

                                <Control name="$(parent)Container" inherits="ZO_ScrollContainer">
                    <Anchor point="TOPLEFT" offsetY="20" />
                    <Anchor point="BOTTOMRIGHT" />
                </Control>
                  </Controls>
          </TopLevelControl>
        </Controls>
</GuiXml>

Go to most recent revision | Compare with Previous | Blame