2010-09-10 01:29:29 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2013-02-17 01:56:07 +00:00
|
|
|
<Widget type="ExposedWindow" skin="MW_Window_Pinnable" layer="Windows" position="0 0 600 300" name="_Main">
|
2014-01-26 22:32:46 +00:00
|
|
|
<Property key="MinSize" value="40 40"/>
|
2010-09-10 01:29:29 +00:00
|
|
|
|
2012-05-13 09:25:35 +00:00
|
|
|
<Widget type="Widget" skin="" position="0 0 224 223" align="Left Top" name="LeftPane">
|
|
|
|
|
|
|
|
<!-- Player encumbrance -->
|
2013-03-31 11:13:46 +00:00
|
|
|
<Widget type="MWDynamicStat" skin="MW_ChargeBar_Blue" position="8 8 212 24" name="EncumbranceBar" align="Left Top HStretch">
|
2012-05-12 19:28:04 +00:00
|
|
|
</Widget>
|
2010-09-10 01:29:29 +00:00
|
|
|
|
2012-05-13 09:25:35 +00:00
|
|
|
<!-- Avatar -->
|
|
|
|
<Widget type="Widget" skin="MW_Box" position="8 38 212 185" name="Avatar" align="Left Top Stretch">
|
2014-02-03 21:32:50 +00:00
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="0 0 212 161" align="Stretch" name="AvatarImage">
|
|
|
|
<UserString key="ToolTipType" value="AvatarItemSelection"/>
|
2012-09-13 12:56:50 +00:00
|
|
|
</Widget>
|
2014-02-03 21:32:50 +00:00
|
|
|
<Widget type="TextBox" skin="ProgressText" position="0 161 212 24" align="HStretch Bottom" name="ArmorRating">
|
2012-09-14 13:33:24 +00:00
|
|
|
<Property key="NeedMouse" value="false"/>
|
2012-05-13 09:25:35 +00:00
|
|
|
</Widget>
|
2012-05-12 19:28:04 +00:00
|
|
|
</Widget>
|
2012-05-13 09:25:35 +00:00
|
|
|
|
2010-09-10 01:29:29 +00:00
|
|
|
</Widget>
|
|
|
|
|
2012-05-13 09:25:35 +00:00
|
|
|
<Widget type="Widget" skin="" position="228 0 350 223" align="Left Top" name="RightPane">
|
|
|
|
|
|
|
|
<!-- Items in inventory -->
|
2013-05-11 16:38:27 +00:00
|
|
|
<Widget type="ItemView" skin="MW_ItemView" position="0 38 350 185" name="ItemView" align="Left Top Stretch">
|
2012-05-13 09:25:35 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Categories -->
|
2012-09-10 09:20:27 +00:00
|
|
|
<Widget type="HBox" position="0 8 350 24" align="Left Top HStretch" name="Categories">
|
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 60 24" name="AllButton">
|
2012-05-19 12:55:09 +00:00
|
|
|
<Property key="Caption" value="#{sAllTab}"/>
|
|
|
|
</Widget>
|
2012-09-10 09:20:27 +00:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 60 24" name="WeaponButton">
|
2012-05-19 12:55:09 +00:00
|
|
|
<Property key="Caption" value="#{sWeaponTab}"/>
|
|
|
|
</Widget>
|
2012-09-10 09:20:27 +00:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 60 24" name="ApparelButton">
|
2012-05-19 12:55:09 +00:00
|
|
|
<Property key="Caption" value="#{sApparelTab}"/>
|
|
|
|
</Widget>
|
2012-09-10 09:20:27 +00:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 60 24" name="MagicButton">
|
2012-05-19 12:55:09 +00:00
|
|
|
<Property key="Caption" value="#{sMagicTab}"/>
|
|
|
|
</Widget>
|
2012-09-10 09:20:27 +00:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 60 24" name="MiscButton">
|
2012-05-19 12:55:09 +00:00
|
|
|
<Property key="Caption" value="#{sMiscTab}"/>
|
|
|
|
</Widget>
|
2012-05-12 11:12:37 +00:00
|
|
|
</Widget>
|
2010-09-10 01:29:29 +00:00
|
|
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|