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.
25 lines
913 B
XML
25 lines
913 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Resource" version="1.1">
|
|
|
|
|
|
<!-- Console Input -->
|
|
|
|
<Resource type="ResourceSkin" name="TES3MP_EditClient" size="10 10">
|
|
<Property key="FontName" value="Russo"/>
|
|
<Property key="TextAlign" value="Left VCenter"/>
|
|
<Property key="TextColour" value="1 1 1"/>
|
|
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
|
|
</Resource>
|
|
|
|
<Resource type="ResourceSkin" name="TES3MP_ChatMsg" size="29 28">
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 29 26" align="Bottom Stretch"/>
|
|
<Child type="TextBox" skin="TES3MP_EditClient" offset="4 2 19 22" align="Bottom Stretch" name="Client"/>
|
|
</Resource>
|
|
|
|
<Resource type="ResourceSkin" name="TES3MP_ChatWindowBL" size="256 54">
|
|
<Child type="Widget" skin="BlackBG" offset="0 0 256 256" align="Stretch" name="Client"/>
|
|
</Resource>
|
|
|
|
</MyGUI>
|