|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
|
|
|
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 300 300" name="_Main">
|
|
|
|
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 400 400" name="_Main">
|
|
|
|
|
<Property key="Visible" value="false"/>
|
|
|
|
|
|
|
|
|
|
<Widget type="EditBox" skin="MW_TextEditClient" position="16 8 268 48" name="Message" align="Center Top">
|
|
|
|
|
<Widget type="EditBox" skin="MW_TextEditClient" position="13 8 368 48" name="Message" align="Center Top">
|
|
|
|
|
<Property key="FontName" value="Default"/>
|
|
|
|
|
<Property key="TextAlign" value="Top HCenter"/>
|
|
|
|
|
<Property key="Static" value="true"/>
|
|
|
|
@ -12,9 +12,9 @@
|
|
|
|
|
<Property key="MultiLine" value="true"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<Widget type="ListBox" skin="MW_List" position="16 56 268 170" align="Left Top" name="ListBox"/>
|
|
|
|
|
<Widget type="ListBox" skin="MW_List" position="13 56 368 290" align="Left Top" name="ListBox"/>
|
|
|
|
|
|
|
|
|
|
<Widget type="VBox" position="0 262 292 24" align="Right Bottom">
|
|
|
|
|
<Widget type="VBox" position="0 362 392 24" align="Right Bottom">
|
|
|
|
|
<Widget type="HBox">
|
|
|
|
|
<Property key="Spacing" value="8"/>
|
|
|
|
|
|
|
|
|
|