|
From: <pla...@li...> - 2009-01-05 17:39:15
|
Revision: 164
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=164&view=rev
Author: tuathanach
Date: 2009-01-05 17:39:11 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
Added Paths:
-----------
Tuathanach/data/gui/smallinventory.xml
Added: Tuathanach/data/gui/smallinventory.xml
===================================================================
--- Tuathanach/data/gui/smallinventory.xml (rev 0)
+++ Tuathanach/data/gui/smallinventory.xml 2009-01-05 17:39:11 UTC (rev 164)
@@ -0,0 +1,80 @@
+ <widget_description>
+ <widget name="SmallInventoryWindow" factory="pawsSmallInventoryWindow" visible="no" savepositions="no" movable="yes" resizable="no" configurable="yes">
+ <frame x="600" y="100" width="155" height="470" border="yes" />
+ <bgimage resource="Banking Background" alpha="128" />
+ <title resource="Blue Title" text="Inventory" align="left" close_button="yes" />
+ <widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="5" y="10" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="10" />
+ <text string="Weight:" />
+ </widget>
+ <widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="55" y="10" width="120" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="10" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+ </widget>
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="75" y="440" width="90" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="12" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+ <widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="24" y="440" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="12" />
+ <text string="Trias:" />
+ </widget>
+ <widget name="BulkList" factory="pawsListBox" selectable="0">
+ <frame x="5" y="40" width="150" height="290" border="no" />
+ <columns height="36.31" headings="no">
+ <column width="36.31">
+ <widget name="Bulk0" factory="pawsSlot">
+ <frame x="0" y="0" width="36.31" height="36.31" />
+ <bgimage resource="ContainerBulk" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36.31">
+ <widget name="Bulk1" factory="pawsSlot">
+ <frame x="0" y="0" width="36.31" height="36.31" />
+ <bgimage resource="ContainerBulk" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36.31">
+ <widget name="Bulk2" factory="pawsSlot">
+ <frame x="0" y="0" width="36.31" height="36.31" />
+ <bgimage resource="ContainerBulk" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36.31">
+ <widget name="Bulk3" factory="pawsSlot">
+ <frame x="0" y="0" width="36.31" height="36.31" />
+ <bgimage resource="ContainerBulk" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ <widget name="Money" factory="pawsMoney" border="yes">
+ <frame x="25" y="330" width="0" height="0" />
+<subscriptions>
+ <subscribe data="sigInvMoney" />
+ </subscriptions>
+ </widget>
+ </widget>
+ </widget_description>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|