2010-11-03 20:21:08 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
|
|
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 588 433" name="_Main">
|
|
|
|
<!-- HEADER -->
|
2012-03-21 13:56:12 +00:00
|
|
|
<Widget type="TextBox" skin="HeaderText" position="0 0 588 18" name="NpcName" align="ALIGN_LEFT ALIGN_TOP">
|
2012-03-21 17:38:08 +00:00
|
|
|
<Property key="Caption" value="Name"/>
|
2010-11-03 20:21:08 +00:00
|
|
|
<Property key="Widget_AlignText" value="ALIGN_CENTER"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- The Dialogue history -->
|
|
|
|
<Widget type="DialogeHistory" skin="MW_TextBoxEdit" position="8 39 400 375" name="History" align="ALIGN_LEFT ALIGN_TOP STRETCH">
|
|
|
|
<Property key="Edit_Static" value="true"/>
|
|
|
|
<Property key="Edit_WordWrap" value="true"/>
|
|
|
|
<Property key="Text_FontHeight" value="18"/>
|
|
|
|
<Property key="Edit_MultiLine" value="1" />
|
|
|
|
<Property key="Edit_VisibleVScroll" value="1" />
|
|
|
|
</Widget>
|
|
|
|
|
2012-02-05 09:54:56 +00:00
|
|
|
<!-- The disposition bar-->
|
2012-03-21 18:23:32 +00:00
|
|
|
<Widget type="ProgressBar" skin="MW_EnergyBar_Blue" position="432 39 132 18"
|
2012-02-05 09:54:56 +00:00
|
|
|
align="Right Top" name="Disposition">
|
|
|
|
<Widget type="Edit" skin="MW_DispositionEdit" position_real = "0.25 0 0.5 1" name = "DispositionText"/>
|
|
|
|
</Widget>
|
2010-11-03 20:21:08 +00:00
|
|
|
<!-- The list of topics -->
|
2012-02-05 09:54:56 +00:00
|
|
|
<Widget type="List" skin="MW_List" position="432 62 132 318" name="TopicsList">
|
2010-11-03 20:21:08 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- The Goodbye button -->
|
|
|
|
<Widget type="Button" skin="MW_Button" position="432 387 132 23" name="ByeButton">
|
2012-03-21 17:38:08 +00:00
|
|
|
<Property key="Caption" value="Goodbye"/>
|
2010-11-03 20:21:08 +00:00
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|