2012-08-26 08:52:06 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
2022-02-26 13:54:42 +00:00
|
|
|
<Widget type="Window" skin="MW_DialogNoTransp" position="0 0 380 285" layer="Modal" align="Center" name="_Main">
|
2012-08-26 08:52:06 +00:00
|
|
|
|
|
|
|
<Widget type="TextBox" skin="SandText" position="8 8 300 18" name="Label"/>
|
|
|
|
|
2013-11-26 05:42:37 +00:00
|
|
|
<Widget type="ItemView" skin="MW_ItemView" position="8 34 355 200" name="ItemView" align="Left Top Stretch">
|
2012-08-26 08:52:06 +00:00
|
|
|
</Widget>
|
|
|
|
|
2013-11-26 05:42:37 +00:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="340 240 24 24" name="CancelButton">
|
2012-09-10 11:39:22 +00:00
|
|
|
<Property key="ExpandDirection" value="Left"/>
|
2023-03-22 21:54:42 +00:00
|
|
|
<Property key="Caption" value="#{Interface:Cancel}"/>
|
2012-08-26 08:52:06 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|