PDA

View Full Version : Vert + Swaps


quido
08-26-2015, 12:44 AM
I just modified the Vert - Blue UI to add an extra row of 6 inventory slots on the large Hot Button 1 window. I found this made for easier swaps on clickies and weapons from an adjacent bag.

http://www.msu.edu/~oconne53/newvert.jpg

Add this to your EQUI_HotButtonWnd.xml file replacing whatever is there already.
<?xml version="1.0"?>
<!-- VERT's HOTBOTTON / INV TOOL -->
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>

<TextureInfo item="spellgems.tga">
<Size>
<CX>128</CX>
<CY>128</CY>
</Size>
</TextureInfo>

<Ui2DAnimation item="HB_SpellGemHolder">
<Frames>
<Texture>spellgems.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="HB_SpellGemHighlight">
<Frames>
<Texture>spellgems.tga</Texture>
<Location>
<X>0</X>
<Y>40</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="HB_SpellGemBackground">
<Frames>
<Texture>spellgems.tga</Texture>
<Location>
<X>40</X>
<Y>0</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
</Frames>
</Ui2DAnimation>

<StaticAnimation item = "HB_1black">
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>43</Y>
</Location>
<Size>
<CX>83</CX>
<CY>206</CY>
</Size>
<Animation>Blackbox</Animation>
</StaticAnimation>

<StaticAnimation item = "HB_2black">
<RelativePosition>true</RelativePosition>
<Location>
<X>46</X>
<Y>3</Y>
</Location>
<Size>
<CX>411</CX>
<CY>42</CY>
</Size>
<Animation>Blackbox</Animation>
</StaticAnimation>

<Ui2DAnimation item = "A_HB_Barimage">
<Frames>
<Texture>window_pieces22.tga</Texture>
<Location>
<X>9</X>
<Y>180</Y>
</Location>
<Size>
<CX>52</CX>
<CY>14</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

<Ui2DAnimation item = "A_HB_BarimageHor">
<Frames>
<Texture>window_pieces22.tga</Texture>
<Location>
<X>26</X>
<Y>130</Y>
</Location>
<Size>
<CX>12</CX>
<CY>14</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

<Ui2DAnimation item = "A_HB_SmallBarimage">
<Frames>
<Texture>window_pieces22.tga</Texture>
<Location>
<X>63</X>
<Y>180</Y>
</Location>
<Size>
<CX>26</CX>
<CY>14</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>


<StaticAnimation item = "A_HB_Bar">
<RelativePosition>true</RelativePosition>
<Location>
<X>18</X>
<Y>23</Y>
</Location>
<Size>
<CX>51</CX>
<CY>14</CY>
</Size>
<Animation>A_HB_Barimage</Animation>
</StaticAnimation>

<StaticAnimation item = "A_HB_BarHor">
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>28</Y>
</Location>
<Size>
<CX>12</CX>
<CY>14</CY>
</Size>
<Animation>A_HB_BarimageHor</Animation>
</StaticAnimation>


<StaticAnimation item = "A_HB_Bar1black">
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>22</Y>
</Location>
<Size>
<CX>83</CX>
<CY>16</CY>
</Size>
<Animation>Blackbox</Animation>
</StaticAnimation>

<StaticAnimation item = "A_HB_Bar1blackHor">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>27</Y>
</Location>
<Size>
<CX>44</CX>
<CY>16</CY>
</Size>
<Animation>Blackbox</Animation>
</StaticAnimation>

<Ui2DAnimation item = "A_HBLeftNormal">
<Frames>
<Texture>window_pieces22.tga</Texture>
<Location>
<X>42</X>
<Y>162</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

<Ui2DAnimation item = "A_HBLeftPressed">
<Frames>
<Texture>window_pieces22.tga</Texture>
<Location>
<X>26</X>
<Y>162</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

<Ui2DAnimation item = "A_HBLeftFlyby">
<Frames>
<Texture>window_pieces22.tga</Texture>
<Location>
<X>56</X>
<Y>162</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

<Ui2DAnimation item = "A_HBRightNormal">
<Frames>
<Texture>window_pieces22.tga</Texture>
<Location>
<X>42</X>
<Y>146</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

<Ui2DAnimation item = "A_HBRightPressed">
<Frames>
<Texture>window_pieces22.tga</Texture>
<Location>
<X>26</X>
<Y>146</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

<Ui2DAnimation item = "A_HBRightFlyby">
<Frames>
<Texture>window_pieces22.tga</Texture>
<Location>
<X>56</X>
<Y>146</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

<Button item="HB_PageLeftButton">
<ScreenID>HB_PageLeftButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>23</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_HBLeftNormal</Normal>
<Pressed>A_HBLeftPressed</Pressed>
<Flyby>A_HBLeftFlyby</Flyby>
</ButtonDrawTemplate>
</Button>
<Label item="HB_CurrentPageLabel">
<ScreenID>HB_CurrentPageLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>18</X>
<Y>24</Y>
</Location>
<Size>
<CX>51</CX>
<CY>15</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Button item="HB_PageRightButton">
<ScreenID>HB_PageRightButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>70</X>
<Y>23</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_HBRightNormal</Normal>
<Pressed>A_HBRightPressed</Pressed>
<Flyby>A_HBRightFlyby</Flyby>
</ButtonDrawTemplate>
</Button>

<Button item="HB_Button1">
<ScreenID>HB_Button1</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button2">
<ScreenID>HB_Button2</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button3">
<ScreenID>HB_Button3</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>3</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button4">
<ScreenID>HB_Button4</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>4</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button5">
<ScreenID>HB_Button5</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>5</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button6">
<ScreenID>HB_Button6</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>6</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button7">
<ScreenID>HB_Button7</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>7</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button8">
<ScreenID>HB_Button8</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>8</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button9">
<ScreenID>HB_Button9</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>9</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button10">
<ScreenID>HB_Button10</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<InvSlot item="HB_InvSlot1">
<ScreenID>HB_InvSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot2">
<ScreenID>HB_InvSlot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot3">
<ScreenID>HB_InvSlot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot4">
<ScreenID>HB_InvSlot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot5">
<ScreenID>HB_InvSlot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot6">
<ScreenID>HB_InvSlot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot7">
<ScreenID>HB_InvSlot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot8">
<ScreenID>HB_InvSlot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot9">
<ScreenID>HB_InvSlot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot10">
<ScreenID>HB_InvSlot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

<SpellGem item="HB_SpellGem1">
<ScreenID>HB_SpellGem1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem2">
<ScreenID>HB_SpellGem2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem3">
<ScreenID>HB_SpellGem3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem4">
<ScreenID>HB_SpellGem4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem5">
<ScreenID>HB_SpellGem5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem6">
<ScreenID>HB_SpellGem6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem7">
<ScreenID>HB_SpellGem7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem8">
<ScreenID>HB_SpellGem8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem9">
<ScreenID>HB_SpellGem9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem10">
<ScreenID>HB_SpellGem10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>

<InvSlot item="Newslot1">
<ScreenID>NewSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>88</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvPrimary</Background>
<EQType>13</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot2">
<ScreenID>Newslot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>88</X>
<Y>45</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvRange</Background>
<EQType>11</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot3">
<ScreenID>Newslot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>88</X>
<Y>86</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>22</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot4">
<ScreenID>Newslot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>88</X>
<Y>127</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>23</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot5">
<ScreenID>Newslot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>88</X>
<Y>168</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>24</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot6">
<ScreenID>Newslot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>88</X>
<Y>209</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>25</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

<InvSlot item="Newslot7">
<ScreenID>Newslot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>129</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvSecondary</Background>
<EQType>14</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot8">
<ScreenID>Newslot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>129</X>
<Y>45</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvAmmo</Background>
<EQType>21</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot9">
<ScreenID>Newslot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>129</X>
<Y>86</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>26</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot10">
<ScreenID>Newslot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>129</X>
<Y>127</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>27</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot11">
<ScreenID>Newslot11</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>129</X>
<Y>168</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>28</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot12">
<ScreenID>Newslot12</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>129</X>
<Y>209</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>29</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot13">
<ScreenID>Newslot13</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>170</X>
<Y>45</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvEar</Background>
<EQType>1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot14">
<ScreenID>Newslot14</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>170</X>
<Y>86</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvWrist</Background>
<EQType>9</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot15">
<ScreenID>Newslot15</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>170</X>
<Y>127</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvArms</Background>
<EQType>7</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot16">
<ScreenID>Newslot16</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>170</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvFeet</Background>
<EQType>19</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot17">
<ScreenID>Newslot17</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>170</X>
<Y>168</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvPrimary</Background>
<EQType>13</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot18">
<ScreenID>Newslot18</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>170</X>
<Y>209</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvSecondary</Background>
<EQType>14</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

<Button item = "HB_FileButton">
<ScreenID>HB_FileButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>4</X>
<Y>5</Y>
</Location>
<Size>
<CX>80</CX>
<CY>14</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<Text>Hot Button 1</Text>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<Screen item="HotButtonWnd">
<ScreenID/>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>222</CX>
<CY>257</CY>
</Size>
<Text>Hot Bar 1</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Hot Bar 1</TooltipReference>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>HB_1black</Pieces>
<Pieces>A_HB_Bar1black</Pieces>
<Pieces>A_HB_Bar</Pieces>
<Pieces>HB_PageLeftButton</Pieces>
<Pieces>HB_PageRightButton</Pieces>
<Pieces>HB_CurrentPageLabel</Pieces>
<Pieces>HB_Button1</Pieces>
<Pieces>HB_Button2</Pieces>
<Pieces>HB_Button3</Pieces>
<Pieces>HB_Button4</Pieces>
<Pieces>HB_Button5</Pieces>
<Pieces>HB_Button6</Pieces>
<Pieces>HB_Button7</Pieces>
<Pieces>HB_Button8</Pieces>
<Pieces>HB_Button9</Pieces>
<Pieces>HB_Button10</Pieces>
<Pieces>HB_InvSlot1</Pieces>
<Pieces>HB_InvSlot2</Pieces>
<Pieces>HB_InvSlot3</Pieces>
<Pieces>HB_InvSlot4</Pieces>
<Pieces>HB_InvSlot5</Pieces>
<Pieces>HB_InvSlot6</Pieces>
<Pieces>HB_InvSlot7</Pieces>
<Pieces>HB_InvSlot8</Pieces>
<Pieces>HB_InvSlot9</Pieces>
<Pieces>HB_InvSlot10</Pieces>
<Pieces>HB_SpellGem1</Pieces>
<Pieces>HB_SpellGem2</Pieces>
<Pieces>HB_SpellGem3</Pieces>
<Pieces>HB_SpellGem4</Pieces>
<Pieces>HB_SpellGem5</Pieces>
<Pieces>HB_SpellGem6</Pieces>
<Pieces>HB_SpellGem7</Pieces>
<Pieces>HB_SpellGem8</Pieces>
<Pieces>HB_SpellGem9</Pieces>
<Pieces>HB_SpellGem10</Pieces>
<Pieces>Newslot1</Pieces>
<Pieces>Newslot2</Pieces>
<Pieces>Newslot3</Pieces>
<Pieces>Newslot4</Pieces>
<Pieces>Newslot5</Pieces>
<Pieces>Newslot6</Pieces>
<Pieces>Newslot7</Pieces>
<Pieces>Newslot8</Pieces>
<Pieces>Newslot9</Pieces>
<Pieces>Newslot10</Pieces>
<Pieces>Newslot11</Pieces>
<Pieces>Newslot12</Pieces>
<Pieces>Newslot13</Pieces>
<Pieces>Newslot14</Pieces>
<Pieces>Newslot15</Pieces>
<Pieces>Newslot16</Pieces>
<Pieces>Newslot17</Pieces>
<Pieces>Newslot18</Pieces>
<Pieces>HB_FileButton</Pieces>
</Screen>

<Button item="HB2_PageLeftButton">
<ScreenID>HB2_PageLeftButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>23</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_HBLeftNormal</Normal>
<Pressed>A_HBLeftPressed</Pressed>
<Flyby>A_HBLeftFlyby</Flyby>
</ButtonDrawTemplate>
</Button>
<Label item="HB2_CurrentPageLabel">
<ScreenID>HB2_CurrentPageLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>18</X>
<Y>24</Y>
</Location>
<Size>
<CX>51</CX>
<CY>15</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Button item="HB2_PageRightButton">
<ScreenID>HB2_PageRightButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>70</X>
<Y>23</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_HBRightNormal</Normal>
<Pressed>A_HBRightPressed</Pressed>
<Flyby>A_HBRightFlyby</Flyby>
</ButtonDrawTemplate>
</Button>

<Button item="HB2_Button1">
<ScreenID>HB2_Button1</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button2">
<ScreenID>HB2_Button2</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button3">
<ScreenID>HB2_Button3</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>3</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button4">
<ScreenID>HB2_Button4</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>4</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button5">
<ScreenID>HB2_Button5</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>5</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button6">
<ScreenID>HB2_Button6</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>6</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button7">
<ScreenID>HB2_Button7</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>7</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button8">
<ScreenID>HB2_Button8</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>8</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button9">
<ScreenID>HB2_Button9</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>9</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button10">
<ScreenID>HB2_Button10</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<InvSlot item="HB2_InvSlot1">
<ScreenID>HB2_InvSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot2">
<ScreenID>HB2_InvSlot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot3">
<ScreenID>HB2_InvSlot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot4">
<ScreenID>HB2_InvSlot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot5">
<ScreenID>HB2_InvSlot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot6">
<ScreenID>HB2_InvSlot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot7">
<ScreenID>HB2_InvSlot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot8">
<ScreenID>HB2_InvSlot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot9">
<ScreenID>HB2_InvSlot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot10">
<ScreenID>HB2_InvSlot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

<SpellGem item="HB2_SpellGem1">
<ScreenID>HB2_SpellGem1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem2">
<ScreenID>HB2_SpellGem2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem3">
<ScreenID>HB2_SpellGem3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem4">
<ScreenID>HB2_SpellGem4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem5">
<ScreenID>HB2_SpellGem5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem6">
<ScreenID>HB2_SpellGem6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem7">
<ScreenID>HB2_SpellGem7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem8">
<ScreenID>HB2_SpellGem8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem9">
<ScreenID>HB2_SpellGem9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem10">
<ScreenID>HB2_SpellGem10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>

<Button item = "HB2_FileButton">
<ScreenID>HB2_FileButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>4</Y>
</Location>
<Size>
<CX>83</CX>
<CY>16</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<Text>Hot Button 2</Text>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<Screen item="HotButtonWnd2">
<ScreenID/>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>97</CX>
<CY>257</CY>
</Size>
<Text>Hot Bar 2</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Hot Bar 2</TooltipReference>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>HB_1black</Pieces>
<Pieces>A_HB_Bar1black</Pieces>
<Pieces>A_HB_Bar</Pieces>
<Pieces>HB2_PageLeftButton</Pieces>
<Pieces>HB2_PageRightButton</Pieces>
<Pieces>HB2_CurrentPageLabel</Pieces>
<Pieces>HB2_Button1</Pieces>
<Pieces>HB2_Button2</Pieces>
<Pieces>HB2_Button3</Pieces>
<Pieces>HB2_Button4</Pieces>
<Pieces>HB2_Button5</Pieces>
<Pieces>HB2_Button6</Pieces>
<Pieces>HB2_Button7</Pieces>
<Pieces>HB2_Button8</Pieces>
<Pieces>HB2_Button9</Pieces>
<Pieces>HB2_Button10</Pieces>
<Pieces>HB2_InvSlot1</Pieces>
<Pieces>HB2_InvSlot2</Pieces>
<Pieces>HB2_InvSlot3</Pieces>
<Pieces>HB2_InvSlot4</Pieces>
<Pieces>HB2_InvSlot5</Pieces>
<Pieces>HB2_InvSlot6</Pieces>
<Pieces>HB2_InvSlot7</Pieces>
<Pieces>HB2_InvSlot8</Pieces>
<Pieces>HB2_InvSlot9</Pieces>
<Pieces>HB2_InvSlot10</Pieces>
<Pieces>HB2_SpellGem1</Pieces>
<Pieces>HB2_SpellGem2</Pieces>
<Pieces>HB2_SpellGem3</Pieces>
<Pieces>HB2_SpellGem4</Pieces>
<Pieces>HB2_SpellGem5</Pieces>
<Pieces>HB2_SpellGem6</Pieces>
<Pieces>HB2_SpellGem7</Pieces>
<Pieces>HB2_SpellGem8</Pieces>
<Pieces>HB2_SpellGem9</Pieces>
<Pieces>HB2_SpellGem10</Pieces>
<Pieces>HB2_FileButton</Pieces>
</Screen>

<Button item="HB3_PageLeftButton">
<ScreenID>HB3_PageLeftButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>23</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_HBLeftNormal</Normal>
<Pressed>A_HBLeftPressed</Pressed>
<Flyby>A_HBLeftFlyby</Flyby>
</ButtonDrawTemplate>
</Button>
<Label item="HB3_CurrentPageLabel">
<ScreenID>HB3_CurrentPageLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>18</X>
<Y>24</Y>
</Location>
<Size>
<CX>51</CX>
<CY>15</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Button item="HB3_PageRightButton">
<ScreenID>HB3_PageRightButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>70</X>
<Y>23</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_HBRightNormal</Normal>
<Pressed>A_HBRightPressed</Pressed>
<Flyby>A_HBRightFlyby</Flyby>
</ButtonDrawTemplate>
</Button>

<Button item="HB3_Button1">
<ScreenID>HB3_Button1</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button2">
<ScreenID>HB3_Button2</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button3">
<ScreenID>HB3_Button3</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>3</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button4">
<ScreenID>HB3_Button4</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>4</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button5">
<ScreenID>HB3_Button5</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>5</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button6">
<ScreenID>HB3_Button6</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>6</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button7">
<ScreenID>HB3_Button7</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>7</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button8">
<ScreenID>HB3_Button8</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>8</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button9">
<ScreenID>HB3_Button9</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>9</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button10">
<ScreenID>HB3_Button10</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<InvSlot item="HB3_InvSlot1">
<ScreenID>HB3_InvSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot2">
<ScreenID>HB3_InvSlot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot3">
<ScreenID>HB3_InvSlot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot4">
<ScreenID>HB3_InvSlot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot5">
<ScreenID>HB3_InvSlot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot6">
<ScreenID>HB3_InvSlot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot7">
<ScreenID>HB3_InvSlot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot8">
<ScreenID>HB3_InvSlot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot9">
<ScreenID>HB3_InvSlot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot10">
<ScreenID>HB3_InvSlot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

<SpellGem item="HB3_SpellGem1">
<ScreenID>HB3_SpellGem1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem2">
<ScreenID>HB3_SpellGem2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>44</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem3">
<ScreenID>HB3_SpellGem3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem4">
<ScreenID>HB3_SpellGem4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>85</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem5">
<ScreenID>HB3_SpellGem5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem6">
<ScreenID>HB3_SpellGem6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>126</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem7">
<ScreenID>HB3_SpellGem7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem8">
<ScreenID>HB3_SpellGem8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>167</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem9">
<ScreenID>HB3_SpellGem9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem10">
<ScreenID>HB3_SpellGem10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>208</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>

<Button item = "HB3_FileButton">
<ScreenID>HB3_FileButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>4</Y>
</Location>
<Size>
<CX>83</CX>
<CY>16</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<Text>Hot Button 3</Text>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<Screen item="HotButtonWnd3">
<ScreenID/>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>97</CX>
<CY>257</CY>
</Size>
<Text>Hot Bar 3</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Hot Bar 3</TooltipReference>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>HB_1black</Pieces>
<Pieces>A_HB_Bar1black</Pieces>
<Pieces>A_HB_Bar</Pieces>
<Pieces>HB3_PageLeftButton</Pieces>
<Pieces>HB3_PageRightButton</Pieces>
<Pieces>HB3_CurrentPageLabel</Pieces>
<Pieces>HB3_Button1</Pieces>
<Pieces>HB3_Button2</Pieces>
<Pieces>HB3_Button3</Pieces>
<Pieces>HB3_Button4</Pieces>
<Pieces>HB3_Button5</Pieces>
<Pieces>HB3_Button6</Pieces>
<Pieces>HB3_Button7</Pieces>
<Pieces>HB3_Button8</Pieces>
<Pieces>HB3_Button9</Pieces>
<Pieces>HB3_Button10</Pieces>
<Pieces>HB3_InvSlot1</Pieces>
<Pieces>HB3_InvSlot2</Pieces>
<Pieces>HB3_InvSlot3</Pieces>
<Pieces>HB3_InvSlot4</Pieces>
<Pieces>HB3_InvSlot5</Pieces>
<Pieces>HB3_InvSlot6</Pieces>
<Pieces>HB3_InvSlot7</Pieces>
<Pieces>HB3_InvSlot8</Pieces>
<Pieces>HB3_InvSlot9</Pieces>
<Pieces>HB3_InvSlot10</Pieces>
<Pieces>HB3_SpellGem1</Pieces>
<Pieces>HB3_SpellGem2</Pieces>
<Pieces>HB3_SpellGem3</Pieces>
<Pieces>HB3_SpellGem4</Pieces>
<Pieces>HB3_SpellGem5</Pieces>
<Pieces>HB3_SpellGem6</Pieces>
<Pieces>HB3_SpellGem7</Pieces>
<Pieces>HB3_SpellGem8</Pieces>
<Pieces>HB3_SpellGem9</Pieces>
<Pieces>HB3_SpellGem10</Pieces>
<Pieces>HB3_FileButton</Pieces>
</Screen>

<Button item="HB4_PageLeftButton">
<ScreenID>HB4_PageLeftButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>1</X>
<Y>28</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_HBLeftNormal</Normal>
<Pressed>A_HBLeftPressed</Pressed>
<Flyby>A_HBLeftFlyby</Flyby>
</ButtonDrawTemplate>
</Button>
<Label item="HB4_CurrentPageLabel">
<ScreenID>HB4_CurrentPageLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>29</Y>
</Location>
<Size>
<CX>12</CX>
<CY>15</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Button item="HB4_PageRightButton">
<ScreenID>HB4_PageRightButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>29</X>
<Y>28</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_HBRightNormal</Normal>
<Pressed>A_HBRightPressed</Pressed>
<Flyby>A_HBRightFlyby</Flyby>
</ButtonDrawTemplate>
</Button>

<Button item="HB4_Button1">
<ScreenID>HB4_Button1</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>47</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button2">
<ScreenID>HB4_Button2</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>88</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button3">
<ScreenID>HB4_Button3</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>129</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>3</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button4">
<ScreenID>HB4_Button4</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>170</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>4</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button5">
<ScreenID>HB4_Button5</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>211</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>5</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button6">
<ScreenID>HB4_Button6</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>252</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>6</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button7">
<ScreenID>HB4_Button7</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>293</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>7</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button8">
<ScreenID>HB4_Button8</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>334</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>8</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button9">
<ScreenID>HB4_Button9</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>375</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>9</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button10">
<ScreenID>HB4_Button10</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>416</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<InvSlot item="HB4_InvSlot1">
<ScreenID>HB4_InvSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>47</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot2">
<ScreenID>HB4_InvSlot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>88</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot3">
<ScreenID>HB4_InvSlot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>129</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot4">
<ScreenID>HB4_InvSlot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>170</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot5">
<ScreenID>HB4_InvSlot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>211</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot6">
<ScreenID>HB4_InvSlot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>252</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot7">
<ScreenID>HB4_InvSlot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>293</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot8">
<ScreenID>HB4_InvSlot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>334</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot9">
<ScreenID>HB4_InvSlot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>375</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot10">
<ScreenID>HB4_InvSlot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>416</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnNormal</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

<SpellGem item="HB4_SpellGem1">
<ScreenID>HB4_SpellGem1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>47</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem2">
<ScreenID>HB4_SpellGem2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>88</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem3">
<ScreenID>HB4_SpellGem3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>129</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem4">
<ScreenID>HB4_SpellGem4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>170</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem5">
<ScreenID>HB4_SpellGem5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>211</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem6">
<ScreenID>HB4_SpellGem6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>252</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem7">
<ScreenID>HB4_SpellGem7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>293</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem8">
<ScreenID>HB4_SpellGem8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>334</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem9">
<ScreenID>HB4_SpellGem9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>375</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem10">
<ScreenID>HB4_SpellGem10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>416</X>
<Y>4</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>HB_SpellGemHolder</Holder>
<Background>HB_SpellGemBackground</Background>
<Highlight>HB_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>8</SpellIconOffsetY>
</SpellGem>

<Button item = "HB4_FileButton">
<ScreenID>HB4_FileButton</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>1</X>
<Y>5</Y>
</Location>
<Size>
<CX>43</CX>
<CY>16</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<Text>HB 4</Text>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>


<Screen item="HotButtonWnd4">
<ScreenID/>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>467</CX>
<CY>52</CY>
</Size>
<Text>Hot Bar 4</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Hot Bar 4</TooltipReference>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>HB_2black</Pieces>
<Pieces>A_HB_Bar1blackHor</Pieces>
<Pieces>A_HB_BarHor</Pieces>
<Pieces>HB4_PageLeftButton</Pieces>
<Pieces>HB4_PageRightButton</Pieces>
<Pieces>HB4_CurrentPageLabel</Pieces>
<Pieces>HB4_Button1</Pieces>
<Pieces>HB4_Button2</Pieces>
<Pieces>HB4_Button3</Pieces>
<Pieces>HB4_Button4</Pieces>
<Pieces>HB4_Button5</Pieces>
<Pieces>HB4_Button6</Pieces>
<Pieces>HB4_Button7</Pieces>
<Pieces>HB4_Button8</Pieces>
<Pieces>HB4_Button9</Pieces>
<Pieces>HB4_Button10</Pieces>
<Pieces>HB4_InvSlot1</Pieces>
<Pieces>HB4_InvSlot2</Pieces>
<Pieces>HB4_InvSlot3</Pieces>
<Pieces>HB4_InvSlot4</Pieces>
<Pieces>HB4_InvSlot5</Pieces>
<Pieces>HB4_InvSlot6</Pieces>
<Pieces>HB4_InvSlot7</Pieces>
<Pieces>HB4_InvSlot8</Pieces>
<Pieces>HB4_InvSlot9</Pieces>
<Pieces>HB4_InvSlot10</Pieces>
<Pieces>HB4_SpellGem1</Pieces>
<Pieces>HB4_SpellGem2</Pieces>
<Pieces>HB4_SpellGem3</Pieces>
<Pieces>HB4_SpellGem4</Pieces>
<Pieces>HB4_SpellGem5</Pieces>
<Pieces>HB4_SpellGem6</Pieces>
<Pieces>HB4_SpellGem7</Pieces>
<Pieces>HB4_SpellGem8</Pieces>
<Pieces>HB4_SpellGem9</Pieces>
<Pieces>HB4_SpellGem10</Pieces>
<Pieces>HB4_FileButton</Pieces>
</Screen>
</XML>


It should be easy enough to modify, too, should you want different inventory slots in those spots!

jaybone
08-26-2015, 01:08 AM
PRAS JEREMY AND THE SEVEN KINGDOMS LORD JOFFERY IS DED

Speedi
08-26-2015, 01:47 AM
Looks nice, good work

Nocsucow
08-26-2015, 05:09 AM
Sweet!!

Ladytron
08-26-2015, 10:13 AM
cant wait to play around with this. i thought for some reason this was a no no but now im gunna have some fun. looks awesome thank you!

unrelated:

why does jaybone have pics of me in his sig n avatar

Daldaen
08-26-2015, 10:24 AM
This is exactly why we should be required to use classic UI.

Destron
08-26-2015, 04:24 PM
Is there a link to this whole UI?

quido
08-26-2015, 08:07 PM
Here is the page for the different Vert releases - http://www.project1999.com/forums/showthread.php?t=7850

quido
10-13-2015, 03:41 PM
Bump for goog UIs