1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 03:35:27 +00:00
OpenMW/files/mygui/openmw_dialogue_window_layout.xml

36 lines
1.6 KiB
XML
Raw Normal View History

2010-11-03 21:21:08 +01: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 14:56:12 +01:00
<Widget type="TextBox" skin="HeaderText" position="0 0 588 18" name="NpcName" align="ALIGN_LEFT ALIGN_TOP">
2012-03-21 18:38:08 +01:00
<Property key="Caption" value="Name"/>
<Property key="TextAlign" value="ALIGN_CENTER"/>
2010-11-03 21:21:08 +01:00
</Widget>
<!-- The Dialogue history -->
2012-03-22 15:10:29 +01:00
<Widget type="DialogueHistory" skin="MW_TextBoxEdit" position="8 39 400 375" name="History" align="ALIGN_LEFT ALIGN_TOP STRETCH">
<Property key="Static" value="true"/>
<Property key="WordWrap" value="true"/>
<Property key="MultiLine" value="1" />
<Property key="VisibleVScroll" value="1" />
<!-- invisible box for receiving mouse events -->
<Widget type="Widget" skin="" position="0 0 400 375" name="EventBox" align="ALIGN_LEFT ALIGN_TOP STRETCH"/>
2010-11-03 21:21:08 +01:00
</Widget>
<!-- The disposition bar-->
2012-03-21 19:23:32 +01:00
<Widget type="ProgressBar" skin="MW_EnergyBar_Blue" position="432 39 132 18"
align="Right Top" name="Disposition">
<Widget type="EditBox" skin="MW_DispositionEdit" position_real = "0.25 0 0.5 1" name = "DispositionText"/>
</Widget>
2010-11-03 21:21:08 +01:00
<!-- The list of topics -->
2012-03-22 15:28:06 +01:00
<Widget type="ListBox" skin="MW_List" position="432 62 132 318" name="TopicsList">
2010-11-03 21:21:08 +01:00
</Widget>
<!-- The Goodbye button -->
<Widget type="Button" skin="MW_Button" position="432 387 132 23" name="ByeButton">
2012-03-21 18:38:08 +01:00
<Property key="Caption" value="Goodbye"/>
2010-11-03 21:21:08 +01:00
</Widget>
</Widget>
</MyGUI>