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.
18 lines
671 B
Plaintext
18 lines
671 B
Plaintext
15 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<MyGUI type="Layout">
|
||
13 years ago
|
<Widget type="Window" skin="MW_Window" position="0 0 400 400" layer="Console" name="_Main">
|
||
|
<Property key="Caption" value="#{sConsoleTitle}"/>
|
||
13 years ago
|
<Property key="MinSize" value="200 100"/>
|
||
|
<Property key="MaxSize" value="2000 2000"/>
|
||
15 years ago
|
|
||
|
<!-- Log window -->
|
||
13 years ago
|
<Widget type="EditBox" skin="MW_ConsoleLog" position="5 5 380 330" align="Stretch" name="list_History">
|
||
13 years ago
|
<Property key="MultiLine" value="1"/>
|
||
13 years ago
|
</Widget>
|
||
15 years ago
|
|
||
|
<!-- Command line -->
|
||
13 years ago
|
<Widget type="EditBox" skin="MW_ConsoleCommand" position="0 335 382 28" align="HStretch Bottom" name="edit_Command"/>
|
||
15 years ago
|
|
||
|
</Widget>
|
||
|
</MyGUI>
|