ESOUI SVN ZAMBuffDisplay

[/] [trunk/] [ZAM_BuffDisplay/] [ZAM_BuffDisplay.xml] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 Seerah-7
<GuiXml>
2 Seerah-7
        <Controls>
3 13 Seerah-7
 
4 4 Seerah-7
                <Control name="ZAM_BuffDisplayLine" virtual="true">
5 Seerah-7
                        <Dimensions y="30" />
6 Seerah-7
                        <OnUpdate></OnUpdate>
7 Seerah-7
                        <OnMouseEnter></OnMouseEnter>
8 Seerah-7
                        <OnMouseExit></OnMouseExit>
9 Seerah-7
                        <Controls>
10 Seerah-7
                                <Texture name="$(parent)Icon" textureFile="EsoUI\Art\TreeIcons\tutorial_idexicon_death_down.dds" >
11 Seerah-7
                                        <Dimensions x="24" y="24" />
12 Seerah-7
                                        <Anchor point="LEFT" />
13 Seerah-7
                                </Texture>
14 Seerah-7
                                <Label name="$(parent)Time" font="ZoFontGameMedium" verticalAlignment="CENTER" horizontalAlignment="RIGHT" text="58s" >
15 Seerah-7
                                        <Dimensions x="40" y="28"/>
16 10 Seerah-7
                                        <Anchor point="RIGHT" offsetX="-5" />
17 4 Seerah-7
                                </Label>
18 Seerah-7
                                <Label name="$(parent)Name" font="ZoFontGameMedium" wrapMode="ELLIPSIS" verticalAlignment="CENTER" text="Yay Buff!" >
19 Seerah-7
                                        <Dimensions y="28" />
20 Seerah-7
                                        <Anchor point="LEFT" relativeTo="$(parent)Icon" relativePoint="RIGHT" offsetX="5" />
21 Seerah-7
                                        <Anchor point="RIGHT" relativeTo="$(parent)Time" relativePoint="LEFT" offsetX="5" />
22 Seerah-7
                                </Label>
23 13 Seerah-7
                                <StatusBar name="$(parent)Statusbar" textureFile="EsoUI/Art/Miscellaneous/progressbar_genericFill_tall.dds">
24 Seerah-7
                                        <Dimensions x="512" y="24" />
25 4 Seerah-7
                                        <Anchor point="LEFT" relativeTo="$(parent)Icon" relativePoint="RIGHT" offsetX="1" />
26 Seerah-7
                                        <Anchor point="RIGHT" relativeTo="$(parent)" relativePoint="RIGHT" />
27 Seerah-7
                                </StatusBar>
28 Seerah-7
                        </Controls>
29 13 Seerah-7
                </Control>
30 Seerah-7
 
31 7 Seerah-7
                <Control name="ZAM_BuffDisplay_Player" inherits="ZAM_BuffDisplayLine" virtual="true">
32 Seerah-7
                </Control>
33 13 Seerah-7
 
34 7 Seerah-7
                <Control name="ZAM_BuffDisplay_Reticleover" inherits="ZAM_BuffDisplayLine" virtual="true">
35 Seerah-7
                </Control>
36 13 Seerah-7
 
37 4 Seerah-7
        </Controls>
38 Seerah-7
</GuiXml>