mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 05:49:56 +00:00
55 lines
2.9 KiB
XML
55 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Resource">
|
|
<Resource type="ResourceLayout" name="MW_TextEdit" version="3.2.0">
|
|
<Widget type="Widget" skin="MW_TextEditRootSkin" position="0 0 510 20" name="Root">
|
|
<Widget type="TextBox" skin="MW_TextEditClient" position="2 2 508 18" align="Stretch" name="Client">
|
|
<Property key="FontName" value = "MyGUI_CoreFont.18"/>
|
|
<Property key="FontHeight" value = "18" />
|
|
<Property key="AlignText" value = "ALIGN_LEFT ALIGN_TOP" />
|
|
<Property key="TextColour" value = "0.6 0.6 0.6" />
|
|
</Widget>
|
|
</Widget>
|
|
</Resource>
|
|
|
|
<Resource type="ResourceLayout" name="MW_TextBoxEdit" version="3.2.0">
|
|
<Widget type="Widget" skin="MW_TextBoxEditRootSkin" position="0 0 510 20" name="Root">
|
|
<Widget type="TextBox" skin="MW_TextBoxEditClient" position="2 2 490 18" align="Stretch" name="Client">
|
|
<Property key="FontName" value = "MyGUI_CoreFont.18"/>
|
|
<Property key="FontHeight" value = "18" />
|
|
<Property key="AlignText" value = "ALIGN_LEFT ALIGN_TOP" />
|
|
<Property key="TextColour" value = "0.6 0.6 0.6" />
|
|
</Widget>
|
|
<Widget type="ScrollBar" skin="MW_VScroll" position="494 3 14 14" align="Right VStretch" name="VScroll"/>
|
|
</Widget>
|
|
</Resource>
|
|
|
|
<Resource type="ResourceLayout" name="MW_DispositionEdit" version="3.2.0">
|
|
<Widget type="Widget" skin="MW_DispEditRootSkin" position="0 0 50 50" name="Root">
|
|
<Widget type="TextBox" skin="MW_DispEdit" position="0 0 50 50" align="ALIGN_STRETCH" name="Client">
|
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
|
<Property key="FontHeight" value = "18" />
|
|
<Property key="AlignText" value = "Left Top" />
|
|
<Property key="TextColour" value = "0000FF" />
|
|
<!--Property key="Pointer" value = "beam" /-->
|
|
</Widget>
|
|
</Widget>
|
|
</Resource>
|
|
|
|
<!-- The edit control used for entering commands -->
|
|
<Resource type="ResourceLayout" name="MW_ConsoleCommand" version="3.2.0">
|
|
<Widget type="Widget" skin="" position="0 0 29 26" name="Root">
|
|
<Widget type="TextBox" skin="MW_EditClient" position="2 1 23 22" align="Stretch" name="Client"/>
|
|
<Widget type="Widget" skin="MW_BarFrame" position="0 0 29 26" align="ALIGN_STRETCH"/>
|
|
</Widget>
|
|
</Resource>
|
|
|
|
<Resource type="ResourceLayout" name="MW_ConsoleLog" version="3.2.0">
|
|
<Widget type="Widget" skin="" position="0 0 50 50" name="Root">
|
|
<Widget type="EditBox" skin="MW_LogClient" position="0 0 35 10" align="Stretch" name="Client">
|
|
<Property key="WordWrap" value = "true" />
|
|
</Widget>
|
|
<!--Child type="ScrollBar" skin="VScroll" offset = "35 0 15 50" align = "Right VStretch" name = "VScroll"/-->
|
|
</Widget>
|
|
</Resource>
|
|
</MyGUI>
|