2013-03-23 07:16:46 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2017-04-15 19:06:13 +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-03-23 07:16:46 +00:00
|
|
|
|
2017-04-15 19:06:13 +00:00
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" name="Label">
|
|
|
|
<Property key="Caption" value="#{sRepairServiceTitle}"/>
|
|
|
|
</Widget>
|
2013-03-23 07:16:46 +00:00
|
|
|
|
2016-11-06 10:01:46 +00:00
|
|
|
<Widget type="ItemChargeView" skin="MW_ItemChargeView" align="Left Stretch" name="RepairBox">
|
|
|
|
<UserString key="VStretch" value="true"/>
|
|
|
|
<UserString key="HStretch" value="true"/>
|
2013-03-23 07:16:46 +00:00
|
|
|
</Widget>
|
|
|
|
|
2016-11-06 10:01:46 +00:00
|
|
|
<Widget type="HBox">
|
|
|
|
<UserString key="HStretch" value="true"/>
|
2017-04-15 19:06:13 +00:00
|
|
|
<Widget type="ItemWidget" skin="MW_ItemIconBox" position="0 0 44 44" name="ToolIcon">
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<Widget type="HBox" name="ToolBox">
|
|
|
|
<Widget type="VBox">
|
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" name="UsesLabel">
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
<Property key="Caption" value="#{sUses}"/>
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
</Widget>
|
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" name="QualityLabel">
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
<Property key="Caption" value="#{sQuality}"/>
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
|
2017-11-20 22:55:15 +00:00
|
|
|
<Widget type="Spacer"/>
|
2017-04-15 19:06:13 +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-15 19:06:13 +00:00
|
|
|
</Widget>
|
2013-03-23 07:16:46 +00:00
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|