|
|
@ -7,6 +7,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
<Widget type="AutoSizedTextBox" skin="NormalText">
|
|
|
|
<Widget type="AutoSizedTextBox" skin="NormalText">
|
|
|
|
<Property key="Caption" value="#{sName}"/>
|
|
|
|
<Property key="Caption" value="#{sName}"/>
|
|
|
|
|
|
|
|
<UserString key="ToolTipType" value="Layout"/>
|
|
|
|
|
|
|
|
<UserString key="ToolTipLayout" value="TextToolTip"/>
|
|
|
|
|
|
|
|
<UserString key="Caption_Text" value="#{sSpellmakingHelp1}"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
|
|
<Widget type="EditBox" skin="MW_TextEdit" position="0 0 30 30" name="NameEdit">
|
|
|
|
<Widget type="EditBox" skin="MW_TextEdit" position="0 0 30 30" name="NameEdit">
|
|
|
@ -20,23 +23,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="280 0 300 24">
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="280 0 300 24">
|
|
|
|
<Property key="Caption" value="#{sEnchantmentMenu4}"/>
|
|
|
|
<Property key="Caption" value="#{sEnchantmentMenu4}"/>
|
|
|
|
|
|
|
|
<Property key="TextAlign" value="Left HCenter"/>
|
|
|
|
|
|
|
|
<UserString key="ToolTipType" value="Layout"/>
|
|
|
|
|
|
|
|
<UserString key="ToolTipLayout" value="TextToolTip"/>
|
|
|
|
|
|
|
|
<UserString key="Caption_Text" value="#{sSpellmakingHelp2}"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
<Widget type="TextBox" skin="SandText" position="280 0 258 24" name="MagickaCost">
|
|
|
|
<Widget type="TextBox" skin="SandText" position="280 0 258 24" name="MagickaCost">
|
|
|
|
<Property key="TextAlign" value="Right HCenter"/>
|
|
|
|
<Property key="TextAlign" value="Right HCenter"/>
|
|
|
|
|
|
|
|
<Property key="NeedMouse" value="false"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="280 24 300 24">
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="280 24 300 24">
|
|
|
|
<Property key="Caption" value="#{sSpellmakingMenu1}"/>
|
|
|
|
<Property key="Caption" value="#{sSpellmakingMenu1}"/>
|
|
|
|
|
|
|
|
<Property key="TextAlign" value="Left HCenter"/>
|
|
|
|
|
|
|
|
<UserString key="ToolTipType" value="Layout"/>
|
|
|
|
|
|
|
|
<UserString key="ToolTipLayout" value="TextToolTip"/>
|
|
|
|
|
|
|
|
<UserString key="Caption_Text" value="#{sSpellmakingHelp3}"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
<Widget type="TextBox" skin="SandText" position="280 24 258 24" name="SuccessChance">
|
|
|
|
<Widget type="TextBox" skin="SandText" position="280 24 258 24" name="SuccessChance">
|
|
|
|
<Property key="TextAlign" value="Right HCenter"/>
|
|
|
|
<Property key="TextAlign" value="Right HCenter"/>
|
|
|
|
|
|
|
|
<Property key="NeedMouse" value="false"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Available effects -->
|
|
|
|
<!-- Available effects -->
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="12 48 300 24">
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="12 48 300 24">
|
|
|
|
<Property key="Caption" value="#{sMagicEffects}"/>
|
|
|
|
<Property key="Caption" value="#{sMagicEffects}"/>
|
|
|
|
|
|
|
|
<UserString key="ToolTipType" value="Layout"/>
|
|
|
|
|
|
|
|
<UserString key="ToolTipLayout" value="TextToolTip"/>
|
|
|
|
|
|
|
|
<UserString key="Caption_Text" value="#{sSpellmakingHelp5}"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
<Widget type="MWList" skin="MW_SimpleList" position="12 76 202 269" name="AvailableEffects">
|
|
|
|
<Widget type="MWList" skin="MW_SimpleList" position="12 76 202 269" name="AvailableEffects">
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
@ -44,6 +60,9 @@
|
|
|
|
<!-- Used effects -->
|
|
|
|
<!-- Used effects -->
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="226 48 300 24">
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="226 48 300 24">
|
|
|
|
<Property key="Caption" value="#{sEffects}"/>
|
|
|
|
<Property key="Caption" value="#{sEffects}"/>
|
|
|
|
|
|
|
|
<UserString key="ToolTipType" value="Layout"/>
|
|
|
|
|
|
|
|
<UserString key="ToolTipLayout" value="TextToolTip"/>
|
|
|
|
|
|
|
|
<UserString key="Caption_Text" value="#{sSpellmakingHelp6}"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
<Widget type="Widget" skin="MW_Box" position="226 76 316 269">
|
|
|
|
<Widget type="Widget" skin="MW_Box" position="226 76 316 269">
|
|
|
|
<Widget type="ScrollView" skin="MW_ScrollViewH" position="4 4 308 261" name="UsedEffects">
|
|
|
|
<Widget type="ScrollView" skin="MW_ScrollViewH" position="4 4 308 261" name="UsedEffects">
|
|
|
@ -60,6 +79,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
<Widget type="AutoSizedTextBox" skin="NormalText">
|
|
|
|
<Widget type="AutoSizedTextBox" skin="NormalText">
|
|
|
|
<Property key="Caption" value="#{sBarterDialog7}"/>
|
|
|
|
<Property key="Caption" value="#{sBarterDialog7}"/>
|
|
|
|
|
|
|
|
<UserString key="ToolTipType" value="Layout"/>
|
|
|
|
|
|
|
|
<UserString key="ToolTipLayout" value="TextToolTip"/>
|
|
|
|
|
|
|
|
<UserString key="Caption_Text" value="#{sSpellmakingHelp4}"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" name="PriceLabel">
|
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" name="PriceLabel">
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|