2013-11-19 05:48:47 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2017-04-16 12:52:56 +00:00
|
|
|
<Widget type="VBox" skin="MW_Dialog" layer="Windows" position="0 0 330 385" align="Center" name="_Main">
|
2017-09-22 18:43:53 +00:00
|
|
|
<Property key="Padding" value="8"/>
|
2016-11-06 10:01:46 +00:00
|
|
|
<Property key="Spacing" value="8"/>
|
2013-11-19 05:48:47 +00:00
|
|
|
|
2017-04-16 12:52:56 +00:00
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" name="Label">
|
|
|
|
<Property key="Caption" value="#{sRechargeEnchantment}"/>
|
2013-11-19 05:48:47 +00:00
|
|
|
</Widget>
|
|
|
|
|
2016-11-06 10:01:46 +00:00
|
|
|
<Widget type="ItemChargeView" skin="MW_ItemChargeView" align="Left Stretch" name="Box">
|
|
|
|
<UserString key="VStretch" value="true"/>
|
|
|
|
<UserString key="HStretch" value="true"/>
|
2013-11-19 05:48:47 +00:00
|
|
|
</Widget>
|
|
|
|
|
2016-11-06 10:01:46 +00:00
|
|
|
<Widget type="HBox">
|
|
|
|
<UserString key="HStretch" value="true"/>
|
2017-04-16 12:52:56 +00:00
|
|
|
<Widget type="ItemWidget" skin="MW_ItemIconBox" position="0 0 44 44" name="GemIcon">
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<Widget type="HBox" name="GemBox">
|
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" name="ChargeLabel">
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
<Property key="Caption" value="#{sCharges}"/>
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
|
2017-11-20 22:55:15 +00:00
|
|
|
<Widget type="Spacer"/>
|
2017-04-16 12:52:56 +00:00
|
|
|
|
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton">
|
2023-03-22 21:54:42 +00:00
|
|
|
<Property key="Caption" value="#{Interface:Cancel}"/>
|
2017-04-16 12:52:56 +00:00
|
|
|
</Widget>
|
2013-11-19 05:48:47 +00:00
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</MyGUI>
|