Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > General authoring help / discussion
User Name
Password

Reply
 
Thread Tools Display Modes
Old 12-06-2021, 02:17 PM   #1
Angahran
Premium Member
 
Join Date: Sep 2002
Posts: 360
Interface Author - Click to view interfaces
Default ExtendedTargetWindow - Can't get scrolling :(

H,

I'm trying to tweak my extended target window to get scrollbars to a) work, and b) only show up if needed.

Unfortunately it seems no matter what I do all I achieve is for the window to go completely blank

Hoping maybe a 2nd pair of eyes could spot whatever obvious mistake I'm making ?

Any thoughts, suggestions, etc would be very much appreciated.

Thank you.


This is the current window, with no scrolling, which works:
Code:
<?xml version="1.0" encoding="us-ascii"?> <XML ID="EQInterfaceDefinitionLanguage"> <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" /> <Label item="ETW_AggroPct0"> <ScreenID>ETW_AggroPct0</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>314</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge0"> <ScreenID>ETW_Gauge0</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>42</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge0"> <ScreenID>ETW_ManaGauge0</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>62</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge0"> <ScreenID>ETW_STAGauge0</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>82</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel0"> <ScreenID>ETW_HPLabel0</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>151</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role0"> <ScreenID>ETW_Role0</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct1"> <ScreenID>ETW_AggroPct1</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>315</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge1"> <ScreenID>ETW_Gauge1</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>43</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge1"> <ScreenID>ETW_ManaGauge1</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>63</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge1"> <ScreenID>ETW_STAGauge1</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>83</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel1"> <ScreenID>ETW_HPLabel1</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>152</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role1"> <ScreenID>ETW_Role1</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct2"> <ScreenID>ETW_AggroPct2</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>316</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge2"> <ScreenID>ETW_Gauge2</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>44</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge2"> <ScreenID>ETW_ManaGauge2</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>64</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge2"> <ScreenID>ETW_STAGauge2</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>84</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel2"> <ScreenID>ETW_HPLabel2</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>153</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role2"> <ScreenID>ETW_Role2</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct3"> <ScreenID>ETW_AggroPct3</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>317</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge3"> <ScreenID>ETW_Gauge3</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>45</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge3"> <ScreenID>ETW_ManaGauge3</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>65</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge3"> <ScreenID>ETW_STAGauge3</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>85</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel3"> <ScreenID>ETW_HPLabel3</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>154</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role3"> <ScreenID>ETW_Role3</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct4"> <ScreenID>ETW_AggroPct4</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>318</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge4"> <ScreenID>ETW_Gauge4</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>46</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge4"> <ScreenID>ETW_ManaGauge4</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>66</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge4"> <ScreenID>ETW_STAGauge4</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>86</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel4"> <ScreenID>ETW_HPLabel4</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>155</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role4"> <ScreenID>ETW_Role4</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct5"> <ScreenID>ETW_AggroPct5</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>319</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge5"> <ScreenID>ETW_Gauge5</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>47</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge5"> <ScreenID>ETW_ManaGauge5</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>67</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge5"> <ScreenID>ETW_STAGauge5</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>87</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel5"> <ScreenID>ETW_HPLabel5</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>156</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role5"> <ScreenID>ETW_Role5</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct6"> <ScreenID>ETW_AggroPct6</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>320</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge6"> <ScreenID>ETW_Gauge6</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>48</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge6"> <ScreenID>ETW_ManaGauge6</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>68</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge6"> <ScreenID>ETW_STAGauge6</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>88</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel6"> <ScreenID>ETW_HPLabel6</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>157</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role6"> <ScreenID>ETW_Role6</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct7"> <ScreenID>ETW_AggroPct7</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>321</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge7"> <ScreenID>ETW_Gauge7</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>49</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge7"> <ScreenID>ETW_ManaGauge7</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>69</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge7"> <ScreenID>ETW_STAGauge7</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>89</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel7"> <ScreenID>ETW_HPLabel7</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>158</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role7"> <ScreenID>ETW_Role7</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct8"> <ScreenID>ETW_AggroPct8</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>322</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge8"> <ScreenID>ETW_Gauge8</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>50</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge8"> <ScreenID>ETW_ManaGauge8</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>70</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge8"> <ScreenID>ETW_STAGauge8</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>90</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel8"> <ScreenID>ETW_HPLabel8</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>159</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role8"> <ScreenID>ETW_Role8</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct9"> <ScreenID>ETW_AggroPct9</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>323</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge9"> <ScreenID>ETW_Gauge9</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>51</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge9"> <ScreenID>ETW_ManaGauge9</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>71</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge9"> <ScreenID>ETW_STAGauge9</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>91</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel9"> <ScreenID>ETW_HPLabel9</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>160</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role9"> <ScreenID>ETW_Role9</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct10"> <ScreenID>ETW_AggroPct10</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>324</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge10"> <ScreenID>ETW_Gauge10</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>52</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge10"> <ScreenID>ETW_ManaGauge10</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>72</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge10"> <ScreenID>ETW_STAGauge10</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>92</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel10"> <ScreenID>ETW_HPLabel10</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>161</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role10"> <ScreenID>ETW_Role10</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct11"> <ScreenID>ETW_AggroPct11</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>325</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge11"> <ScreenID>ETW_Gauge11</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>53</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge11"> <ScreenID>ETW_ManaGauge11</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>73</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge11"> <ScreenID>ETW_STAGauge11</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>93</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel11"> <ScreenID>ETW_HPLabel11</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>162</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role11"> <ScreenID>ETW_Role11</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct12"> <ScreenID>ETW_AggroPct12</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>326</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge12"> <ScreenID>ETW_Gauge12</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>54</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge12"> <ScreenID>ETW_ManaGauge12</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>74</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge12"> <ScreenID>ETW_STAGauge12</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>94</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel12"> <ScreenID>ETW_HPLabel12</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>163</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role12"> <ScreenID>ETW_Role12</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct13"> <ScreenID>ETW_AggroPct13</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>327</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge13"> <ScreenID>ETW_Gauge13</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>55</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge13"> <ScreenID>ETW_ManaGauge13</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>75</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge13"> <ScreenID>ETW_STAGauge13</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>95</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel13"> <ScreenID>ETW_HPLabel13</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>164</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role13"> <ScreenID>ETW_Role13</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct14"> <ScreenID>ETW_AggroPct14</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>328</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge14"> <ScreenID>ETW_Gauge14</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>56</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge14"> <ScreenID>ETW_ManaGauge14</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>76</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge14"> <ScreenID>ETW_STAGauge14</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>96</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel14"> <ScreenID>ETW_HPLabel14</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>165</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role14"> <ScreenID>ETW_Role14</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct15"> <ScreenID>ETW_AggroPct15</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>329</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge15"> <ScreenID>ETW_Gauge15</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>57</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge15"> <ScreenID>ETW_ManaGauge15</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>77</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge15"> <ScreenID>ETW_STAGauge15</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>97</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel15"> <ScreenID>ETW_HPLabel15</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>166</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role15"> <ScreenID>ETW_Role15</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct16"> <ScreenID>ETW_AggroPct16</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>330</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge16"> <ScreenID>ETW_Gauge16</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>58</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge16"> <ScreenID>ETW_ManaGauge16</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>78</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge16"> <ScreenID>ETW_STAGauge16</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>98</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel16"> <ScreenID>ETW_HPLabel16</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>167</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role16"> <ScreenID>ETW_Role16</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct17"> <ScreenID>ETW_AggroPct17</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>331</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge17"> <ScreenID>ETW_Gauge17</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>59</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge17"> <ScreenID>ETW_ManaGauge17</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>79</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge17"> <ScreenID>ETW_STAGauge17</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>99</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel17"> <ScreenID>ETW_HPLabel17</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>168</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role17"> <ScreenID>ETW_Role17</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct18"> <ScreenID>ETW_AggroPct18</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>332</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge18"> <ScreenID>ETW_Gauge18</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>60</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge18"> <ScreenID>ETW_ManaGauge18</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>80</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge18"> <ScreenID>ETW_STAGauge18</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>100</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel18"> <ScreenID>ETW_HPLabel18</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>169</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role18"> <ScreenID>ETW_Role18</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct19"> <ScreenID>ETW_AggroPct19</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>333</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge19"> <ScreenID>ETW_Gauge19</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>61</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge19"> <ScreenID>ETW_ManaGauge19</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>81</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge19"> <ScreenID>ETW_STAGauge19</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>101</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel19"> <ScreenID>ETW_HPLabel19</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>170</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role19"> <ScreenID>ETW_Role19</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct20"> <ScreenID>ETW_AggroPct20</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>391</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge20"> <ScreenID>ETW_Gauge20</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>151</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge20"> <ScreenID>ETW_ManaGauge20</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>161</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge20"> <ScreenID>ETW_STAGauge20</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>171</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel20"> <ScreenID>ETW_HPLabel20</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>361</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role20"> <ScreenID>ETW_Role20</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct21"> <ScreenID>ETW_AggroPct21</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>392</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge21"> <ScreenID>ETW_Gauge21</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>152</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge21"> <ScreenID>ETW_ManaGauge21</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>162</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge21"> <ScreenID>ETW_STAGauge21</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>172</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel21"> <ScreenID>ETW_HPLabel21</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>362</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role21"> <ScreenID>ETW_Role21</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct22"> <ScreenID>ETW_AggroPct22</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>393</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge22"> <ScreenID>ETW_Gauge22</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>153</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge22"> <ScreenID>ETW_ManaGauge22</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>163</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge22"> <ScreenID>ETW_STAGauge22</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>173</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel22"> <ScreenID>ETW_HPLabel22</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>363</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role22"> <ScreenID>ETW_Role22</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct23"> <ScreenID>ETW_AggroPct23</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>394</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge23"> <ScreenID>ETW_Gauge23</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>154</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge23"> <ScreenID>ETW_ManaGauge23</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>164</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge23"> <ScreenID>ETW_STAGauge23</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>174</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel23"> <ScreenID>ETW_HPLabel23</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>364</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role23"> <ScreenID>ETW_Role23</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct24"> <ScreenID>ETW_AggroPct24</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>395</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge24"> <ScreenID>ETW_Gauge24</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>155</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge24"> <ScreenID>ETW_ManaGauge24</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>165</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge24"> <ScreenID>ETW_STAGauge24</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>175</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel24"> <ScreenID>ETW_HPLabel24</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>365</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role24"> <ScreenID>ETW_Role24</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct25"> <ScreenID>ETW_AggroPct25</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>396</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge25"> <ScreenID>ETW_Gauge25</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>156</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge25"> <ScreenID>ETW_ManaGauge25</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>166</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge25"> <ScreenID>ETW_STAGauge25</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>176</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel25"> <ScreenID>ETW_HPLabel25</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>366</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role25"> <ScreenID>ETW_Role25</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct26"> <ScreenID>ETW_AggroPct26</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>397</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge26"> <ScreenID>ETW_Gauge26</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>157</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge26"> <ScreenID>ETW_ManaGauge26</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>167</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge26"> <ScreenID>ETW_STAGauge26</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>177</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel26"> <ScreenID>ETW_HPLabel26</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>367</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role26"> <ScreenID>ETW_Role26</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct27"> <ScreenID>ETW_AggroPct27</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>398</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge27"> <ScreenID>ETW_Gauge27</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>158</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge27"> <ScreenID>ETW_ManaGauge27</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>168</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge27"> <ScreenID>ETW_STAGauge27</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>178</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel27"> <ScreenID>ETW_HPLabel27</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>368</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role27"> <ScreenID>ETW_Role27</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct28"> <ScreenID>ETW_AggroPct28</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>399</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge28"> <ScreenID>ETW_Gauge28</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>159</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge28"> <ScreenID>ETW_ManaGauge28</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>169</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge28"> <ScreenID>ETW_STAGauge28</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>179</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel28"> <ScreenID>ETW_HPLabel28</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>369</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role28"> <ScreenID>ETW_Role28</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_AggroPct29"> <ScreenID>ETW_AggroPct29</ScreenID> <RelativePosition>true</RelativePosition> <Font>1</Font> <Text>78</Text> <EQType>400</EQType> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>54</LeftAnchorOffset> <RightAnchorOffset>24</RightAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Label> <Gauge item="ETW_Gauge29"> <ScreenID>ETW_Gauge29</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>160</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <TextOffsetX>4</TextOffsetX> <TextOffsetY>-2</TextOffsetY> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_ManaGauge29"> <ScreenID>ETW_ManaGauge29</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>170</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>61</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Gauge item="ETW_STAGauge29"> <ScreenID>ETW_STAGauge29</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>180</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> <LinesFill>A_GaugeLinesFill</LinesFill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>10</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>61</LeftAnchorOffset> <RightAnchorOffset>118</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> </Gauge> <Label item="ETW_HPLabel29"> <ScreenID>ETW_HPLabel29</ScreenID> <RelativePosition>true</RelativePosition> <Text>100</Text> <AppendText>%</AppendText> <NoWrap>true</NoWrap> <AlignRight>true</AlignRight> <Font>1</Font> <EQType>370</EQType> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <RightAnchorToLeft>true</RightAnchorToLeft> <LeftAnchorOffset>120</LeftAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label> <Button item="ETW_Role29"> <ScreenID>ETW_Role29</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> </ButtonDrawTemplate> <DecalSize> <CX>10</CX> <CY>10</CY> </DecalSize> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>12</BottomAnchorOffset> <LeftAnchorOffset>12</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Label item="ETW_Slot0"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>1</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot1"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>2</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot2"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>3</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot3"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>4</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot4"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>5</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot5"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>6</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot6"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>7</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot7"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>8</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot8"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>9</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot9"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>10</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot10"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>11</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot11"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>12</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot12"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>13</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot13"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>14</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot14"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>15</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot15"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>16</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot16"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>17</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot17"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>18</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot18"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>19</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot19"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>20</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot20"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>21</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot21"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>22</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot22"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>23</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot23"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>24</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot24"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>25</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot25"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>26</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot26"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>27</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot27"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>28</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot28"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>29</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Label item="ETW_Slot29"> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>30</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AutoStretch>true</AutoStretch> <AlignRight>true</AlignRight> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>14</BottomAnchorOffset> <LeftAnchorOffset>24</LeftAnchorOffset> <RightAnchorOffset>12</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorToLeft>false</LeftAnchorToLeft> </Label> <Screen item="ETW_Frame0"> <RelativePosition>true</RelativePosition> <Size> <CX>190</CX> <CY>16</CY> </Size> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <DrawTemplate>WDT_Inner</DrawTemplate> <Pieces>ETW_Slot0</Pieces> <Pieces>ETW_AggroPct0</Pieces> <Pieces>ETW_Gauge0</Pieces> <Pieces>ETW_ManaGauge0</Pieces> <Pieces>ETW_STAGauge0</Pieces> <Pieces>ETW_HPLabel0</Pieces> <Pieces>ETW_Role0</Pieces> </Screen> <Screen item="ETW_Frame1"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot1</Pieces> <Pieces>ETW_AggroPct1</Pieces> <Pieces>ETW_Gauge1</Pieces> <Pieces>ETW_ManaGauge1</Pieces> <Pieces>ETW_STAGauge1</Pieces> <Pieces>ETW_HPLabel1</Pieces> <Pieces>ETW_Role1</Pieces> </Screen> <Screen item="ETW_Frame2"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot2</Pieces> <Pieces>ETW_AggroPct2</Pieces> <Pieces>ETW_Gauge2</Pieces> <Pieces>ETW_ManaGauge2</Pieces> <Pieces>ETW_STAGauge2</Pieces> <Pieces>ETW_HPLabel2</Pieces> <Pieces>ETW_Role2</Pieces> </Screen> <Screen item="ETW_Frame3"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot3</Pieces> <Pieces>ETW_AggroPct3</Pieces> <Pieces>ETW_Gauge3</Pieces> <Pieces>ETW_ManaGauge3</Pieces> <Pieces>ETW_STAGauge3</Pieces> <Pieces>ETW_HPLabel3</Pieces> <Pieces>ETW_Role3</Pieces> </Screen> <Screen item="ETW_Frame4"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot4</Pieces> <Pieces>ETW_AggroPct4</Pieces> <Pieces>ETW_Gauge4</Pieces> <Pieces>ETW_ManaGauge4</Pieces> <Pieces>ETW_STAGauge4</Pieces> <Pieces>ETW_HPLabel4</Pieces> <Pieces>ETW_Role4</Pieces> </Screen> <Screen item="ETW_Frame5"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot5</Pieces> <Pieces>ETW_AggroPct5</Pieces> <Pieces>ETW_Gauge5</Pieces> <Pieces>ETW_ManaGauge5</Pieces> <Pieces>ETW_STAGauge5</Pieces> <Pieces>ETW_HPLabel5</Pieces> <Pieces>ETW_Role5</Pieces> </Screen> <Screen item="ETW_Frame6"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot6</Pieces> <Pieces>ETW_AggroPct6</Pieces> <Pieces>ETW_Gauge6</Pieces> <Pieces>ETW_ManaGauge6</Pieces> <Pieces>ETW_STAGauge6</Pieces> <Pieces>ETW_HPLabel6</Pieces> <Pieces>ETW_Role6</Pieces> </Screen> <Screen item="ETW_Frame7"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot7</Pieces> <Pieces>ETW_AggroPct7</Pieces> <Pieces>ETW_Gauge7</Pieces> <Pieces>ETW_ManaGauge7</Pieces> <Pieces>ETW_STAGauge7</Pieces> <Pieces>ETW_HPLabel7</Pieces> <Pieces>ETW_Role7</Pieces> </Screen> <Screen item="ETW_Frame8"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot8</Pieces> <Pieces>ETW_AggroPct8</Pieces> <Pieces>ETW_Gauge8</Pieces> <Pieces>ETW_ManaGauge8</Pieces> <Pieces>ETW_STAGauge8</Pieces> <Pieces>ETW_HPLabel8</Pieces> <Pieces>ETW_Role8</Pieces> </Screen> <Screen item="ETW_Frame9"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot9</Pieces> <Pieces>ETW_AggroPct9</Pieces> <Pieces>ETW_Gauge9</Pieces> <Pieces>ETW_ManaGauge9</Pieces> <Pieces>ETW_STAGauge9</Pieces> <Pieces>ETW_HPLabel9</Pieces> <Pieces>ETW_Role9</Pieces> </Screen> <Screen item="ETW_Frame10"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot10</Pieces> <Pieces>ETW_AggroPct10</Pieces> <Pieces>ETW_Gauge10</Pieces> <Pieces>ETW_ManaGauge10</Pieces> <Pieces>ETW_STAGauge10</Pieces> <Pieces>ETW_HPLabel10</Pieces> <Pieces>ETW_Role10</Pieces> </Screen> <Screen item="ETW_Frame11"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot11</Pieces> <Pieces>ETW_AggroPct11</Pieces> <Pieces>ETW_Gauge11</Pieces> <Pieces>ETW_ManaGauge11</Pieces> <Pieces>ETW_STAGauge11</Pieces> <Pieces>ETW_HPLabel11</Pieces> <Pieces>ETW_Role11</Pieces> </Screen> <Screen item="ETW_Frame12"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot12</Pieces> <Pieces>ETW_AggroPct12</Pieces> <Pieces>ETW_Gauge12</Pieces> <Pieces>ETW_ManaGauge12</Pieces> <Pieces>ETW_STAGauge12</Pieces> <Pieces>ETW_HPLabel12</Pieces> <Pieces>ETW_Role12</Pieces> </Screen> <Screen item="ETW_Frame13"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot13</Pieces> <Pieces>ETW_AggroPct13</Pieces> <Pieces>ETW_Gauge13</Pieces> <Pieces>ETW_ManaGauge13</Pieces> <Pieces>ETW_STAGauge13</Pieces> <Pieces>ETW_HPLabel13</Pieces> <Pieces>ETW_Role13</Pieces> </Screen> <Screen item="ETW_Frame14"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot14</Pieces> <Pieces>ETW_AggroPct14</Pieces> <Pieces>ETW_Gauge14</Pieces> <Pieces>ETW_ManaGauge14</Pieces> <Pieces>ETW_STAGauge14</Pieces> <Pieces>ETW_HPLabel14</Pieces> <Pieces>ETW_Role14</Pieces> </Screen> <Screen item="ETW_Frame15"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot15</Pieces> <Pieces>ETW_AggroPct15</Pieces> <Pieces>ETW_Gauge15</Pieces> <Pieces>ETW_ManaGauge15</Pieces> <Pieces>ETW_STAGauge15</Pieces> <Pieces>ETW_HPLabel15</Pieces> <Pieces>ETW_Role15</Pieces> </Screen> <Screen item="ETW_Frame16"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot16</Pieces> <Pieces>ETW_AggroPct16</Pieces> <Pieces>ETW_Gauge16</Pieces> <Pieces>ETW_ManaGauge16</Pieces> <Pieces>ETW_STAGauge16</Pieces> <Pieces>ETW_HPLabel16</Pieces> <Pieces>ETW_Role16</Pieces> </Screen> <Screen item="ETW_Frame17"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot17</Pieces> <Pieces>ETW_AggroPct17</Pieces> <Pieces>ETW_Gauge17</Pieces> <Pieces>ETW_ManaGauge17</Pieces> <Pieces>ETW_STAGauge17</Pieces> <Pieces>ETW_HPLabel17</Pieces> <Pieces>ETW_Role17</Pieces> </Screen> <Screen item="ETW_Frame18"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot18</Pieces> <Pieces>ETW_AggroPct18</Pieces> <Pieces>ETW_Gauge18</Pieces> <Pieces>ETW_ManaGauge18</Pieces> <Pieces>ETW_STAGauge18</Pieces> <Pieces>ETW_HPLabel18</Pieces> <Pieces>ETW_Role18</Pieces> </Screen> <Screen item="ETW_Frame19"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot19</Pieces> <Pieces>ETW_AggroPct19</Pieces> <Pieces>ETW_Gauge19</Pieces> <Pieces>ETW_ManaGauge19</Pieces> <Pieces>ETW_STAGauge19</Pieces> <Pieces>ETW_HPLabel19</Pieces> <Pieces>ETW_Role19</Pieces> </Screen> <Screen item="ETW_Frame20"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot20</Pieces> <Pieces>ETW_AggroPct20</Pieces> <Pieces>ETW_Gauge20</Pieces> <Pieces>ETW_ManaGauge20</Pieces> <Pieces>ETW_STAGauge20</Pieces> <Pieces>ETW_HPLabel20</Pieces> <Pieces>ETW_Role20</Pieces> </Screen> <Screen item="ETW_Frame21"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot21</Pieces> <Pieces>ETW_AggroPct21</Pieces> <Pieces>ETW_Gauge21</Pieces> <Pieces>ETW_ManaGauge21</Pieces> <Pieces>ETW_STAGauge21</Pieces> <Pieces>ETW_HPLabel21</Pieces> <Pieces>ETW_Role21</Pieces> </Screen> <Screen item="ETW_Frame22"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot22</Pieces> <Pieces>ETW_AggroPct22</Pieces> <Pieces>ETW_Gauge22</Pieces> <Pieces>ETW_ManaGauge22</Pieces> <Pieces>ETW_STAGauge22</Pieces> <Pieces>ETW_HPLabel22</Pieces> <Pieces>ETW_Role22</Pieces> </Screen> <Screen item="ETW_Frame23"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot23</Pieces> <Pieces>ETW_AggroPct23</Pieces> <Pieces>ETW_Gauge23</Pieces> <Pieces>ETW_ManaGauge23</Pieces> <Pieces>ETW_STAGauge23</Pieces> <Pieces>ETW_HPLabel23</Pieces> <Pieces>ETW_Role23</Pieces> </Screen> <Screen item="ETW_Frame24"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot24</Pieces> <Pieces>ETW_AggroPct24</Pieces> <Pieces>ETW_Gauge24</Pieces> <Pieces>ETW_ManaGauge24</Pieces> <Pieces>ETW_STAGauge24</Pieces> <Pieces>ETW_HPLabel24</Pieces> <Pieces>ETW_Role24</Pieces> </Screen> <Screen item="ETW_Frame25"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot25</Pieces> <Pieces>ETW_AggroPct25</Pieces> <Pieces>ETW_Gauge25</Pieces> <Pieces>ETW_ManaGauge25</Pieces> <Pieces>ETW_STAGauge25</Pieces> <Pieces>ETW_HPLabel25</Pieces> <Pieces>ETW_Role25</Pieces> </Screen> <Screen item="ETW_Frame26"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot26</Pieces> <Pieces>ETW_AggroPct26</Pieces> <Pieces>ETW_Gauge26</Pieces> <Pieces>ETW_ManaGauge26</Pieces> <Pieces>ETW_STAGauge26</Pieces> <Pieces>ETW_HPLabel26</Pieces> <Pieces>ETW_Role26</Pieces> </Screen> <Screen item="ETW_Frame27"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot27</Pieces> <Pieces>ETW_AggroPct27</Pieces> <Pieces>ETW_Gauge27</Pieces> <Pieces>ETW_ManaGauge27</Pieces> <Pieces>ETW_STAGauge27</Pieces> <Pieces>ETW_HPLabel27</Pieces> <Pieces>ETW_Role27</Pieces> </Screen> <Screen item="ETW_Frame28"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot28</Pieces> <Pieces>ETW_AggroPct28</Pieces> <Pieces>ETW_Gauge28</Pieces> <Pieces>ETW_ManaGauge28</Pieces> <Pieces>ETW_STAGauge28</Pieces> <Pieces>ETW_HPLabel28</Pieces> <Pieces>ETW_Role28</Pieces> </Screen> <Screen item="ETW_Frame29"> <RelativePosition>true</RelativePosition> <Style_Transparent>true</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ETW_Slot29</Pieces> <Pieces>ETW_AggroPct29</Pieces> <Pieces>ETW_Gauge29</Pieces> <Pieces>ETW_ManaGauge29</Pieces> <Pieces>ETW_STAGauge29</Pieces> <Pieces>ETW_HPLabel29</Pieces> <Pieces>ETW_Role29</Pieces> </Screen> <TileLayoutBox item="ETW_Frames"> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <TopAnchorOffset>-1</TopAnchorOffset> <BottomAnchorOffset>-1</BottomAnchorOffset> <LeftAnchorOffset>-1</LeftAnchorOffset> <RightAnchorOffset>-1</RightAnchorOffset> <BottomAnchorToTop>false</BottomAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_Transparent>true</Style_Transparent> <Spacing>-1</Spacing> <SecondarySpacing>-1</SecondarySpacing> <HorizontalFirst>false</HorizontalFirst> <AnchorToTop>true</AnchorToTop> <AnchorToLeft>true</AnchorToLeft> <FirstPieceTemplate>true</FirstPieceTemplate> <Pieces>Screen:ETW_Frame0</Pieces> <Pieces>Screen:ETW_Frame1</Pieces> <Pieces>Screen:ETW_Frame2</Pieces> <Pieces>Screen:ETW_Frame3</Pieces> <Pieces>Screen:ETW_Frame4</Pieces> <Pieces>Screen:ETW_Frame5</Pieces> <Pieces>Screen:ETW_Frame6</Pieces> <Pieces>Screen:ETW_Frame7</Pieces> <Pieces>Screen:ETW_Frame8</Pieces> <Pieces>Screen:ETW_Frame9</Pieces> <Pieces>Screen:ETW_Frame10</Pieces> <Pieces>Screen:ETW_Frame11</Pieces> <Pieces>Screen:ETW_Frame12</Pieces> <Pieces>Screen:ETW_Frame13</Pieces> <Pieces>Screen:ETW_Frame14</Pieces> <Pieces>Screen:ETW_Frame15</Pieces> <Pieces>Screen:ETW_Frame16</Pieces> <Pieces>Screen:ETW_Frame17</Pieces> <Pieces>Screen:ETW_Frame18</Pieces> <Pieces>Screen:ETW_Frame19</Pieces> <Pieces>Screen:ETW_Frame20</Pieces> <Pieces>Screen:ETW_Frame21</Pieces> <Pieces>Screen:ETW_Frame22</Pieces> <Pieces>Screen:ETW_Frame23</Pieces> <Pieces>Screen:ETW_Frame24</Pieces> <Pieces>Screen:ETW_Frame25</Pieces> <Pieces>Screen:ETW_Frame26</Pieces> <Pieces>Screen:ETW_Frame27</Pieces> <Pieces>Screen:ETW_Frame28</Pieces> <Pieces>Screen:ETW_Frame29</Pieces> </TileLayoutBox> <Screen item="ExtendedTargetWnd"> <RelativePosition>false</RelativePosition> <Location> <X>134</X> <Y>134</Y> </Location> <Size> <CX>190</CX> <CY>165</CY> </Size> <Text></Text> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference>This is the extended target window.</TooltipReference> <Style_Titlebar>true</Style_Titlebar> <Style_Qmarkbox>false</Style_Qmarkbox> <Style_Closebox>true</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>true</Style_Border> <Style_Sizable>true</Style_Sizable> <Escapable>false</Escapable> <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate> <Pieces>TileLayoutBox:ETW_Frames</Pieces> </Screen> </XML>
__________________
My UI files.
Angahran is offline   Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 06:39 PM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI