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.
18 lines
663 B
XML
18 lines
663 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<MyGUI type="Layout">
|
|
<Widget type="Window" skin="MW_DialogNoTransp" position="0 0 380 285" layer="Windows" align="Center" name="_Main">
|
|
|
|
<Widget type="TextBox" skin="SandText" position="8 8 300 18" name="Label"/>
|
|
|
|
<Widget type="ItemView" skin="MW_ItemView" position="8 34 355 200" name="ItemView" align="Left Top Stretch">
|
|
</Widget>
|
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="340 240 24 24" name="CancelButton">
|
|
<Property key="ExpandDirection" value="Left"/>
|
|
<Property key="Caption" value="#{sCancel}"/>
|
|
</Widget>
|
|
|
|
|
|
</Widget>
|
|
</MyGUI>
|