2010-06-06 16:04:39 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
2012-06-02 10:31:23 +00:00
|
|
|
<Widget type="Window" skin="MW_Window" position="0 0 400 400" layer="Console" name="_Main">
|
|
|
|
<Property key="Caption" value="#{sConsoleTitle}"/>
|
2013-08-09 21:21:25 +00:00
|
|
|
<Property key="MinSize" value="405 245"/>
|
2012-03-21 20:49:37 +00:00
|
|
|
<Property key="MaxSize" value="2000 2000"/>
|
2013-07-14 21:54:28 +00:00
|
|
|
<Property key="Visible" value="false"/>
|
2010-06-06 16:04:39 +00:00
|
|
|
|
|
|
|
<!-- Log window -->
|
2013-08-09 21:21:25 +00:00
|
|
|
<Widget type="EditBox" skin="MW_ConsoleLog" position="5 5 380 328" 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 -->
|
2013-08-09 21:21:25 +00:00
|
|
|
<Widget type="EditBox" skin="MW_ConsoleCommand" position="2 335 380 28" align="HStretch Bottom" name="edit_Command"/>
|
2010-06-06 16:04:39 +00:00
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|