2014-09-25 18:52:27 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout" version="3.2.0">
|
2017-03-28 08:49:23 +00:00
|
|
|
<Widget type="Window" skin="MW_DialogNoTransp" position="0 0 600 128" align="Center" layer="Windows" name="_Main">
|
2012-05-15 10:51:51 +00:00
|
|
|
<Property key="Visible" value="false"/>
|
2017-04-12 15:15:22 +00:00
|
|
|
<Widget type="TextBox" skin="SandText" position="0 4 592 24" align="Left Top HStretch" name="LabelText">
|
2012-05-15 10:51:51 +00:00
|
|
|
<Property key="TextAlign" value="Center"/>
|
|
|
|
</Widget>
|
2017-04-12 15:15:22 +00:00
|
|
|
<Widget type="TextBox" skin="SandText" position="12 36 521 24" align="Left Top HStretch" name="ItemText">
|
2017-03-28 08:49:23 +00:00
|
|
|
<Property key="TextAlign" value="Left"/>
|
2012-05-15 10:51:51 +00:00
|
|
|
</Widget>
|
2017-03-28 08:49:23 +00:00
|
|
|
<Widget type="NumericEditBox" skin="MW_TextEdit" position="535 36 50 24" align="Right Top" name="ItemEdit">
|
2012-05-15 10:51:51 +00:00
|
|
|
<Property key="TextAlign" value="Center"/>
|
|
|
|
</Widget>
|
2017-04-12 15:15:22 +00:00
|
|
|
<Widget type="MWScrollBar" skin="MW_HScroll" position="7 67 578 18" align="Left Top HStretch" name="CountSlider">
|
2012-05-15 10:51:51 +00:00
|
|
|
<Property key="MoveToClick" value="true"/>
|
2015-09-25 23:20:20 +00:00
|
|
|
<Property key="Page" value="1"/>
|
|
|
|
<Property key="WheelPage" value="1"/>
|
2012-05-15 10:51:51 +00:00
|
|
|
</Widget>
|
2017-04-12 15:15:22 +00:00
|
|
|
<Widget type="HBox" skin="" position="0 91 140 24" align="Center Bottom">
|
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 53 24" align="Center Top" name="OkButton">
|
2012-09-10 11:39:22 +00:00
|
|
|
<Property key="Caption" value="#{sOk}"/>
|
|
|
|
</Widget>
|
2017-04-12 15:15:22 +00:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 86 24" align="Center Top" name="CancelButton">
|
2014-09-25 18:39:14 +00:00
|
|
|
<Property key="Caption" value="#{sCancel}"/>
|
|
|
|
</Widget>
|
2012-05-23 03:28:25 +00:00
|
|
|
</Widget>
|
2012-05-15 10:51:51 +00:00
|
|
|
</Widget>
|
2014-09-25 18:52:27 +00:00
|
|
|
<CodeGeneratorSettings/>
|
2012-05-15 10:51:51 +00:00
|
|
|
</MyGUI>
|