If this is a known bug sorry but ive looked for hours and cant find anything about XY cord issues with UI Windows, it doesnt crash so isnt the $call
Problem I think is with the buff slots XY cords seem to be off (Works when MQ isn?t loaded but have to exit and log back in cant just /unload) if I right click a buff the wrong spell window/information or no window comes up, seems to want to bring up that Shaman AGI buff when raid buffed.
If anyone has some time to look at it would be much appreciated, it?s a somewhat trivial item but with the new spells in TSS, TBS im still not used to them all. The BuffWindow is pasted below hope it fits.
Code: Select all
<?xml version="1.0"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
<TextureInfo item="Sarsbar.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>
<TextureInfo item="CS_Buttons.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>
<Ui2DAnimation item="Buffbar">
<Cycle>false</Cycle>
<Frames>
<Texture>Sarsbar.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>20</CX>
<CY>64</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<StaticAnimation item="Buffbar1">
<ScreenID>Buffbar1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>2</Y>
</Location>
<Size>
<CX>20</CX>
<CY>64</CY>
</Size>
<Animation>Buffbar</Animation>
</StaticAnimation>
<StaticAnimation item="Buffbar2">
<ScreenID>Buffbar2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>71</Y>
</Location>
<Size>
<CX>20</CX>
<CY>64</CY>
</Size>
<Animation>Buffbar</Animation>
</StaticAnimation>
<StaticAnimation item="Buffbar3">
<ScreenID>Buffbar3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>140</Y>
</Location>
<Size>
<CX>20</CX>
<CY>64</CY>
</Size>
<Animation>Buffbar</Animation>
</StaticAnimation>
<StaticAnimation item="Buffbar4">
<ScreenID>Buffbar4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>209</Y>
</Location>
<Size>
<CX>20</CX>
<CY>64</CY>
</Size>
<Animation>Buffbar</Animation>
</StaticAnimation>
<StaticAnimation item="Buffbar5">
<ScreenID>Buffbar5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>278</Y>
</Location>
<Size>
<CX>20</CX>
<CY>64</CY>
</Size>
<Animation>Buffbar</Animation>
</StaticAnimation>
<StaticAnimation item="Buffbar6">
<ScreenID>Buffbar6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>347</Y>
</Location>
<Size>
<CX>20</CX>
<CY>64</CY>
</Size>
<Animation>Buffbar</Animation>
</StaticAnimation>
<StaticAnimation item="Buffbar7">
<ScreenID>Buffbar7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>416</Y>
</Location>
<Size>
<CX>20</CX>
<CY>64</CY>
</Size>
<Animation>Buffbar</Animation>
</StaticAnimation>
<StaticAnimation item="Buffbar8">
<ScreenID>Buffbar8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>485</Y>
</Location>
<Size>
<CX>20</CX>
<CY>64</CY>
</Size>
<Animation>Buffbar</Animation>
</StaticAnimation>
<StaticAnimation item="Buffbar9">
<ScreenID>Buffbar9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>554</Y>
</Location>
<Size>
<CX>20</CX>
<CY>64</CY>
</Size>
<Animation>Buffbar</Animation>
</StaticAnimation>
<Button item="BW_Buff0_Button">
<ScreenID>Buff0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>0</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff1_Button">
<ScreenID>Buff1</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>23</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff2_Button">
<ScreenID>Buff2</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>46</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff3_Button">
<ScreenID>Buff3</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>69</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff4_Button">
<ScreenID>Buff4</ScreenID>
<!--<Font>3</Font> Default -->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>92</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff5_Button">
<ScreenID>Buff5</ScreenID>
<!--<Font>3</Font> Defautl -->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>115</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff6_Button">
<ScreenID>Buff6</ScreenID>
<!--<Font>3</Font> Default -->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>138</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff7_Button">
<ScreenID>Buff7</ScreenID>
<!--<Font>3</Font> Use defaults -->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>161</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff8_Button">
<ScreenID>Buff8</ScreenID>
<!--<Font>3</Font>Defaults-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>184</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff9_Button">
<ScreenID>Buff9</ScreenID>
<!--<Font>3</Font>Use Defaults -->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>207</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff10_Button">
<ScreenID>Buff10</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>230</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff11_Button">
<ScreenID>Buff11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>253</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff12_Button">
<ScreenID>Buff12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>276</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff13_Button">
<ScreenID>Buff13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>299</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff14_Button">
<ScreenID>Buff14</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>322</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff15_Button">
<ScreenID>Buff15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>345</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff16_Button">
<ScreenID>Buff16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>368</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff17_Button">
<ScreenID>Buff17</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>391</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff18_Button">
<ScreenID>Buff18</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>414</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff19_Button">
<ScreenID>Buff19</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>437</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff20_Button">
<ScreenID>Buff20</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>460</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff21_Button">
<ScreenID>Buff21</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>483</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff22_Button">
<ScreenID>Buff22</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>506</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff23_Button">
<ScreenID>Buff23</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>529</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="BW_Buff24_Button">
<ScreenID>Buff24</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>13</X>
<Y>552</Y>
</Location>
<Size>
<CX>108</CX>
<CY>22</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>83</X>
<Y>4</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Label item="BW_Buff0">
<ScreenID>Buff0Label</ScreenID>
<EQType>500</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>2</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff1">
<ScreenID>Buff1Label</ScreenID>
<EQType>501</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>25</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff2">
<ScreenID>Buff2Label</ScreenID>
<EQType>502</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>48</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff3">
<ScreenID>Buff3Label</ScreenID>
<EQType>503</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>71</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff4">
<ScreenID>Buff4Label</ScreenID>
<EQType>504</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>94</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff5">
<ScreenID>Buff5Label</ScreenID>
<EQType>505</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>117</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff6">
<ScreenID>Buff6Label</ScreenID>
<EQType>506</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>140</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff7">
<ScreenID>Buff7Label</ScreenID>
<EQType>507</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>163</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff8">
<ScreenID>Buff8Label</ScreenID>
<EQType>508</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>186</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff9">
<ScreenID>Buff9Label</ScreenID>
<EQType>509</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>209</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff10">
<ScreenID>Buff10Label</ScreenID>
<EQType>510</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>232</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff11">
<ScreenID>Buff11Label</ScreenID>
<EQType>511</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>255</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff12">
<ScreenID>Buff12Label</ScreenID>
<EQType>512</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>278</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff13">
<ScreenID>Buff13Label</ScreenID>
<EQType>513</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>301</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff14">
<ScreenID>Buff14Label</ScreenID>
<EQType>514</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>324</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff15">
<ScreenID>Buff15Label</ScreenID>
<EQType>515</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>347</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff16">
<ScreenID>Buff16Label</ScreenID>
<EQType>516</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>370</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff17">
<ScreenID>Buff17Label</ScreenID>
<EQType>517</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>393</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff18">
<ScreenID>Buff18Label</ScreenID>
<EQType>518</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>416</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff19">
<ScreenID>Buff19Label</ScreenID>
<EQType>519</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>439</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff20">
<ScreenID>Buff20Label</ScreenID>
<EQType>520</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>462</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff21">
<ScreenID>Buff21Label</ScreenID>
<EQType>521</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>488</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff22">
<ScreenID>Buff22Label</ScreenID>
<EQType>522</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>511</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff23">
<ScreenID>Buff23Label</ScreenID>
<EQType>523</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>534</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff24">
<ScreenID>Buff24Label</ScreenID>
<EQType>524</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>557</Y>
</Location>
<Size>
<CX>60</CX>
<CY>25</CY>
</Size>
<Text/>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_1">
<ScreenID>Buff1Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>5</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_2">
<ScreenID>Buff2Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>28</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>2</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_3">
<ScreenID>Buff3Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>51</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>3</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_4">
<ScreenID>Buff4Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>74</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>4</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_5">
<ScreenID>Buff5Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>97</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>5</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_6">
<ScreenID>Buff6Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>120</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>6</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_7">
<ScreenID>Buff7Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>143</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>7</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_8">
<ScreenID>Buff8Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>166</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>8</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_9">
<ScreenID>Buff9Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>188</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>9</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_10">
<ScreenID>Buff10Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>212</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_11">
<ScreenID>Buff11Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>235</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>11</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_12">
<ScreenID>Buff12Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>258</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>12</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_13">
<ScreenID>Buff13Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>281</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>13</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_14">
<ScreenID>Buff14Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>304</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>14</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_15">
<ScreenID>Buff15Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>327</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>15</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_16">
<ScreenID>Buff16Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>350</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>16</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_17">
<ScreenID>Buff17Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>373</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>17</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_18">
<ScreenID>Buff18Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>396</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>18</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_19">
<ScreenID>Buff19Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>419</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>19</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_20">
<ScreenID>Buff20Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>442</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>20</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_21">
<ScreenID>Buff21Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>465</Y>
</Location>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Text>21</Text>
<TextColor>
<R>150</R>
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_22">
<ScreenID>Buff22Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>94</X>
<Y>488</Y>
</Location>
<Size>
<CX>10</CX
