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-25 21:15:20 +00:00
|
|
|
<Property key="MinSize" value="400 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 -->
|
2014-01-04 04:13:53 +00:00
|
|
|
<Widget type="EditBox" skin="MW_TextBoxEdit" position="5 5 380 328" align="Stretch" name="list_History">
|
2012-03-22 16:02:02 +00:00
|
|
|
<Property key="MultiLine" value="1"/>
|
2013-10-17 10:39:26 +00:00
|
|
|
<Property key="ReadOnly" value="true"/>
|
2014-01-04 04:13:53 +00:00
|
|
|
<Property key="FontName" value="MonoFont"/>
|
|
|
|
<Property key="TextAlign" value="Left Top"/>
|
|
|
|
<Property key="TextColour" value="1 1 1"/>
|
2012-03-22 12:44:39 +00:00
|
|
|
</Widget>
|
2010-06-06 16:04:39 +00:00
|
|
|
|
|
|
|
<!-- Command line -->
|
2013-08-25 21:15:20 +00:00
|
|
|
<Widget type="EditBox" skin="MW_ConsoleCommand" position="0 338 384 28" align="HStretch Bottom" name="edit_Command"/>
|
2010-06-06 16:04:39 +00:00
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|