2012-04-15 15:52:39 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2012-04-21 18:35:45 +00:00
|
|
|
<Widget type="Window" skin="MW_Window" layer="Windows" position="900 500 600 300" name="_Main">
|
2012-04-15 15:52:39 +00:00
|
|
|
|
2012-04-21 18:35:45 +00:00
|
|
|
<!-- HEADER
|
2012-04-15 15:52:39 +00:00
|
|
|
<Widget type="TextBox" skin="HeaderText" position="0 0 588 18" name="ContainerName" align="ALIGN_LEFT ALIGN_TOP">
|
2012-04-21 18:35:45 +00:00
|
|
|
<Property key="Caption" value="Name"/>
|
2012-04-15 15:52:39 +00:00
|
|
|
<Property key="TextAlign" value="ALIGN_CENTER"/>
|
2012-04-21 18:35:45 +00:00
|
|
|
</Widget>-->
|
2012-04-15 15:52:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Items in inventory -->
|
2012-04-21 18:35:45 +00:00
|
|
|
<Widget type="ItemBox" skin="MW_Box" position="5 10 570 220" name="Items"/>
|
2012-04-15 15:52:39 +00:00
|
|
|
|
|
|
|
<Widget type="Widget" position="300 235 300 24" align="ALIGN_TOP ALIGN_LEFT" name="Buttons">
|
|
|
|
<Widget type="Button" skin="MW_Button" position="100 0 75 24" name="TakeButton"/>
|
|
|
|
<Widget type="Button" skin="MW_Button" position="180 0 60 24" name="CloseButton"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|