2010-06-06 18:04:39 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
2022-02-26 13:54:42 +00:00
|
|
|
<Widget type="Window" skin="MW_Window" position="0 0 400 400" layer="Console" name="_Main">
|
2023-03-22 22:54:42 +01:00
|
|
|
<Property key="Caption" value="#{OMWEngine:ConsoleWindow}"/>
|
2014-10-02 16:30:23 +02:00
|
|
|
<Property key="MinSize" value="40 40"/>
|
2013-07-14 23:54:28 +02:00
|
|
|
<Property key="Visible" value="false"/>
|
2010-06-06 18:04:39 +02:00
|
|
|
|
|
|
|
<!-- Log window -->
|
2014-01-04 05:13:53 +01:00
|
|
|
<Widget type="EditBox" skin="MW_TextBoxEdit" position="5 5 380 328" align="Stretch" name="list_History">
|
2012-03-22 17:02:02 +01:00
|
|
|
<Property key="MultiLine" value="1"/>
|
2013-10-17 12:39:26 +02:00
|
|
|
<Property key="ReadOnly" value="true"/>
|
2014-01-04 05:13:53 +01:00
|
|
|
<Property key="FontName" value="MonoFont"/>
|
|
|
|
<Property key="TextAlign" value="Left Top"/>
|
|
|
|
<Property key="TextColour" value="1 1 1"/>
|
2014-06-18 05:04:49 +02:00
|
|
|
<Property key="InvertSelected" value="false"/>
|
2017-11-15 16:29:01 +01:00
|
|
|
<Property key="WordWrap" value="true"/>
|
2021-07-07 18:48:25 +02:00
|
|
|
<Property key="MaxTextLength" value="10000"/>
|
2012-03-22 13:44:39 +01:00
|
|
|
</Widget>
|
2010-06-06 18:04:39 +02:00
|
|
|
|
|
|
|
<!-- Command line -->
|
2014-06-18 05:04:49 +02:00
|
|
|
<Widget type="EditBox" skin="MW_ConsoleCommand" position="0 338 384 28" align="HStretch Bottom" name="edit_Command">
|
|
|
|
<Property key="InvertSelected" value="false"/>
|
2017-09-22 17:03:31 +02:00
|
|
|
<UserString key="AcceptTab" value="true"/>
|
2014-06-18 05:04:49 +02:00
|
|
|
</Widget>
|
2010-06-06 18:04:39 +02:00
|
|
|
|
2023-02-20 18:18:00 +01:00
|
|
|
<!-- Search box -->
|
2023-02-21 12:25:17 +01:00
|
|
|
<Widget type="EditBox" skin="MW_ConsoleCommand" position="250 1 115 28" align="Top Right" name="edit_SearchTerm">
|
2023-02-20 18:18:00 +01:00
|
|
|
<Property key="InvertSelected" value="false"/>
|
|
|
|
</Widget>
|
|
|
|
|
2023-02-21 12:25:17 +01:00
|
|
|
<!-- "Next" button -->
|
|
|
|
<Widget type="Button" skin="MW_Button" position="220 0 28 28" name="button_Next" align="Top Right">
|
|
|
|
<Property key="Caption" value=">"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- "Previous" button -->
|
|
|
|
<Widget type="Button" skin="MW_Button" position="190 0 28 28" name="button_Previous" align="Top Right">
|
|
|
|
<Property key="Caption" value="<"/>
|
|
|
|
</Widget>
|
|
|
|
|
2010-06-06 18:04:39 +02:00
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|