16 bag slots
2 shared bank
auto bank
shroud bank
dragon's hoard
find item
I wanted exactly what you described, but I only had a few bags over 10 slots, and those were in my inventory so 10 slots worked for me. As I got more bags I finally put one larger than 10 in the bank. I started with something I got here some time ago, unfortunatly I don't recall who to credit. It has 2 tabs and I had to add the Dragon's Hoard and Find Item buttons to stop the error messages. I just recently added the extra slots. All the buttons are placed to align with only 10 slot bags and could be moved a bit to look better with 16 but it is functional.
Code:
<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<Label item="BW_BankerName">
<ScreenID>BW_BankerName</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>445</CX>
<CY>20</CY>
</Size>
<Text>Banker Name</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<InvSlot item="BW_BankSlot0">
<ScreenID>BW_BankSlot0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>5</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot1">
<ScreenID>BW_BankSlot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>30</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot2">
<ScreenID>BW_BankSlot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>55</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot3">
<ScreenID>BW_BankSlot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>80</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot4">
<ScreenID>BW_BankSlot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>105</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot5">
<ScreenID>BW_BankSlot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>130</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot6">
<ScreenID>BW_BankSlot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>155</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot7">
<ScreenID>BW_BankSlot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>180</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot8">
<ScreenID>BW_BankSlot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>5</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot9">
<ScreenID>BW_BankSlot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>30</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot10">
<ScreenID>BW_BankSlot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>55</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot11">
<ScreenID>BW_BankSlot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>80</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot12">
<ScreenID>BW_BankSlot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>105</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot13">
<ScreenID>BW_BankSlot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>130</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot14">
<ScreenID>BW_BankSlot14</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>155</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_BankSlot15">
<ScreenID>BW_BankSlot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>180</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<Button item="BW_AutoButton">
<ScreenID>AutoButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>100</X>
<Y>360</Y>
</Location>
<Size>
<CX>70</CX>
<CY>25</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click on this button with an item on your cursor, and it will be placed in your non-shared bank, if possible.</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>Auto-Bank</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Label item="BW_SharedBankLabel">
<ScreenID>BW_SharedBankLabel</ScreenID>
<Font>2</Font>
<Text>Shared Bank</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>85</CX>
<CY>13</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>120</X>
<Y>305</Y>
</Location>
</Label>
<InvSlot item="BW_SharedBankSlot0">
<ScreenID>BW_SharedBankSlot0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>250</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BW_SharedBankSlot1">
<ScreenID>BW_SharedBankSlot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>275</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<Button item="BW_SharedMoney0">
<ScreenID>BW_SharedMoney0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>305</Y>
</Location>
<Size>
<CX>75</CX>
<CY>20</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Drop coins here or click to pick up Platinum</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>6000000</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_RecessedBox</Normal>
<NormalDecal>A_PlatinumCoin</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item="BW_AltStorageButton">
<ScreenID>AltStorageButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>165</X>
<Y>330</Y>
</Location>
<Size>
<CX>50</CX>
<CY>25</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click on this button to open the Shroud Storage window.</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>Shroud</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Font>3</Font>
</Button>
<Button item="BW_DragonHoard">
<ScreenID>DragonHoard</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>330</Y>
</Location>
<Size>
<CX>50</CX>
<CY>25</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click on this button to open the Dragon Horde Storage window.</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>Dragon</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Font>3</Font>
</Button>
<Button item="BW_Money0">
<ScreenID>BW_Money0</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>305</Y>
</Location>
<Size>
<CX>85</CX>
<CY>20</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Drop coins here or click to pick up Platinum</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>60000</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_RecessedBox</Normal>
<NormalDecal>A_PlatinumCoin</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item="BW_Money1">
<ScreenID>BW_Money1</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>325</Y>
</Location>
<Size>
<CX>85</CX>
<CY>20</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Drop coins here or click to pick up Gold</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>60000</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_RecessedBox</Normal>
<NormalDecal>A_GoldCoin</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item="BW_Money2">
<ScreenID>BW_Money2</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>345</Y>
</Location>
<Size>
<CX>85</CX>
<CY>20</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Drop coins here or click to pick up Silver</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>600</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_RecessedBox</Normal>
<NormalDecal>A_SilverCoin</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item="BW_Money3">
<ScreenID>BW_Money3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>365</Y>
</Location>
<Size>
<CX>85</CX>
<CY>20</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Drop coins here or click to pick up Copper</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>600</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_RecessedBox</Normal>
<NormalDecal>A_CopperCoin</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item="BW_ChangeButton">
<ScreenID>ChangeButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>100</X>
<Y>330</Y>
</Location>
<Size>
<CX>50</CX>
<CY>25</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>Change</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="BW_FindItemButton">
<ScreenID>FindItemButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>360</Y>
</Location>
<Size>
<CX>50</CX>
<CY>25</CY>
</Size>
<TooltipReference>Toggle the Find Item window.</TooltipReference>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>Find</Text>
<NoWrap>true</NoWrap>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<TextAlignCenter>false</TextAlignCenter>
<TextAlignVCenter>true</TextAlignVCenter>
<TextOffsetY>1</TextOffsetY>
<TextOffsetX>21</TextOffsetX>
<Template>BDT_FindItem</Template> </Button>
<Button item="BW_DoneButton">
<ScreenID>DoneButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>240</X>
<Y>360</Y>
</Location>
<Size>
<CX>40</CX>
<CY>25</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>Done</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<InvSlot item="BWB1_Slot1">
<ScreenID>BWB1_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot2">
<ScreenID>BWB1_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot3">
<ScreenID>BWB1_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot4">
<ScreenID>BWB1_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot5">
<ScreenID>BWB1_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot6">
<ScreenID>BWB1_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot7">
<ScreenID>BWB1_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot8">
<ScreenID>BWB1_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot9">
<ScreenID>BWB1_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot10">
<ScreenID>BWB1_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot11">
<ScreenID>BWB1_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot12">
<ScreenID>BWB1_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot13">
<ScreenID>BWB1_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot14">
<ScreenID>BWB1_Slot14</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot15">
<ScreenID>BWB1_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB1_Slot16">
<ScreenID>BWB1_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 0/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot1">
<ScreenID>BWB2_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot2">
<ScreenID>BWB2_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot3">
<ScreenID>BWB2_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot4">
<ScreenID>BWB2_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot5">
<ScreenID>BWB2_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot6">
<ScreenID>BWB2_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot7">
<ScreenID>BWB2_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot8">
<ScreenID>BWB2_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot9">
<ScreenID>BWB2_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot10">
<ScreenID>BWB2_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot11">
<ScreenID>BWB2_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot12">
<ScreenID>BWB2_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot13">
<ScreenID>BWB2_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot14">
<ScreenID>BWB2_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot15">
<ScreenID>BWB2_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB2_Slot16">
<ScreenID>BWB2_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 1/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot1">
<ScreenID>BWB3_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot2">
<ScreenID>BWB3_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot3">
<ScreenID>BWB3_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot4">
<ScreenID>BWB3_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot5">
<ScreenID>BWB3_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot6">
<ScreenID>BWB3_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot7">
<ScreenID>BWB3_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot8">
<ScreenID>BWB3_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot9">
<ScreenID>BWB3_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot10">
<ScreenID>BWB3_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot11">
<ScreenID>BWB3_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot12">
<ScreenID>BWB3_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot13">
<ScreenID>BWB3_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot14">
<ScreenID>BWB3_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot15">
<ScreenID>BWB3_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB3_Slot16">
<ScreenID>BWB3_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 2/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot1">
<ScreenID>BWB4_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot2">
<ScreenID>BWB4_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot3">
<ScreenID>BWB4_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot4">
<ScreenID>BWB4_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot5">
<ScreenID>BWB4_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot6">
<ScreenID>BWB4_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot7">
<ScreenID>BWB4_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot8">
<ScreenID>BWB4_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot9">
<ScreenID>BWB4_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot10">
<ScreenID>BWB4_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot11">
<ScreenID>BWB4_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot12">
<ScreenID>BWB4_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot13">
<ScreenID>BWB4_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot14">
<ScreenID>BWB4_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot15">
<ScreenID>BWB4_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB4_Slot16">
<ScreenID>BWB4_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 3/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot1">
<ScreenID>BWB5_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot2">
<ScreenID>BWB5_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot3">
<ScreenID>BWB5_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot4">
<ScreenID>BWB5_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot5">
<ScreenID>BWB5_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot6">
<ScreenID>BWB5_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot7">
<ScreenID>BWB5_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot8">
<ScreenID>BWB5_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot9">
<ScreenID>BWB5_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot10">
<ScreenID>BWB5_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot11">
<ScreenID>BWB5_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot12">
<ScreenID>BWB5_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot13">
<ScreenID>BWB5_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot14">
<ScreenID>BWB5_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot15">
<ScreenID>BWB5_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB5_Slot16">
<ScreenID>BWB5_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 4/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot1">
<ScreenID>BWB6_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot2">
<ScreenID>BWB6_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot3">
<ScreenID>BWB6_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot4">
<ScreenID>BWB6_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot5">
<ScreenID>BWB6_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot6">
<ScreenID>BWB6_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot7">
<ScreenID>BWB6_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot8">
<ScreenID>BWB6_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot9">
<ScreenID>BWB6_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot10">
<ScreenID>BWB6_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot11">
<ScreenID>BWB6_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot12">
<ScreenID>BWB6_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot13">
<ScreenID>BWB6_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot14">
<ScreenID>BWB6_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot15">
<ScreenID>BWB6_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB6_Slot16">
<ScreenID>BWB6_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 5/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot1">
<ScreenID>BWB7_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot2">
<ScreenID>BWB7_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot3">
<ScreenID>BWB7_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot4">
<ScreenID>BWB7_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot5">
<ScreenID>BWB7_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot6">
<ScreenID>BWB7_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot7">
<ScreenID>BWB7_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot8">
<ScreenID>BWB7_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot9">
<ScreenID>BWB7_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot10">
<ScreenID>BWB7_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot11">
<ScreenID>BWB7_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot12">
<ScreenID>BWB7_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot13">
<ScreenID>BWB7_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot14">
<ScreenID>BWB7_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot15">
<ScreenID>BWB7_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB7_Slot16">
<ScreenID>BWB7_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 6/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot1">
<ScreenID>BWB8_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot2">
<ScreenID>BWB8_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot3">
<ScreenID>BWB8_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot4">
<ScreenID>BWB8_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot5">
<ScreenID>BWB8_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot6">
<ScreenID>BWB8_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot7">
<ScreenID>BWB8_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot8">
<ScreenID>BWB8_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot9">
<ScreenID>BWB8_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot10">
<ScreenID>BWB8_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot11">
<ScreenID>BWB8_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot12">
<ScreenID>BWB8_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot13">
<ScreenID>BWB8_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot14">
<ScreenID>BWB8_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot15">
<ScreenID>BWB8_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB8_Slot16">
<ScreenID>BWB8_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 7/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot1">
<ScreenID>BWB9_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot2">
<ScreenID>BWB9_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot3">
<ScreenID>BWB9_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot4">
<ScreenID>BWB9_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot5">
<ScreenID>BWB9_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot6">
<ScreenID>BWB9_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot7">
<ScreenID>BWB9_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot8">
<ScreenID>BWB9_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot9">
<ScreenID>BWB9_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot10">
<ScreenID>BWB9_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot11">
<ScreenID>BWB9_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot12">
<ScreenID>BWB9_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot13">
<ScreenID>BWB9_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot14">
<ScreenID>BWB9_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot15">
<ScreenID>BWB9_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB9_Slot16">
<ScreenID>BWB9_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>5</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 8/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot1">
<ScreenID>BWB10_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot2">
<ScreenID>BWB10_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot3">
<ScreenID>BWB10_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot4">
<ScreenID>BWB10_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot5">
<ScreenID>BWB10_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot6">
<ScreenID>BWB10_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot7">
<ScreenID>BWB10_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot8">
<ScreenID>BWB10_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot9">
<ScreenID>BWB10_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot10">
<ScreenID>BWB10_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot11">
<ScreenID>BWB10_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot12">
<ScreenID>BWB10_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot13">
<ScreenID>BWB10_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot14">
<ScreenID>BWB10_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot15">
<ScreenID>BWB10_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB10_Slot16">
<ScreenID>BWB10_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>30</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 9/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot1">
<ScreenID>BWB11_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot2">
<ScreenID>BWB11_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot3">
<ScreenID>BWB11_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot4">
<ScreenID>BWB11_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot5">
<ScreenID>BWB11_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot6">
<ScreenID>BWB11_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot7">
<ScreenID>BWB11_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot8">
<ScreenID>BWB11_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot9">
<ScreenID>BWB11_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot10">
<ScreenID>BWB11_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot11">
<ScreenID>BWB11_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot12">
<ScreenID>BWB11_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot13">
<ScreenID>BWB11_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot14">
<ScreenID>BWB11_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot15">
<ScreenID>BWB11_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB11_Slot16">
<ScreenID>BWB11_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>55</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 10/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot1">
<ScreenID>BWB12_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot2">
<ScreenID>BWB12_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot3">
<ScreenID>BWB12_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot4">
<ScreenID>BWB12_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot5">
<ScreenID>BWB12_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot6">
<ScreenID>BWB12_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot7">
<ScreenID>BWB12_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot8">
<ScreenID>BWB12_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot9">
<ScreenID>BWB12_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>235</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot10">
<ScreenID>BWB12_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot11">
<ScreenID>BWB12_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot12">
<ScreenID>BWB12_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot13">
<ScreenID>BWB12_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot14">
<ScreenID>BWB12_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot15">
<ScreenID>BWB12_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB12_Slot16">
<ScreenID>BWB12_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>80</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 11/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot1">
<ScreenID>BWB13_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot2">
<ScreenID>BWB13_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot3">
<ScreenID>BWB13_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot4">
<ScreenID>BWB13_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot5">
<ScreenID>BWB13_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot6">
<ScreenID>BWB13_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot7">
<ScreenID>BWB13_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot8">
<ScreenID>BWB13_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot9">
<ScreenID>BWB13_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot10">
<ScreenID>BWB13_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot11">
<ScreenID>BWB13_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot12">
<ScreenID>BWB13_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot13">
<ScreenID>BWB13_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot14">
<ScreenID>BWB13_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot15">
<ScreenID>BWB13_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB13_Slot16">
<ScreenID>BWB13_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>105</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 12/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot1">
<ScreenID>BWB14_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot2">
<ScreenID>BWB14_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot3">
<ScreenID>BWB14_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot4">
<ScreenID>BWB14_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot5">
<ScreenID>BWB14_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot6">
<ScreenID>BWB14_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot7">
<ScreenID>BWB14_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot8">
<ScreenID>BWB14_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot9">
<ScreenID>BWB14_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot10">
<ScreenID>BWB14_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot11">
<ScreenID>BWB14_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot12">
<ScreenID>BWB14_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot13">
<ScreenID>BWB14_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot14">
<ScreenID>BWB14_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot15">
<ScreenID>BWB14_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB14_Slot16">
<ScreenID>BWB14_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>130</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 13/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot1">
<ScreenID>BWB15_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot2">
<ScreenID>BWB15_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot3">
<ScreenID>BWB15_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot4">
<ScreenID>BWB15_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot5">
<ScreenID>BWB15_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot6">
<ScreenID>BWB15_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot7">
<ScreenID>BWB15_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot8">
<ScreenID>BWB15_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot9">
<ScreenID>BWB15_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot10">
<ScreenID>BWB15_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot11">
<ScreenID>BWB15_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot12">
<ScreenID>BWB15_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot13">
<ScreenID>BWB15_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot14">
<ScreenID>BWB15_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot15">
<ScreenID>BWB15_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB15_Slot16">
<ScreenID>BWB15_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>155</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 14/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot1">
<ScreenID>BWB16_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot2">
<ScreenID>BWB16_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot3">
<ScreenID>BWB16_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot4">
<ScreenID>BWB16_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot5">
<ScreenID>BWB16_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot6">
<ScreenID>BWB16_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot7">
<ScreenID>BWB16_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot8">
<ScreenID>BWB16_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot9">
<ScreenID>BWB16_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot10">
<ScreenID>BWB16_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot11">
<ScreenID>BWB16_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot> <InvSlot item="BWB16_Slot12">
<ScreenID>BWB16_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot13">
<ScreenID>BWB16_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot14">
<ScreenID>BWB16_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot15">
<ScreenID>BWB16_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB16_Slot16">
<ScreenID>BWB16_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>180</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/Bank 15/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot1">
<ScreenID>BWB25_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot2">
<ScreenID>BWB25_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot3">
<ScreenID>BWB25_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot4">
<ScreenID>BWB25_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot5">
<ScreenID>BWB25_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot6">
<ScreenID>BWB25_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot7">
<ScreenID>BWB25_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot8">
<ScreenID>BWB25_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot9">
<ScreenID>BWB25_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot10">
<ScreenID>BWB25_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot11">
<ScreenID>BWB25_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot12">
<ScreenID>BWB25_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot13">
<ScreenID>BWB25_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot14">
<ScreenID>BWB25_Slot14</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot15">
<ScreenID>BWB25_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB25_Slot16">
<ScreenID>BWB25_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>250</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 0/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot1">
<ScreenID>BWB26_Slot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/0</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot2">
<ScreenID>BWB26_Slot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/1</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot3">
<ScreenID>BWB26_Slot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/2</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot4">
<ScreenID>BWB26_Slot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/3</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot5">
<ScreenID>BWB26_Slot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>130</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/4</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot6">
<ScreenID>BWB26_Slot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>155</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/5</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot7">
<ScreenID>BWB26_Slot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>180</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/6</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot8">
<ScreenID>BWB26_Slot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>205</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/7</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot9">
<ScreenID>BWB26_Slot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/8</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot10">
<ScreenID>BWB26_Slot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>255</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/9</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot11">
<ScreenID>BWB26_Slot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>280</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/10</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot12">
<ScreenID>BWB26_Slot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>305</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/11</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot13">
<ScreenID>BWB26_Slot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>330</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/12</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot14">
<ScreenID>BWB26_Slot14</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>355</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/13</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot15">
<ScreenID>BWB26_Slot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>380</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/14</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<InvSlot item="BWB26_Slot16">
<ScreenID>BWB26_Slot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>405</X>
<Y>275</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>inventory/SharedBank 1/15</EQType>
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<Page item="Bags0">
<ScreenID>Bags0</ScreenID>
<RelativePosition>True</RelativePosition>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<TooltipReference>Bank Window 1</TooltipReference>
<DrawTemplate>WDT_Def</DrawTemplate>
<TabText>1-8</TabText>
<TabTextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TabTextColor>
<TabTextActiveColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TabTextActiveColor>
<Pieces>BW_BankSlot0</Pieces>
<Pieces>BW_BankSlot1</Pieces>
<Pieces>BW_BankSlot2</Pieces>
<Pieces>BW_BankSlot3</Pieces>
<Pieces>BW_BankSlot4</Pieces>
<Pieces>BW_BankSlot5</Pieces>
<Pieces>BW_BankSlot6</Pieces>
<Pieces>BW_BankSlot7</Pieces>
<Pieces>BWB1_Slot1</Pieces>
<Pieces>BWB1_Slot2</Pieces>
<Pieces>BWB1_Slot3</Pieces>
<Pieces>BWB1_Slot4</Pieces>
<Pieces>BWB1_Slot5</Pieces>
<Pieces>BWB1_Slot6</Pieces>
<Pieces>BWB1_Slot7</Pieces>
<Pieces>BWB1_Slot8</Pieces>
<Pieces>BWB1_Slot9</Pieces>
<Pieces>BWB1_Slot10</Pieces>
<Pieces>BWB1_Slot11</Pieces>
<Pieces>BWB1_Slot12</Pieces>
<Pieces>BWB1_Slot13</Pieces>
<Pieces>BWB1_Slot14</Pieces>
<Pieces>BWB1_Slot15</Pieces>
<Pieces>BWB1_Slot16</Pieces>
<Pieces>BWB2_Slot1</Pieces>
<Pieces>BWB2_Slot2</Pieces>
<Pieces>BWB2_Slot3</Pieces>
<Pieces>BWB2_Slot4</Pieces>
<Pieces>BWB2_Slot5</Pieces>
<Pieces>BWB2_Slot6</Pieces>
<Pieces>BWB2_Slot7</Pieces>
<Pieces>BWB2_Slot8</Pieces>
<Pieces>BWB2_Slot9</Pieces>
<Pieces>BWB2_Slot10</Pieces>
<Pieces>BWB2_Slot11</Pieces>
<Pieces>BWB2_Slot12</Pieces>
<Pieces>BWB2_Slot13</Pieces>
<Pieces>BWB2_Slot14</Pieces>
<Pieces>BWB2_Slot15</Pieces>
<Pieces>BWB2_Slot16</Pieces>
<Pieces>BWB3_Slot1</Pieces>
<Pieces>BWB3_Slot2</Pieces>
<Pieces>BWB3_Slot3</Pieces>
<Pieces>BWB3_Slot4</Pieces>
<Pieces>BWB3_Slot5</Pieces>
<Pieces>BWB3_Slot6</Pieces>
<Pieces>BWB3_Slot7</Pieces>
<Pieces>BWB3_Slot8</Pieces>
<Pieces>BWB3_Slot9</Pieces>
<Pieces>BWB3_Slot10</Pieces>
<Pieces>BWB3_Slot11</Pieces>
<Pieces>BWB3_Slot12</Pieces>
<Pieces>BWB3_Slot13</Pieces>
<Pieces>BWB3_Slot14</Pieces>
<Pieces>BWB3_Slot15</Pieces>
<Pieces>BWB3_Slot16</Pieces>
<Pieces>BWB4_Slot1</Pieces>
<Pieces>BWB4_Slot2</Pieces>
<Pieces>BWB4_Slot3</Pieces>
<Pieces>BWB4_Slot4</Pieces>
<Pieces>BWB4_Slot5</Pieces>
<Pieces>BWB4_Slot6</Pieces>
<Pieces>BWB4_Slot7</Pieces>
<Pieces>BWB4_Slot8</Pieces>
<Pieces>BWB4_Slot9</Pieces>
<Pieces>BWB4_Slot10</Pieces>
<Pieces>BWB4_Slot11</Pieces>
<Pieces>BWB4_Slot12</Pieces>
<Pieces>BWB4_Slot13</Pieces>
<Pieces>BWB4_Slot14</Pieces>
<Pieces>BWB4_Slot15</Pieces>
<Pieces>BWB4_Slot16</Pieces>
<Pieces>BWB5_Slot1</Pieces>
<Pieces>BWB5_Slot2</Pieces>
<Pieces>BWB5_Slot3</Pieces>
<Pieces>BWB5_Slot4</Pieces>
<Pieces>BWB5_Slot5</Pieces>
<Pieces>BWB5_Slot6</Pieces>
<Pieces>BWB5_Slot7</Pieces>
<Pieces>BWB5_Slot8</Pieces>
<Pieces>BWB5_Slot9</Pieces>
<Pieces>BWB5_Slot10</Pieces>
<Pieces>BWB5_Slot11</Pieces>
<Pieces>BWB5_Slot12</Pieces>
<Pieces>BWB5_Slot13</Pieces>
<Pieces>BWB5_Slot14</Pieces>
<Pieces>BWB5_Slot15</Pieces>
<Pieces>BWB5_Slot16</Pieces>
<Pieces>BWB6_Slot1</Pieces>
<Pieces>BWB6_Slot2</Pieces>
<Pieces>BWB6_Slot3</Pieces>
<Pieces>BWB6_Slot4</Pieces>
<Pieces>BWB6_Slot5</Pieces>
<Pieces>BWB6_Slot6</Pieces>
<Pieces>BWB6_Slot7</Pieces>
<Pieces>BWB6_Slot8</Pieces>
<Pieces>BWB6_Slot9</Pieces>
<Pieces>BWB6_Slot10</Pieces>
<Pieces>BWB6_Slot11</Pieces>
<Pieces>BWB6_Slot12</Pieces>
<Pieces>BWB6_Slot13</Pieces>
<Pieces>BWB6_Slot14</Pieces>
<Pieces>BWB6_Slot15</Pieces>
<Pieces>BWB6_Slot16</Pieces>
<Pieces>BWB7_Slot1</Pieces>
<Pieces>BWB7_Slot2</Pieces>
<Pieces>BWB7_Slot3</Pieces>
<Pieces>BWB7_Slot4</Pieces>
<Pieces>BWB7_Slot5</Pieces>
<Pieces>BWB7_Slot6</Pieces>
<Pieces>BWB7_Slot7</Pieces>
<Pieces>BWB7_Slot8</Pieces>
<Pieces>BWB7_Slot9</Pieces>
<Pieces>BWB7_Slot10</Pieces>
<Pieces>BWB7_Slot11</Pieces>
<Pieces>BWB7_Slot12</Pieces>
<Pieces>BWB7_Slot13</Pieces>
<Pieces>BWB7_Slot14</Pieces>
<Pieces>BWB7_Slot15</Pieces>
<Pieces>BWB7_Slot16</Pieces>
<Pieces>BWB8_Slot1</Pieces>
<Pieces>BWB8_Slot2</Pieces>
<Pieces>BWB8_Slot3</Pieces>
<Pieces>BWB8_Slot4</Pieces>
<Pieces>BWB8_Slot5</Pieces>
<Pieces>BWB8_Slot6</Pieces>
<Pieces>BWB8_Slot7</Pieces>
<Pieces>BWB8_Slot8</Pieces>
<Pieces>BWB8_Slot9</Pieces>
<Pieces>BWB8_Slot10</Pieces>
<Pieces>BWB8_Slot11</Pieces>
<Pieces>BWB8_Slot12</Pieces>
<Pieces>BWB8_Slot13</Pieces>
<Pieces>BWB8_Slot14</Pieces>
<Pieces>BWB8_Slot15</Pieces>
<Pieces>BWB8_Slot16</Pieces>
<Location>
<X>0</X>
<Y>22</Y>
</Location>
<Size>
<CX>163</CX>
<CY>246</CY>
</Size>
</Page>
<Page item="Bags1">
<ScreenID>Bags1</ScreenID>
<RelativePosition>True</RelativePosition>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<TooltipReference>Bank Window 2</TooltipReference>
<DrawTemplate>WDT_Def</DrawTemplate>
<TabText>9-16</TabText>
<TabTextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TabTextColor>
<TabTextActiveColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TabTextActiveColor>
<Pieces>BW_BankSlot8</Pieces>
<Pieces>BW_BankSlot9</Pieces>
<Pieces>BW_BankSlot10</Pieces>
<Pieces>BW_BankSlot11</Pieces>
<Pieces>BW_BankSlot12</Pieces>
<Pieces>BW_BankSlot13</Pieces>
<Pieces>BW_BankSlot14</Pieces>
<Pieces>BW_BankSlot15</Pieces>
<Pieces>BWB9_Slot1</Pieces>
<Pieces>BWB9_Slot2</Pieces>
<Pieces>BWB9_Slot3</Pieces>
<Pieces>BWB9_Slot4</Pieces>
<Pieces>BWB9_Slot5</Pieces>
<Pieces>BWB9_Slot6</Pieces>
<Pieces>BWB9_Slot7</Pieces>
<Pieces>BWB9_Slot8</Pieces>
<Pieces>BWB9_Slot9</Pieces>
<Pieces>BWB9_Slot10</Pieces>
<Pieces>BWB9_Slot11</Pieces>
<Pieces>BWB9_Slot12</Pieces>
<Pieces>BWB9_Slot13</Pieces>
<Pieces>BWB9_Slot14</Pieces>
<Pieces>BWB9_Slot15</Pieces>
<Pieces>BWB9_Slot16</Pieces>
<Pieces>BWB10_Slot1</Pieces>
<Pieces>BWB10_Slot2</Pieces>
<Pieces>BWB10_Slot3</Pieces>
<Pieces>BWB10_Slot4</Pieces>
<Pieces>BWB10_Slot5</Pieces>
<Pieces>BWB10_Slot6</Pieces>
<Pieces>BWB10_Slot7</Pieces>
<Pieces>BWB10_Slot8</Pieces>
<Pieces>BWB10_Slot9</Pieces>
<Pieces>BWB10_Slot10</Pieces>
<Pieces>BWB10_Slot11</Pieces>
<Pieces>BWB10_Slot12</Pieces>
<Pieces>BWB10_Slot13</Pieces>
<Pieces>BWB10_Slot14</Pieces>
<Pieces>BWB10_Slot15</Pieces>
<Pieces>BWB10_Slot16</Pieces>
<Pieces>BWB11_Slot1</Pieces>
<Pieces>BWB11_Slot2</Pieces>
<Pieces>BWB11_Slot3</Pieces>
<Pieces>BWB11_Slot4</Pieces>
<Pieces>BWB11_Slot5</Pieces>
<Pieces>BWB11_Slot6</Pieces>
<Pieces>BWB11_Slot7</Pieces>
<Pieces>BWB11_Slot8</Pieces>
<Pieces>BWB11_Slot9</Pieces>
<Pieces>BWB11_Slot10</Pieces>
<Pieces>BWB11_Slot11</Pieces>
<Pieces>BWB11_Slot12</Pieces>
<Pieces>BWB11_Slot13</Pieces>
<Pieces>BWB11_Slot14</Pieces>
<Pieces>BWB11_Slot15</Pieces>
<Pieces>BWB11_Slot16</Pieces>
<Pieces>BWB12_Slot1</Pieces>
<Pieces>BWB12_Slot2</Pieces>
<Pieces>BWB12_Slot3</Pieces>
<Pieces>BWB12_Slot4</Pieces>
<Pieces>BWB12_Slot5</Pieces>
<Pieces>BWB12_Slot6</Pieces>
<Pieces>BWB12_Slot7</Pieces>
<Pieces>BWB12_Slot8</Pieces>
<Pieces>BWB12_Slot9</Pieces>
<Pieces>BWB12_Slot10</Pieces>
<Pieces>BWB12_Slot11</Pieces>
<Pieces>BWB12_Slot12</Pieces>
<Pieces>BWB12_Slot13</Pieces>
<Pieces>BWB12_Slot14</Pieces>
<Pieces>BWB12_Slot15</Pieces>
<Pieces>BWB12_Slot16</Pieces>
<Pieces>BWB13_Slot1</Pieces>
<Pieces>BWB13_Slot2</Pieces>
<Pieces>BWB13_Slot3</Pieces>
<Pieces>BWB13_Slot4</Pieces>
<Pieces>BWB13_Slot5</Pieces>
<Pieces>BWB13_Slot6</Pieces>
<Pieces>BWB13_Slot7</Pieces>
<Pieces>BWB13_Slot8</Pieces>
<Pieces>BWB13_Slot9</Pieces>
<Pieces>BWB13_Slot10</Pieces>
<Pieces>BWB13_Slot11</Pieces>
<Pieces>BWB13_Slot12</Pieces>
<Pieces>BWB13_Slot13</Pieces>
<Pieces>BWB13_Slot14</Pieces>
<Pieces>BWB13_Slot15</Pieces>
<Pieces>BWB13_Slot16</Pieces>
<Pieces>BWB14_Slot1</Pieces>
<Pieces>BWB14_Slot2</Pieces>
<Pieces>BWB14_Slot3</Pieces>
<Pieces>BWB14_Slot4</Pieces>
<Pieces>BWB14_Slot5</Pieces>
<Pieces>BWB14_Slot6</Pieces>
<Pieces>BWB14_Slot7</Pieces>
<Pieces>BWB14_Slot8</Pieces>
<Pieces>BWB14_Slot9</Pieces>
<Pieces>BWB14_Slot10</Pieces>
<Pieces>BWB14_Slot11</Pieces>
<Pieces>BWB14_Slot12</Pieces>
<Pieces>BWB14_Slot13</Pieces>
<Pieces>BWB14_Slot14</Pieces>
<Pieces>BWB14_Slot15</Pieces>
<Pieces>BWB14_Slot16</Pieces>
<Pieces>BWB15_Slot1</Pieces>
<Pieces>BWB15_Slot2</Pieces>
<Pieces>BWB15_Slot3</Pieces>
<Pieces>BWB15_Slot4</Pieces>
<Pieces>BWB15_Slot5</Pieces>
<Pieces>BWB15_Slot6</Pieces>
<Pieces>BWB15_Slot7</Pieces>
<Pieces>BWB15_Slot8</Pieces>
<Pieces>BWB15_Slot9</Pieces>
<Pieces>BWB15_Slot10</Pieces>
<Pieces>BWB15_Slot11</Pieces>
<Pieces>BWB15_Slot12</Pieces>
<Pieces>BWB15_Slot13</Pieces>
<Pieces>BWB15_Slot14</Pieces>
<Pieces>BWB15_Slot15</Pieces>
<Pieces>BWB15_Slot16</Pieces>
<Pieces>BWB16_Slot1</Pieces>
<Pieces>BWB16_Slot2</Pieces>
<Pieces>BWB16_Slot3</Pieces>
<Pieces>BWB16_Slot4</Pieces>
<Pieces>BWB16_Slot5</Pieces>
<Pieces>BWB16_Slot6</Pieces>
<Pieces>BWB16_Slot7</Pieces>
<Pieces>BWB16_Slot8</Pieces>
<Pieces>BWB16_Slot9</Pieces>
<Pieces>BWB16_Slot10</Pieces>
<Pieces>BWB16_Slot11</Pieces>
<Pieces>BWB16_Slot12</Pieces>
<Pieces>BWB16_Slot13</Pieces>
<Pieces>BWB16_Slot14</Pieces>
<Pieces>BWB16_Slot15</Pieces>
<Pieces>BWB16_Slot16</Pieces>
<Location>
<X>0</X>
<Y>22</Y>
</Location>
<Size>
<CX>163</CX>
<CY>246</CY>
</Size>
</Page>
<TabBox item="Bank_TabWindows">
<ScreenID>Bank_TabWindows</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>-4</X>
<Y>15</Y>
</Location>
<Size>
<CX>438</CX>
<CY>232</CY>
</Size>
<TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate>
<PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate>
<Pages>Bags0</Pages>
<Pages>Bags1</Pages>
</TabBox>
<Screen item="BankWnd">
<!--<ScreenID/>-->
<!--<Font/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>2</X>
<Y>25</Y>
</Location>
<Size>
<CX>435</CX>
<CY>396</CY>
</Size>
<Text></Text>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<DrawTemplate>WDT_Inner</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>BW_BankerName</Pieces>
<Pieces>BWB25_Slot1</Pieces>
<Pieces>BWB25_Slot2</Pieces>
<Pieces>BWB25_Slot3</Pieces>
<Pieces>BWB25_Slot4</Pieces>
<Pieces>BWB25_Slot5</Pieces>
<Pieces>BWB25_Slot6</Pieces>
<Pieces>BWB25_Slot7</Pieces>
<Pieces>BWB25_Slot8</Pieces>
<Pieces>BWB25_Slot9</Pieces>
<Pieces>BWB25_Slot10</Pieces>
<Pieces>BWB25_Slot11</Pieces>
<Pieces>BWB25_Slot12</Pieces>
<Pieces>BWB25_Slot13</Pieces>
<Pieces>BWB25_Slot14</Pieces>
<Pieces>BWB25_Slot15</Pieces>
<Pieces>BWB25_Slot16</Pieces>
<Pieces>BWB26_Slot1</Pieces>
<Pieces>BWB26_Slot2</Pieces>
<Pieces>BWB26_Slot3</Pieces>
<Pieces>BWB26_Slot4</Pieces>
<Pieces>BWB26_Slot5</Pieces>
<Pieces>BWB26_Slot6</Pieces>
<Pieces>BWB26_Slot7</Pieces>
<Pieces>BWB26_Slot8</Pieces>
<Pieces>BWB26_Slot9</Pieces>
<Pieces>BWB26_Slot10</Pieces>
<Pieces>BWB26_Slot11</Pieces>
<Pieces>BWB26_Slot12</Pieces>
<Pieces>BWB26_Slot13</Pieces>
<Pieces>BWB26_Slot14</Pieces>
<Pieces>BWB26_Slot15</Pieces>
<Pieces>BWB26_Slot16</Pieces>
<Pieces>BW_AutoButton</Pieces>
<Pieces>BW_SharedBankSlot0</Pieces>
<Pieces>BW_SharedBankSlot1</Pieces>
<Pieces>BW_SharedMoney0</Pieces>
<Pieces>BW_Money0</Pieces>
<Pieces>BW_Money1</Pieces>
<Pieces>BW_Money2</Pieces>
<Pieces>BW_Money3</Pieces>
<Pieces>BW_DoneButton</Pieces>
<Pieces>BW_ChangeButton</Pieces>
<Pieces>BW_SharedBankLabel</Pieces>
<Pieces>BW_AltStorageButton</Pieces>
<Pieces>BW_DragonHoard</Pieces>
<Pieces>Bank_TabWindows</Pieces>
<Pieces>BW_FindItemButton</Pieces>
</Screen>
</XML>