forked from teamnwah/openmw-tes3coop
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
2.7 KiB
Plaintext
55 lines
2.7 KiB
Plaintext
15 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<MyGUI type="Layout">
|
||
13 years ago
|
<Widget type="Window" skin="MW_Window_Pinnable" layer="Windows" position="0 0 600 300" name="_Main">
|
||
15 years ago
|
|
||
13 years ago
|
<Widget type="Widget" skin="" position="0 0 224 223" align="Left Top" name="LeftPane">
|
||
|
|
||
|
<!-- Player encumbrance -->
|
||
|
<Widget type="ProgressBar" skin="MW_Progress_Blue" position="8 8 212 24" name="EncumbranceBar" align="Left Top HStretch">
|
||
13 years ago
|
<Widget type="TextBox" skin="ProgressText" position="0 0 212 24" align="Center Stretch" name="EncumbranceBarT"/>
|
||
13 years ago
|
</Widget>
|
||
15 years ago
|
|
||
13 years ago
|
<!-- Avatar -->
|
||
|
<Widget type="Widget" skin="MW_Box" position="8 38 212 185" name="Avatar" align="Left Top Stretch">
|
||
|
<Widget type="TextBox" skin="ProgressText" position="0 150 212 24" align="HCenter Bottom" name="ArmorRating">
|
||
|
<Property key="Caption" value="Armor Rating"/>
|
||
|
</Widget>
|
||
13 years ago
|
</Widget>
|
||
13 years ago
|
|
||
15 years ago
|
</Widget>
|
||
|
|
||
13 years ago
|
<Widget type="Widget" skin="" position="228 0 350 223" align="Left Top" name="RightPane">
|
||
|
|
||
|
<!-- Items in inventory -->
|
||
|
<Widget type="Widget" skin="MW_Box" position="0 38 350 185" name="box" align="Left Top Stretch">
|
||
13 years ago
|
<Widget type="ScrollView" skin="MW_ScrollViewH" position="4 4 342 177" align="Left Top Stretch" name="ItemView">
|
||
|
<Property key="CanvasAlign" value="Left Top"/>
|
||
|
<Widget type="Button" skin="" name="Items" position="0 0 342 177" name="Items" align="Left Top Stretch"/>
|
||
13 years ago
|
</Widget>
|
||
|
</Widget>
|
||
|
|
||
|
<!-- Categories -->
|
||
|
<Widget type="Widget" position="0 8 350 24" align="Left Top HStretch" name="Categories">
|
||
13 years ago
|
<Widget type="Button" skin="MW_Button" position="0 0 60 24" name="AllButton">
|
||
|
<Property key="Caption" value="#{sAllTab}"/>
|
||
|
</Widget>
|
||
|
<Widget type="Button" skin="MW_Button" position="0 0 60 24" name="WeaponButton">
|
||
|
<Property key="Caption" value="#{sWeaponTab}"/>
|
||
|
</Widget>
|
||
|
<Widget type="Button" skin="MW_Button" position="0 0 60 24" name="ApparelButton">
|
||
|
<Property key="Caption" value="#{sApparelTab}"/>
|
||
|
</Widget>
|
||
|
<Widget type="Button" skin="MW_Button" position="0 0 60 24" name="MagicButton">
|
||
|
<Property key="Caption" value="#{sMagicTab}"/>
|
||
|
</Widget>
|
||
|
<Widget type="Button" skin="MW_Button" position="0 0 60 24" name="MiscButton">
|
||
|
<Property key="Caption" value="#{sMiscTab}"/>
|
||
|
</Widget>
|
||
13 years ago
|
</Widget>
|
||
15 years ago
|
|
||
|
</Widget>
|
||
|
|
||
|
</Widget>
|
||
|
</MyGUI>
|