2010-06-06 16:04:39 +00:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<MyGUI type="Layout">
|
|
|
|
|
<Widget type="Window" skin="MW_ConsoleWindow" position="0 0 400 400" layer="Console" name="_Main">
|
2012-03-21 17:38:08 +00:00
|
|
|
|
<Property key="Caption" value="Console"/>
|
2012-03-21 20:49:37 +00:00
|
|
|
|
<Property key="MinSize" value="200 100"/>
|
|
|
|
|
<Property key="MaxSize" value="2000 2000"/>
|
2010-06-06 16:04:39 +00:00
|
|
|
|
|
|
|
|
|
<!-- Log window -->
|
2012-03-22 12:44:39 +00:00
|
|
|
|
<Widget type="EditBox" skin="MW_ConsoleLog" position="5 5 390 360" align="Stretch" name="list_History">
|
2012-03-22 16:02:02 +00:00
|
|
|
|
<Property key="MultiLine" value="1"/>
|
2012-03-22 12:44:39 +00:00
|
|
|
|
</Widget>
|
2010-06-06 16:04:39 +00:00
|
|
|
|
|
|
|
|
|
<!-- Command line -->
|
2012-03-22 11:21:03 +00:00
|
|
|
|
<Widget type="EditBox" skin="MW_ConsoleCommand" position="0 365 392 28" align="HStretch Bottom" name="edit_Command"/>
|
2010-06-06 16:04:39 +00:00
|
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
|
</MyGUI>
|