2010-06-06 16:04:39 +00: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 21:54:42 +00:00
|
|
|
<Property key="Caption" value="#{OMWEngine:ConsoleWindow}"/>
|
2014-10-02 14:30:23 +00:00
|
|
|
<Property key="MinSize" value="40 40"/>
|
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"/>
|
2014-06-18 03:04:49 +00:00
|
|
|
<Property key="InvertSelected" value="false"/>
|
2017-11-15 15:29:01 +00:00
|
|
|
<Property key="WordWrap" value="true"/>
|
2021-07-07 16:48:25 +00:00
|
|
|
<Property key="MaxTextLength" value="10000"/>
|
2012-03-22 12:44:39 +00:00
|
|
|
</Widget>
|
2010-06-06 16:04:39 +00:00
|
|
|
|
|
|
|
<!-- Command line -->
|
2014-06-18 03:04:49 +00: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 15:03:31 +00:00
|
|
|
<UserString key="AcceptTab" value="true"/>
|
2014-06-18 03:04:49 +00:00
|
|
|
</Widget>
|
2010-06-06 16:04:39 +00:00
|
|
|
|
2023-02-20 17:18:00 +00:00
|
|
|
<!-- Search box -->
|
2023-02-21 11:25:17 +00:00
|
|
|
<Widget type="EditBox" skin="MW_ConsoleCommand" position="250 1 115 28" align="Top Right" name="edit_SearchTerm">
|
2023-02-20 17:18:00 +00:00
|
|
|
<Property key="InvertSelected" value="false"/>
|
|
|
|
</Widget>
|
|
|
|
|
2023-02-21 11:25:17 +00: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 16:04:39 +00:00
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|