2013-11-05 18:50:24 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2022-02-26 13:54:42 +00:00
|
|
|
<Widget type="VBox" skin="MW_DialogNoTransp" layer="Modal" position="0 0 600 400" align="Center" name="_Main">
|
2017-09-22 18:43:53 +00:00
|
|
|
<Property key="Padding" value="8"/>
|
2014-09-20 16:34:01 +00:00
|
|
|
<Property key="Spacing" value="8"/>
|
2013-11-05 18:50:24 +00:00
|
|
|
|
2022-08-28 17:35:11 +00:00
|
|
|
<Widget type="ComboBox" skin="MW_ComboBox" position="0 0 0 24" name="SelectCharacter">
|
2022-12-22 17:53:49 +00:00
|
|
|
<Property key="Caption" value="#{OMWEngine:SelectCharacter}"/>
|
2022-08-28 17:35:11 +00:00
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
</Widget>
|
|
|
|
|
2013-11-05 18:50:24 +00:00
|
|
|
<Widget type="HBox" skin="">
|
2014-09-20 16:34:01 +00:00
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
<UserString key="VStretch" value="true"/>
|
|
|
|
<Property key="Spacing" value="8"/>
|
2013-11-05 18:50:24 +00:00
|
|
|
|
|
|
|
<Widget type="VBox" skin="">
|
|
|
|
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
<UserString key="VStretch" value="true"/>
|
2014-09-20 16:34:01 +00:00
|
|
|
<Property key="Spacing" value="8"/>
|
2013-11-05 18:50:24 +00:00
|
|
|
|
|
|
|
<Widget type="ListBox" skin="MW_List" position="0 0 200 200" name="SaveList">
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
<UserString key="VStretch" value="true"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<Widget type="VBox" skin="">
|
|
|
|
<UserString key="HStretch" value="false"/>
|
|
|
|
<UserString key="VStretch" value="true"/>
|
2014-09-20 16:34:01 +00:00
|
|
|
<Property key="Spacing" value="8"/>
|
2013-11-05 18:50:24 +00:00
|
|
|
|
|
|
|
<Widget type="Widget" skin="MW_Box" position="0 0 263 137">
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="2 2 259 133" name="Screenshot"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<Widget type="AutoSizedEditBox" skin="SandText" position="0 0 263 0" name="InfoText">
|
|
|
|
<Property key="Static" value="true"/>
|
|
|
|
<Property key="MultiLine" value="true"/>
|
2017-03-27 10:38:40 +00:00
|
|
|
<Property key="WordWrap" value="true"/>
|
2017-09-22 14:58:05 +00:00
|
|
|
<Property key="NeedKey" value="false"/>
|
2013-11-05 18:50:24 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
|
2014-06-10 00:27:38 +00:00
|
|
|
</Widget>
|
2013-11-05 18:50:24 +00:00
|
|
|
|
|
|
|
<Widget type="HBox" skin="">
|
2014-09-20 16:34:01 +00:00
|
|
|
<Property key="Spacing" value="4"/>
|
|
|
|
|
2013-11-05 18:50:24 +00:00
|
|
|
<UserString key="HStretch" value="true"/>
|
2014-06-10 00:27:38 +00:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="DeleteButton">
|
2023-03-22 21:54:42 +00:00
|
|
|
<Property key="Caption" value="#{OMWEngine:DeleteGame}"/>
|
2014-06-10 00:27:38 +00:00
|
|
|
</Widget>
|
|
|
|
|
2013-11-05 18:50:24 +00:00
|
|
|
<Widget type="EditBox" skin="MW_TextEdit" name="SaveNameEdit">
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
<UserString key="VStretch" value="true"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="OkButton">
|
2023-03-22 21:54:42 +00:00
|
|
|
<Property key="Caption" value="#{Interface:OK}"/>
|
2013-11-05 18:50:24 +00:00
|
|
|
</Widget>
|
2014-09-25 18:39:14 +00:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton">
|
2023-03-22 21:54:42 +00:00
|
|
|
<Property key="Caption" value="#{Interface:Cancel}"/>
|
2014-09-25 18:39:14 +00:00
|
|
|
</Widget>
|
2013-11-05 18:50:24 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|