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.
25 lines
1.0 KiB
XML
25 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
|
<Widget type="VBox" skin="MW_DialogNoTransp" layer="ListBox" position="0 0 500 300" name="_Main" align="Center">
|
|
<Property key="Spacing" value="8"/>
|
|
<Property key="Padding" value="8"/>
|
|
|
|
<Widget type="ListBox" skin="MW_List" position="0 0 200 400" name="ListBox">
|
|
<UserString key="HStretch" value="true"/>
|
|
<UserString key="VStretch" value="true"/>
|
|
</Widget>
|
|
<Widget type="HBox" skin="">
|
|
<Property key="Padding" value="8"/>
|
|
<UserString key="HStretch" value="true"/>
|
|
<UserString key="VStretch" value="true"/>
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="OkButton">
|
|
<Property key="Caption" value="#{sOk}"/>
|
|
</Widget>
|
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton">
|
|
<Property key="Caption" value="#{sCancel}"/>
|
|
</Widget>
|
|
</Widget>
|
|
</Widget>
|
|
</MyGUI> |