forked from mirror/openmw-tes3mp
enchant
This commit is contained in:
parent
ac0c1ea986
commit
636f297f10
2 changed files with 89 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<MyGUI type="List">
|
<MyGUI type="List">
|
||||||
<List file="core.skin" />
|
<List file="core.skin" />
|
||||||
<List file="openmw_resources.xml" />
|
<List file="openmw_resources.xml" />
|
||||||
<List file="openmw.font.xml" />
|
<List file="openmw_font.xml"/>
|
||||||
<List file="openmw_text.skin.xml" />
|
<List file="openmw_text.skin.xml" />
|
||||||
<List file="openmw_windows.skin.xml" />
|
<List file="openmw_windows.skin.xml" />
|
||||||
<List file="openmw_button.skin.xml" />
|
<List file="openmw_button.skin.xml" />
|
||||||
|
|
|
@ -3,6 +3,94 @@
|
||||||
<MyGUI type="Layout">
|
<MyGUI type="Layout">
|
||||||
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 560 400" name="_Main">
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 560 400" name="_Main">
|
||||||
|
|
||||||
|
<Widget type="HBox" position="12 12 250 30">
|
||||||
|
|
||||||
|
<Widget type="AutoSizedTextBox" skin="NormalText">
|
||||||
|
<Property key="Caption" value="#{sName}"/>
|
||||||
|
</Widget>
|
||||||
|
|
||||||
|
<Widget type="EditBox" skin="MW_TextEdit" position="0 0 30 30" name="NameEdit">
|
||||||
|
<UserString key="HStretch" value="true"/>
|
||||||
|
</Widget>
|
||||||
|
|
||||||
|
<Widget type="Widget">
|
||||||
|
</Widget>
|
||||||
|
|
||||||
|
</Widget>
|
||||||
|
|
||||||
|
<!-- Item -->
|
||||||
|
<Widget type="AutoSizedTextBox" skin="NormalText" position="12 48 0 24">
|
||||||
|
<Property key="Caption" value="#{sItem}"/>
|
||||||
|
</Widget>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<Widget type="TextBox" skin="NormalText" position="280 0 300 24">
|
||||||
|
<Property key="Caption" value="#{sEnchantmentMenu3}:"/>
|
||||||
|
</Widget>
|
||||||
|
<Widget type="TextBox" skin="SandText" position="280 0 258 24" name="Enchantment">
|
||||||
|
<Property key="Caption" value="1"/>
|
||||||
|
<Property key="TextAlign" value="Right HCenter"/>
|
||||||
|
</Widget>
|
||||||
|
|
||||||
|
|
||||||
|
<Widget type="TextBox" skin="NormalText" position="280 24 300 24">
|
||||||
|
<Property key="Caption" value="#{sCastCost}:"/>
|
||||||
|
</Widget>
|
||||||
|
<Widget type="TextBox" skin="SandText" position="280 24 258 24" name="CastCost">
|
||||||
|
<Property key="Caption" value="39"/>
|
||||||
|
<Property key="TextAlign" value="Right HCenter"/>
|
||||||
|
</Widget>
|
||||||
|
|
||||||
|
|
||||||
|
<Widget type="TextBox" skin="NormalText" position="280 48 300 24">
|
||||||
|
<Property key="Caption" value="#{sCharges}"/>
|
||||||
|
</Widget>
|
||||||
|
<Widget type="TextBox" skin="SandText" position="280 48 258 24" name="Charge">
|
||||||
|
<Property key="Caption" value="39"/>
|
||||||
|
<Property key="TextAlign" value="Right HCenter"/>
|
||||||
|
</Widget>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Available effects -->
|
||||||
|
<Widget type="TextBox" skin="NormalText" position="12 148 300 24">
|
||||||
|
<Property key="Caption" value="#{sMagicEffects}"/>
|
||||||
|
</Widget>
|
||||||
|
<Widget type="MWList" skin="MW_SimpleList" position="12 176 202 169" name="AvailableEffects">
|
||||||
|
</Widget>
|
||||||
|
|
||||||
|
<!-- Used effects -->
|
||||||
|
<Widget type="TextBox" skin="NormalText" position="226 148 300 24">
|
||||||
|
<Property key="Caption" value="#{sEffects}"/>
|
||||||
|
</Widget>
|
||||||
|
<Widget type="Widget" skin="MW_Box" position="226 176 316 169">
|
||||||
|
<Widget type="ScrollView" skin="MW_ScrollView" position="4 4 308 161" name="UsedEffects">
|
||||||
|
</Widget>
|
||||||
|
</Widget>
|
||||||
|
|
||||||
|
<Widget type="HBox" position="0 340 560 60">
|
||||||
|
<Property key="Padding" value="16"/>
|
||||||
|
|
||||||
|
<Widget type="Widget" position="0 0 0 0">
|
||||||
|
<UserString key="HStretch" value="true"/>
|
||||||
|
</Widget>
|
||||||
|
|
||||||
|
<Widget type="AutoSizedTextBox" skin="NormalText">
|
||||||
|
<Property key="Caption" value="#{sBarterDialog7}"/>
|
||||||
|
</Widget>
|
||||||
|
<Widget type="AutoSizedTextBox" skin="SandText" name="PriceLabel">
|
||||||
|
<Property key="Caption" value="30"/>
|
||||||
|
</Widget>
|
||||||
|
|
||||||
|
|
||||||
|
<Widget type="AutoSizedButton" skin="MW_Button" name="BuyButton">
|
||||||
|
<Property key="Caption" value="#{sBuy}"/>
|
||||||
|
</Widget>
|
||||||
|
|
||||||
|
<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton">
|
||||||
|
<Property key="Caption" value="#{sCancel}"/>
|
||||||
|
</Widget>
|
||||||
|
</Widget>
|
||||||
|
|
||||||
</Widget>
|
</Widget>
|
||||||
</MyGUI>
|
</MyGUI>
|
||||||
|
|
Loading…
Reference in a new issue