|
|
|
@ -1,9 +1,10 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
|
|
|
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 560 400" align="Center" name="_Main">
|
|
|
|
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 560 448" align="Center" name="_Main">
|
|
|
|
|
|
|
|
|
|
<Widget type="HBox" position="12 12 250 30">
|
|
|
|
|
<Widget type="HBox" position="12 9 273 30">
|
|
|
|
|
<Property key="Spacing" value="8"/>
|
|
|
|
|
|
|
|
|
|
<Widget type="AutoSizedTextBox" skin="NormalText">
|
|
|
|
|
<Property key="Caption" value="#{sName}"/>
|
|
|
|
@ -14,6 +15,7 @@
|
|
|
|
|
|
|
|
|
|
<Widget type="EditBox" skin="MW_TextEdit" position="0 0 30 30" name="NameEdit">
|
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
|
<Property key="MaxTextLength" value="31"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<Widget type="Widget">
|
|
|
|
@ -23,7 +25,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- Item -->
|
|
|
|
|
|
|
|
|
|
<Widget type="HBox" position="12 48 400 59">
|
|
|
|
|
<Widget type="HBox" position="12 48 265 59">
|
|
|
|
|
<Property key="Spacing" value="8"/>
|
|
|
|
|
|
|
|
|
|
<Widget type="AutoSizedTextBox" skin="NormalText">
|
|
|
|
@ -35,7 +37,9 @@
|
|
|
|
|
<Widget type="ItemWidget" skin="MW_ItemIconBox" position="0 0 50 50" name="ItemBox">
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<Widget type="Widget" position="0 0 8 0"/>
|
|
|
|
|
<Widget type="Widget" position="0 0 8 0">
|
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<Widget type="AutoSizedTextBox" skin="NormalText">
|
|
|
|
|
<Property key="Caption" value="#{sSoulGem}"/>
|
|
|
|
@ -49,7 +53,7 @@
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<!-- Values -->
|
|
|
|
|
<Widget type="VBox" position="320 8 222 72">
|
|
|
|
|
<Widget type="VBox" position="320 7 222 72">
|
|
|
|
|
<Widget type="HBox">
|
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
|
<Widget type="AutoSizedTextBox" skin="NormalText">
|
|
|
|
@ -95,29 +99,29 @@
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<!-- Available effects -->
|
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="12 108 300 24">
|
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="12 109 300 24">
|
|
|
|
|
<Property key="Caption" value="#{sMagicEffects}"/>
|
|
|
|
|
<UserString key="ToolTipType" value="Layout"/>
|
|
|
|
|
<UserString key="ToolTipLayout" value="TextToolTip"/>
|
|
|
|
|
<UserString key="Caption_Text" value="#{sEnchantmentHelp9}"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
<Widget type="MWList" skin="MW_SimpleList" position="12 136 202 209" name="AvailableEffects">
|
|
|
|
|
<Widget type="MWList" skin="MW_SimpleList" position="12 136 202 269" name="AvailableEffects">
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<!-- Used effects -->
|
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="226 108 300 24">
|
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="226 109 300 24">
|
|
|
|
|
<Property key="Caption" value="#{sEffects}"/>
|
|
|
|
|
<UserString key="ToolTipType" value="Layout"/>
|
|
|
|
|
<UserString key="ToolTipLayout" value="TextToolTip"/>
|
|
|
|
|
<UserString key="Caption_Text" value="#{sEnchantmentHelp10}"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
<Widget type="Widget" skin="MW_Box" position="226 136 316 209">
|
|
|
|
|
<Widget type="ScrollView" skin="MW_ScrollViewH" position="4 4 308 201" name="UsedEffects">
|
|
|
|
|
<Widget type="Widget" skin="MW_Box" position="226 136 316 269">
|
|
|
|
|
<Widget type="ScrollView" skin="MW_ScrollViewH" position="4 4 308 261" name="UsedEffects">
|
|
|
|
|
<Property key="CanvasAlign" value="Left Top"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<Widget type="HBox" position="0 340 558 60">
|
|
|
|
|
<Widget type="HBox" position="0 392 558 60">
|
|
|
|
|
<Property key="Padding" value="16"/>
|
|
|
|
|
|
|
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="TypeButton">
|
|
|
|
|