You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
593 B
XML
15 lines
593 B
XML
<?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">
|
|
<Property key="Widget_Caption" value="Console"/>
|
|
<Property key="Window_MinMax" value="200 100 2000 2000"/>
|
|
|
|
<!-- Log window -->
|
|
<Widget type="Edit" skin="MW_ConsoleLog" position="5 5 390 360" align="Stretch" name="list_History"/>
|
|
|
|
<!-- Command line -->
|
|
<Widget type="Edit" skin="MW_ConsoleCommand" position="0 365 392 28" align="HStretch Bottom" name="edit_Command"/>
|
|
|
|
</Widget>
|
|
</MyGUI>
|