AYA and other UIs

Forum for posting custom UIs, portions of UIs, and HUD stuff using MQ's enhancements.

Moderator: MacroQuest Developers

Shador
a lesser mummy
a lesser mummy
Posts: 31
Joined: Fri Dec 17, 2004 5:02 pm

AYA and other UIs

Post by Shador » Thu Mar 10, 2005 9:12 am

all the Custom UI's I have don't work AYA just Defaults to the Default
and the others show up but the MQ Window gets Spammed with a bunch of stuff saying about class levels etc.

this happened with the lastest MQ2 can anyone help me I really like AYA Modded I fell in love with it
please someone help

User avatar
htw
a grimling bloodguard
a grimling bloodguard
Posts: 512
Joined: Wed Feb 18, 2004 8:30 pm
Location: Albuquerque, NM USA
Contact:

Post by htw » Thu Mar 10, 2005 10:04 am

Which specific UI's? And where are you getting them, here, eqinterface... ??

Freq UI, by downloading the zip from the first post, and then putting in the EQUI_GroupWindow.xml I posted on the last page, will get you running with that one.

As far as any others, a little more specific on what you need, and maybe I can help you out.

htw

Shador
a lesser mummy
a lesser mummy
Posts: 31
Joined: Fri Dec 17, 2004 5:02 pm

Post by Shador » Fri Mar 11, 2005 10:32 am

I am using AYA I here is the UI Group code
this the MQ Code that I am using

Code: Select all

<?xml version="1.0" encoding="us-ascii"?> 
<XML ID="EQInterfaceDefinitionLanguage"> 
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" /> 
  <Button item="GW_InviteButton"> 
    <ScreenID>InviteButton</ScreenID> 
    <Font>1</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>3</X> 
      <Y>3</Y> 
    </Location> 
    <Size> 
      <CX>60</CX> 
      <CY>20</CY> 
    </Size> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <TooltipReference>Select a player and click to invite into the group</TooltipReference> 
    <Style_Checkbox>false</Style_Checkbox> 
    <!--<RadioGroup/>--> 
    <ButtonDrawTemplate> 
      <Normal>Inv_b</Normal> 
      <Pressed>Inv_a</Pressed> 
      <Flyby>Inv_b</Flyby> 
      <Disabled>Inv_a</Disabled> 
      <PressedFlyby>Inv_b</PressedFlyby> 
    </ButtonDrawTemplate> 
  </Button> 
  <Button item="GW_DisbandButton"> 
    <ScreenID>DisbandButton</ScreenID> 
    <Font>1</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>3</X> 
      <Y>23</Y> 
    </Location> 
    <Size> 
      <CX>60</CX> 
      <CY>20</CY> 
    </Size> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <TooltipReference>Click to disband your target from the group</TooltipReference> 
    <Style_Checkbox>false</Style_Checkbox> 
    <!--<RadioGroup/>--> 
    <ButtonDrawTemplate> 
      <Normal>Dis_b</Normal> 
      <Pressed>Dis_a</Pressed> 
      <Flyby>Dis_b</Flyby> 
      <Disabled>Dis_a</Disabled> 
      <PressedFlyby>Dis_b</PressedFlyby> 
    </ButtonDrawTemplate> 
  </Button> 
  <Button item="GW_FollowButton"> 
    <ScreenID>FollowButton</ScreenID> 
    <Font>1</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>3</X> 
      <Y>3</Y> 
    </Location> 
    <Size> 
      <CX>60</CX> 
      <CY>20</CY> 
    </Size> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <TooltipReference>Accept an invitation to group</TooltipReference> 
    <Style_Checkbox>false</Style_Checkbox> 
    <!--<RadioGroup/>--> 
    <ButtonDrawTemplate> 
      <Normal>Fol_b</Normal> 
      <Pressed>Fol_a</Pressed> 
      <Flyby>Fol_b</Flyby> 
      <Disabled>Fol_a</Disabled> 
      <PressedFlyby>Fol_b</PressedFlyby> 
    </ButtonDrawTemplate> 
  </Button> 
  <Button item="GW_DeclineButton"> 
    <ScreenID>DeclineButton</ScreenID> 
    <Font>1</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>3</X> 
      <Y>23</Y> 
    </Location> 
    <Size> 
      <CX>60</CX> 
      <CY>20</CY> 
    </Size> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <TooltipReference>Refuse an invtitation to group</TooltipReference> 
    <Style_Checkbox>false</Style_Checkbox> 
    <!--<RadioGroup/>--> 
    <ButtonDrawTemplate> 
      <Normal>Dec_b</Normal> 
      <Pressed>Dec_a</Pressed> 
      <Flyby>Dec_b</Flyby> 
      <Disabled>Dec_a</Disabled> 
      <PressedFlyby>Dec_b</PressedFlyby> 
    </ButtonDrawTemplate> 
  </Button> 
  <Button item="GW_LFGButton"> 
    <ScreenID>LFGButton</ScreenID> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>-100</X> 
      <Y>-100</Y> 
    </Location> 
    <Size> 
      <CX>26</CX> 
      <CY>26</CY> 
    </Size> 
    <Style_Checkbox>false</Style_Checkbox> 
    <TooltipReference>Open LFG Window</TooltipReference> 
    <ButtonDrawTemplate> 
      <Normal>A_LFGBtnNormal</Normal> 
      <Pressed>A_LFGBtnPressed</Pressed> 
      <Flyby>A_LFGBtnFlyby</Flyby> 
      <Disabled>A_LFGBtnNormal</Disabled> 
      <PressedFlyby>A_LFGBtnPressedFlyby</PressedFlyby> 
    </ButtonDrawTemplate> 
  </Button> 
  <Label item="GW_PlayerPercent1"> 
    <ScreenID>TargetPercentage</ScreenID> 
    <EQType>35</EQType> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>154</X> 
      <Y>19</Y> 
    </Location> 
    <Size> 
      <CX>35</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>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="GW_PercentFig1"> 
    <!--  <Font>1</Font> --> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>101</X> 
      <Y>17</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>%</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="GW_PlayerPercent2"> 
    <ScreenID>TargetPercentage</ScreenID> 
    <EQType>36</EQType> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>284</X> 
      <Y>19</Y> 
    </Location> 
    <Size> 
      <CX>35</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>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="GW_PercentFig2"> 
    <!--<Font>3</Font>--> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>220</X> 
      <Y>17</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>%</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="GW_PlayerPercent3"> 
    <ScreenID>TargetPercentage</ScreenID> 
    <EQType>37</EQType> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>421</X> 
      <Y>19</Y> 
    </Location> 
    <Size> 
      <CX>29</CX> 
      <CY>13</CY> 
    </Size> 
    <Text>0</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="GW_PercentFig3"> 
    <!--<Font>3</Font>--> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>360</X> 
      <Y>18</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>%</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="GW_PlayerPercent4"> 
    <ScreenID>TargetPercentage</ScreenID> 
    <EQType>38</EQType> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>544</X> 
      <Y>19</Y> 
    </Location> 
    <Size> 
      <CX>35</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>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="GW_PercentFig4"> 
    <!--<Font>3</Font>--> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>585</X> 
      <Y>46</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>%</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="GW_PlayerPercent5"> 
    <ScreenID>TargetPercentage</ScreenID> 
    <EQType>39</EQType> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>674</X> 
      <Y>19</Y> 
    </Location> 
    <Size> 
      <CX>35</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>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="GW_PercentFig5"> 
    <!--<Font>3</Font>--> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>738</X> 
      <Y>45</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>%</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="GW_F2"> 
    <Font>1</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>72</X> 
      <Y>21</Y> 
    </Location> 
    <Size> 
      <CX>20</CX> 
      <CY>14</CY> 
    </Size> 
    <Text>F2</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>0</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
    <AlignLeft>true</AlignLeft> 
  </Label> 
  <Label item="GW_F3"> 
    <Font>1</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>202</X> 
      <Y>21</Y> 
    </Location> 
    <Size> 
      <CX>20</CX> 
      <CY>14</CY> 
    </Size> 
    <Text>F3</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>0</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
    <AlignLeft>true</AlignLeft> 
  </Label> 
  <Label item="GW_F4"> 
    <Font>1</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>333</X> 
      <Y>21</Y> 
    </Location> 
    <Size> 
      <CX>20</CX> 
      <CY>13</CY> 
    </Size> 
    <Text>F4</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>0</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
    <AlignLeft>true</AlignLeft> 
  </Label> 
  <Label item="GW_F5"> 
    <Font>1</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>462</X> 
      <Y>21</Y> 
    </Location> 
    <Size> 
      <CX>20</CX> 
      <CY>14</CY> 
    </Size> 
    <Text>F5</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>0</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
    <AlignLeft>true</AlignLeft> 
  </Label> 
  <Label item="GW_F6"> 
    <Font>1</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>592</X> 
      <Y>21</Y> 
    </Location> 
    <Size> 
      <CX>20</CX> 
      <CY>14</CY> 
    </Size> 
    <Text>F6</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>0</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
    <AlignLeft>true</AlignLeft> 
  </Label> 
  <!-- Advanced Group Testing --> 
  <Gauge item="GW_Gauge1100"> 
    <ScreenID>Gauge1</ScreenID> 
    <!--<Font>3</Font>--> 
    <TextColor> 
      <R>240</R> 
      <G>240</G> 
      <B>240</B> 
    </TextColor> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>69</X> 
      <Y>-7</Y> 
    </Location> 
    <Size> 
      <CX>120</CX> 
      <CY>38</CY> 
    </Size> 
    <TextOffsetX>0</TextOffsetX> 
    <TextOffsetY>14</TextOffsetY> 
    <GaugeOffsetX>20</GaugeOffsetX> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <!--<TooltipReference/>--> 
    <FillTint> 
      <R>250</R> 
      <G>250</G> 
      <B>250</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>Playergauge100</Fill> 
      <Lines>A_GaugeLines</Lines> 
      <LinesFill>A_GaugeLinesFill</LinesFill> 
      <!-- 
    <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft> 
    <EndCapRight>A_GaugeEndCapRight</EndCapRight> 
--> 
    </GaugeDrawTemplate> 
  </Gauge> 
  <Gauge item="GW_PetGauge1##"> 
    <ScreenID>PetGauge1</ScreenID> 
    <!--<Font>3</Font>--> 
    <TextColor> 
      <R>240</R> 
      <G>240</G> 
      <B>240</B> 
    </TextColor> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>89</X> 
      <Y>36</Y> 
    </Location> 
    <Size> 
      <CX>100</CX> 
      <CY>3</CY> 
    </Size> 
    <TextOffsetY>-50</TextOffsetY> 
    <GaugeOffsetY>-2</GaugeOffsetY> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <!--<TooltipReference/>--> 
    <FillTint> 
      <R>0</R> 
      <G>250</G> 
      <B>0</B> 
    </FillTint> 
    <LinesFillTint> 
      <R>220</R> 
      <G>220</G> 
      <B>0</B> 
    </LinesFillTint> 
    <DrawLinesFill>false</DrawLinesFill> 
    <EQType>17</EQType> 
    <GaugeDrawTemplate> 
      <Fill>A_GaugeFill</Fill> 
      <!--<Lines>A_GaugeLines</Lines>--> 
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>--> 
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>--> 
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>--> 
    </GaugeDrawTemplate> 
  </Gauge> 
  <Gauge item="GW_Gauge2100"> 
    <ScreenID>Gauge1</ScreenID> 
    <!--<Font>3</Font>--> 
    <TextColor> 
      <R>240</R> 
      <G>240</G> 
      <B>240</B> 
    </TextColor> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>199</X> 
      <Y>-7</Y> 
    </Location> 
    <Size> 
      <CX>120</CX> 
      <CY>38</CY> 
    </Size> 
    <TextOffsetX>0</TextOffsetX> 
    <TextOffsetY>14</TextOffsetY> 
    <GaugeOffsetX>20</GaugeOffsetX> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <!--<TooltipReference/>--> 
    <FillTint> 
      <R>250</R> 
      <G>250</G> 
      <B>250</B> 
    </FillTint> 
    <LinesFillTint> 
      <R>220</R> 
      <G>220</G> 
      <B>0</B> 
    </LinesFillTint> 
    <DrawLinesFill>false</DrawLinesFill> 
    <EQType>12</EQType> 
    <GaugeDrawTemplate> 
      <Fill>Playergauge100</Fill> 
      <Lines>A_GaugeLines</Lines> 
      <LinesFill>A_GaugeLinesFill</LinesFill> 
      <!--    <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft> 
    <EndCapRight>A_GaugeEndCapRight</EndCapRight> 
--> 
    </GaugeDrawTemplate> 
  </Gauge> 
  <Gauge item="GW_PetGauge2##"> 
    <ScreenID>PetGauge2</ScreenID> 
    <!--<Font>3</Font>--> 
    <TextColor> 
      <R>240</R> 
      <G>240</G> 
      <B>240</B> 
    </TextColor> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>219</X> 
      <Y>36</Y> 
    </Location> 
    <Size> 
      <CX>100</CX> 
      <CY>3</CY> 
    </Size> 
    <TextOffsetY>-50</TextOffsetY> 
    <GaugeOffsetY>-2</GaugeOffsetY> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>true</Style_Transparent> 
    <!--<TooltipReference/>--> 
    <FillTint> 
      <R>0</R> 
      <G>250</G> 
      <B>0</B> 
    </FillTint> 
    <LinesFillTint> 
      <R>220</R> 
      <G>220</G> 
      <B>0</B> 
    </LinesFillTint> 
    <DrawLinesFill>false</DrawLinesFill> 
    <EQType>18</EQType> 
    <GaugeDrawTemplate> 
      <Fill>A_GaugeFill</Fill> 
      <!--<Lines>A_GaugeLines</Lines>--> 
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>--> 
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>--> 
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>--> 
    </GaugeDrawTemplate> 
  </Gauge> 
  <Gauge item="GW_Gauge3100"> 
    <ScreenID>Gauge1</ScreenID> 
    <!--<Font>3</Font>--> 
    <TextColor> 
      <R>240</R> 
      <G>240</G> 
      <B>240</B> 
    </TextColor> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>330</X> 
      <Y>-7</Y> 
    </Location> 
    <Size> 
      <CX>120</CX> 
      <CY>38</CY> 
    </Size> 
    <TextOffsetX>0</TextOffsetX> 
    <TextOffsetY>14</TextOffsetY> 
    <GaugeOffsetX>20</GaugeOffsetX> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <!--<TooltipReference/>--> 
    <FillTint> 
      <R>250</R> 
      <G>250</G> 
      <B>250</B> 
    </FillTint> 
    <LinesFillTint> 
      <R>220</R> 
      <G>220</G> 
      <B>0</B> 
    </LinesFillTint> 
    <DrawLinesFill>false</DrawLinesFill> 
    <EQType>13</EQType> 
    <GaugeDrawTemplate> 
      <Fill>Playergauge100</Fill> 
      <Lines>A_GaugeLines</Lines> 
      <LinesFill>A_GaugeLinesFill</LinesFill> 
      <!--   <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft> 
    <EndCapRight>A_GaugeEndCapRight</EndCapRight> 
--> 
    </GaugeDrawTemplate> 
  </Gauge> 
  <Gauge item="GW_PetGauge3##"> 
    <ScreenID>PetGauge3</ScreenID> 
    <!--<Font>3</Font>--> 
    <TextColor> 
      <R>240</R> 
      <G>240</G> 
      <B>240</B> 
    </TextColor> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>350</X> 
      <Y>36</Y> 
    </Location> 
    <Size> 
      <CX>100</CX> 
      <CY>3</CY> 
    </Size> 
    <TextOffsetY>-50</TextOffsetY> 
    <GaugeOffsetY>-2</GaugeOffsetY> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <!--<TooltipReference/>--> 
    <FillTint> 
      <R>0</R> 
      <G>250</G> 
      <B>0</B> 
    </FillTint> 
    <LinesFillTint> 
      <R>220</R> 
      <G>220</G> 
      <B>0</B> 
    </LinesFillTint> 
    <DrawLinesFill>false</DrawLinesFill> 
    <EQType>19</EQType> 
    <GaugeDrawTemplate> 
      <Fill>A_GaugeFill</Fill> 
      <!--<Lines>A_GaugeLines</Lines>--> 
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>--> 
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>--> 
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>--> 
    </GaugeDrawTemplate> 
  </Gauge> 
  <Gauge item="GW_Gauge4100"> 
    <ScreenID>Gauge1</ScreenID> 
    <!--<Font>3</Font>--> 
    <TextColor> 
      <R>240</R> 
      <G>240</G> 
      <B>240</B> 
    </TextColor> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>459</X> 
      <Y>-7</Y> 
    </Location> 
    <Size> 
      <CX>120</CX> 
      <CY>38</CY> 
    </Size> 
    <TextOffsetX>0</TextOffsetX> 
    <TextOffsetY>14</TextOffsetY> 
    <GaugeOffsetX>20</GaugeOffsetX> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <!--<TooltipReference/>--> 
    <FillTint> 
      <R>250</R> 
      <G>250</G> 
      <B>250</B> 
    </FillTint> 
    <LinesFillTint> 
      <R>220</R> 
      <G>220</G> 
      <B>0</B> 
    </LinesFillTint> 
    <DrawLinesFill>false</DrawLinesFill> 
    <EQType>14</EQType> 
    <GaugeDrawTemplate> 
      <Fill>Playergauge100</Fill> 
      <Lines>A_GaugeLines</Lines> 
      <LinesFill>A_GaugeLinesFill</LinesFill> 
      <!--    <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft> 
    <EndCapRight>A_GaugeEndCapRight</EndCapRight> 
 --> 
    </GaugeDrawTemplate> 
  </Gauge> 
  <Gauge item="GW_PetGauge4##"> 
    <ScreenID>PetGauge4</ScreenID> 
    <!--<Font>3</Font>--> 
    <TextColor> 
      <R>240</R> 
      <G>240</G> 
      <B>240</B> 
    </TextColor> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>479</X> 
      <Y>36</Y> 
    </Location> 
    <Size> 
      <CX>100</CX> 
      <CY>3</CY> 
    </Size> 
    <TextOffsetY>-50</TextOffsetY> 
    <GaugeOffsetY>-2</GaugeOffsetY> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <!--<TooltipReference/>--> 
    <FillTint> 
      <R>0</R> 
      <G>250</G> 
      <B>0</B> 
    </FillTint> 
    <LinesFillTint> 
      <R>220</R> 
      <G>220</G> 
      <B>0</B> 
    </LinesFillTint> 
    <DrawLinesFill>false</DrawLinesFill> 
    <EQType>20</EQType> 
    <GaugeDrawTemplate> 
      <Fill>A_GaugeFill</Fill> 
      <!--<Lines>A_GaugeLines</Lines>--> 
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>--> 
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>--> 
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>--> 
    </GaugeDrawTemplate> 
  </Gauge> 
  <Gauge item="GW_Gauge5100"> 
    <ScreenID>Gauge1</ScreenID> 
    <!--<Font>3</Font>--> 
    <TextColor> 
      <R>240</R> 
      <G>240</G> 
      <B>240</B> 
    </TextColor> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>589</X> 
      <Y>-7</Y> 
    </Location> 
    <Size> 
      <CX>120</CX> 
      <CY>38</CY> 
    </Size> 
    <TextOffsetX>0</TextOffsetX> 
    <TextOffsetY>14</TextOffsetY> 
    <GaugeOffsetX>20</GaugeOffsetX> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <!--<TooltipReference/>--> 
    <FillTint> 
      <R>250</R> 
      <G>250</G> 
      <B>250</B> 
    </FillTint> 
    <LinesFillTint> 
      <R>220</R> 
      <G>220</G> 
      <B>0</B> 
    </LinesFillTint> 
    <DrawLinesFill>false</DrawLinesFill> 
    <EQType>15</EQType> 
    <GaugeDrawTemplate> 
      <Fill>Playergauge100</Fill> 
      <Lines>A_GaugeLines</Lines> 
      <LinesFill>A_GaugeLinesFill</LinesFill> 
      <!--    <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft> 
    <EndCapRight>A_GaugeEndCapRight</EndCapRight> 
--> 
    </GaugeDrawTemplate> 
  </Gauge> 
  <Gauge item="GW_PetGauge5##"> 
    <ScreenID>PetGauge5</ScreenID> 
    <!--<Font>3</Font>--> 
    <TextColor> 
      <R>240</R> 
      <G>240</G> 
      <B>240</B> 
    </TextColor> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>609</X> 
      <Y>36</Y> 
    </Location> 
    <Size> 
      <CX>100</CX> 
      <CY>3</CY> 
    </Size> 
    <TextOffsetY>-50</TextOffsetY> 
    <GaugeOffsetY>-2</GaugeOffsetY> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <!--<TooltipReference/>--> 
    <FillTint> 
      <R>0</R> 
      <G>250</G> 
      <B>0</B> 
    </FillTint> 
    <LinesFillTint> 
      <R>220</R> 
      <G>220</G> 
      <B>0</B> 
    </LinesFillTint> 
    <DrawLinesFill>false</DrawLinesFill> 
    <EQType>21</EQType> 
    <GaugeDrawTemplate> 
      <Fill>A_GaugeFill</Fill> 
      <!--<Lines>A_GaugeLines</Lines>--> 
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>--> 
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>--> 
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>--> 
    </GaugeDrawTemplate> 
  </Gauge> 
  <!-- Group END --> 
  <Label item="GW_HPLabel1"> 
    <ScreenID>HPLabel1</ScreenID> 
    <EQType>35</EQType> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>-64</X> 
      <Y>-108</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>Playername123456</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
  </Label> 
  <Label item="GW_HPPercLabel1"> 
    <ScreenID>HPPercLabel1</ScreenID> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>-64</X> 
      <Y>-108</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>%</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
  </Label> 
  <Label item="GW_HPLabel2"> 
    <ScreenID>HPLabel2</ScreenID> 
    <EQType>36</EQType> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>-64</X> 
      <Y>-108</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>Playername123456</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
  </Label> 
  <Label item="GW_HPPercLabel2"> 
    <ScreenID>HPPercLabel2</ScreenID> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>-64</X> 
      <Y>-108</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>%</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
  </Label> 
  <Label item="GW_HPLabel3"> 
    <ScreenID>HPLabel3</ScreenID> 
    <EQType>37</EQType> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>-64</X> 
      <Y>-108</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>Playername123456</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
  </Label> 
  <Label item="GW_HPPercLabel3"> 
    <ScreenID>HPPercLabel3</ScreenID> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>-64</X> 
      <Y>-108</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>%</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
  </Label> 
  <Label item="GW_HPLabel4"> 
    <ScreenID>HPLabel4</ScreenID> 
    <EQType>38</EQType> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>-64</X> 
      <Y>-108</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>Playername123456</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
  </Label> 
  <Label item="GW_HPPercLabel4"> 
    <ScreenID>HPPercLabel4</ScreenID> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>-64</X> 
      <Y>-108</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>%</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
  </Label> 
  <Label item="GW_HPLabel5"> 
    <ScreenID>HPLabel5</ScreenID> 
    <EQType>39</EQType> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>-64</X> 
      <Y>-108</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>Playername123456</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
  </Label> 
  <Label item="GW_HPPercLabel5"> 
    <ScreenID>HPPercLabel5</ScreenID> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>-64</X> 
      <Y>-108</Y> 
    </Location> 
    <Size> 
      <CX>1</CX> 
      <CY>1</CY> 
    </Size> 
    <Text>%</Text> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
  </Label> 
  <Label item="Group_Name_1"> 
    <ScreenID>Group1</ScreenID> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>69</X> 
      <Y>7</Y> 
    </Location> 
    <Text>Group (F2)</Text> 
    <Size> 
      <CX>100</CX> 
      <CY>14</CY> 
    </Size> 
    <Text /> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <EQType>30</EQType> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
  </Label> 
  <Label item="Group_Name_2"> 
    <ScreenID>Group2</ScreenID> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>199</X> 
      <Y>8</Y> 
    </Location> 
    <Text>Group (F3)</Text> 
    <Size> 
      <CX>100</CX> 
      <CY>14</CY> 
    </Size> 
    <Text /> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <EQType>31</EQType> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
  </Label> 
  <Label item="Group_Name_3"> 
    <ScreenID>Group3</ScreenID> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>330</X> 
      <Y>7</Y> 
    </Location> 
    <Text>Group (F4)</Text> 
    <Size> 
      <CX>100</CX> 
      <CY>14</CY> 
    </Size> 
    <Text /> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <EQType>32</EQType> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
  </Label> 
  <Label item="Group_Name_4"> 
    <ScreenID>Group4</ScreenID> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>459</X> 
      <Y>7</Y> 
    </Location> 
    <Text>Group (F5)</Text> 
    <Size> 
      <CX>100</CX> 
      <CY>14</CY> 
    </Size> 
    <Text /> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <EQType>33</EQType> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
  </Label> 
  <Label item="Group_Name_5"> 
    <ScreenID>Group5</ScreenID> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>589</X> 
      <Y>7</Y> 
    </Location> 
    <Text>Group (F6)</Text> 
    <Size> 
      <CX>100</CX> 
      <CY>14</CY> 
    </Size> 
    <Text /> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <EQType>34</EQType> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
  </Label> 

<Label item="GW_Level1"> 
      <ScreenID>ClassLabel1</ScreenID> 
      <Font>1</Font> 
      <EQType>9999</EQType> 
      <TooltipReference>${Group[1].Level}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>72</X> 
         <Y>32</Y> 
      </Location> 
      <Size> 
         <CX>10</CX> 
         <CY>12</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
         <R>200</R> 
         <G>200</G> 
         <B>200</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>true</AlignRight> 
      <AlignLeft>false</AlignLeft> 
   </Label> 

<Label item="GW_Level2"> 
      <ScreenID>ClassLabel2</ScreenID> 
      <Font>1</Font> 
      <EQType>9999</EQType> 
      <TooltipReference>${Group[2].Level}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>202</X> 
         <Y>32</Y> 
      </Location> 
      <Size> 
         <CX>10</CX> 
         <CY>12</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
         <R>200</R> 
         <G>200</G> 
         <B>200</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>true</AlignRight> 
      <AlignLeft>false</AlignLeft> 
   </Label> 

<Label item="GW_Level3"> 
      <ScreenID>ClassLabel3</ScreenID> 
      <Font>1</Font> 
      <EQType>9999</EQType> 
      <TooltipReference>${Group[3].Level}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>333</X> 
         <Y>32</Y> 
      </Location> 
      <Size> 
         <CX>10</CX> 
         <CY>12</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
         <R>200</R> 
         <G>200</G> 
         <B>200</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>true</AlignRight> 
      <AlignLeft>false</AlignLeft> 
   </Label> 

<Label item="GW_Level4"> 
      <ScreenID>ClassLabel4</ScreenID> 
      <Font>1</Font> 
      <EQType>9999</EQType> 
      <TooltipReference>${Group[4].Level}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>462</X> 
         <Y>32</Y> 
      </Location> 
      <Size> 
         <CX>10</CX> 
         <CY>12</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
         <R>200</R> 
         <G>200</G> 
         <B>200</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>true</AlignRight> 
      <AlignLeft>false</AlignLeft> 
   </Label> 

<Label item="GW_Level5"> 
      <ScreenID>ClassLabel5</ScreenID> 
      <Font>1</Font> 
      <EQType>9999</EQType> 
      <TooltipReference>${Group[5].Level}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>592</X> 
         <Y>32</Y> 
      </Location> 
      <Size> 
         <CX>10</CX> 
         <CY>12</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
         <R>200</R> 
         <G>200</G> 
         <B>200</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>true</AlignRight> 
      <AlignLeft>false</AlignLeft> 
   </Label> 

<Label item="GW_Class1"> 
      <ScreenID>ClassLabel1</ScreenID> 
      <Font>1</Font> 
      <EQType>9999</EQType> 
      <TooltipReference>${Group[1].Class}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>85</X> 
         <Y>32</Y> 
      </Location> 
      <Size> 
         <CX>65</CX> 
         <CY>12</CY> 
      </Size> 
      <Text>100</Text> 
      <TextColor> 
         <R>200</R> 
         <G>200</G> 
         <B>200</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
      <AlignLeft>true</AlignLeft> 
   </Label> 

<Label item="GW_Class2"> 
      <ScreenID>ClassLabel2</ScreenID> 
      <Font>1</Font> 
      <EQType>9999</EQType> 
      <TooltipReference>${Group[2].Class}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>215</X> 
         <Y>32</Y> 
      </Location> 
      <Size> 
         <CX>65</CX> 
         <CY>12</CY> 
      </Size> 
      <Text>100</Text> 
      <TextColor> 
         <R>200</R> 
         <G>200</G> 
         <B>200</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
      <AlignLeft>true</AlignLeft> 
   </Label> 

<Label item="GW_Class3"> 
      <ScreenID>ClassLabel3</ScreenID> 
      <Font>1</Font> 
      <EQType>9999</EQType> 
      <TooltipReference>${Group[3].Class}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>346</X> 
         <Y>32</Y> 
      </Location> 
      <Size> 
         <CX>65</CX> 
         <CY>12</CY> 
      </Size> 
      <Text>100</Text> 
      <TextColor> 
         <R>200</R> 
         <G>200</G> 
         <B>200</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
      <AlignLeft>true</AlignLeft> 
   </Label> 

<Label item="GW_Class4"> 
      <ScreenID>ClassLabel4</ScreenID> 
      <Font>1</Font> 
      <EQType>9999</EQType> 
      <TooltipReference>${Group[4].Class}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>485</X> 
         <Y>32</Y> 
      </Location> 
      <Size> 
         <CX>65</CX> 
         <CY>12</CY> 
      </Size> 
      <Text>100</Text> 
      <TextColor> 
         <R>200</R> 
         <G>200</G> 
         <B>200</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
      <AlignLeft>true</AlignLeft> 
   </Label> 

<Label item="GW_Class5"> 
      <ScreenID>ClassLabel5</ScreenID> 
      <Font>1</Font> 
      <EQType>9999</EQType> 
      <TooltipReference>${Group[5].Class}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>605</X> 
         <Y>32</Y> 
      </Location> 
      <Size> 
         <CX>65</CX> 
         <CY>12</CY> 
      </Size> 
      <Text>100</Text> 
      <TextColor> 
         <R>200</R> 
         <G>200</G> 
         <B>200</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
      <AlignLeft>true</AlignLeft> 
   </Label> 

  <Screen item="GroupWindow"> 
    <ScreenID /> 
    <RelativePosition>false</RelativePosition> 
    <Location> 
      <X>516</X> 
      <Y>78</Y> 
    </Location> 
    <Size> 
      <CX>745</CX> 
      <CY>46</CY> 
    </Size> 
    <Text /> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <TooltipReference>Advanced Grouping Window</TooltipReference> 
    <DrawTemplate>WDT_RoundedNoTitle</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>A_Gauge_bg01</Pieces> 
    <Pieces>A_Gauge_bg02</Pieces> 
    <Pieces>A_Gauge_bg03</Pieces> 
    <Pieces>A_Gauge_bg04</Pieces> 
    <Pieces>A_Gauge_bg05</Pieces> 
    <Pieces>A_Gauge_bg06</Pieces> 
    <Pieces>GW_InviteButton</Pieces> 
    <Pieces>GW_DisbandButton</Pieces> 
    <Pieces>GW_FollowButton</Pieces> 
    <Pieces>GW_DeclineButton</Pieces> 
    <!-- Advanced Gauge Testing --> 
    <Pieces>GW_Gauge1100</Pieces> 
    <!-- 
  <Pieces>GW_Gauge160</Pieces> 
  <Pieces>GW_Gauge130</Pieces> 
  <Pieces>GW_Gauge110</Pieces> 
--> 
    <Pieces>GW_Gauge2100</Pieces> 
    <!-- 
  <Pieces>GW_Gauge260</Pieces> 
  <Pieces>GW_Gauge230</Pieces> 
  <Pieces>GW_Gauge210</Pieces> 
--> 
    <Pieces>GW_Gauge3100</Pieces> 
    <!-- 
  <Pieces>GW_Gauge360</Pieces> 
  <Pieces>GW_Gauge330</Pieces> 
  <Pieces>GW_Gauge310</Pieces> 
--> 
    <Pieces>GW_Gauge4100</Pieces> 
    <!-- 
  <Pieces>GW_Gauge460</Pieces> 
  <Pieces>GW_Gauge430</Pieces> 
  <Pieces>GW_Gauge410</Pieces> 
--> 
    <Pieces>GW_Gauge5100</Pieces> 
    <!-- 
  <Pieces>GW_Gauge560</Pieces> 
  <Pieces>GW_Gauge530</Pieces> 
  <Pieces>GW_Gauge510</Pieces> 
--> 
    <!-- Ends --> 
    <Pieces>GW_PetGauge1##</Pieces> 
    <Pieces>GW_PetGauge2##</Pieces> 
    <Pieces>GW_PetGauge3##</Pieces> 
    <Pieces>GW_PetGauge4##</Pieces> 
    <Pieces>GW_PetGauge5##</Pieces> 
    <Pieces>GW_LFGButton</Pieces> 
    <Pieces>GW_PlayerPercent1</Pieces> 
    <Pieces>GW_PercentFig1</Pieces> 
    <Pieces>GW_PlayerPercent2</Pieces> 
    <Pieces>GW_PercentFig2</Pieces> 
    <Pieces>GW_PlayerPercent3</Pieces> 
    <Pieces>GW_PercentFig3</Pieces> 
    <Pieces>GW_PlayerPercent4</Pieces> 
    <Pieces>GW_PercentFig4</Pieces> 
    <Pieces>GW_PlayerPercent5</Pieces> 
    <Pieces>GW_PercentFig5</Pieces> 
    <Pieces>GW_F2</Pieces> 
    <Pieces>GW_F3</Pieces> 
    <Pieces>GW_F4</Pieces> 
    <Pieces>GW_F5</Pieces> 
    <Pieces>GW_F6</Pieces> 
    <Pieces>GW_Level1</Pieces> 
    <Pieces>GW_Level2</Pieces> 
    <Pieces>GW_Level3</Pieces> 
    <Pieces>GW_Level4</Pieces> 
    <Pieces>GW_Level5</Pieces> 
    <Pieces>GW_Class1</Pieces> 
    <Pieces>GW_Class2</Pieces> 
    <Pieces>GW_Class3</Pieces> 
    <Pieces>GW_Class4</Pieces> 
    <Pieces>GW_Class5</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>Group_Name_1</Pieces> 
    <Pieces>Group_Name_2</Pieces> 
    <Pieces>Group_Name_3</Pieces> 
    <Pieces>Group_Name_4</Pieces> 
    <Pieces>Group_Name_5</Pieces> 
--> 
  </Screen> 
</XML> 

Shador
a lesser mummy
a lesser mummy
Posts: 31
Joined: Fri Dec 17, 2004 5:02 pm

Post by Shador » Fri Mar 11, 2005 10:34 am

and yes it is from EQinterface somoene please help me

JimJohnson
a grimling bloodguard
a grimling bloodguard
Posts: 1299
Joined: Sat Oct 11, 2003 6:00 am

Post by JimJohnson » Fri Mar 11, 2005 10:46 am

Hi! didnt we already tell you what to change and how to change it in VIP forum? stop being lazy

Shador
a lesser mummy
a lesser mummy
Posts: 31
Joined: Fri Dec 17, 2004 5:02 pm

Post by Shador » Fri Mar 11, 2005 10:48 am

yes thx it is fixed now I posted this I guess as you were posting your solution thanks JimJohnson it worked :D

Shador
a lesser mummy
a lesser mummy
Posts: 31
Joined: Fri Dec 17, 2004 5:02 pm

Post by Shador » Fri Mar 18, 2005 9:36 pm

ok I have another Problem and I can figure out what it even means
Unparsable in Caluculation R'
Unparsable in Caluculation L'

any ideas on what this means and maybe how to fix it :-D thx

User avatar
htw
a grimling bloodguard
a grimling bloodguard
Posts: 512
Joined: Wed Feb 18, 2004 8:30 pm
Location: Albuquerque, NM USA
Contact:

Post by htw » Sat Mar 19, 2005 1:08 pm

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <Button item="GW_InviteButton">
    <ScreenID>InviteButton</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>60</CX>
      <CY>20</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>Select a player and click to invite into the group</TooltipReference>
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <ButtonDrawTemplate>
      <Normal>Inv_b</Normal>
      <Pressed>Inv_a</Pressed>
      <Flyby>Inv_b</Flyby>
      <Disabled>Inv_a</Disabled>
      <PressedFlyby>Inv_b</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Button item="GW_DisbandButton">
    <ScreenID>DisbandButton</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>23</Y>
    </Location>
    <Size>
      <CX>60</CX>
      <CY>20</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>Click to disband your target from the group</TooltipReference>
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <ButtonDrawTemplate>
      <Normal>Dis_b</Normal>
      <Pressed>Dis_a</Pressed>
      <Flyby>Dis_b</Flyby>
      <Disabled>Dis_a</Disabled>
      <PressedFlyby>Dis_b</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Button item="GW_FollowButton">
    <ScreenID>FollowButton</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>60</CX>
      <CY>20</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>Accept an invitation to group</TooltipReference>
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <ButtonDrawTemplate>
      <Normal>Fol_b</Normal>
      <Pressed>Fol_a</Pressed>
      <Flyby>Fol_b</Flyby>
      <Disabled>Fol_a</Disabled>
      <PressedFlyby>Fol_b</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Button item="GW_DeclineButton">
    <ScreenID>DeclineButton</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>23</Y>
    </Location>
    <Size>
      <CX>60</CX>
      <CY>20</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>Refuse an invtitation to group</TooltipReference>
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <ButtonDrawTemplate>
      <Normal>Dec_b</Normal>
      <Pressed>Dec_a</Pressed>
      <Flyby>Dec_b</Flyby>
      <Disabled>Dec_a</Disabled>
      <PressedFlyby>Dec_b</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Button item="GW_LFGButton">
    <ScreenID>LFGButton</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-100</X>
      <Y>-100</Y>
    </Location>
    <Size>
      <CX>26</CX>
      <CY>26</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <TooltipReference>Open LFG Window</TooltipReference>
    <ButtonDrawTemplate>
      <Normal>A_LFGBtnNormal</Normal>
      <Pressed>A_LFGBtnPressed</Pressed>
      <Flyby>A_LFGBtnFlyby</Flyby>
      <Disabled>A_LFGBtnNormal</Disabled>
      <PressedFlyby>A_LFGBtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Label item="GW_PlayerPercent1">
    <ScreenID>TargetPercentage</ScreenID>
    <EQType>35</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>154</X>
      <Y>19</Y>
    </Location>
    <Size>
      <CX>35</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>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_PercentFig1">
    <!--  <Font>1</Font> -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>101</X>
      <Y>17</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_PlayerPercent2">
    <ScreenID>TargetPercentage</ScreenID>
    <EQType>36</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>284</X>
      <Y>19</Y>
    </Location>
    <Size>
      <CX>35</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>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_PercentFig2">
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>220</X>
      <Y>17</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_PlayerPercent3">
    <ScreenID>TargetPercentage</ScreenID>
    <EQType>37</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>421</X>
      <Y>19</Y>
    </Location>
    <Size>
      <CX>29</CX>
      <CY>13</CY>
    </Size>
    <Text>0</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_PercentFig3">
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>360</X>
      <Y>18</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_PlayerPercent4">
    <ScreenID>TargetPercentage</ScreenID>
    <EQType>38</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>544</X>
      <Y>19</Y>
    </Location>
    <Size>
      <CX>35</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>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_PercentFig4">
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>585</X>
      <Y>46</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_PlayerPercent5">
    <ScreenID>TargetPercentage</ScreenID>
    <EQType>39</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>674</X>
      <Y>19</Y>
    </Location>
    <Size>
      <CX>35</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>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_PercentFig5">
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>738</X>
      <Y>45</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_F2">
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>72</X>
      <Y>21</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>14</CY>
    </Size>
    <Text>F2</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="GW_F3">
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>202</X>
      <Y>21</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>14</CY>
    </Size>
    <Text>F3</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="GW_F4">
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>333</X>
      <Y>21</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>13</CY>
    </Size>
    <Text>F4</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="GW_F5">
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>462</X>
      <Y>21</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>14</CY>
    </Size>
    <Text>F5</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="GW_F6">
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>592</X>
      <Y>21</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>14</CY>
    </Size>
    <Text>F6</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <!-- Advanced Group Testing -->
  <Gauge item="GW_Gauge1100">
    <ScreenID>Gauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>69</X>
      <Y>-7</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>38</CY>
    </Size>
    <TextOffsetX>0</TextOffsetX>
    <TextOffsetY>14</TextOffsetY>
    <GaugeOffsetX>20</GaugeOffsetX>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>250</R>
      <G>250</G>
      <B>250</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>Playergauge100</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
      <!--
    <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
    <EndCapRight>A_GaugeEndCapRight</EndCapRight>
-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_PetGauge1##">
    <ScreenID>PetGauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>89</X>
      <Y>36</Y>
    </Location>
    <Size>
      <CX>100</CX>
      <CY>3</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-2</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>250</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>17</EQType>
    <GaugeDrawTemplate>
      <Fill>A_GaugeFill</Fill>
      <!--<Lines>A_GaugeLines</Lines>-->
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_Gauge2100">
    <ScreenID>Gauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>199</X>
      <Y>-7</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>38</CY>
    </Size>
    <TextOffsetX>0</TextOffsetX>
    <TextOffsetY>14</TextOffsetY>
    <GaugeOffsetX>20</GaugeOffsetX>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>250</R>
      <G>250</G>
      <B>250</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>12</EQType>
    <GaugeDrawTemplate>
      <Fill>Playergauge100</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
      <!--    <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
    <EndCapRight>A_GaugeEndCapRight</EndCapRight>
-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_PetGauge2##">
    <ScreenID>PetGauge2</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>219</X>
      <Y>36</Y>
    </Location>
    <Size>
      <CX>100</CX>
      <CY>3</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-2</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>true</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>250</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>18</EQType>
    <GaugeDrawTemplate>
      <Fill>A_GaugeFill</Fill>
      <!--<Lines>A_GaugeLines</Lines>-->
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_Gauge3100">
    <ScreenID>Gauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>330</X>
      <Y>-7</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>38</CY>
    </Size>
    <TextOffsetX>0</TextOffsetX>
    <TextOffsetY>14</TextOffsetY>
    <GaugeOffsetX>20</GaugeOffsetX>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>250</R>
      <G>250</G>
      <B>250</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>13</EQType>
    <GaugeDrawTemplate>
      <Fill>Playergauge100</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
      <!--   <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
    <EndCapRight>A_GaugeEndCapRight</EndCapRight>
-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_PetGauge3##">
    <ScreenID>PetGauge3</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>350</X>
      <Y>36</Y>
    </Location>
    <Size>
      <CX>100</CX>
      <CY>3</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-2</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>250</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>19</EQType>
    <GaugeDrawTemplate>
      <Fill>A_GaugeFill</Fill>
      <!--<Lines>A_GaugeLines</Lines>-->
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_Gauge4100">
    <ScreenID>Gauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>459</X>
      <Y>-7</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>38</CY>
    </Size>
    <TextOffsetX>0</TextOffsetX>
    <TextOffsetY>14</TextOffsetY>
    <GaugeOffsetX>20</GaugeOffsetX>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>250</R>
      <G>250</G>
      <B>250</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>14</EQType>
    <GaugeDrawTemplate>
      <Fill>Playergauge100</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
      <!--    <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
    <EndCapRight>A_GaugeEndCapRight</EndCapRight>
 -->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_PetGauge4##">
    <ScreenID>PetGauge4</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>479</X>
      <Y>36</Y>
    </Location>
    <Size>
      <CX>100</CX>
      <CY>3</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-2</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>250</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>20</EQType>
    <GaugeDrawTemplate>
      <Fill>A_GaugeFill</Fill>
      <!--<Lines>A_GaugeLines</Lines>-->
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_Gauge5100">
    <ScreenID>Gauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>589</X>
      <Y>-7</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>38</CY>
    </Size>
    <TextOffsetX>0</TextOffsetX>
    <TextOffsetY>14</TextOffsetY>
    <GaugeOffsetX>20</GaugeOffsetX>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>250</R>
      <G>250</G>
      <B>250</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>15</EQType>
    <GaugeDrawTemplate>
      <Fill>Playergauge100</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
      <!--    <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
    <EndCapRight>A_GaugeEndCapRight</EndCapRight>
-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_PetGauge5##">
    <ScreenID>PetGauge5</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>609</X>
      <Y>36</Y>
    </Location>
    <Size>
      <CX>100</CX>
      <CY>3</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-2</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>250</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>21</EQType>
    <GaugeDrawTemplate>
      <Fill>A_GaugeFill</Fill>
      <!--<Lines>A_GaugeLines</Lines>-->
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
    </GaugeDrawTemplate>
  </Gauge>
  <!-- Group END -->
  <Label item="GW_HPLabel1">
    <ScreenID>HPLabel1</ScreenID>
    <EQType>35</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>Playername123456</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="GW_HPPercLabel1">
    <ScreenID>HPPercLabel1</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="GW_HPLabel2">
    <ScreenID>HPLabel2</ScreenID>
    <EQType>36</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>Playername123456</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="GW_HPPercLabel2">
    <ScreenID>HPPercLabel2</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="GW_HPLabel3">
    <ScreenID>HPLabel3</ScreenID>
    <EQType>37</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>Playername123456</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="GW_HPPercLabel3">
    <ScreenID>HPPercLabel3</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="GW_HPLabel4">
    <ScreenID>HPLabel4</ScreenID>
    <EQType>38</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>Playername123456</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="GW_HPPercLabel4">
    <ScreenID>HPPercLabel4</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="GW_HPLabel5">
    <ScreenID>HPLabel5</ScreenID>
    <EQType>39</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>Playername123456</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="GW_HPPercLabel5">
    <ScreenID>HPPercLabel5</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Group_Name_1">
    <ScreenID>Group1</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>69</X>
      <Y>7</Y>
    </Location>
    <Text>Group (F2)</Text>
    <Size>
      <CX>100</CX>
      <CY>14</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <EQType>30</EQType>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
  </Label>
  <Label item="Group_Name_2">
    <ScreenID>Group2</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>199</X>
      <Y>8</Y>
    </Location>
    <Text>Group (F3)</Text>
    <Size>
      <CX>100</CX>
      <CY>14</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <EQType>31</EQType>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
  </Label>
  <Label item="Group_Name_3">
    <ScreenID>Group3</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>330</X>
      <Y>7</Y>
    </Location>
    <Text>Group (F4)</Text>
    <Size>
      <CX>100</CX>
      <CY>14</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <EQType>32</EQType>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
  </Label>
  <Label item="Group_Name_4">
    <ScreenID>Group4</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>459</X>
      <Y>7</Y>
    </Location>
    <Text>Group (F5)</Text>
    <Size>
      <CX>100</CX>
      <CY>14</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <EQType>33</EQType>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
  </Label>
  <Label item="Group_Name_5">
    <ScreenID>Group5</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>589</X>
      <Y>7</Y>
    </Location>
    <Text>Group (F6)</Text>
    <Size>
      <CX>100</CX>
      <CY>14</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <EQType>34</EQType>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
  </Label>

<Label item="GW_Level1">
      <ScreenID>ClassLabel1</ScreenID>
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[1].Level}</TooltipReference>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>72</X>
         <Y>32</Y>
      </Location>
      <Size>
         <CX>10</CX>
         <CY>12</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
      <AlignLeft>false</AlignLeft>
   </Label>

<Label item="GW_Level2">
      <ScreenID>ClassLabel2</ScreenID>
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[2].Level}</TooltipReference>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>202</X>
         <Y>32</Y>
      </Location>
      <Size>
         <CX>10</CX>
         <CY>12</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
      <AlignLeft>false</AlignLeft>
   </Label>

<Label item="GW_Level3">
      <ScreenID>ClassLabel3</ScreenID>
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[3].Level}</TooltipReference>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>333</X>
         <Y>32</Y>
      </Location>
      <Size>
         <CX>10</CX>
         <CY>12</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
      <AlignLeft>false</AlignLeft>
   </Label>

<Label item="GW_Level4">
      <ScreenID>ClassLabel4</ScreenID>
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[4].Level}</TooltipReference>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>462</X>
         <Y>32</Y>
      </Location>
      <Size>
         <CX>10</CX>
         <CY>12</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
      <AlignLeft>false</AlignLeft>
   </Label>

<Label item="GW_Level5">
      <ScreenID>ClassLabel5</ScreenID>
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[5].Level}</TooltipReference>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>592</X>
         <Y>32</Y>
      </Location>
      <Size>
         <CX>10</CX>
         <CY>12</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
      <AlignLeft>false</AlignLeft>
   </Label>

<Label item="GW_Class1">
      <ScreenID>ClassLabel1</ScreenID>
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[1].Class}</TooltipReference>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>85</X>
         <Y>32</Y>
      </Location>
      <Size>
         <CX>65</CX>
         <CY>12</CY>
      </Size>
      <Text>100</Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
      <AlignLeft>true</AlignLeft>
   </Label>

<Label item="GW_Class2">
      <ScreenID>ClassLabel2</ScreenID>
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[2].Class}</TooltipReference>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>215</X>
         <Y>32</Y>
      </Location>
      <Size>
         <CX>65</CX>
         <CY>12</CY>
      </Size>
      <Text>100</Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
      <AlignLeft>true</AlignLeft>
   </Label>

<Label item="GW_Class3">
      <ScreenID>ClassLabel3</ScreenID>
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[3].Class}</TooltipReference>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>346</X>
         <Y>32</Y>
      </Location>
      <Size>
         <CX>65</CX>
         <CY>12</CY>
      </Size>
      <Text>100</Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
      <AlignLeft>true</AlignLeft>
   </Label>

<Label item="GW_Class4">
      <ScreenID>ClassLabel4</ScreenID>
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[4].Class}</TooltipReference>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>485</X>
         <Y>32</Y>
      </Location>
      <Size>
         <CX>65</CX>
         <CY>12</CY>
      </Size>
      <Text>100</Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
      <AlignLeft>true</AlignLeft>
   </Label>

<Label item="GW_Class5">
      <ScreenID>ClassLabel5</ScreenID>
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[5].Class}</TooltipReference>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>605</X>
         <Y>32</Y>
      </Location>
      <Size>
         <CX>65</CX>
         <CY>12</CY>
      </Size>
      <Text>100</Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
      <AlignLeft>true</AlignLeft>
   </Label>

  <Screen item="GroupWindow">
    <ScreenID />
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>516</X>
      <Y>78</Y>
    </Location>
    <Size>
      <CX>745</CX>
      <CY>46</CY>
    </Size>
    <Text />
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>Advanced Grouping Window</TooltipReference>
    <DrawTemplate>WDT_RoundedNoTitle</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>A_Gauge_bg01</Pieces>
    <Pieces>A_Gauge_bg02</Pieces>
    <Pieces>A_Gauge_bg03</Pieces>
    <Pieces>A_Gauge_bg04</Pieces>
    <Pieces>A_Gauge_bg05</Pieces>
    <Pieces>A_Gauge_bg06</Pieces>
    <Pieces>GW_InviteButton</Pieces>
    <Pieces>GW_DisbandButton</Pieces>
    <Pieces>GW_FollowButton</Pieces>
    <Pieces>GW_DeclineButton</Pieces>
    <!-- Advanced Gauge Testing -->
    <Pieces>GW_Gauge1100</Pieces>
    <!--
  <Pieces>GW_Gauge160</Pieces>
  <Pieces>GW_Gauge130</Pieces>
  <Pieces>GW_Gauge110</Pieces>
-->
    <Pieces>GW_Gauge2100</Pieces>
    <!--
  <Pieces>GW_Gauge260</Pieces>
  <Pieces>GW_Gauge230</Pieces>
  <Pieces>GW_Gauge210</Pieces>
-->
    <Pieces>GW_Gauge3100</Pieces>
    <!--
  <Pieces>GW_Gauge360</Pieces>
  <Pieces>GW_Gauge330</Pieces>
  <Pieces>GW_Gauge310</Pieces>
-->
    <Pieces>GW_Gauge4100</Pieces>
    <!--
  <Pieces>GW_Gauge460</Pieces>
  <Pieces>GW_Gauge430</Pieces>
  <Pieces>GW_Gauge410</Pieces>
-->
    <Pieces>GW_Gauge5100</Pieces>
    <!--
  <Pieces>GW_Gauge560</Pieces>
  <Pieces>GW_Gauge530</Pieces>
  <Pieces>GW_Gauge510</Pieces>
-->
    <!-- Ends -->
    <Pieces>GW_PetGauge1##</Pieces>
    <Pieces>GW_PetGauge2##</Pieces>
    <Pieces>GW_PetGauge3##</Pieces>
    <Pieces>GW_PetGauge4##</Pieces>
    <Pieces>GW_PetGauge5##</Pieces>
    <Pieces>GW_LFGButton</Pieces>
    <Pieces>GW_PlayerPercent1</Pieces>
    <Pieces>GW_PercentFig1</Pieces>
    <Pieces>GW_PlayerPercent2</Pieces>
    <Pieces>GW_PercentFig2</Pieces>
    <Pieces>GW_PlayerPercent3</Pieces>
    <Pieces>GW_PercentFig3</Pieces>
    <Pieces>GW_PlayerPercent4</Pieces>
    <Pieces>GW_PercentFig4</Pieces>
    <Pieces>GW_PlayerPercent5</Pieces>
    <Pieces>GW_PercentFig5</Pieces>
    <Pieces>GW_F2</Pieces>
    <Pieces>GW_F3</Pieces>
    <Pieces>GW_F4</Pieces>
    <Pieces>GW_F5</Pieces>
    <Pieces>GW_F6</Pieces>
    <Pieces>GW_Level1</Pieces>
    <Pieces>GW_Level2</Pieces>
    <Pieces>GW_Level3</Pieces>
    <Pieces>GW_Level4</Pieces>
    <Pieces>GW_Level5</Pieces>
    <Pieces>GW_Class1</Pieces>
    <Pieces>GW_Class2</Pieces>
    <Pieces>GW_Class3</Pieces>
    <Pieces>GW_Class4</Pieces>
    <Pieces>GW_Class5</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>Group_Name_1</Pieces>
    <Pieces>Group_Name_2</Pieces>
    <Pieces>Group_Name_3</Pieces>
    <Pieces>Group_Name_4</Pieces>
    <Pieces>Group_Name_5</Pieces>
-->
  </Screen>
</XML>
htw

FrankJScott
naggy
naggy
Posts: 2349
Joined: Sun Feb 19, 2023 7:11 am

Good Suggestions For Choosing Windows Software

Post by FrankJScott » Tue Mar 07, 2023 8:34 am

To the guy inquiring about udemy excel from beginner to advanced, revo uninstaller free windows 10 64 bit, unzip software for windows free, ashampoo burning studio 6 free key, best microsoft excel certification, freeware software for pc, I highly suggest this additional reading on windows programs for free details or free pc zip software, word document software, free archiver for pc, python programming software free download for windows 10 64 bit, iobit uninstaller download for pc, free program to open rar files windows 10, as well as this super fast reply about download windows programs free details and don't forget download registry cleaner for windows 10, microsoft ai academy, rocketdock free download for windows 10, microsoft hup australia, download sandboxie 64 bit windows 10, revo uninstaller for mac free download, on top of this helpful resources about windows software pc link which is as good as free word excel program, free wordpad for windows 10, visio program, microsoft leap program, azure migration and modernization program, microsoft hup, . Also, have a look at this inquiry for microsoft programs tips and don't forget microsoft csp pricing, program download for pc, microsoft drafting software, free program to open excel files, microsoft isv partner program, all software download for windows 10, not to mention this from this source about windows software pc forum as well as office 2019 open license, program download for pc, supercopier software, microsoft azure developer program, microsoft office software for sale, iobit uninstaller free download for pc, on top of basics on windows programs for free link which is also worth a look as well as microsoft office drawing software, free download programs for windows 7, blender video editing software 32 bit, microsoft hup singapore, microsoft access vba, microsoft leap, also. I also recommend this go here for microsoft programs url on top of nero program download free, nccu microsoft office, ms excel certification, programs similar to microsoft office, microsoft editing software free, necessary software for windows 7, as well as this enquiry for download microsoft programs free advice not to mention free laptop software for windows 10, microsoft office education discount, microsoft isv program, best software for pc windows 10 free download, spyder python free download for windows 7 32 bit, microsoft scrum master certification, not to mention clicking here about microsoft programs crack info alongside all iobit uninstaller pro 7 download, microsoft office programs, microsoft office 365 certification, microsoft office root office16, free download iobit uninstaller for windows 10, belarc advisor download link, which is also great. Finally, have a look at this read more here for microsoft programs crack blog with microsoft word home, free word processor compatible with microsoft word, belarc software free download, outlook microsoft programs, microsoft software assurance, revo uninstaller for mac free download, for good measure. Check more @ Read More For Top Mastiff Breed Info f252a1b

FrankJScott
naggy
naggy
Posts: 2349
Joined: Sun Feb 19, 2023 7:11 am

Good Facts For Selecting Wedding Attire

Post by FrankJScott » Sat Mar 18, 2023 9:53 am

In response to the guy inquiring about dresses for outdoor wedding, wedding dresses for plus size women, 2021 bridesmaid dresses, men's sapphire band rings, haldi saree for bride, plain wedding bands for her, I highly recommend this more on wedding dresses link or verragio mens wedding bands, second wedding dresses, dresses for outdoor wedding, ariana grande wedding dress, platinum eternity band, sophia tolli dresses, not to mention this the original source for wedding dresses info and don't forget light purple wedding dress, country wedding dresses, ariana grande wedding dress 2021, civil wedding dress, mens silver wedding bands, wedding bridesmaid, as well as this official statement about wedding dresses details which is as good as mens sapphire wedding band, celtic wedding ring, bridal websites, bridal dresses near me, simple wedding bands his and hers, wedding clothes, . Also, have a look at this click this on wedding bands blog alongside all thin eternity band, engagement ring and wedding band, radiant cut eternity band, taupe bridesmaid dresses, civil ceremony wedding dress, bridesmaid shops near me, not to mention this her explanation on wedding dresses advice as well as yellow gold diamond band, elegant wedding guest dresses 2021, cluster wedding ring, short wedding dresses online, plus wedding dresses, sylvie wedding bands, alongside all read more here about wedding bands url which is also worth a look on top of tigrade, a line lace wedding dress, cactus de cartier wedding band, wedding rings for couples, black tie wedding guest dress, tungsten and rose gold wedding band, also. I also recommend this more help about wedding bands forum on top of autumn bridesmaid dresses, classic wedding band, tacori bands, floaty wedding dresses, gemstone wedding bands, midi cocktail dress for wedding, not to mention this breaking news about wedding bands advice alongside all his and hers gold wedding rings, spring wedding guest dress 2021, braided wedding ring, simple elegant wedding rings, bubble diamond wedding band, wedding dress undergarments, not to mention clicking here for wedding braces forum on top of wedding dress ariana grande, lady diana wedding dress, 2021 wedding dresses, couple dress for wedding party, teuta matoshi wedding dress, white gold male wedding band, which is also great. Finally, have a look at this her comment is here about wedding braces forum with couple wedding dress matching, minimalist wedding dress, corset wedding dresses, elie saab bridal, brushed gold wedding band, cheap matching wedding rings for bride and groom, for good measure. Check more @ Handy News To Picking Selling Your Car 89a61d1

FrankJScott
naggy
naggy
Posts: 2349
Joined: Sun Feb 19, 2023 7:11 am

Recommended Ideas On Deciding On Custom Sportswear

Post by FrankJScott » Tue Mar 21, 2023 10:52 am

In response to the man inquiring about computerized basketball jersey design, nike womens basketball uniforms, custom flint tropics jersey, custom shirts and sportswear, custom nike nba jerseys, simple sublimation basketball jersey, I highly recommend this related site on sublimated basketball uniforms blog or custom badger sportswear, custom basketball jersey shirts, custom reversible basketball uniforms, custom vintage basketball shorts, custom wnba jersey, delta sportswear basketball jersey design, and don't forget this full article for custom sportswear usa details alongside all wnba custom jersey, augusta baseball jerseys custom, custom basketball warm up jerseys, athlon sportswear, custom aau basketball jerseys, new sublimation basketball jersey design, not to mention this related site for custom printed sportswear forum which is as good as custom north carolina basketball jersey, navy blue basketball jersey design, sports wear uniform, design my own basketball uniform, high quality custom basketball jerseys, custom printed gym wear, . Also, have a look at this continue on custom printed sportswear tips on top of best basketball jersey sublimation, create basketball shorts, custom basketball jerseys and shorts, ohio state custom basketball jersey, custom shirts and sportswear, custom ucla basketball jersey, alongside all this more info on cheap basketball uniforms url not to mention nba kit creator, personalised basketball kit, personalized basketball shirt, simple sublimation basketball jersey, custom florida gators basketball jersey, nba jersey custom design, on top of additional reading for basketball uniforms packages tips which is also worth a look not to mention custom oregon ducks basketball jersey, customized lakers jersey, custom basketball jerseys, custom youth basketball uniform packages, white jersey design basketball, custom embroidered basketball shorts, also. I also recommend this a total noob about sublimated basketball uniforms details not to mention custom reversible mesh basketball jerseys, best sublimation basketball jersey design 2019, custom sublimated basketball uniforms, new design sublimation basketball jersey, sublime basketball uniforms, custom basketball team shirts, not to mention this conversational tone for youth reversible basketball uniforms details on top of custom villanova basketball jersey, custom jordan basketball jerseys, basketball jersey design maker, nike team basketball uniforms, custom white lakers jersey, basketball uniform packages, as well as website for gitch sportswear url alongside all custom miami heat jersey, basketball uniform design maker, basketball personalized shirts, personalized nba jersey, simple basketball jersey design, custom basketball uniform designer, which is also great. Finally, have a look at this additional info for custom made sportswear url with custom cincinnati bearcats basketball jersey, basketball uniform packages, nike dri fit basketball uniforms, custom men's basketball jerseys, custom oregon ducks basketball jersey, design youth basketball uniforms, for good measure. Check more @ Best Info To Deciding On Custom Sportswear e3c8dec

xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: AYA and other UIs

Post by xyilla » Tue Apr 29, 2025 11:13 pm


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: AYA and other UIs

Post by xyilla » Tue Apr 29, 2025 11:15 pm


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: AYA and other UIs

Post by xyilla » Wed Apr 30, 2025 12:26 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: AYA and other UIs

Post by xyilla » Wed Apr 30, 2025 1:03 am