You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
13 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<MyGUI type="Layout">
|
||
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 600 125" name="_Main">
|
||
|
<Property key="Visible" value="false"/>
|
||
|
|
||
|
<Widget type="TextBox" skin="SandText" position="4 0 592 24" name="LabelText" align="Left Top HStretch">
|
||
|
<Property key="TextAlign" value="Center"/>
|
||
|
</Widget>
|
||
|
|
||
|
<Widget type="TextBox" skin="SandText" position="4 30 532 24" name="ItemText" align="Left Top HStretch">
|
||
|
<Property key="TextAlign" value="Right"/>
|
||
|
</Widget>
|
||
|
|
||
|
<Widget type="EditBox" skin="MW_TextEdit" position="540 30 32 24" name="ItemEdit" align="Right Top">
|
||
|
<Property key="TextAlign" value="Center"/>
|
||
|
</Widget>
|
||
|
|
||
|
<Widget type="ScrollBar" skin="MW_HScroll" position="28 60 544 18" name="CountSlider" align="Left Top HStretch">
|
||
|
<Property key="MoveToClick" value="true"/>
|
||
|
</Widget>
|
||
|
|
||
13 years ago
|
<Widget type="Button" skin="MW_Button" position="512 90 60 24" name="OkButton" align="Right Top">
|
||
|
<Property key="Caption" value="#{sOk}"/>
|
||
|
</Widget>
|
||
|
<Widget type="Button" skin="MW_Button" position="417 90 60 24" name="CancelButton" align="Right Top">
|
||
|
<Property key="Caption" value="#{sCancel}"/>
|
||
|
</Widget>
|
||
13 years ago
|
|
||
|
</Widget>
|
||
|
</MyGUI>
|