2010-09-10 01:29:29 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2019-04-26 07:37:57 +00:00
|
|
|
<Widget type="Window" 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">
|
2017-08-11 05:02:50 +00:00
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="3 3 206 158" align="Stretch" name="AvatarImage">
|
2014-02-03 21:32:50 +00:00
|
|
|
<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 -->
|
2018-06-18 09:43:39 +00:00
|
|
|
<Widget type="HBox" position="0 6 350 28" align="Left Top HStretch" name="Categories">
|
2012-09-10 09:20:27 +00:00
|
|
|
<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}"/>
|
2017-09-23 10:55:28 +00:00
|
|
|
<Property key="NeedKey" value="false"/>
|
2012-05-19 12:55:09 +00:00
|
|
|
</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}"/>
|
2017-09-23 10:55:28 +00:00
|
|
|
<Property key="NeedKey" value="false"/>
|
2012-05-19 12:55:09 +00:00
|
|
|
</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}"/>
|
2017-09-23 10:55:28 +00:00
|
|
|
<Property key="NeedKey" value="false"/>
|
2012-05-19 12:55:09 +00:00
|
|
|
</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}"/>
|
2017-09-23 10:55:28 +00:00
|
|
|
<Property key="NeedKey" value="false"/>
|
2012-05-19 12:55:09 +00:00
|
|
|
</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}"/>
|
2017-09-23 10:55:28 +00:00
|
|
|
<Property key="NeedKey" value="false"/>
|
2012-05-19 12:55:09 +00:00
|
|
|
</Widget>
|
2020-02-24 18:14:40 +00:00
|
|
|
<!-- Search box-->
|
|
|
|
<Widget type="EditBox" skin="MW_TextBoxEditWithBorder" position="0 0 0 23" name="FilterEdit">
|
2020-03-01 22:48:18 +00:00
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
<UserString key="AcceptTab" value="true"/>
|
2020-02-24 18:14:40 +00:00
|
|
|
</Widget>
|
2012-05-12 11:12:37 +00:00
|
|
|
</Widget>
|
2010-09-10 01:29:29 +00:00
|
|
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|