2012-04-15 15:52:39 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2012-04-18 13:09:13 +00:00
|
|
|
<Widget type="Window" skin="MW_Window" layer="Windows" position="0 0 600 300" align="Left Bottom" name="_Main">
|
2012-04-15 15:52:39 +00:00
|
|
|
|
2012-04-18 13:09:13 +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-18 13:09:13 +00:00
|
|
|
<Property key="Caption" value=""/>
|
2012-04-15 15:52:39 +00:00
|
|
|
<Property key="TextAlign" value="ALIGN_CENTER"/>
|
2012-04-18 13:09:13 +00:00
|
|
|
</Widget>
|
2012-04-15 15:52:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Items in inventory -->
|
|
|
|
<Widget type="Widget" skin="MW_Box" position="5 10 570 220" name="Items"/>
|
|
|
|
|
|
|
|
<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>
|