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.
19 lines
707 B
Plaintext
19 lines
707 B
Plaintext
14 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<MyGUI type="Layout">
|
||
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 249 249" name="_Main">
|
||
|
|
||
|
<!-- Edit box -->
|
||
13 years ago
|
<Widget type="EditBox" skin="MW_TextBoxEdit" position="14 14 220 192" name="TextEdit" align="ALIGN_LEFT ALIGN_TOP STRETCH">
|
||
|
<Property key="MultiLine" value="1" />
|
||
|
<Property key="VisibleVScroll" value="1" />
|
||
|
<Property key="WordWrap" value="1" />
|
||
14 years ago
|
</Widget>
|
||
|
|
||
|
<!-- Dialog buttons -->
|
||
|
<Widget type="Button" skin="MW_Button" position="177 214 57 24" name="OKButton">
|
||
13 years ago
|
<Property key="Caption" value="Enter"/>
|
||
14 years ago
|
</Widget>
|
||
|
</Widget>
|
||
|
</MyGUI>
|