|
|
|
@ -1,6 +1,9 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<MyGUI type="Skin">
|
|
|
|
|
|
|
|
|
|
<!-- Console Output -->
|
|
|
|
|
|
|
|
|
|
<Skin name="MW_LogClient" size="10 10">
|
|
|
|
|
<Property key="FontName" value="MonoFont"/>
|
|
|
|
|
<Property key="TextAlign" value="Left Top"/>
|
|
|
|
@ -8,23 +11,23 @@
|
|
|
|
|
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
|
|
|
|
|
</Skin>
|
|
|
|
|
|
|
|
|
|
<!-- The edit control used for entering commands -->
|
|
|
|
|
<Skin name="MW_ConsoleCommand" size="29 28">
|
|
|
|
|
<Child type="TextBox" skin="MW_EditClient" offset="2 1 23 22" align="Bottom Stretch" name="Client"/>
|
|
|
|
|
|
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 29 26" align="Bottom Stretch"/>
|
|
|
|
|
</Skin>
|
|
|
|
|
|
|
|
|
|
<Skin name="MW_ConsoleLog" size="0 0 50 50">
|
|
|
|
|
<Property key="WordWrap" value="true"/>
|
|
|
|
|
<Child type="TextBox" skin="MW_LogClient" offset="0 0 35 10" align="Stretch" name="Client"/>
|
|
|
|
|
</Skin>
|
|
|
|
|
|
|
|
|
|
<!-- Console Input -->
|
|
|
|
|
|
|
|
|
|
<Skin name="MW_EditClient" size="10 10">
|
|
|
|
|
<Property key="FontName" value="MonoFont"/>
|
|
|
|
|
<Property key="TextAlign" value="Left VCenter"/>
|
|
|
|
|
<Property key="TextColour" value="1 1 1"/>
|
|
|
|
|
<!--Property key="Pointer" value="beam" /-->
|
|
|
|
|
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
|
|
|
|
|
</Skin>
|
|
|
|
|
|
|
|
|
|
<Skin name="MW_ConsoleCommand" size="29 28">
|
|
|
|
|
<Child type="TextBox" skin="MW_EditClient" offset="4 2 19 22" align="Bottom Stretch" name="Client"/>
|
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 29 26" align="Bottom Stretch"/>
|
|
|
|
|
</Skin>
|
|
|
|
|
|
|
|
|
|
</MyGUI>
|
|
|
|
|