|
From: <pla...@li...> - 2009-11-29 00:20:06
|
Revision: 183
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=183&view=rev
Author: tuathanach
Date: 2009-11-29 00:17:18 +0000 (Sun, 29 Nov 2009)
Log Message:
-----------
Added Paths:
-----------
Tuathanach/data/gui5/
Tuathanach/data/gui5/infowindow.xml
Tuathanach/data/gui5/inventory.xml
Tuathanach/data/gui5/skillwindow.xml
Tuathanach/data/gui5/smallinventory.xml
Added: Tuathanach/data/gui5/infowindow.xml
===================================================================
--- Tuathanach/data/gui5/infowindow.xml (rev 0)
+++ Tuathanach/data/gui5/infowindow.xml 2009-11-29 00:17:18 UTC (rev 183)
@@ -0,0 +1,359 @@
+<widget_description>
+
+<widget name="InfoWindow" factory="pawsInfoWindow"
+ visible="yes" savepositions="yes" movable="yes" resizable="yes" configurable="yes" >
+ <frame x="0" y="50" width="161" height="145" border="no" />
+ <minframe width="161" height="145" />
+ <bgimage resource="Scaling Widget Background" />
+
+
+
+<!-- Personal Info (HP, Mana, Fatigue) -->
+
+<widget name="My HP Pct" factory="pawsTextBox" tooltip="Health">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="5" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue0:Self" />
+ </subscriptions>
+ <attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My HP" factory="pawsProgressBar" tooltip="Health">
+ <frame x="5" y="6" width="150" height="9" border="no" />
+ <color r="50" g="0" b="0" />
+ <fadecolor r="255" g="0" b="0" />
+ <subscriptions>
+ <subscribe data="fVitalValue0:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="My PysStamina Pct" factory="pawsTextBox" tooltip="Physical Stamina">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="15" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue2:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My PysStamina" factory="pawsProgressBar" tooltip="Physical Stamina">
+ <frame x="5" y="15" width="150" height="9" border="no" />
+ <color r="0" g="50" b="0" />
+ <fadecolor r="0" g="255" b="0" />
+ <subscriptions>
+ <subscribe data="fVitalValue2:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="My Mana Pct" factory="pawsTextBox" tooltip="Mana">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="25" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue1:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My Mana" factory="pawsProgressBar" tooltip="Mana">
+ <frame x="5" y="25" width="150" height="9" border="no" />
+ <color r="0" g="0" b="50" />
+ <fadecolor r="120" g="0" b="190" />
+ <subscriptions>
+ <subscribe data="fVitalValue1:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="My MenStamina Pct" factory="pawsTextBox" tooltip="Mental Stamina">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="35" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue3:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My MenStamina" factory="pawsProgressBar" tooltip="Mental Stamina">
+ <frame x="5" y="35" width="150" height="9" border="no" />
+ <color r="0" g="0" b="0" />
+ <fadecolor r="120" g="130" b="140" />
+ <subscriptions>
+ <subscribe data="fVitalValue3:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Attack Stances -->
+
+<widget name="BtnStance1" id="100" tooltip="Bloody" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="6" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackBloody" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance2" id="200" tooltip="Aggressive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="31" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackAggressive" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance3" id="300" tooltip="Normal" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="56" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackNormal" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance4" id="400" tooltip="Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="81" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackDefensive" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance5" id="500" tooltip="Full Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="106" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackFullDef" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance0" id="600" tooltip="Stop Attack" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="131" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonStopAttack" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<!-- Spell Power -->
+
+<widget name="KFactor" factory="pawsScrollBar" direction="horizontal" tooltip="Spell Power">
+ <frame x="6" y="70" width="150" height="11" border="no" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="KFactor Pct" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
+ <frame x="76" y="70" width="25" height="20" border="no"/>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Target Info -->
+
+<widget name="Target HP Pct" factory="pawsTextBox" tooltip="Selected Target">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="85" width="40" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue0:Target" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="Targeted" factory="pawsTextBox" tooltip="Selected Target">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="50" y="85" width="121" height="12" border="no"/>
+ <subscriptions>
+ <subscribe data="sTargetName" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="Target HP" factory="pawsProgressBar" tooltip="Selected Target">
+ <frame x="6" y="85" width="149" height="9" border="no" />
+ <color r="50" g="0" b="50" />
+ <fadecolor r="255" g="0" b="255" />
+ <subscriptions>
+ <subscribe data="fVitalValue0:Target" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Clock -->
+
+<widget name="Time" factory="pawsTextBox" tooltip="Time">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
+ <frame x="10" y="100" width="100" height="10" border="no"/>
+ <subscriptions>
+ <subscribe data="TimeOfDayStr" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Trias -->
+
+<widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="10" y="110" width="50" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="0" size="10" />
+ <text string="Trias" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="80" y="110" width="90" height="20" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="255" b="0" size="7" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<!-- Weight -->
+
+<widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="80" y="120" width="90" height="20" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="0" b="0" size="7" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="10" y="120" width="50" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="0" b="0" size="10" />
+ <text string="Weight" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<!-- Progression Points -->
+
+<widget name="PPLabel" factory="pawsTextBox" >
+ <frame x="10" y="130" width="100" height="20" border="no" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="0" g="255" b="0" size="10" />
+ <text string="PP" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="PPTotal" factory="pawsTextBox" >
+ <frame x="80" y="130" width="40" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="0" g="255" b="0" size="7" />
+ <subscriptions>
+ <subscribe data="fProgrPts:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+</widget>
+</widget_description>
Added: Tuathanach/data/gui5/inventory.xml
===================================================================
--- Tuathanach/data/gui5/inventory.xml (rev 0)
+++ Tuathanach/data/gui5/inventory.xml 2009-11-29 00:17:18 UTC (rev 183)
@@ -0,0 +1,268 @@
+<widget_description>
+
+<widget name="InventoryWindow" factory="pawsInventoryWindow" visible="no" savepositions="yes" movable="yes" resizable="no" configurable="yes" style="New Standard GUI">
+
+ <frame x="200" y="100" width="400" height="500" border="yes" />
+ <title resource="Scaling Title Bar" text="Inventory" align="left" close_button="yes"/>
+
+ <widget name="View" factory="pawsButton" id="1005" tooltip="View Item">
+ <frame x="232" y="5" width="32" height="32"/>
+ <bgimage resource="view"/>
+ </widget>
+
+ <widget name="InventoryDoll" factory="pawsInventoryDollView" >
+ <frame x="328" y="5" width="32" height="32" border="no"/>
+ <mask resource="invborder" />
+ <map file="/planeshift/world/podium" sector="room" />
+ <distance value="33"/>
+ <subscriptions>
+ <subscribe data="sigActorUpdate" />
+ </subscriptions>
+ </widget>
+
+ <!--
+ <widget name="InventoryDoll" factory="pawsInventoryDollView" >
+ <frame x="200" y="86" width="175" height="293" border="no"/>
+ <mask resource="invborder" />
+ <map file="/planeshift/world/podium" sector="room" />
+ <distance value="4.5"/>
+ <subscriptions>
+ <subscribe data="sigActorUpdate" />
+ </subscriptions>
+ </widget>
+ -->
+
+ <widget name="BulkList" factory="pawsListBox" selectable="0">
+ <frame x="200" y="50" width="200" height="400" border="no"/>
+ <columns height="48" headings="no" >
+ <column width="48" >
+ <widget name="Bulk0" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk1" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk2" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk3" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="Money" factory="pawsMoney" border="no" spacing="3">
+ <frame x="3" y="3" width="0" height="0"/>
+ <subscriptions>
+ <subscribe data="sigInvMoney" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="righthand" factory="pawsSlot" tooltip="Right Hand">
+ <frame x="25" y="325" width="47" height="80" />
+ <ident container="-2" id="0" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_0" />
+ </subscriptions>
+ </widget>
+ <widget name="lefthand" factory="pawsSlot" tooltip="Left Hand">
+ <frame x="125" y="325" width="47" height="80" />
+ <ident container="-2" id="1" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_1" />
+ </subscriptions>
+ </widget>
+
+ <widget name="leftfinger" factory="pawsSlot" tooltip="Right Fingers">
+ <frame x="125" y="275" width="47" height="47" />
+ <ident container="-2" id="0" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_4" />
+ </subscriptions>
+ </widget>
+ <widget name="rightfinger" factory="pawsSlot" tooltip="Left Fingers">
+ <frame x="25" y="275" width="47" height="47" />
+ <ident container="-2" id="1" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_3" />
+ </subscriptions>
+ </widget>
+
+ <widget name="helm" factory="pawsSlot" tooltip="helm">
+ <frame x="75" y="125" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_5" />
+ </subscriptions>
+ </widget>
+ <widget name="neck" factory="pawsSlot" tooltip="Neck">
+ <frame x="125" y="175" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_6" />
+ </subscriptions>
+ </widget>
+ <widget name="back" factory="pawsSlot" tooltip="Back">
+ <frame x="25" y="175" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_7" />
+ </subscriptions>
+ </widget>
+
+ <widget name="arms" factory="pawsSlot" tooltip="Arms">
+ <frame x="75" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_8" />
+ </subscriptions>
+ </widget>
+
+ <widget name="gloves" factory="pawsSlot" tooltip="Gloves">
+ <frame x="125" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_9" />
+ </subscriptions>
+ </widget>
+
+ <widget name="boots" factory="pawsSlot" tooltip="Boots">
+ <frame x="75" y="425" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_10" />
+ </subscriptions>
+ </widget>
+
+ <widget name="legs" factory="pawsSlot" tooltip="Legs">
+ <frame x="75" y="375" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_11" />
+ </subscriptions>
+ </widget>
+
+ <widget name="belt" factory="pawsSlot" tooltip="Belt">
+ <frame x="75" y="325" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_12" />
+ </subscriptions>
+ </widget>
+
+ <widget name="bracers" factory="pawsSlot" tooltip="Bracers">
+ <frame x="25" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_13" />
+ </subscriptions>
+ </widget>
+
+ <widget name="torso" factory="pawsSlot" tooltip="Torso">
+ <frame x="75" y="275" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_14" />
+ </subscriptions>
+ </widget>
+
+ <widget name="mind" factory="pawsSlot" tooltip="Mind">
+ <frame x="75" y="175" width="48" height="48" />
+ <ident container="-2" id="13" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_15" />
+ </subscriptions>
+ </widget>
+
+
+
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="100" y="40" width="90" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="100" y="60" width="90" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+ </widget>
+
+ <widget name="TotalCapacity" factory="pawsTextBox">
+ <frame x="145" y="80" width="60" height="20"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+
+ <subscriptions>
+ <subscribe data="fmaxcapacity" />
+ </subscriptions>
+ </widget>
+
+ <widget name="CurrCapacity" factory="pawsTextBox">
+ <frame x="100" y="80" width="60" height="20"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="215" g="167" b="32" size="9" />
+
+ <subscriptions>
+ <subscribe data="fcurrcap" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="10" y="40" width="50" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Tria" />
+ </widget>
+
+ <widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="10" y="60" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Weight:" />
+ </widget>
+
+ <widget name="TotalCapLabel" factory="pawsTextBox">
+ <frame x="10" y="80" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Capacity:" />
+ </widget>
+
+</widget>
+
+
+
+</widget_description>
Added: Tuathanach/data/gui5/skillwindow.xml
===================================================================
--- Tuathanach/data/gui5/skillwindow.xml (rev 0)
+++ Tuathanach/data/gui5/skillwindow.xml 2009-11-29 00:17:18 UTC (rev 183)
@@ -0,0 +1,527 @@
+<widget_description>
+
+ <widget name="SkillWindow" factory="pawsSkillWindow" visible="no" savepositions="yes" movable="yes" resizable="no" configurable="yes" style="New Standard GUI">
+
+ <frame x="50" y="50" width="370" height="500" border="yes" />
+ <title resource="Scaling Title Bar" text="Stats and Skills" align="left" close_button="yes" />
+
+ <!-- Vitals (HP, Mana, Stamina) -->
+ <widget name="HPLbl" factory="pawsTextBox" >
+ <frame x="21" y="24" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Hit Points" />
+ </widget>
+ <widget name="ManaLbl" factory="pawsTextBox" >
+ <frame x="21" y="42" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Mana" />
+ </widget>
+ <widget name="PysStaminaLbl" factory="pawsTextBox" >
+ <frame x="21" y="60" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Physical Stamina" />
+ </widget>
+ <widget name="MenStaminaLbl" factory="pawsTextBox" >
+ <frame x="21" y="78" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Mental Stamina" />
+ </widget>
+ <widget name="ExperienceLbl" factory="pawsTextBox" >
+ <frame x="21" y="96" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Experience" />
+ </widget>
+
+ <!-- Vitals: numbers -->
+ <widget name="HPFrac" factory="pawsTextBox" >
+ <frame x="150" y="24" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="ManaFrac" factory="pawsTextBox" >
+ <frame x="150" y="42" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="PysStaminaFrac" factory="pawsTextBox" >
+ <frame x="150" y="60" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="MenStaminaFrac" factory="pawsTextBox">
+ <frame x="150" y="78" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="ExperiencePerc" factory="pawsTextBox">
+ <frame x="150" y="96" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ <subscriptions format="percent">
+ <subscribe data="fExpPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Vitals: bars -->
+ <widget name="HPBar" factory="pawsProgressBar">
+ <frame x="20" y="26" width="186" height="9" border="no" />
+ <color r="50" g="0" b="0" />
+ <fadecolor r="255" g="0" b="0" />
+ <subscriptions>
+ <subscribe data="fVitalValue0:Self" />
+ </subscriptions>
+ </widget>
+ <widget name="ManaBar" factory="pawsProgressBar">
+ <frame x="20" y="44" width="186" height="9" border="no" />
+ <color r="0" g="0" b="50" />
+ <fadecolor r="120" g="0" b="190" />
+ <subscriptions>
+ <subscribe data="fVitalValue1:Self" />
+ </subscriptions>
+ </widget>
+ <widget name="PysStaminaBar" factory="pawsProgressBar">
+ <frame x="20" y="62" width="186" height="9" border="no" />
+ <color r="0" g="50" b="0" />
+ <fadecolor r="40" g="210" b="20" />
+ <subscriptions>
+ <subscribe data="fVitalValue2:Self" />
+ </subscriptions>
+ </widget>
+ <widget name="MenStaminaBar" factory="pawsProgressBar">
+ <frame x="20" y="80" width="186" height="9" border="no" />
+ <color r="40" g="50" b="60" />
+ <fadecolor r="120" g="130" b="140" />
+ <subscriptions>
+ <subscribe data="fVitalValue3:Self" />
+ </subscriptions>
+ </widget>
+ <widget name="ExperienceBar" factory="pawsProgressBar">
+ <frame x="20" y="98" width="186" height="9" border="no" />
+ <color r="75" g="50" b="0" />
+ <fadecolor r="255" g="255" b="0" />
+ <subscriptions>
+ <subscribe data="fExpPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Doll -->
+
+
+ <!-- Progression Points -->
+ <widget name="PPLabel" factory="pawsTextBox" >
+ <frame x="225" y="65" width="140" height="20" border="no" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" shadow="true"/>
+ <text string="PP's" horizAdjust="LEFT" />
+ </widget>
+
+ <widget name="PPTotal" factory="pawsTextBox" >
+ <frame x="320" y="65" width="50" height="20" border="no" />
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" shadow="true"/>
+ <subscriptions>
+ <subscribe data="fProgrPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Trias -->
+ <widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="225" y="90" width="95" height="20" border="no"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" />
+ <text string="Trias" horizAdjust="LEFT"/>
+ </widget>
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="320" y="90" width="70" height="20" border="no"/>
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+
+ <!-- buttons -->
+ <widget name="BuySkill" factory="pawsButton" id="100" tooltip="Buy Skill" >
+ <frame x="225" y="26" width="32" height="32" />
+ <bgimage resource="BuySkill" />
+ </widget>
+ <widget name="BuySkillLevel" factory="pawsButton" id="103" tooltip="Buy Skill Level" >
+ <frame x="260" y="26" width="32" height="32" />
+ <bgimage resource="BuySkill" />
+ </widget>
+
+ <widget name="Filter" factory="pawsButton" id="101" tooltip="Filter" >
+ <frame x="295" y="26" width="32" height="32" />
+ <bgimage resource="FilterSkill" />
+ </widget>
+
+
+ <!-- Skills -->
+ <widget name="Skill Tabs" factory="pawsTabWindow" style="tabwindow">
+ <frame x="0" y="120" width="430" height="370" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ </attachpoints>
+ <!-- Tabs -->
+ <widget name="Stats Button" factory="pawsButton" style="tabbuttonskills" id="1000" >
+ <frame x="2" y="4" width="37" height="20" />
+ <label text="Stats" />
+ <attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+ </widget>
+
+ <widget name="Faction Button" factory="pawsButton" style="tabbuttonskills" id="1005" >
+ <frame x="39" y="4" width="48" height="20" border="no"/>
+ <label text="Faction" />
+ <attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+ </widget>
+
+ <widget name="Combat Button" factory="pawsButton" style="tabbuttonskills" id="1001" >
+ <frame x="87" y="4" width="82" height="20" />
+ <label text="Combat Skills" />
+ <attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+ </widget>
+
+ <widget name="Magic Button" factory="pawsButton" style="tabbuttonskills" id="1002">
+ <frame x="169" y="4" width="73" height="20" />
+
+ <label text="Magic Skills" />
+ <attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+ </widget>
+ <widget name="Jobs Button" factory="pawsButton" style="tabbuttonskills" id="1003" >
+ <frame x="241" y="4" width="66" height="20" />
+ <label text="Jobs Skills" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+ </widget>
+ <widget name="Various Button" factory="pawsButton" style="tabbuttonskills" id="1004" >
+ <frame x="307" y="4" width="81" height="20" />
+ <label text="Various Skills" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="PROPORTIONAL_RIGHT" />
+ </attachpoints>
+ </widget>
+
+ <widget name="Stats" factory="pawsWidget" visible="no" id="1100">
+ <frame x="10" y="30" width="360" height="330" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ </attachpoints>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Stats:" />
+ </widget>
+
+ <widget name="StatsSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="345" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="80" >
+ <widget name="StatsSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="60" >
+ <widget name="StatsRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="180" >
+ <widget name="StatsIndCol" factory="pawsWidget">
+ <widget name="StatsIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="170" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Stats description:" />
+ </widget>
+
+ <widget name="StatsDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Faction Skills Panel" factory="pawsWidget" visible="no" id="1105">
+ <frame x="10" y="30" width="360" height="330" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ </attachpoints>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Factions:" />
+ </widget>
+
+ <widget name="FactionList" factory="pawsListBox" >
+ <frame x="10" y="25" width="345" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="FactionName" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="FactionRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Faction description:" />
+ </widget>
+
+ <widget name="FactionDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Combat Skills Panel" factory="pawsWidget" visible="no" id="1101">
+ <frame x="10" y="30" width="360" height="330" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ </attachpoints>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Combat Skills List:" />
+ </widget>
+
+ <widget name="CombatSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="345" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="CombatSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="CombatRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="180" >
+ <widget name="CombatIndCol" factory="pawsWidget">
+ <widget name="CombatIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="170" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Combat Skill description:" />
+ </widget>
+
+ <widget name="CombatDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Magic Skills Panel" factory="pawsWidget" visible="yes" id="1102">
+ <frame x="10" y="30" width="360" height="330" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ </attachpoints>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Magic Skills List:" />
+ </widget>
+
+ <widget name="MagicSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="345" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="MagicSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="MagicRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="180" >
+ <widget name="MagicIndCol" factory="pawsWidget">
+ <widget name="MagicIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="170" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Magic Skill description:" />
+ </widget>
+
+ <widget name="MagicDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Jobs Skills Panel" factory="pawsWidget" visible="no" id="1103">
+ <frame x="10" y="30" width="360" height="330" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ </attachpoints>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Jobs Skills List:" />
+ </widget>
+
+ <widget name="JobsSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="345" height="190" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="JobsSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="JobsRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="180" >
+ <widget name="JobsIndCol" factory="pawsWidget">
+ <widget name="JobsIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="170" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Jobs Skill description:" />
+ </widget>
+
+ <widget name="JobsDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Various Skills Panel" factory="pawsWidget" visible="no" id="1104">
+ <frame x="10" y="30" width="360" height="330" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ </attachpoints>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Various Skills List:" />
+ </widget>
+
+ <widget name="VariousSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="345" height="190" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="VariousSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="VariousRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="180" >
+ <widget name="VariousIndCol" factory="pawsWidget">
+ <widget name="VariousIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="170" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Various Skill description:" />
+ </widget>
+
+ <widget name="VariousDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+ </widget>
+
+
+</widget>
+
+</widget_description>
+
+
Added: Tuathanach/data/gui5/smallinventory.xml
===================================================================
--- Tuathanach/data/gui5/smallinventory.xml (rev 0)
+++ Tuathanach/data/gui5/smallinventory.xml 2009-11-29 00:17:18 UTC (rev 183)
@@ -0,0 +1,87 @@
+<widget_description>
+
+<widget name="SmallInventoryWindow" factory="pawsSmallInventoryWindow"
+ visible="no" savepositions="yes" movable="yes"
+ resizable="no" configurable="yes" style="New Standard GUI">
+
+ <frame x="600" y="100" width="155" height="380" border="yes" />
+ <title resource="Scaling Title Bar" 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="365" width="90" height="20" />
+ <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="365" width="50" height="20" />
+ <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="340" width="0" height="0" />
+<subscriptions>
+ <subscribe data="sigInvMoney" />
+ </subscriptions>
+ </widget>
+ </widget>
+
+</widget_description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|