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.
17 lines
707 B
Plaintext
17 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 545 265" name="_Main">
|
||
|
|
||
|
<!-- Edit box -->
|
||
13 years ago
|
<Widget type="Widget" skin="" position="14 14 516 70" name="TextBox" align="ALIGN_TOP ALIGN_HCENTER">
|
||
13 years ago
|
<Widget type="TextBox" skin="SandText" position="4 4 508 62" name="Text" align="ALIGN_TOP ALIGN_HCENTER">
|
||
13 years ago
|
<Property key="WordWrap" value="1" />
|
||
14 years ago
|
</Widget>
|
||
|
</Widget>
|
||
|
|
||
|
<!-- Button bar, buttons are created as children -->
|
||
|
<Widget type="Widget" skin="" position="72 98 400 150" name="ButtonBar" align="ALIGN_TOP ALIGN_HCENTER" />
|
||
|
</Widget>
|
||
|
</MyGUI>
|