2010-09-14 21:17:08 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2010-10-22 22:23:03 +00:00
|
|
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 320 97" name="_Main">
|
2010-09-14 21:17:08 +00:00
|
|
|
|
|
|
|
<!-- Appearance -->
|
2012-04-16 17:23:24 +00:00
|
|
|
<Widget type="TextBox" skin="ProgressText" position="6 6 300 18" name="LabelT" align="ALIGN_LEFT ALIGN_TOP">
|
2012-03-22 16:02:02 +00:00
|
|
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
2010-09-14 21:17:08 +00:00
|
|
|
</Widget>
|
2012-04-16 17:23:24 +00:00
|
|
|
<Widget type="EditBox" skin="MW_TextEdit" position="6 28 300 30" name="TextEdit" align="ALIGN_LEFT ALIGN_TOP"/>
|
2010-09-14 21:17:08 +00:00
|
|
|
|
|
|
|
<!-- Dialog buttons -->
|
2012-09-10 11:39:22 +00:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="264 60 42 23" name="OKButton">
|
|
|
|
<Property key="ExpandDirection" value="Left"/>
|
2012-03-21 17:38:08 +00:00
|
|
|
<Property key="Caption" value="OK"/>
|
2010-09-14 21:17:08 +00:00
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|