Files
eqclient-conf/uifiles/default/EQUI_RespawnWnd.xml
T
2015-06-20 02:59:24 -07:00

133 lines
4.0 KiB
XML
Executable File

<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
<Gauge item="RW_TimeGauge">
<ScreenID>TimeGauge</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>10</LeftAnchorOffset>
<TopAnchorOffset>10</TopAnchorOffset>
<RightAnchorOffset>10</RightAnchorOffset>
<BottomAnchorOffset>20</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<GaugeOffsetY>0</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<GaugeOffsetX>80</GaugeOffsetX>
<TextOffsetY>-3</TextOffsetY>
<!--<TooltipReference/>-->
<Text>Respawn Timer</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
</FillTint>
<!-- <LinesFillTint>-->
<!-- <R>0</R>-->
<!-- <G>80</G>-->
<!-- <B>220</B>-->
<!-- </LinesFillTint> -->
<DrawLinesFill>false</DrawLinesFill>
<EQType>28</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>
<Button item = "RW_SelectButton">
<ScreenID>SelectButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>14</LeftAnchorOffset>
<TopAnchorOffset>20</TopAnchorOffset>
<RightAnchorOffset>14</RightAnchorOffset>
<BottomAnchorOffset>4</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<Text>Respawn</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_Normal</Template>
</Button>
<Listbox item = "RW_OptionsList">
<ScreenID>OptionsList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>4</LeftAnchorOffset>
<TopAnchorOffset>24</TopAnchorOffset>
<RightAnchorOffset>4</RightAnchorOffset>
<BottomAnchorOffset>24</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Columns>
<Width>10</Width>
<Heading></Heading>
</Columns>
<Columns>
<Width>100</Width>
<Heading>Name</Heading>
</Columns>
<Columns>
<Width>100</Width>
<Heading>Zone</Heading>
</Columns>
<Style_Border>true</Style_Border>
<Style_VScroll>true</Style_VScroll>
</Listbox>
<Screen item = "RespawnWnd">
<!--<ScreenID/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>196</X>
<Y>50</Y>
</Location>
<Size>
<CX>220</CX>
<CY>160</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Text>Respawn Options</Text>
<DrawTemplate>WDT_Rounded</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Escapable>false</Escapable>
<Pieces>RW_TimeGauge</Pieces>
<Pieces>RW_SelectButton</Pieces>
<Pieces>RW_OptionsList</Pieces>
</Screen>
</XML>