View Single Post
Old 01-24-2011, 12:25 PM   #4
a_ceara01
A Ghoul
 
Join Date: Feb 2010
Posts: 17
Default

Here is the code for the group window I am using, in case it will help. As I mentioned prior, it's a hot mess. If I had the time and desire, I'd go through all of these UI files and clean it up, but I just haven't been that motivated since it works fine. It's nearly impossible to follow the naming convention of the pieces, but it's doable.

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />

<Label item="PW_PlayerName">
<ScreenID>PW_PlayerName</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<EQType>1</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
<Alpha>255</Alpha>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>0</TopAnchorOffset>
<BottomAnchorOffset>55</BottomAnchorOffset>
<LeftAnchorOffset>3</LeftAnchorOffset>
<RightAnchorOffset>10</RightAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
</Label>

<Label item="PW_HP_Number">
<ScreenID>PW_HP_NumberLabel</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<EQType>70</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
<Alpha>255</Alpha>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>19.5</TopAnchorOffset>
<BottomAnchorOffset>55</BottomAnchorOffset>
<LeftAnchorOffset>3</LeftAnchorOffset>
<RightAnchorOffset>10</RightAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
</Label>
<Label item="PW_Mana_Number">
<ScreenID>PW_Mana_Number</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<EQType>128</EQType>
<TextColor>
<R>0</R>
<G>128</G>
<B>255</B>
<Alpha>255</Alpha>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>39.5</TopAnchorOffset>
<BottomAnchorOffset>83</BottomAnchorOffset>
<LeftAnchorOffset>3</LeftAnchorOffset>
<RightAnchorOffset>10</RightAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
</Label>


<Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfGeneric Label

(XXXXXXXX)">
<ScreenID>A_Label</ScreenID>
<Font>2</Font>
<Text>/</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>4</CX>
<CY>11</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>52</X>
<Y>40</Y>
</Location>
</Label>
<Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfGe neric Label

(XXXXXXXX)">
<ScreenID>A_Label</ScreenID>
<Font>2</Font>
<Text>/</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>4</CX>
<CY>11</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>52</X>
<Y>20</Y>
</Location>
</Label>
<Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfGeneric Label (XXXXXXXX)">
<ScreenID>A_Label</ScreenID>
<Font>2</Font>
<Text>/</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>5</CX>
<CY>12</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>52</X>
<Y>0</Y>
</Location>
</Label>
<Label item="CopyOfPlayer Max Hit Points">
<ScreenID>Player_HP_M</ScreenID>
<EQType>18</EQType>
<Font>2</Font>
<Text>99999</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>60</X>
<Y>0</Y>
</Location>
<Size>
<CX>34</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item="CopyOfPlayer Current Hit Points">
<ScreenID>Player_HP_C</ScreenID>
<EQType>17</EQType>
<Font>2</Font>
<Text>99999</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>0</Y>
</Location>
<Size>
<CX>32</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>True</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item="CopyOfPlayer Max Endurance">
<ScreenID>Player_Endurance_M</ScreenID>
<EQType>127</EQType>
<Font>2</Font>
<Text>99999</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>60</X>
<Y>40</Y>
</Location>
<Size>
<CX>34</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item="CopyOfPlayer Current Endurance">
<ScreenID>Player_Endurance_C</ScreenID>
<EQType>126</EQType>
<Font>2</Font>
<Text>99999</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>40</Y>
</Location>
<Size>
<CX>32</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>True</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item="CopyOfPlayer Max Mana">
<ScreenID>Player_Mana_M</ScreenID>
<EQType>125</EQType>
<Font>2</Font>
<Text>99999</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>60</X>
<Y>20</Y>
</Location>
<Size>
<CX>32</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item="CopyOfPlayer Current Mana">
<ScreenID>Player_Mana_C</ScreenID>
<EQType>124</EQType>
<Font>2</Font>
<Text>99999</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>20</Y>
</Location>
<Size>
<CX>32</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>True</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label

item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopyOfC

opyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCop yOfCopyOfCopyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>1</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>11</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>232</X>
<Y>1</Y>
</Location>
</Label>
<Label item="CopyOfPlayer Pet Hit Point Percent">
<ScreenID>Player_Pet_HP_P</ScreenID>
<EQType>69</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>216</X>
<Y>1</Y>
</Location>
<Size>
<CX>20</CX>
<CY>11</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>1</Font>
</Label>
<Gauge item="CopyOfCopyOfPIW_PetTargetHPGauge">
<ScreenID>PetTargetHPGauge</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>141</X>
<Y>23</Y>
</Location>
<Size>
<CX>102</CX>`
<CY>11</CY></Size>
<GaugeOffsetY>-111</GaugeOffsetY>
<Text>Player Pet Target</Text>
<TextOffsetY>-3</TextOffsetY>
<TextOffsetX>0</TextOffsetX>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>51</R>
<G>192</G>
<B>51</B>
<Alpha>255</Alpha>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>41</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<Font>2</Font>
<GaugeOffsetX>-111</GaugeOffsetX>
</Gauge>
<Label item="CopyOfPlayer Pet Name">
<ScreenID>Player_Pet_Name</ScreenID>
<EQType>68</EQType>
<!--<Font>3</Font>-->
<Text>Player Pet Name</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>141</X>
<Y>0</Y>
</Location>
<Size>
<CX>79</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>2</Font>
</Label>
<Gauge item="CopyOfCasting">
<ScreenID>Casting_G</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>53</Y>
</Location>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<GaugeOffsetY>-1</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>240</R>
<G>0</G>
<B>240</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>7</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<GaugeOffsetX>-3</GaugeOffsetX>
</Gauge>
<Label item="CopyOfPlayer Current Casting Spell">
<ScreenID>Player_Current_Cast</ScreenID>
<EQType>134</EQType>
<!--<Font>3</Font>-->
<Text>Spell Name Here</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>141</X>
<Y>40</Y>
</Location>
<Size>
<CX>101</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>2</Font>
</Label>
<Label

item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopyOfC

opyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCop yOfCopyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>2</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>123</X>
<Y>50</Y>
</Location>
</Label>
<Label

item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopyOfC

opyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCop yOf%">
<ScreenID>Percent_L</ScreenID>
<Font>2</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>123</X>
<Y>30</Y>
</Location>
</Label>
<Label item="CopyOfCopyOfPlayer Endurance Percent">
<ScreenID>Player_Fatigue_P</ScreenID>
<EQType>21</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>102</X>
<Y>50</Y>
</Location>
<Size>
<CX>23</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>2</Font>
</Label>
<Label item="CopyOfCopyOfPlayer Mana Percent">
<ScreenID>Player_Mana_P</ScreenID>
<EQType>20</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>103</X>
<Y>30</Y>
</Location>
<Size>
<CX>22</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>2</Font>
</Label>
<Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfGeneric Label (XXXXXXXX)">
<ScreenID>A_Label</ScreenID>
<Font>2</Font>
<Text>Endurance</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>60</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>3</X>
<Y>40</Y>
</Location>
</Label>
<Label item="CopyOfCopyOfCopyOfCopyOfCopyOfGeneric Label (XXXXXXXX)">
<ScreenID>A_Label</ScreenID>
<Font>2</Font>
<Text>Mana</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>60</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>3</X>
<Y>20</Y>
</Location>
</Label>
<Gauge item="CopyOfCopyOfPlayer Endurance">
<ScreenID>Player_Fatigue_G</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>2</Y>
</Location>
<Size>
<CX>102</CX>
<CY>59</CY>
</Size>
<GaugeOffsetY>50</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>240</R>
<G>240</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>3</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<Font>2</Font>
<GaugeOffsetX>-3</GaugeOffsetX>
</Gauge>
<Gauge item="CopyOfCopyOfPlayer Mana">
<ScreenID>Player_Mana_G</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>33</Y>
</Location>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<GaugeOffsetY>-1</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>0</R>
<G>128</G>
<B>255</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>220</G>
<B>220</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>2</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<Font>2</Font>
<GaugeOffsetX>-3</GaugeOffsetX>
</Gauge>
<Gauge item="CopyOfPIW_PetTargetHPGauge">
<ScreenID>PetTargetHPGauge</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>33</Y>
</Location>
<Size>
<CX>102</CX>`
<CY>8</CY></Size>
<GaugeOffsetY>-1</GaugeOffsetY>
<Text>No Target</Text>
<TextOffsetY>-111</TextOffsetY>
<TextOffsetX>-111</TextOffsetX>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>51</R>
<G>192</G>
<B>51</B>
<Alpha>255</Alpha>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>41</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<Font>2</Font>
<GaugeOffsetX>-3</GaugeOffsetX>
</Gauge>
<Gauge item="CopyOfPIW_PetHPGauge">
<ScreenID>PetHPGauge</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>2</Y>
</Location>
<Size>
<CX>102</CX>
<CY>19</CY>
</Size>
<GaugeOffsetY>10</GaugeOffsetY>
<Text>Player Pet</Text>
<TextOffsetY>-3</TextOffsetY>
<TextOffsetX>1</TextOffsetX>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>51</R>
<G>192</G>
<B>51</B>
<Alpha>255</Alpha>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<Font>2</Font>
<GaugeOffsetX>-3</GaugeOffsetX>
</Gauge>
<Label item="CopyOfCopyOfPlayer Hit Point Percent">
<ScreenID>Player_HP_P</ScreenID>
<EQType>19</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>104</X>
<Y>10</Y>
</Location>
<Size>
<CX>21</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>2</Font>
</Label>
<Label

item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopyOfC

opyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>2</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>123</X>
<Y>11</Y>
</Location>
</Label>
<Gauge item="CopyOfCopyOfPlayer Hit Points">
<ScreenID>Player_HP_G</ScreenID>
<!--<Font>3</Font>-->
<Text>Your Name Here</Text>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>2</Y>
</Location>
<Size>
<CX>102</CX>
<CY>19</CY>
</Size>
<TextOffsety>0</TextOffsety>
<TextOffsetX>-111</TextOffsetX>
<GaugeOffsetY>10</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>1</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<GaugeOffsetX>-3</GaugeOffsetX>
<TextOffsetY>-111</TextOffsetY>
</Gauge>
<Label item="CopyOfCopyOfPlayer First Name">
<ScreenID>Player_Name_First</ScreenID>
<EQType>1</EQType>
<!--<Font>3</Font>-->
<Text>Player 1st Name</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>-1</Y>
</Location>
<Size>
<CX>100</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>2</Font>
</Label>
<StaticAnimation item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfInv_Seperator1 ">
<RelativePosition>true</RelativePosition>
<Location>
<X>-3</X>
<Y>62</Y>
</Location>
<Size>
<CX>263</CX>
<CY>4</CY>
</Size>
<Animation>A_DividerMiddle</Animation>
</StaticAnimation>
<Label

item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopyOfC

opyOfCopyOfCopyOfCopyOfCopyOfCopyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>2</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>123</X>
<Y>254</Y>
</Location>
</Label>
<Label

item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopyOfC

opyOfCopyOfCopyOfCopyOfCopyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>2</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>123</X>
<Y>235</Y>
</Location>
</Label>
<Label item="CopyOfCopyOfPlayer Alternate Experience Percent">
<ScreenID>Player_AAXP_P</ScreenID>
<EQType>27</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>90</X>
<Y>254</Y>
</Location>
<Size>
<CX>35</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>2</Font>
</Label>
<Label item="CopyOfCopyOfPlayer Experience Percent">
<ScreenID>Player_XP_P</ScreenID>
<EQType>26</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>103</X>
<Y>235</Y>
</Location>
<Size>
<CX>22</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>2</Font>
</Label>
<Gauge item="CopyOfCopyOfIW_ExpGauge">
<ScreenID>ExpGauge</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>238</Y>
</Location>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<GaugeOffsetY>-1</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>150</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>255</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>true</DrawLinesFill>
<EQType>4</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<GaugeOffsetX>-3</GaugeOffsetX>
<Font>2</Font>
</Gauge>
<Gauge item="CopyOfCopyOfIW_AltAdvGauge">
<ScreenID>AltAdvGauge</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>257</Y>
</Location>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<GaugeOffsetY>-1</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>150</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>255</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>true</DrawLinesFill>
<EQType>5</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<GaugeOffsetX>-3</GaugeOffsetX>
<Font>2</Font>
</Gauge>
<Gauge item="CopyOfPlayer Alternate Experience">
<ScreenID>Player_AAXP_G</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>186</Y>
</Location>
<Size>
<CX>108</CX>
<CY>8</CY>
</Size>
<GaugeOffsetY>0</GaugeOffsetY>
<Text />
<TextOffsetY>0</TextOffsetY>
<TextOffsetX>0</TextOffsetX>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>150</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>80</G>
<B>220</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>5</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="CopyOfPlayer Experience">
<ScreenID>Player_XP_G</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>170</Y>
</Location>
<Size>
<CX>108</CX>
<CY>8</CY>
</Size>
<GaugeOffsetY>0</GaugeOffsetY>
<Text />
<TextOffsetY>0</TextOffsetY>
<TextOffsetX>0</TextOffsetX>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>150</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>80</G>
<B>220</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>4</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>

<Label item="CopyOfCopyOfXP">
<ScreenID>XP_L</ScreenID>
<Font>2</Font>
<EQType>2</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>2</X>
<Y>225</Y>
</Location>
</Label>

<Label item="PW_PlayerClass">
<ScreenID>PlayerClass</ScreenID>
<Font>2</Font>
<EQType>3</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>100</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>17</X>
<Y>225</Y>
</Location>
</Label>

<Label item="CopyOfCopyOfAAXP">
<ScreenID>AAXP_L</ScreenID>
<Font>2</Font>
<Text>AA</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>37</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>2</X>
<Y>245</Y>
</Location>
</Label>


<Label item="CopyOfCopyOfCopyOfGeneric Label (XXXXXXXX)">
<ScreenID>AC_Label</ScreenID>
<Font>1</Font>
<Text>AC</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>50</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>142</X>
<Y>228</Y>
</Location>
</Label>

<Label item="CopyOfTribute Time Left">
<ScreenID>AC_Number</ScreenID>
<EQType>22</EQType>
<!--<Font>2</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>159</X>
<Y>228</Y>
</Location>
<Size>
<CX>34</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>


<Label item="CopyOfCopyOfCopyOfCopyOfGeneric Label (XXXXXXXX)">
<ScreenID>ATK_Label</ScreenID>
<Font>1</Font>
<Text>AT</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>50</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>142</X>
<Y>238</Y>
</Location>
</Label>


<Label item="CopyOfGuild Tribute Timer">
<ScreenID>ATK_Number</ScreenID>
<EQType>23</EQType>
<!--<Font>2</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>159</X>
<Y>238</Y>
</Location>
<Size>
<CX>40</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>


<Label item="Weight_Label">
<ScreenID>Weight_Label</ScreenID>
<Font>1</Font>
<Text>WT</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>50</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>142</X>
<Y>248</Y>
</Location>
</Label>


<Label item="Weight_Number">
<ScreenID>Weight_Number</ScreenID>
<EQType>24</EQType>
<!--<Font>2</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>142</X>
<Y>258</Y>
</Location>
<Size>
<CX>17</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>


<Label item="Weight_MaxNumber">
<ScreenID>Weight_MaxNumber</ScreenID>
<EQType>25</EQType>
<!--<Font>2</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>162</X>
<Y>258</Y>
</Location>
<Size>
<CX>50</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>

<Label item="Weight_Slash">
<ScreenID>Weight_Slash</ScreenID>
<Text>/</Text>
<!--<Font>2</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>157</X>
<Y>258</Y>
</Location>
<Size>
<CX>40</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>

<Label

item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopyOfC

opyOfCopyOfCopyOfCopyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>2</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>123</X>
<Y>194</Y>
</Location>
</Label>
<Label

item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopyOfC

opyOfCopyOfCopyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>1</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>12</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>232</X>
<Y>195</Y>
</Location>
</Label>
<Label

item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopyOfC

opyOfCopyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>2</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>123</X>
<Y>162</Y>
</Location>
</Label>
<Label

item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopyOfC

opyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>1</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>12</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>232</X>
<Y>163</Y>
</Location>
</Label>
<Label

item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopyOf%

">
<ScreenID>Percent_L</ScreenID>
<Font>2</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>123</X>
<Y>131</Y>
</Location>
</Label>
<Label

item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>1</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>12</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>232</X>
<Y>131</Y>
</Location>
</Label>
<Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>2</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>123</X>
<Y>99</Y>
</Location>
</Label>
<Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>1</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>12</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>232</X>
<Y>99</Y>
</Location>
</Label>
<Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>2</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>123</X>
<Y>66</Y>
</Location>
</Label>
<Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOf%">
<ScreenID>Percent_L</ScreenID>
<Font>1</Font>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>15</CX>
<CY>12</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>232</X>
<Y>67</Y>
</Location>
</Label>
<Label item="CopyOfParty Member 5 Pet Hit Point Percent">
<ScreenID>Pet_HP_Party5_P</ScreenID>
<EQType>44</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>214</X>
<Y>195</Y>
</Location>
<Size>
<CX>21</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>1</Font>
</Label>
<Label item="CopyOfParty Member 4 Pet Hit Point Percent">
<ScreenID>Pet_HP_Party4_P</ScreenID>
<EQType>43</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>211</X>
<Y>163</Y>
</Location>
<Size>
<CX>24</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>1</Font>
</Label>
<Label item="CopyOfParty Member 3 Pet Hit Point Percent">
<ScreenID>Pet_HP_Party3_P</ScreenID>
<EQType>42</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>213</X>
<Y>131</Y>
</Location>
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>1</Font>
</Label>
<Label item="CopyOfParty Member 2 Pet Hit Point Percent">
<ScreenID>Pet_HP_Party2_P</ScreenID>
<EQType>41</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>213</X>
<Y>99</Y>
</Location>
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>1</Font>
</Label>
<Label item="CopyOfParty Member 1 Pet Hit Point Percent">
<ScreenID>Pet_HP_Party1_P</ScreenID>
<EQType>40</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>214</X>
<Y>67</Y>
</Location>
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>1</Font>
</Label>
<Label item="CopyOfParty Member 5 Hit Point Percent">
<ScreenID>HP_Party5_P</ScreenID>
<EQType>39</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>103</X>
<Y>194</Y>
</Location>
<Size>
<CX>22</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>2</Font>
</Label>
<Label item="CopyOfParty Member 4 Hit Point Percent">
<ScreenID>HP_Party4_P</ScreenID>
<EQType>38</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>103</X>
<Y>162</Y>
</Location>
<Size>
<CX>22</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>2</Font>
</Label>
<Label item="CopyOfParty Member 3 Hit Point Percent">
<ScreenID>HP_Party3_P</ScreenID>
<EQType>37</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>104</X>
<Y>131</Y>
</Location>
<Size>
<CX>21</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>2</Font>
</Label>
<Label item="CopyOfParty Member 2 Hit Point Percent">
<ScreenID>HP_Party2_P</ScreenID>
<EQType>36</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>104</X>
<Y>99</Y>
</Location>
<Size>
<CX>21</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>2</Font>
</Label>
<Label item="CopyOfParty Member 1 Hit Point Percent">
<ScreenID>HP_Party1_P</ScreenID>
<EQType>35</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>104</X>
<Y>66</Y>
</Location>
<Size>
<CX>21</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Style_Border>False</Style_Border>
<Font>2</Font>
</Label>
<StaticAnimation item="CopyOfCopyOfCopyOfCopyOfCopyOfInv_Seperator1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-7</X>
<Y>222</Y>
</Location>
<Size>
<CX>263</CX>
<CY>4</CY>
</Size>
<Animation>A_DividerMiddle</Animation>
</StaticAnimation>
<StaticAnimation item="CopyOfCopyOfCopyOfCopyOfInv_Seperator1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-5</X>
<Y>191</Y>
</Location>
<Size>
<CX>259</CX>
<CY>3</CY>
</Size>
<Animation>A_DividerMiddle</Animation>
</StaticAnimation>
<StaticAnimation item="CopyOfCopyOfCopyOfInv_Seperator1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-2</X>
<Y>158</Y>
</Location>
<Size>
<CX>254</CX>
<CY>4</CY>
</Size>
<Animation>A_DividerMiddle</Animation>
</StaticAnimation>
<StaticAnimation item="CopyOfCopyOfInv_Seperator1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-2</X>
<Y>126</Y>
</Location>
<Size>
<CX>253</CX>
<CY>4</CY>
</Size>
<Animation>A_DividerMiddle</Animation>
</StaticAnimation>
<StaticAnimation item="CopyOfInv_Seperator1">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>95</Y>
</Location>
<Size>
<CX>251</CX>
<CY>3</CY>
</Size>
<Animation>A_DividerMiddle</Animation>
</StaticAnimation>
<Gauge item="CopyOfParty Member 5 Hit Points">
<ScreenID>Gauge5</ScreenID>
<!--<Font>3</Font>-->
<Text>Party Member 5</Text>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>196</Y>
</Location>
<Size>
<CX>102</CX>
<CY>19</CY>
</Size>
<TextOffsety>0</TextOffsety>
<TextOffsetX>1</TextOffsetX>
<GaugeOffsetY>10</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>15</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<Font>2</Font>
<GaugeOffsetX>-3</GaugeOffsetX>
<TextOffsetY>-3</TextOffsetY>
</Gauge>
<Gauge item="CopyOfParty Member 4 Hit Points">
<ScreenID>Gauge4</ScreenID>
<!--<Font>3</Font>-->
<Text>Party Member 4</Text>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>164</Y>
</Location>
<Size>
<CX>102</CX>
<CY>19</CY>
</Size>
<TextOffsety>0</TextOffsety>
<TextOffsetX>1</TextOffsetX>
<GaugeOffsetY>10</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>14</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<Font>2</Font>
<GaugeOffsetX>-3</GaugeOffsetX>
<TextOffsetY>-3</TextOffsetY>
</Gauge>
<Gauge item="CopyOfParty Member 3 Hit Points">
<ScreenID>Gauge3</ScreenID>
<!--<Font>3</Font>-->
<Text>Party Member 3</Text>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>132</Y>
</Location>
<Size>
<CX>102</CX>
<CY>19</CY>
</Size>
<TextOffsety>0</TextOffsety>
<TextOffsetX>1</TextOffsetX>
<GaugeOffsetY>10</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>13</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<Font>2</Font>
<GaugeOffsetX>-3</GaugeOffsetX>
<TextOffsetY>-3</TextOffsetY>
</Gauge>
<Gauge item="CopyOfParty Member 2 Hit Points">
<ScreenID>Gauge2</ScreenID>
<!--<Font>3</Font>-->
<Text>Party Member 2</Text>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>100</Y>
</Location>
<Size>
<CX>102</CX>
<CY>19</CY>
</Size>
<TextOffsety>0</TextOffsety>
<TextOffsetX>1</TextOffsetX>
<GaugeOffsetY>10</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>12</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<Font>2</Font>
<GaugeOffsetX>-3</GaugeOffsetX>
<TextOffsetY>-3</TextOffsetY>
</Gauge>
<Gauge item="CopyOfParty Member 1 Hit Points">
<ScreenID>Gauge1</ScreenID>
<!--<Font>3</Font>-->
<Text>Party Member 1</Text>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>68</Y>
</Location>
<Size>
<CX>102</CX>
<CY>19</CY>
</Size>
<TextOffsety>0</TextOffsety>
<TextOffsetX>1</TextOffsetX>
<GaugeOffsetY>10</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>11</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<Font>2</Font>
<GaugeOffsetX>-3</GaugeOffsetX>
<TextOffsetY>-3</TextOffsetY>
</Gauge>
<Button item="GW_InviteButton">
<ScreenID>InviteButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>Invite</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>20</TopAnchorOffset>
<RightAnchorOffset>54</RightAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Size>
<CX>55</CX>
<CY>14</CY>
</Size>
<Location>
<X>184</X>
<Y>233</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_DisbandButton">
<ScreenID>DisbandButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Text>Disband</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>41</TopAnchorOffset>
<LeftAnchorOffset>185</LeftAnchorOffset>
<RightAnchorOffset>239</RightAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<BottomAnchorOffset>21</BottomAnchorOffset>
<Size>
<CX>55</CX>
<CY>14</CY>
</Size>
<Location>
<X>184</X>
<Y>248</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_FollowButton">
<ScreenID>FollowButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>Follow</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>24</TopAnchorOffset>
<RightAnchorOffset>77</RightAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorOffset>23</LeftAnchorOffset>
<BottomAnchorOffset>4</BottomAnchorOffset>
<Size>
<CX>55</CX>
<CY>14</CY>
</Size>
<Location>
<X>184</X>
<Y>233</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_DeclineButton">
<ScreenID>DeclineButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Text>Decline</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>65</TopAnchorOffset>
<LeftAnchorOffset>184</LeftAnchorOffset>
<RightAnchorOffset>238</RightAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<BottomAnchorOffset>45</BottomAnchorOffset>
<Size>
<CX>55</CX>
<CY>14</CY>
</Size>
<Location>
<X>184</X>
<Y>248</Y>
</Location>
<Font>2</Font>
</Button>
<Gauge item="GW_Gauge1">
<ScreenID>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>
<EQType>11</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<GaugeOffsetY>15</GaugeOffsetY>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>293</TopAnchorOffset>
<BottomAnchorOffset>328</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>2</LeftAnchorOffset>
<RightAnchorOffset>140</RightAnchorOffset>
</Gauge>
<Gauge item="GW_PetGauge1">
<ScreenID>PetGauge1</ScreenID>
<TextOffsetY>-3</TextOffsetY>
<GaugeOffsetY>10</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>51</R>
<G>192</G>
<B>51</B>
</FillTint>
<EQType>17</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>225</TopAnchorOffset>
<BottomAnchorOffset>233</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>3</LeftAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<GaugeOffsetX>-3</GaugeOffsetX>
<Size>
<CX>102</CX>
<CY>19</CY>
</Size>
<Font>2</Font>
<Location>
<X>140</X>
<Y>68</Y>
</Location>
<Text>Pet Name</Text>
<TextColor>
<B>255</B>
<G>255</G>
<R>255</R>
</TextColor>
<TextOffsetX>1</TextOffsetX>
</Gauge>
<Gauge item="GW_ManaGauge1">
<ScreenID>ManaGauge1</ScreenID>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-1</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>0</R>
<G>128</G>
<B>255</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>31</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<Lines>A_GaugeLines</Lines>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>194</TopAnchorOffset>
<BottomAnchorOffset>202</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>8</LeftAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<Font>2</Font>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<Location>
<X>2</X>
<Y>86</Y>
</Location>
<GaugeOffsetX>-3</GaugeOffsetX>
</Gauge>
<Gauge item="GW_STAGauge1">
<ScreenID>STAGauge1</ScreenID>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-1</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>240</R>
<G>240</G>
<B>0</B>
</FillTint>
<EQType>36</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<Background>A_GaugeBackground</Background>
<Lines>A_GaugeLines</Lines>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>153</TopAnchorOffset>
<BottomAnchorOffset>161</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>28</LeftAnchorOffset>
<RightAnchorOffset>107</RightAnchorOffset>
<GaugeOffsetX>-3</GaugeOffsetX>
<Font>2</Font>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<Location>
<X>2</X>
<Y>86</Y>
</Location>
</Gauge>
<Gauge item="GW_Gauge2">
<ScreenID>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>
<EQType>12</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<GaugeOffsetY>15</GaugeOffsetY>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>327</TopAnchorOffset>
<BottomAnchorOffset>353</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>4</LeftAnchorOffset>
<RightAnchorOffset>136</RightAnchorOffset>
</Gauge>
<Gauge item="GW_PetGauge2">
<ScreenID>PetGauge2</ScreenID>
<TextOffsetY>-3</TextOffsetY>
<GaugeOffsetY>10</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>51</R>
<G>192</G>
<B>51</B>
</FillTint>
<EQType>18</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>49</TopAnchorOffset>
<BottomAnchorOffset>57</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>133</LeftAnchorOffset>
<RightAnchorOffset>-4</RightAnchorOffset>
<GaugeOffsetX>-3</GaugeOffsetX>
<Size>
<CX>102</CX>
<CY>19</CY>
</Size>
<Location>
<X>140</X>
<Y>100</Y>
</Location>
<Font>2</Font>
<TextOffsetX>1</TextOffsetX>
<Text>Pet Name</Text>
<TextColor>
<B>255</B>
<G>255</G>
<R>255</R>
</TextColor>
</Gauge>
<Gauge item="GW_ManaGauge2">
<ScreenID>ManaGauge2</ScreenID>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-1</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>0</R>
<G>128</G>
<B>255</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>32</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>56</TopAnchorOffset>
<BottomAnchorOffset>64</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<RightAnchorOffset>146</RightAnchorOffset>
<LeftAnchorOffset>2</LeftAnchorOffset>
<GaugeOffsetX>-3</GaugeOffsetX>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<Location>
<X>2</X>
<Y>118</Y>
</Location>
<Font>2</Font>
</Gauge>
<Gauge item="GW_STAGauge2">
<ScreenID>STAGauge2</ScreenID>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-1</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>240</R>
<G>240</G>
<B>0</B>
</FillTint>
<EQType>37</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<Background>A_GaugeBackground</Background>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>77</TopAnchorOffset>
<BottomAnchorOffset>81</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<RightAnchorOffset>-2</RightAnchorOffset>
<LeftAnchorOffset>10</LeftAnchorOffset>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<Location>
<X>2</X>
<Y>118</Y>
</Location>
<GaugeOffsetX>-3</GaugeOffsetX>
<Font>2</Font>
</Gauge>
<Gauge item="GW_Gauge3">
<ScreenID>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>
<EQType>13</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<Background>A_GaugeBackground</Background>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<GaugeOffsetY>15</GaugeOffsetY>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>358</TopAnchorOffset>
<BottomAnchorOffset>383</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>3</LeftAnchorOffset>
<RightAnchorOffset>140</RightAnchorOffset>
</Gauge>
<Gauge item="GW_PetGauge3">
<ScreenID>PetGauge3</ScreenID>
<TextOffsetY>-3</TextOffsetY>
<GaugeOffsetY>10</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>51</R>
<G>192</G>
<B>51</B>
</FillTint>
<EQType>19</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>85</TopAnchorOffset>
<BottomAnchorOffset>100</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>134</LeftAnchorOffset>
<RightAnchorOffset>-9</RightAnchorOffset>
<GaugeOffsetX>-3</GaugeOffsetX>
<Size>
<CX>102</CX>
<CY>19</CY>
</Size>
<Location>
<X>140</X>
<Y>132</Y>
</Location>
<Font>2</Font>
<TextColor>
<B>255</B>
<G>255</G>
<R>255</R>
</TextColor>
<TextOffsetX>1</TextOffsetX>
<Text>Pet Name</Text>
</Gauge>
<Gauge item="GW_ManaGauge3">
<ScreenID>ManaGauge3</ScreenID>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-1</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>0</R>
<G>128</G>
<B>255</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>33</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>91</TopAnchorOffset>
<BottomAnchorOffset>99</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>2</LeftAnchorOffset>
<RightAnchorOffset>146</RightAnchorOffset>
<GaugeOffsetX>-3</GaugeOffsetX>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<Location>
<X>2</X>
<Y>150</Y>
</Location>
<Font>2</Font>
</Gauge>
<Gauge item="GW_STAGauge3">
<ScreenID>STAGauge3</ScreenID>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-1</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>240</R>
<G>240</G>
<B>0</B>
</FillTint>
<EQType>38</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<Background>A_GaugeBackground</Background>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>118</TopAnchorOffset>
<BottomAnchorOffset>122</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<RightAnchorOffset>2</RightAnchorOffset>
<LeftAnchorOffset>6</LeftAnchorOffset>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<Location>
<X>2</X>
<Y>150</Y>
</Location>
<GaugeOffsetX>-3</GaugeOffsetX>
<Font>2</Font>
</Gauge>
<Gauge item="GW_Gauge4">
<ScreenID>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>
<EQType>14</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<GaugeOffsetY>15</GaugeOffsetY>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>387</TopAnchorOffset>
<BottomAnchorOffset>410</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>3</LeftAnchorOffset>
<RightAnchorOffset>134</RightAnchorOffset>
</Gauge>
<Gauge item="GW_PetGauge4">
<ScreenID>PetGauge4</ScreenID>
<TextOffsetY>-3</TextOffsetY>
<GaugeOffsetY>10</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>51</R>
<G>192</G>
<B>51</B>
</FillTint>
<EQType>20</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>114</TopAnchorOffset>
<BottomAnchorOffset>123</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>136</LeftAnchorOffset>
<RightAnchorOffset>-17</RightAnchorOffset>
<GaugeOffsetX>-3</GaugeOffsetX>
<Size>
<CX>102</CX>
<CY>19</CY>
</Size>
<Location>
<X>140</X>
<Y>164</Y>
</Location>
<Font>2</Font>
<TextColor>
<B>255</B>
<G>255</G>
<R>255</R>
</TextColor>
<TextOffsetX>1</TextOffsetX>
<Text>Pet Name</Text>
</Gauge>
<Gauge item="GW_ManaGauge4">
<ScreenID>ManaGauge4</ScreenID>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-1</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>0</R>
<G>128</G>
<B>255</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>34</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>124</TopAnchorOffset>
<BottomAnchorOffset>132</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>2</LeftAnchorOffset>
<RightAnchorOffset>146</RightAnchorOffset>
<GaugeOffsetX>-3</GaugeOffsetX>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<Location>
<X>2</X>
<Y>182</Y>
</Location>
<Font>2</Font>
</Gauge>
<Gauge item="GW_STAGauge4">
<ScreenID>STAGauge4</ScreenID>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-1</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>240</R>
<G>240</G>
<B>0</B>
</FillTint>
<EQType>39</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<Background>A_GaugeBackground</Background>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>158</TopAnchorOffset>
<BottomAnchorOffset>162</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<RightAnchorOffset>0</RightAnchorOffset>
<LeftAnchorOffset>8</LeftAnchorOffset>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<Location>
<X>2</X>
<Y>182</Y>
</Location>
<GaugeOffsetX>-3</GaugeOffsetX>
<Font>2</Font>
</Gauge>
<Gauge item="GW_Gauge5">
<ScreenID>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>
<EQType>15</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<GaugeOffsetY>15</GaugeOffsetY>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>413</TopAnchorOffset>
<BottomAnchorOffset>441</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>7</LeftAnchorOffset>
<RightAnchorOffset>130</RightAnchorOffset>
</Gauge>
<Gauge item="GW_PetGauge5">
<ScreenID>PetGauge5</ScreenID>
<TextOffsetY>-3</TextOffsetY>
<GaugeOffsetY>10</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>51</R>
<G>192</G>
<B>51</B>
</FillTint>
<EQType>21</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>149</TopAnchorOffset>
<BottomAnchorOffset>159</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>139</LeftAnchorOffset>
<RightAnchorOffset>5</RightAnchorOffset>
<GaugeOffsetX>-3</GaugeOffsetX>
<Size>
<CX>102</CX>
<CY>19</CY>
</Size>
<Location>
<X>140</X>
<Y>196</Y>
</Location>
<Font>2</Font>
<TextColor>
<B>255</B>
<G>255</G>
<R>255</R>
</TextColor>
<TextOffsetX>1</TextOffsetX>
<Text>Pet Name</Text>
</Gauge>
<Gauge item="GW_ManaGauge5">
<ScreenID>ManaGauge5</ScreenID>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-1</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>0</R>
<G>128</G>
<B>255</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>35</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>156</TopAnchorOffset>
<BottomAnchorOffset>164</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>2</LeftAnchorOffset>
<RightAnchorOffset>146</RightAnchorOffset>
<GaugeOffsetX>-3</GaugeOffsetX>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<Location>
<X>2</X>
<Y>214</Y>
</Location>
<Font>2</Font>
</Gauge>
<Gauge item="GW_STAGauge5">
<ScreenID>STAGauge5</ScreenID>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-1</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>240</R>
<G>240</G>
<B>0</B>
</FillTint>
<EQType>40</EQType>
<GaugeDrawTemplate>
<Fill>A_GaugeFill</Fill>
<Background>A_GaugeBackground</Background>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>201</TopAnchorOffset>
<BottomAnchorOffset>205</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<RightAnchorOffset>-5</RightAnchorOffset>
<LeftAnchorOffset>13</LeftAnchorOffset>
<Size>
<CX>102</CX>
<CY>8</CY>
</Size>
<Location>
<X>2</X>
<Y>214</Y>
</Location>
<GaugeOffsetX>-3</GaugeOffsetX>
<Font>2</Font>
</Gauge>
<Label item="GW_HPLabel1">
<ScreenID>HPLabel1</ScreenID>
<RelativePosition>true</RelativePosition>
<Text>100</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<Font>2</Font>
<EQType>35</EQType>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>315</TopAnchorOffset>
<BottomAnchorOffset>327</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Tooltip>false</Style_Tooltip>
<LeftAnchorOffset>110</LeftAnchorOffset>
<RightAnchorOffset>105</RightAnchorOffset>
</Label>
<Label item="GW_HPPercLabel1">
<ScreenID>HPPercLabel1</ScreenID>
<RelativePosition>true</RelativePosition>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<Font>2</Font>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>315</TopAnchorOffset>
<BottomAnchorOffset>327</BottomAnchorOffset>
<LeftAnchorOffset>129</LeftAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Tooltip>false</Style_Tooltip>
<RightAnchorOffset>90</RightAnchorOffset>
</Label>
<Label item="GW_HPLabel2">
<ScreenID>HPLabel2</ScreenID>
<RelativePosition>true</RelativePosition>
<Text>100</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<Font>2</Font>
<EQType>36</EQType>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>343</TopAnchorOffset>
<BottomAnchorOffset>355</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Tooltip>false</Style_Tooltip>
<LeftAnchorOffset>115</LeftAnchorOffset>
<RightAnchorOffset>98</RightAnchorOffset>
</Label>
<Label item="GW_HPPercLabel2">
<ScreenID>HPPercLabel2</ScreenID>
<RelativePosition>true</RelativePosition>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<Font>2</Font>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>343</TopAnchorOffset>
<BottomAnchorOffset>355</BottomAnchorOffset>
<LeftAnchorOffset>134</LeftAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Tooltip>false</Style_Tooltip>
<RightAnchorOffset>87</RightAnchorOffset>
</Label>
<Label item="GW_HPLabel3">
<ScreenID>HPLabel3</ScreenID>
<RelativePosition>true</RelativePosition>
<Text>100</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<Font>2</Font>
<EQType>37</EQType>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>373</TopAnchorOffset>
<BottomAnchorOffset>385</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Tooltip>false</Style_Tooltip>
<LeftAnchorOffset>117</LeftAnchorOffset>
<RightAnchorOffset>95</RightAnchorOffset>
</Label>
<Label item="GW_HPPercLabel3">
<ScreenID>HPPercLabel3</ScreenID>
<RelativePosition>true</RelativePosition>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<Font>2</Font>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>373</TopAnchorOffset>
<BottomAnchorOffset>385</BottomAnchorOffset>
<LeftAnchorOffset>134</LeftAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Tooltip>false</Style_Tooltip>
<RightAnchorOffset>84</RightAnchorOffset>
</Label>
<Label item="GW_HPLabel4">
<ScreenID>HPLabel4</ScreenID>
<RelativePosition>true</RelativePosition>
<Text>100</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<Font>2</Font>
<EQType>38</EQType>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>403</TopAnchorOffset>
<BottomAnchorOffset>415</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Tooltip>false</Style_Tooltip>
<LeftAnchorOffset>113</LeftAnchorOffset>
<RightAnchorOffset>100</RightAnchorOffset>
</Label>
<Label item="GW_HPPercLabel4">
<ScreenID>HPPercLabel4</ScreenID>
<RelativePosition>true</RelativePosition>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<Font>2</Font>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>403</TopAnchorOffset>
<BottomAnchorOffset>415</BottomAnchorOffset>
<LeftAnchorOffset>128</LeftAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Tooltip>false</Style_Tooltip>
<RightAnchorOffset>88</RightAnchorOffset>
</Label>
<Label item="GW_HPLabel5">
<ScreenID>HPLabel5</ScreenID>
<RelativePosition>true</RelativePosition>
<Text>100</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<Font>2</Font>
<EQType>39</EQType>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>433</TopAnchorOffset>
<BottomAnchorOffset>445</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Tooltip>false</Style_Tooltip>
<LeftAnchorOffset>112</LeftAnchorOffset>
<RightAnchorOffset>98</RightAnchorOffset>
</Label>
<Label item="GW_HPPercLabel5">
<ScreenID>HPPercLabel5</ScreenID>
<RelativePosition>true</RelativePosition>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<Font>2</Font>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>433</TopAnchorOffset>
<BottomAnchorOffset>445</BottomAnchorOffset>
<LeftAnchorOffset>130</LeftAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Tooltip>false</Style_Tooltip>
<RightAnchorOffset>88</RightAnchorOffset>
</Label>
<Button item="GW_LFGButton">
<ScreenID>LFGButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>126</X>
<Y>408</Y>
</Location>
<Size>
<CX>1</CX>
<CY>1</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate />
</Button>
<Button item="GW_Voice1">
<EQType>voicechat/GroupActivityButton 0</EQType>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<Normal>A_Speaker</Normal>
</ButtonDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>2</TopAnchorOffset>
<BottomAnchorOffset>17</BottomAnchorOffset>
<LeftAnchorOffset>15</LeftAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<DecalSize>
<CX>15</CX>
<CY>15</CY>
</DecalSize>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<Location>
<X>115</X>
<Y>79</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_Voice2">
<EQType>voicechat/GroupActivityButton 1</EQType>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<Normal>A_Speaker</Normal>
</ButtonDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>43</TopAnchorOffset>
<BottomAnchorOffset>58</BottomAnchorOffset>
<LeftAnchorOffset>15</LeftAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<DecalSize>
<CX>15</CX>
<CY>15</CY>
</DecalSize>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<Location>
<X>115</X>
<Y>111</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_Voice3">
<EQType>voicechat/GroupActivityButton 2</EQType>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<Normal>A_Speaker</Normal>
</ButtonDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>84</TopAnchorOffset>
<BottomAnchorOffset>99</BottomAnchorOffset>
<LeftAnchorOffset>15</LeftAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<DecalSize>
<CX>15</CX>
<CY>15</CY>
</DecalSize>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<Location>
<X>115</X>
<Y>143</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_Voice4">
<EQType>voicechat/GroupActivityButton 3</EQType>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<Normal>A_Speaker</Normal>
</ButtonDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>125</TopAnchorOffset>
<BottomAnchorOffset>140</BottomAnchorOffset>
<LeftAnchorOffset>15</LeftAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<DecalSize>
<CX>15</CX>
<CY>15</CY>
</DecalSize>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<Location>
<X>115</X>
<Y>175</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_Voice5">
<EQType>voicechat/GroupActivityButton 4</EQType>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<Normal>A_Speaker</Normal>
</ButtonDrawTemplate>
<AutoStretch>False</AutoStretch>
<TopAnchorOffset>166</TopAnchorOffset>
<BottomAnchorOffset>181</BottomAnchorOffset>
<LeftAnchorOffset>15</LeftAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<DecalSize>
<CX>15</CX>
<CY>15</CY>
</DecalSize>
<Size>
<CX>15</CX>
<CY>15</CY>
</Size>
<Location>
<X>115</X>
<Y>207</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_GroupRoleTank1">
<ScreenID>GroupRoleTank1</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Tank</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>19</CY>
</DecalSize>
<TopAnchorOffset>2</TopAnchorOffset>
<BottomAnchorOffset>17</BottomAnchorOffset>
<LeftAnchorOffset>60</LeftAnchorOffset>
<RightAnchorOffset>45</RightAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>15</CX>
<CY>7</CY>
</Size>
<Location>
<X>138</X>
<Y>88</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_GroupRoleAssist1">
<ScreenID>GroupRoleAssist1</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Assist</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>19</CY>
</DecalSize>
<TopAnchorOffset>2</TopAnchorOffset>
<BottomAnchorOffset>17</BottomAnchorOffset>
<LeftAnchorOffset>45</LeftAnchorOffset>
<RightAnchorOffset>30</RightAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>14</CX>
<CY>9</CY>
</Size>
<Location>
<X>154</X>
<Y>86</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_GroupRolePuller1">
<ScreenID>GroupRolePuller1</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Puller</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
<LeftAnchorOffset>115</LeftAnchorOffset>
<TopAnchorOffset>78</TopAnchorOffset>
<RightAnchorOffset>106</RightAnchorOffset>
<BottomAnchorOffset>93</BottomAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>11</CX>
<CY>8</CY>
</Size>
<Location>
<X>172</X>
<Y>87</Y>
</Location>
<Font>2</Font>
<DecalOffset>
<X>-3</X>
<Y>-2</Y>
</DecalOffset>
</Button>
<Button item="GW_GroupRoleTank2">
<ScreenID>GroupRoleTank2</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Tank</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>19</CY>
</DecalSize>
<TopAnchorOffset>43</TopAnchorOffset>
<BottomAnchorOffset>58</BottomAnchorOffset>
<LeftAnchorOffset>60</LeftAnchorOffset>
<RightAnchorOffset>45</RightAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>15</CX>
<CY>8</CY>
</Size>
<Location>
<X>138</X>
<Y>120</Y>
</Location>
<Font>2</Font>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
</Button>
<Button item="GW_GroupRoleAssist2">
<ScreenID>GroupRoleAssist2</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Assist</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>19</CY>
</DecalSize>
<TopAnchorOffset>43</TopAnchorOffset>
<BottomAnchorOffset>58</BottomAnchorOffset>
<RightAnchorOffset>30</RightAnchorOffset>
<LeftAnchorOffset>45</LeftAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>15</CX>
<CY>10</CY>
</Size>
<Location>
<X>154</X>
<Y>118</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_GroupRolePuller2">
<ScreenID>GroupRolePuller2</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Puller</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
<TopAnchorOffset>43</TopAnchorOffset>
<BottomAnchorOffset>58</BottomAnchorOffset>
<RightAnchorOffset>15</RightAnchorOffset>
<LeftAnchorOffset>30</LeftAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>11</CX>
<CY>9</CY>
</Size>
<Location>
<X>172</X>
<Y>119</Y>
</Location>
<Font>2</Font>
<DecalOffset>
<X>-3</X>
<Y>-2</Y>
</DecalOffset>
</Button>
<Button item="GW_GroupRoleTank3">
<ScreenID>GroupRoleTank3</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Tank</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>19</CY>
</DecalSize>
<TopAnchorOffset>84</TopAnchorOffset>
<BottomAnchorOffset>99</BottomAnchorOffset>
<LeftAnchorOffset>60</LeftAnchorOffset>
<RightAnchorOffset>45</RightAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>15</CX>
<CY>7</CY>
</Size>
<Location>
<X>138</X>
<Y>152</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_GroupRoleAssist3">
<ScreenID>GroupRoleAssist3</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Assist</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>19</CY>
</DecalSize>
<TopAnchorOffset>84</TopAnchorOffset>
<BottomAnchorOffset>99</BottomAnchorOffset>
<RightAnchorOffset>30</RightAnchorOffset>
<LeftAnchorOffset>45</LeftAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>15</CX>
<CY>9</CY>
</Size>
<Location>
<X>154</X>
<Y>150</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_GroupRolePuller3">
<ScreenID>GroupRolePuller3</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Puller</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
<TopAnchorOffset>84</TopAnchorOffset>
<BottomAnchorOffset>99</BottomAnchorOffset>
<RightAnchorOffset>15</RightAnchorOffset>
<LeftAnchorOffset>30</LeftAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>11</CX>
<CY>8</CY>
</Size>
<Location>
<X>172</X>
<Y>151</Y>
</Location>
<Font>2</Font>
<DecalOffset>
<X>-3</X>
<Y>-2</Y>
</DecalOffset>
</Button>
<Button item="GW_GroupRoleTank4">
<ScreenID>GroupRoleTank4</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Tank</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>19</CY>
</DecalSize>
<TopAnchorOffset>125</TopAnchorOffset>
<BottomAnchorOffset>140</BottomAnchorOffset>
<LeftAnchorOffset>60</LeftAnchorOffset>
<RightAnchorOffset>45</RightAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>15</CX>
<CY>7</CY>
</Size>
<Location>
<X>138</X>
<Y>184</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_GroupRoleAssist4">
<ScreenID>GroupRoleAssist4</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Assist</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>19</CY>
</DecalSize>
<TopAnchorOffset>125</TopAnchorOffset>
<BottomAnchorOffset>140</BottomAnchorOffset>
<RightAnchorOffset>30</RightAnchorOffset>
<LeftAnchorOffset>45</LeftAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>15</CX>
<CY>9</CY>
</Size>
<Location>
<X>154</X>
<Y>182</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_GroupRolePuller4">
<ScreenID>GroupRolePuller4</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Puller</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
<TopAnchorOffset>125</TopAnchorOffset>
<BottomAnchorOffset>140</BottomAnchorOffset>
<RightAnchorOffset>15</RightAnchorOffset>
<LeftAnchorOffset>30</LeftAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>12</CX>
<CY>9</CY>
</Size>
<Location>
<X>172</X>
<Y>183</Y>
</Location>
<Font>2</Font>
<DecalOffset>
<X>-3</X>
<Y>-2</Y>
</DecalOffset>
</Button>
<Button item="GW_GroupRoleTank5">
<ScreenID>GroupRoleTank5</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Tank</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>19</CY>
</DecalSize>
<TopAnchorOffset>166</TopAnchorOffset>
<BottomAnchorOffset>181</BottomAnchorOffset>
<LeftAnchorOffset>60</LeftAnchorOffset>
<RightAnchorOffset>45</RightAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>15</CX>
<CY>7</CY>
</Size>
<Location>
<X>138</X>
<Y>216</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_GroupRoleAssist5">
<ScreenID>GroupRoleAssist5</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Assist</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>19</CY>
</DecalSize>
<TopAnchorOffset>166</TopAnchorOffset>
<BottomAnchorOffset>181</BottomAnchorOffset>
<RightAnchorOffset>30</RightAnchorOffset>
<LeftAnchorOffset>45</LeftAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>15</CX>
<CY>9</CY>
</Size>
<Location>
<X>154</X>
<Y>214</Y>
</Location>
<Font>2</Font>
</Button>
<Button item="GW_GroupRolePuller5">
<ScreenID>GroupRolePuller5</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>A_Puller</NormalDecal>
</ButtonDrawTemplate>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
<TopAnchorOffset>166</TopAnchorOffset>
<BottomAnchorOffset>181</BottomAnchorOffset>
<RightAnchorOffset>15</RightAnchorOffset>
<LeftAnchorOffset>30</LeftAnchorOffset>
<AutoStretch>False</AutoStretch>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Size>
<CX>12</CX>
<CY>8</CY>
</Size>
<Location>
<X>172</X>
<Y>215</Y>
</Location>
<Font>2</Font>
<DecalOffset>
<X>-3</X>
<Y>-2</Y>
</DecalOffset>
</Button>
<Screen item="GroupWindow">
<ScreenID />
<RelativePosition>false</RelativePosition>
<Location>
<X>3</X>
<Y>134</Y>
</Location>
<Size>
<CX>254</CX>
<CY>278</CY>
</Size>
<Text>Group</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Titlebar>False</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>False</Style_Sizable>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Font>2</Font>
<Pieces>GW_Gauge1</Pieces>
<Pieces>GW_Gauge2</Pieces>
<Pieces>GW_Gauge3</Pieces>
<Pieces>GW_Gauge4</Pieces>
<Pieces>GW_Gauge5</Pieces>
<Pieces>GW_PetGauge1</Pieces>
<Pieces>GW_PetGauge2</Pieces>
<Pieces>GW_PetGauge3</Pieces>
<Pieces>GW_PetGauge4</Pieces>
<Pieces>GW_PetGauge5</Pieces>
<Pieces>GW_STAGauge1</Pieces>
<Pieces>GW_STAGauge2</Pieces>
<Pieces>GW_STAGauge3</Pieces>
<Pieces>GW_STAGauge4</Pieces>
<Pieces>GW_STAGauge5</Pieces>
<Pieces>GW_HPLabel1</Pieces>
<Pieces>GW_HPPercLabel1</Pieces>
<Pieces>GW_HPLabel2</Pieces>
<Pieces>GW_HPPercLabel2</Pieces>
<Pieces>GW_HPLabel3</Pieces>
<Pieces>GW_HPPercLabel3</Pieces>
<Pieces>GW_HPLabel4</Pieces>
<Pieces>GW_HPPercLabel4</Pieces>
<Pieces>GW_HPLabel5</Pieces>
<Pieces>GW_HPPercLabel5</Pieces>
<Pieces>GW_LFGButton</Pieces>
<Pieces>GW_Voice1</Pieces>
<Pieces>GW_Voice2</Pieces>
<Pieces>GW_Voice3</Pieces>
<Pieces>GW_Voice4</Pieces>
<Pieces>GW_Voice5</Pieces>
<Pieces>GW_GroupRoleTank1</Pieces>
<Pieces>GW_GroupRoleAssist1</Pieces>
<Pieces>GW_GroupRolePuller1</Pieces>
<Pieces>GW_GroupRoleTank2</Pieces>
<Pieces>GW_GroupRoleAssist2</Pieces>
<Pieces>GW_GroupRolePuller2</Pieces>
<Pieces>GW_GroupRoleTank3</Pieces>
<Pieces>GW_GroupRoleAssist3</Pieces>
<Pieces>GW_GroupRolePuller3</Pieces>
<Pieces>GW_GroupRoleTank4</Pieces>
<Pieces>GW_GroupRoleAssist4</Pieces>
<Pieces>GW_GroupRolePuller4</Pieces>
<Pieces>GW_GroupRoleTank5</Pieces>
<Pieces>GW_GroupRoleAssist5</Pieces>
<Pieces>GW_GroupRolePuller5</Pieces>
<Pieces>GW_InviteButton</Pieces>
<Pieces>GW_DisbandButton</Pieces>
<Pieces>GW_FollowButton</Pieces>
<Pieces>GW_DeclineButton</Pieces>
<Pieces>CopyOfParty Member 1 Hit Points</Pieces>
<Pieces>CopyOfParty Member 2 Hit Points</Pieces>
<Pieces>CopyOfParty Member 3 Hit Points</Pieces>
<Pieces>CopyOfParty Member 4 Hit Points</Pieces>
<Pieces>CopyOfParty Member 5 Hit Points</Pieces>
<Pieces>CopyOfInv_Seperator1</Pieces>
<Pieces>CopyOfCopyOfInv_Seperator1</Pieces>
<Pieces>CopyOfCopyOfCopyOfInv_Seperator1</Pieces>
<Pieces>CopyOfCopyOfCopyOfCopyOfInv_Seperator1</Pieces>
<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfInv_Seperator1</Pieces>
<Pieces>CopyOfParty Member 1 Hit Point Percent</Pieces>
<Pieces>CopyOfParty Member 2 Hit Point Percent</Pieces>
<Pieces>CopyOfParty Member 3 Hit Point Percent</Pieces>
<Pieces>CopyOfParty Member 4 Hit Point Percent</Pieces>
<Pieces>CopyOfParty Member 5 Hit Point Percent</Pieces>
<Pieces>CopyOfParty Member 1 Pet Hit Point Percent</Pieces>
<Pieces>CopyOfParty Member 2 Pet Hit Point Percent</Pieces>
<Pieces>CopyOfParty Member 3 Pet Hit Point Percent</Pieces>
<Pieces>CopyOfParty Member 4 Pet Hit Point Percent</Pieces>
<Pieces>CopyOfParty Member 5 Pet Hit Point Percent</Pieces>
<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOf%</Pieces>
<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOf%</Pieces>
<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOf%</Pieces>


<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOf%</Pieces>


<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOf%</Pi

eces>


<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopy

Of%</Pieces>


<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopy

OfCopyOf%</Pieces>


<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopy

OfCopyOfCopyOf%</Pieces>


<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopy

OfCopyOfCopyOfCopyOf%</Pieces>


<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopy

OfCopyOfCopyOfCopyOfCopyOf%</Pieces>
<Pieces>GW_ManaGauge1</Pieces>
<Pieces>GW_ManaGauge2</Pieces>
<Pieces>GW_ManaGauge3</Pieces>
<Pieces>GW_ManaGauge4</Pieces>
<Pieces>GW_ManaGauge5</Pieces>
<!-- <Pieces>CopyOfTribute Time Left</Pieces> -->
<!-- <Pieces>CopyOfGuild Tribute Timer</Pieces> -->
<!-- <Pieces>CopyOfCopyOfCopyOfGeneric Label (XXXXXXXX)</Pieces> -->
<!-- <Pieces>CopyOfCopyOfCopyOfCopyOfGeneric Label (XXXXXXXX)</Pieces> -->
<!-- <Pieces>Weight_Label</Pieces> -->
<!-- <Pieces>Weight_Number</Pieces> -->
<!-- <Pieces>Weight_Slash</Pieces> -->
<!-- <Pieces>Weight_MaxNumber</Pieces> -->
<Pieces>CopyOfCopyOfAAXP</Pieces>
<Pieces>CopyOfCopyOfXP</Pieces>
<Pieces>PW_PlayerClass</Pieces>
<Pieces>CopyOfCopyOfIW_AltAdvGauge</Pieces>
<Pieces>CopyOfCopyOfIW_ExpGauge</Pieces>
<Pieces>CopyOfCopyOfPlayer Experience Percent</Pieces>
<Pieces>CopyOfCopyOfPlayer Alternate Experience Percent</Pieces>


<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopy

OfCopyOfCopyOfCopyOfCopyOfCopyOf%</Pieces>


<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopy

OfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOf%</Pieces>
<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfInv_Seperator1 </Pieces>


<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopy

OfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOf %</Pieces>
<Pieces>CopyOfCopyOfPlayer Hit Point Percent</Pieces>
<Pieces>CopyOfPIW_PetHPGauge</Pieces>
<Pieces>CopyOfPIW_PetTargetHPGauge</Pieces>
<Pieces>CopyOfCopyOfPlayer Mana</Pieces>
<Pieces>CopyOfCopyOfPlayer Mana Percent</Pieces>
<Pieces>CopyOfCopyOfPlayer Endurance Percent</Pieces>


<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopy

OfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOf CopyOf%</Pieces>


<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopy

OfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOf CopyOfCopyOf%</Pieces>
<Pieces>CopyOfPlayer Current Casting Spell</Pieces>
<Pieces>CopyOfCasting</Pieces>
<Pieces>CopyOfCopyOfPIW_PetTargetHPGauge</Pieces>
<Pieces>CopyOfPlayer Pet Hit Point Percent</Pieces>


<Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCo pyOfCopyOfCopyOfCopy

OfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOf CopyOfCopyOfCopyOf%</Pieces>
<Pieces>PW_PlayerName</Pieces>
<Pieces>PW_HP_Number</Pieces>
<Pieces>PW_Mana_Number</Pieces>

<Pieces>CopyOfCopyOfPlayer Hit Points</Pieces>
<Pieces>CopyOfCopyOfPlayer Endurance</Pieces>
</Screen>
</XML>
a_ceara01 is offline   Reply With Quote