﻿<?xml version="1.0" encoding="utf-8"?>
<Page Activated="true" eq2opensound="ui_window_inventory_open" eq2usescomwndcontrols="true" Location="106,36" MaximumSize="260,270" MinimumSize="260,270" Name="Bank" PackLocation="center,center" ScrollExtent="260,270" Size="260,270" UserMovable="true" version="2.0">
    <Button Location="237,6" Name="Close" OnPress="Parent.WindowFrame.Close.press=true" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.close.style" Tooltip="Close" UserMovable="true" />
    <Checkbox Location="73,5" Name="InventoryToggle" OnPress="togglebags" ScrollExtent="26,20" Size="26,20" Tooltip="Toggle Inventory Bags" />
    <Text AbsorbsInput="false" Font="/Fonts.FontZapf15" Location="75,7" MaximumSize="150,17" MaxLines="1" Name="Inventory" Opacity="0.300" ScrollExtent="16,17" Size="16,17" TruncateElipsis="false">I</Text>
    <Image Location="81,7" Name="InventoryBags" Opacity="0.500" ScrollExtent="14,14" Size="14,14" SourceRect="8,94,32,117" SourceResource="images/icons/icon_map1.dds" />
    <Checkbox Activated="true" Checked="true" Location="114,5" Name="BankToggle" OnPress="togglebankbags" ScrollExtent="26,20" Size="26,20" Tooltip="Toggle Inventory Bags" />
    <Text AbsorbsInput="false" Font="/Fonts.FontZapf15" Location="115,7" MaximumSize="150,17" MaxLines="1" Name="Bank" Opacity="0.300" ScrollExtent="16,17" Size="16,17" TruncateElipsis="false">B</Text>
    <Image Location="124,7" Name="BankBags" Opacity="0.500" ScrollExtent="14,14" Size="14,14" SourceRect="8,94,32,117" SourceResource="images/icons/icon_map1.dds" />
    <Text DynamicData="/GameData.Coins.Coin_3" Name="Plat" />
    <Text DynamicData="/GameData.Coins.Coin_2" Name="Gold" />
    <Text DynamicData="/GameData.Coins.Coin_1" Name="Silver" />
    <Text DynamicData="/GameData.Coins.Coin_0" Name="Copper" />
    <Button Location="190,26" Name="DepositBank" OnPress="sPLAT=Parent.Plat.LocalText ## 000000&#xD;&#xA;iGOLD=Parent.Gold.LocalText*10000&#xD;&#xA;iSILVER=Parent.Silver.LocalText*100&#xD;&#xA;iCOPPER=Parent.Copper.LocalText&#xD;&#xA;TOTAL=iGOLD+iSILVER+iCOPPER&#xD;&#xA;bank_deposit TOTAL&#xD;&#xA;bank_deposit sPLAT" Opacity="0.900" ScrollExtent="19,16" Size="19,16" Style="/ButtonStyles.text_button_round_flat" Tooltip="Deposit All Coin">+</Button>
    
<Button Location="210,26" Name="WithdrawBank" OnPress="sPLAT=Parent.Character.Platinum.LocalText ## 000000&#xD;&#xA;iGOLD=Parent.Character.Gold.LocalText*10000&#xD;&#xA;iSILVER=Parent.Character.Silver.LocalText*100&#xD;&#xA;iCOPPER=Parent.Character.Copper.LocalText&#xD;&#xA;TOTAL=iGOLD+iSILVER+iCOPPER&#xD;&#xA;bank_withdraw TOTAL&#xD;&#xA;bank_withdraw sPLAT" Opacity="0.900" ScrollExtent="18,16" Size="18,16" Style="/ButtonStyles.text_button_round_flat" Tooltip="Withdraw All Coin">-</Button>
   
 <Button Location="230,26" Name="goldBank" OnPress="igold=5000000&#xD;&#xA;bank_withdraw igold" Opacity="0.900" ScrollExtent="25,16" Size="25,16" Style="/ButtonStyles.text_button_round_flat" Tooltip="Withdraw 5 Plat">5p</Button>

    <Button Location="190,155" Name="DepositShared" OnPress="sPLAT=Parent.Plat.LocalText ## 000000&#xD;&#xA;iGOLD=Parent.Gold.LocalText*10000&#xD;&#xA;iSILVER=Parent.Silver.LocalText*100&#xD;&#xA;iCOPPER=Parent.Copper.LocalText&#xD;&#xA;TOTAL=iGOLD+iSILVER+iCOPPER&#xD;&#xA;shared_deposit TOTAL&#xD;&#xA;shared_deposit sPLAT" Opacity="0.900" ScrollExtent="19,16" Size="19,16" Style="/ButtonStyles.text_button_round_flat" Tooltip="Deposit All Coin to Shared bank">+</Button>
    <Button Location="210,155" Name="WithdrawShared" OnPress="sPLAT=Parent.Shared.Platinum.LocalText ## 000000&#xD;&#xA;iGOLD=Parent.Shared.Gold.LocalText*10000&#xD;&#xA;iSILVER=Parent.Shared.Silver.LocalText*100&#xD;&#xA;iCOPPER=Parent.Shared.Copper.LocalText&#xD;&#xA;TOTAL=iGOLD+iSILVER+iCOPPER&#xD;&#xA;shared_withdraw TOTAL&#xD;&#xA;shared_withdraw sPLAT" Opacity="0.900" ScrollExtent="18,16" Size="18,16" Style="/ButtonStyles.text_button_round_flat" Tooltip="Withdraw All Coin from Shared Bank">-</Button>
 
   <Button Location="230,155" Name="goldShared" OnPress="igold=1000000&#xD;&#xA;shared_withdraw igold" Opacity="0.900" ScrollExtent="25,16" Size="25,16" Style="/ButtonStyles.text_button_round_flat" Tooltip="Withdraw 1 Plat from Shared bank">1p</Button>

    <Button Location="203,138" Name="BankToShared" OnHoverIn="Opacity=1.000" OnHoverOut="Opacity=0.750" OnPress="sPLAT=Parent.Character.Platinum.LocalText ## 000000&#xD;&#xA;iGOLD=Parent.Character.Gold.LocalText*10000&#xD;&#xA;iSILVER=Parent.Character.Silver.LocalText*100&#xD;&#xA;iCOPPER=Parent.Character.Copper.LocalText&#xD;&#xA;TOTAL=iGOLD+iSILVER+iCOPPER&#xD;&#xA;shared_deposit TOTAL b&#xD;&#xA;shared_deposit sPLAT b" Opacity="0.750" ScrollExtent="14,15" Size="14,15" Style="/ButtonStyles.arrow_down" Tooltip="Move All Coin from Bank to Shared" />
    <Button Location="225,138" Name="SharedToBank" OnHoverIn="Opacity=1.000" OnHoverOut="Opacity=0.750" OnPress="sPLAT=Parent.Shared.Platinum.LocalText ## 000000&#xD;&#xA;iGOLD=Parent.Shared.Gold.LocalText*10000&#xD;&#xA;iSILVER=Parent.Shared.Silver.LocalText*100&#xD;&#xA;iCOPPER=Parent.Shared.Copper.LocalText 0&#xD;&#xA;TOTAL=iGOLD+iSILVER+iCOPPER&#xD;&#xA;bank_deposit TOTAL s&#xD;&#xA;bank_deposit sPLAT s" Opacity="0.750" ScrollExtent="14,15" Size="14,15" Style="/ButtonStyles.arrow_up" Tooltip="Move All Coin from Shared to Bank" />
    <Page Location="0,3" Name="Character" ScrollExtent="260,153" Size="260,153">
        <Text AbsorbsInput="false" DynamicData="/GameData.Self.Name" Font="/TextStyles.Large.LargeStyle" Location="0,5" Name="Title" PackLocation="left,top" PackSize="absolute,fixed" ScrollExtent="264,22" ShadowStyle="/ShadowStylesNew.HeavyDrop.style" Size="264,22" TextAlignment="Center" TextColor="#FBF1D9" Visible="false">[DEVL]Dynamic Name</Text>
        <Text Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.BankCoin_3" Font="/TextStyles.Normal.NormalStyle" Location="213,42" Margin="0,0,5,0" MaxLines="1" Name="Platinum" ScrollExtent="44,20" Size="44,20" TextAlignmentVertical="Center">0</Text>
        <Icon ActionData="coin 7" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="192,42" MouseOverColor="#FFFF00" Name="CoinPlatinum" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
        <Text Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.BankCoin_2" Font="/TextStyles.Normal.NormalStyle" Location="213,65" Margin="0,0,5,0" Name="Gold" ScrollExtent="20,20" Size="20,20" TextAlignmentVertical="Center" TextColor="#FFEE70">0</Text>
        <Icon ActionData="coin 6" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="192,65" MouseOverColor="#FFFF00" Name="CoinGold" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
        <Text Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.BankCoin_1" Font="/TextStyles.Normal.NormalStyle" Location="213,88" Margin="0,0,5,0" Name="Silver" ScrollExtent="20,20" Size="20,20" TextAlignmentVertical="Center" TextColor="#A0A0A0">0</Text>
        <Icon ActionData="coin 5" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="192,88" MouseOverColor="#FFFF00" Name="CoinSilver" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
        <Text Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.BankCoin_0" Font="/TextStyles.Normal.NormalStyle" Location="213,111" Margin="0,0,5,0" Name="Copper" ScrollExtent="20,20" Size="20,20" TextAlignmentVertical="Center" TextColor="#EA9129">0</Text>
        <Icon ActionData="coin 4" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="192,111" MouseOverColor="#FFFF00" Name="CoinCopper" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="9,22" MouseOverColor="#FFFF00" Name="Slot 0" ScrollExtent="42,42" Size="42,42" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="53,22" MouseOverColor="#FFFF00" Name="Slot 1" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="97,22" MouseOverColor="#FFFF00" Name="Slot 2" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="141,22" MouseOverColor="#FFFF00" Name="Slot 3" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="9,66" MouseOverColor="#FFFF00" Name="Slot 4" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="53,66" MouseOverColor="#FFFF00" Name="Slot 5" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="97,66" MouseOverColor="#FFFF00" Name="Slot 6" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="141,66" MouseOverColor="#FFFF00" Name="Slot 7" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="9,110" MouseOverColor="#FFFF00" Name="Slot 8" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="53,110" MouseOverColor="#FFFF00" Name="Slot 9" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="97,110" MouseOverColor="#FFFF00" Name="Slot 10" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="141,110" MouseOverColor="#FFFF00" Name="Slot 11" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="183,2" MaxLines="1" Name="AutobankMsg" ScrollExtent="59,20" Size="59,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#F0D080">Auto</Text>
        <Page BackgroundOpacity="1.000" DragAccepts="icon" Location="182,-2" Name="Autobank" RStyleDefault="/CommonElements.RoundedGrouper.data.rect" ScrollExtent="60,27" Size="60,27" Tooltip="Drop items here to place them automatically in the first open bag slot" />
    </Page>
    <Page Location="0,156" Name="Shared" ScrollExtent="260,113" Size="260,113">
        <Text Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.SharedCoin_3" Font="/TextStyles.Normal.NormalStyle" Location="213,18" Margin="0,0,5,0" MaxLines="1" Name="Platinum" ScrollExtent="44,20" Size="44,20" TextAlignmentVertical="Center">0</Text>
        <Icon ActionData="coin 15" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="192,18" MouseOverColor="#FFFF00" Name="CoinPlatinum" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
        <Text Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.SharedCoin_2" Font="/TextStyles.Normal.NormalStyle" Location="213,41" Margin="0,0,5,0" Name="Gold" ScrollExtent="20,20" Size="20,20" TextAlignmentVertical="Center" TextColor="#FFEE70">0</Text>
        <Icon ActionData="coin 14" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="192,41" MouseOverColor="#FFFF00" Name="CoinGold" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
        <Text Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.SharedCoin_1" Font="/TextStyles.Normal.NormalStyle" Location="213,64" Margin="0,0,5,0" Name="Silver" ScrollExtent="20,20" Size="20,20" TextAlignmentVertical="Center" TextColor="#A0A0A0">0</Text>
        <Icon ActionData="coin 13" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="192,64" MouseOverColor="#FFFF00" Name="CoinSilver" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
        <Text Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.SharedCoin_0" Font="/TextStyles.Normal.NormalStyle" Location="213,87" Margin="0,0,5,0" Name="Copper" ScrollExtent="20,20" Size="20,20" TextAlignmentVertical="Center" TextColor="#EA9129">0</Text>
        <Icon ActionData="coin 12" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="192,87" MouseOverColor="#FFFF00" Name="CoinCopper" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
        <Text AbsorbsInput="false" Font="/TextStyles.Large.LargeStyle" Location="-11,0" Name="Title" PackLocation="left,top" PackSize="absolute,fixed" ScrollExtent="217,18" ShadowStyle="/ShadowStylesNew.HeavyDrop.style" Size="217,18" TextAlignment="Center" TextColor="#FBF1D9">Shared</Text>
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="9,19" MouseOverColor="#FFFF00" Name="Slot 0" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="53,19" MouseOverColor="#FFFF00" Name="Slot 1" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="97,19" MouseOverColor="#FFFF00" Name="Slot 2" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="141,19" MouseOverColor="#FFFF00" Name="Slot 3" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="9,63" MouseOverColor="#FFFF00" Name="Slot 4" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="53,63" MouseOverColor="#FFFF00" Name="Slot 5" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="97,63" MouseOverColor="#FFFF00" Name="Slot 6" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="141,63" MouseOverColor="#FFFF00" Name="Slot 7" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
    </Page>
    <Page AbsorbsInput="false" Name="WindowFrame" PackSize="absolute,absolute" ScrollExtent="260,270" Size="260,270">
        <Button Location="221,6" Name="Settings" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.settings.style" Tooltip="Window Settings" UserMovable="true" Visible="false" />
        <Button Location="203,6" Name="Help" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.help.style" Tooltip="Help" UserMovable="true" Visible="false" />
        <Button Location="237,6" Name="Close" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.close.style" Tooltip="Close" UserMovable="true" />
        <Page AbsorbsInput="false" Location="6,7" Name="LeftGrouper" ScrollExtent="70,28" Size="70,28">
            <Text AbsorbsInput="false" Font="/TextStyles.Large.LargeStyle" Location="0,-2" MaxLines="1" Name="Title" PackSize="absolute,fixed" ScrollExtent="49,20" ShadowStyle="/ShadowStylesNew.Outline.style" Size="49,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#F0D080">Bank</Text>
        </Page>
        <Page AbsorbsInput="false" Location="90,0" Name="RightGrouper" PackLocation="right,top" ScrollExtent="170,70" Size="170,70" />
        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/WindowElements.DesktopWindowFrame.data.frame.rect" ScrollExtent="260,270" Size="260,270" />
        <Page AbsorbsInput="false" BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Color="#262422" GetsInput="false" Location="190,43" Name="CoinBkgSmall1" Opacity="0.600" RStyleDefault="/FrameStyles.BkgRoundedGreyscale.rect" ScrollExtent="69,23" Size="69,23" />
        <Page AbsorbsInput="false" BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Color="#262422" GetsInput="false" Location="190,66" Name="CoinBkgSmall2" Opacity="0.600" RStyleDefault="/FrameStyles.BkgRoundedGreyscale.rect" ScrollExtent="69,23" Size="69,23" />
        <Page AbsorbsInput="false" BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Color="#262422" GetsInput="false" Location="190,89" Name="CoinBkgSmall3" Opacity="0.600" RStyleDefault="/FrameStyles.BkgRoundedGreyscale.rect" ScrollExtent="69,23" Size="69,23" />
        <Page AbsorbsInput="false" BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Color="#262422" GetsInput="false" Location="190,112" Name="CoinBkgSmall4" Opacity="0.600" RStyleDefault="/FrameStyles.BkgRoundedGreyscale.rect" ScrollExtent="69,23" Size="69,23" />
        <Page AbsorbsInput="false" BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Color="#262422" GetsInput="false" Location="190,172" Name="CoinBkgSmall5" Opacity="0.600" RStyleDefault="/FrameStyles.BkgRoundedGreyscale.rect" ScrollExtent="69,23" Size="69,23" />
        <Page AbsorbsInput="false" BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Color="#262422" GetsInput="false" Location="190,195" Name="CoinBkgSmall6" Opacity="0.600" RStyleDefault="/FrameStyles.BkgRoundedGreyscale.rect" ScrollExtent="69,23" Size="69,23" />
        <Page AbsorbsInput="false" BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Color="#262422" GetsInput="false" Location="190,218" Name="CoinBkgSmall7" Opacity="0.600" RStyleDefault="/FrameStyles.BkgRoundedGreyscale.rect" ScrollExtent="69,23" Size="69,23" />
        <Page AbsorbsInput="false" BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Color="#262422" GetsInput="false" Location="190,241" Name="CoinBkgSmall8" Opacity="0.600" RStyleDefault="/FrameStyles.BkgRoundedGreyscale.rect" ScrollExtent="69,23" Size="69,23" />
        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="-9,-20" Name="Bkg" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/WindowElements.WindowFrame.data.bkg.rect" ScrollExtent="278,303" Size="278,303" />
    </Page>
</Page>
