2011-06-14 16:25:07 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2014-10-01 17:53:50 +00:00
|
|
|
<Widget type="VBox" skin="HUD_Box" layer="Notification" position="0 0 0 0" name="_Main">
|
2013-12-07 13:14:05 +00:00
|
|
|
<Property key="Padding" value="10"/>
|
|
|
|
<Property key="AutoResize" value="true"/>
|
|
|
|
|
|
|
|
<Widget type="AutoSizedEditBox" skin="MW_TextEditClient" position="0 0 300 0" name="message" align="Left Top">
|
2013-08-25 21:15:20 +00:00
|
|
|
<Property key="FontName" value="Default"/>
|
|
|
|
<Property key="TextAlign" value="Center"/>
|
2012-03-22 11:21:03 +00:00
|
|
|
<Property key="Static" value="true"/>
|
|
|
|
<Property key="WordWrap" value="true"/>
|
2013-08-25 21:15:20 +00:00
|
|
|
<Property key="MultiLine" value="1"/>
|
|
|
|
<Property key="VisibleVScroll" value="1"/>
|
2011-06-15 17:42:20 +00:00
|
|
|
</Widget>
|
2011-06-14 16:25:07 +00:00
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|