INSTALLATION:
if you dont have a custom folder for interfaces read and follow the installation 
steps for installing an interface at
http://www.eq2interface.com/forums/showthread.php?t=293

then extract the .xml file included in this zip into your new
folder(in the example it was bobsui) you made on the 
installation steps at the website.

Usage:
open eq2ui_inventory_bank.xml with notepad, near the top you should see this 
section of code:
<Page Name="Slot Labels" ScrollExtent="214,131" Size="214,131">
<Text Font="/Fonts.FontArial14" LocalText="Label 01" Location="17,-1" MaxLines="1" Name="Label 01" ScrollExtent="42,20" Size="42,20" TextAlignmentVertical="Bottom">
Label 01</Text>
<Text Font="/Fonts.FontArial14" LocalText="Label 02" Location="63,-1" MaxLines="1" Name="Label 02" ScrollExtent="42,20" Size="42,20" TextAlignmentVertical="Bottom">
Label 02</Text>
<Text Font="/Fonts.FontArial14" LocalText="Label 03" Location="108,-1" MaxLines="1" Name="Label 03" ScrollExtent="42,20" Size="42,20" TextAlignmentVertical="Bottom">
Label 03</Text>
<Text Font="/Fonts.FontArial14" LocalText="Label 04" Location="152,-1" MaxLines="1" Name="Label 04" ScrollExtent="42,20" Size="42,20" TextAlignmentVertical="Bottom">
Label 04</Text>
<Text Font="/Fonts.FontArial14" LocalText="Label 05" Location="18,111" MaxLines="1" Name="Label 05" ScrollExtent="42,20" Size="42,20">
Label 05</Text>
<Text Font="/Fonts.FontArial14" LocalText="Label 06" Location="63,111" MaxLines="1" Name="Label 06" ScrollExtent="42,20" Size="42,20">
Label 06</Text>
<Text Font="/Fonts.FontArial14" LocalText="Label 07" Location="108,111" MaxLines="1" Name="Label 07" ScrollExtent="42,20" Size="42,20">
Label 07</Text>
<Text Font="/Fonts.FontArial14" LocalText="Label 08" Location="153,111" MaxLines="1" Name="Label 08" ScrollExtent="42,20" Size="42,20">
Label 08</Text>
</Page>

change the text before the </Text> to whatever you want it to say. For an example on 
Label 1 if you wanted it to say "junk" the line would look like:
<Text Font="/Fonts.FontArial14" LocalText="Label 01" Location="17,-1" MaxLines="1" Name="Label 01" ScrollExtent="42,20" Size="42,20" TextAlignmentVertical="Bottom">
Junk</Text>
Notice that the first line is NOT modified at all, you just change the second line. 
in this case it was changed from "Label 01</Text>" to "Junk</Text>"

The labels are numbered in order from left to right with the top being 1-4 and the
bottom being 5-8