2010-11-03 20:21:08 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2012-03-30 11:53:35 +00:00
|
|
|
<Widget type="Window" skin="MW_Window" layer="Windows" position="0 0 588 433" name="_Main">
|
2010-11-03 20:21:08 +00:00
|
|
|
|
2013-02-28 19:16:46 +00:00
|
|
|
<Widget type="Widget" skin="MW_Box" position="8 8 415 381" align="Stretch" name = "Client"/>
|
|
|
|
|
2010-11-03 20:21:08 +00:00
|
|
|
<!-- The Dialogue history -->
|
2013-02-28 19:16:46 +00:00
|
|
|
<Widget type="DialogueHistory" skin="MW_TextBoxEdit" position="13 13 405 371" name="History" align="ALIGN_LEFT ALIGN_TOP ALIGN_STRETCH">
|
2012-03-22 16:02:02 +00:00
|
|
|
<Property key="Static" value="true"/>
|
|
|
|
<Property key="WordWrap" value="true"/>
|
|
|
|
<Property key="MultiLine" value="1" />
|
|
|
|
<Property key="VisibleVScroll" value="1" />
|
2013-02-28 19:16:46 +00:00
|
|
|
<!-- box for receiving mouse events -->
|
2012-03-30 11:53:35 +00:00
|
|
|
<Widget type="Widget" skin="" position="0 0 400 375" name="EventBox" align="ALIGN_LEFT ALIGN_TOP ALIGN_STRETCH"/>
|
2010-11-03 20:21:08 +00:00
|
|
|
</Widget>
|
|
|
|
|
2012-02-05 09:54:56 +00:00
|
|
|
<!-- The disposition bar-->
|
2012-03-30 11:53:35 +00:00
|
|
|
<Widget type="ProgressBar" skin="MW_EnergyBar_Blue" position="432 8 132 18"
|
2012-03-24 21:02:55 +00:00
|
|
|
align="Right Top" name="Disposition">
|
2012-04-29 16:57:26 +00:00
|
|
|
<Widget type="EditBox" skin="MW_DispositionEdit" position_real = "0 0 1 1" align="Stretch" name = "DispositionText"/>
|
2012-02-05 09:54:56 +00:00
|
|
|
</Widget>
|
2010-11-03 20:21:08 +00:00
|
|
|
<!-- The list of topics -->
|
2012-05-04 21:53:50 +00:00
|
|
|
<Widget type="MWList" skin="MW_SimpleList" position="432 31 132 328" name="TopicsList" align="Right VStretch">
|
2010-11-03 20:21:08 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- The Goodbye button -->
|
2012-03-30 11:53:35 +00:00
|
|
|
<Widget type="Button" skin="MW_Button" position="432 366 132 23" name="ByeButton" align="Right Bottom">
|
2012-05-19 14:00:00 +00:00
|
|
|
<Property key="Caption" value="#{sGoodbye}"/>
|
2010-11-03 20:21:08 +00:00
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|