Go to most recent revision | Compare with Previous | Blame | View Log
<GuiXml> <Font name="SwimlaneListFont" font="$(MEDIUM_FONT)|16|soft-shadow-thin"/> <Controls> <Label name="SwimlaneListLabel" width="90" height="20" font="SwimlaneListFont" inheritAlpha="true" color="FFFFFF" verticalAlignment="CENTER" horizontalAlignment="LEFT" text="Label" virtual="true"/> <Control name="GroupUltimateSwimlaneListRow" virtual="true"> <Dimensions x="100" y="40" /> <Controls> <Backdrop name="$(parent)Backdrop" edgeColor="000000" centerColor="AAAAAA" alpha="0.6" > <Dimensions x="95" y="40" /> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT"/> <Edge edgeSize="2" /> </Backdrop> <StatusBar name="$(parent)RelativeUltimateStatusBar" color="FAFAFA" alpha="0.6" textureFile="/esoui/art/stats/stats_healthbar.dds"> <Dimensions x="95" y="40" /> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="0" offsetY="0"/> <Limits min="0" max="100" /> </StatusBar> <Label name="$(parent)SenderNameValueLabel" inherits="SwimlaneListLabel" text="-"> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="5" offsetY="10"/> </Label> </Controls> </Control> <TopLevelControl name="SwimlaneListControl" topmost="true" mouseEnabled="true" movable="true" clampedToScreen="true"> <Anchor point="TOPLEFT" relativeTo="GuiRoot" relativePoint="TOPLEFT"/> <Dimensions x="600" y="520" /> <OnInitialized>self:SetParent(ZO_Compass)</OnInitialized> <OnMoveStop>SwimlaneList:OnSwimlaneListMoveStop()</OnMoveStop> <Controls> <!-- Header 1 --> <Texture name="$(parent)SwimlaneHeaderIconBorder" textureFile="/esoui/art/actionbar/abilityframe64_up.dds" tier="PARENT"> <Dimensions x="50" y="50"/> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="25" offsetY="0"/> </Texture> <Texture name="$(parent)Swimlane1HeaderIcon" tier="PARENT"> <Dimensions x="48" y="48"/> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="26" offsetY="1"/> </Texture> <!-- Header 2 --> <Texture name="$(parent)Swimlane2HeaderIcon" width="50" height="50"> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="125" offsetY="0"/> <!--<Controls> <Texture name="$(parent)SwimlaneHeaderIconBorder" width="50" height="50" textureFile="/esoui/art/actionbar/abilityframe64_up.dds"> <Anchor point="CENTER" relativeTo="$(parent)" relativePoint="CENTER"/> </Texture> </Controls>--> </Texture> <!-- Header 3 --> <Texture name="$(parent)Swimlane3HeaderIcon" width="50" height="50"> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="225" offsetY="0"/> <!--<Controls> <Texture name="$(parent)SwimlaneHeaderIconBorder" width="50" height="50" textureFile="/esoui/art/actionbar/abilityframe64_up.dds"> <Anchor point="CENTER" relativeTo="$(parent)" relativePoint="CENTER"/> </Texture> </Controls>--> </Texture> <!-- Header 4 --> <Texture name="$(parent)Swimlane4HeaderIcon" width="50" height="50"> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="325" offsetY="0"/> <!--<Controls> <Texture name="$(parent)SwimlaneHeaderIconBorder" width="20" height="20" textureFile="/esoui/art/actionbar/abilityframe64_up.dds"> <Anchor point="CENTER" relativeTo="$(parent)" relativePoint="CENTER"/> </Texture> </Controls>--> </Texture> <!-- Header 5 --> <Texture name="$(parent)Swimlane5HeaderIcon" width="50" height="50"> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="425" offsetY="0"/> <!--<Controls> <Texture name="$(parent)SwimlaneHeaderIconBorder" width="20" height="20" textureFile="/esoui/art/actionbar/abilityframe64_up.dds"> <Anchor point="CENTER" relativeTo="$(parent)" relativePoint="CENTER"/> </Texture> </Controls>--> </Texture> <!-- Header 6 --> <Texture name="$(parent)Swimlane6HeaderIcon" width="50" height="50"> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="525" offsetY="0"/> <!--<Controls> <Texture name="$(parent)SwimlaneHeaderIconBorder" width="50" height="50" textureFile="/esoui/art/actionbar/abilityframe64_up.dds"> <Anchor point="CENTER" relativeTo="$(parent)" relativePoint="CENTER"/> </Texture> </Controls>--> </Texture> <!-- List 1 --> <Backdrop name="$(parent)Backdrop" edgeColor="000000" centerColor="FF0000" alpha="0.6" > <Dimensions x="100" y="500" /> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="0" offsetY="50"/> <Edge edgeSize="2" /> </Backdrop> <Control name="$(parent)Container1" inherits="ZO_ScrollContainer"> <Dimensions x="100" y="500" /> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="0" offsetY="50"/> </Control> <!-- List 2 --> <Control name="$(parent)Container2" inherits="ZO_ScrollContainer"> <Dimensions x="100" y="500" /> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="100" offsetY="50"/> </Control> <!-- List 3 --> <Control name="$(parent)Container3" inherits="ZO_ScrollContainer"> <Dimensions x="100" y="500" /> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="200" offsetY="50"/> </Control> <!-- List 4 --> <Control name="$(parent)Container4" inherits="ZO_ScrollContainer"> <Dimensions x="100" y="500" /> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="300" offsetY="50"/> </Control> <!-- List 5 --> <Control name="$(parent)Container5" inherits="ZO_ScrollContainer"> <Dimensions x="100" y="500" /> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="400" offsetY="50"/> </Control> <!-- List 6 --> <Control name="$(parent)Container6" inherits="ZO_ScrollContainer"> <Dimensions x="100" y="500" /> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="500" offsetY="50"/> </Control> </Controls> </TopLevelControl> </Controls> </GuiXml>