2012-05-15 10:51:51 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2014-08-16 15:11:57 +00:00
|
|
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 600 128" name="_Main">
|
2012-05-15 10:51:51 +00:00
|
|
|
<Property key="Visible" value="false"/>
|
|
|
|
|
2014-08-16 15:11:57 +00:00
|
|
|
<Widget type="TextBox" skin="SandText" position="4 4 592 24" name="LabelText" align="Left Top HStretch">
|
2012-05-15 10:51:51 +00:00
|
|
|
<Property key="TextAlign" value="Center"/>
|
|
|
|
</Widget>
|
|
|
|
|
2014-08-16 15:11:57 +00:00
|
|
|
<Widget type="TextBox" skin="SandText" position="4 30 507 24" name="ItemText" align="Left Top HStretch">
|
2012-05-15 10:51:51 +00:00
|
|
|
<Property key="TextAlign" value="Right"/>
|
|
|
|
</Widget>
|
|
|
|
|
2014-09-25 18:28:00 +00:00
|
|
|
<Widget type="NumericEditBox" skin="MW_TextEdit" position="520 30 52 24" name="ItemEdit" align="Right Top">
|
2012-05-15 10:51:51 +00:00
|
|
|
<Property key="TextAlign" value="Center"/>
|
|
|
|
</Widget>
|
|
|
|
|
2013-07-05 18:28:46 +00:00
|
|
|
<Widget type="MWScrollBar" skin="MW_HScroll" position="28 60 544 18" name="CountSlider" align="Left Top HStretch">
|
2012-05-15 10:51:51 +00:00
|
|
|
<Property key="MoveToClick" value="true"/>
|
|
|
|
</Widget>
|
|
|
|
|
2012-09-10 11:39:22 +00:00
|
|
|
|
2014-08-16 15:11:57 +00:00
|
|
|
<Widget type="HBox" position="0 86 572 24" align="Right Bottom">
|
2012-09-19 00:53:06 +00:00
|
|
|
<Widget type="Widget">
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
</Widget>
|
2012-09-10 11:39:22 +00:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="512 90 60 24" name="OkButton" align="Right Top">
|
|
|
|
<Property key="Caption" value="#{sOk}"/>
|
|
|
|
</Widget>
|
2014-09-25 18:39:14 +00:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="417 90 60 24" name="CancelButton" align="Right Top">
|
|
|
|
<Property key="Caption" value="#{sCancel}"/>
|
|
|
|
</Widget>
|
2012-05-23 03:28:25 +00:00
|
|
|
</Widget>
|
2012-05-15 10:51:51 +00:00
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|