2012-08-26 10:52:06 +02: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 10:52:06 +02:00
|
|
|
|
|
|
|
<Widget type="TextBox" skin="SandText" position="8 8 300 18" name="Label"/>
|
|
|
|
|
2013-11-26 06:42:37 +01:00
|
|
|
<Widget type="ItemView" skin="MW_ItemView" position="8 34 355 200" name="ItemView" align="Left Top Stretch">
|
2012-08-26 10:52:06 +02:00
|
|
|
</Widget>
|
|
|
|
|
2013-11-26 06:42:37 +01:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="340 240 24 24" name="CancelButton">
|
2012-09-10 13:39:22 +02:00
|
|
|
<Property key="ExpandDirection" value="Left"/>
|
2023-03-22 22:54:42 +01:00
|
|
|
<Property key="Caption" value="#{Interface:Cancel}"/>
|
2012-08-26 10:52:06 +02:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|