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.
93 lines
3.4 KiB
XML
93 lines
3.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
|
<Widget type="VBox" skin="MW_DialogNoTransp" layer="Windows" position="0 0 600 400" align="Center" name="_Main">
|
|
<Property key="Padding" value="8"/>
|
|
<Property key="Spacing" value="8"/>
|
|
|
|
<Widget type="HBox" skin="">
|
|
<UserString key="HStretch" value="true"/>
|
|
<UserString key="VStretch" value="true"/>
|
|
<Property key="Spacing" value="8"/>
|
|
|
|
<Widget type="VBox" skin="">
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
<UserString key="VStretch" value="true"/>
|
|
<Property key="Spacing" value="8"/>
|
|
|
|
<Widget type="ComboBox" skin="MW_ComboBox" position="0 0 200 24" name="SelectCharacter">
|
|
<Property key="Caption" value="Select Character"/>
|
|
<UserString key="HStretch" value="true"/>
|
|
</Widget>
|
|
|
|
|
|
<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"/>
|
|
<Property key="Spacing" value="8"/>
|
|
|
|
<Widget type="Widget" skin="" position="0 0 200 24" name="Spacer">
|
|
<Property key="Visible" value="false"/>
|
|
</Widget>
|
|
|
|
<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"/>
|
|
<Property key="WordWrap" value="true"/>
|
|
<Property key="NeedKey" value="false"/>
|
|
</Widget>
|
|
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
<!--
|
|
Start of tes3mp addition
|
|
|
|
Note that saves are singleplayer-only
|
|
-->
|
|
<Widget type="TextBox" skin="NormalText" position="58 58 500 18" align="Left Top" name="SaveWarning">
|
|
<Property key="Caption" value="Note: You will create an OpenMW singleplayer-only save."/>
|
|
</Widget>
|
|
<!--
|
|
End of tes3mp addition
|
|
-->
|
|
|
|
<Widget type="HBox" skin="">
|
|
<Property key="Spacing" value="4"/>
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="DeleteButton">
|
|
<Property key="Caption" value="#{sDeleteGame}"/>
|
|
</Widget>
|
|
|
|
<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">
|
|
<Property key="Caption" value="#{sOk}"/>
|
|
</Widget>
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton">
|
|
<Property key="Caption" value="#{sCancel}"/>
|
|
</Widget>
|
|
</Widget>
|
|
|
|
|
|
</Widget>
|
|
</MyGUI>
|