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.
71 lines
3.5 KiB
XML
71 lines
3.5 KiB
XML
<?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">
|
|
|
|
<!-- Appearance -->
|
|
<Widget type="TextBox" skin="HeaderText" position="8 16 241 18" name="AppearanceT" align="ALIGN_LEFT ALIGN_TOP">
|
|
<Property key="Caption" value="Appearance"/>
|
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
|
</Widget>
|
|
<Widget type="Canvas" skin="MW_Box" position="8 39 241 230" name="AppearanceBox"/>
|
|
|
|
<!-- Sliders -->
|
|
<!-- Rotation of head -->
|
|
<Widget type="HScroll" skin="MW_HScroll" position="8 276 241 14" name="HeadRotate"/>
|
|
|
|
<!-- Gender choice -->
|
|
<Widget type="Button" skin="MW_ScrollLeft" position="8 298 14 14" name="PrevGenderButton"/>
|
|
<Widget type="TextBox" skin="HeaderText" position="14 298 227 14" name="GenderChoiceT">
|
|
<Property key="Caption" value="Change Sex"/>
|
|
</Widget>
|
|
<Widget type="Button" skin="MW_ScrollRight" position="235 298 14 14" name="NextGenderButton"/>
|
|
|
|
<!-- Face choice -->
|
|
<Widget type="Button" skin="MW_ScrollLeft" position="8 320 14 14" name="PrevFaceButton"/>
|
|
<Widget type="TextBox" skin="HeaderText" position="14 320 227 14" name="FaceChoiceT">
|
|
<Property key="Caption" value="Change Face"/>
|
|
</Widget>
|
|
<Widget type="Button" skin="MW_ScrollRight" position="235 320 14 14" name="NextFaceButton"/>
|
|
|
|
<!-- Hair choice -->
|
|
<Widget type="Button" skin="MW_ScrollLeft" position="8 342 14 14" name="PrevHairButton"/>
|
|
<Widget type="TextBox" skin="HeaderText" position="14 342 227 14" name="HairChoiceT">
|
|
<Property key="Caption" value="Change Hair"/>
|
|
</Widget>
|
|
<Widget type="Button" skin="MW_ScrollRight" position="235 342 14 14" name="NextHairButton"/>
|
|
|
|
<!-- Race -->
|
|
<Widget type="TextBox" skin="HeaderText" position="261 16 132 18" name="RaceT" align="ALIGN_LEFT ALIGN_TOP">
|
|
<Property key="Caption" value="Race"/>
|
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
|
</Widget>
|
|
<Widget type="ListBox" skin="MW_List" position="264 39 132 161" name="RaceList">
|
|
</Widget>
|
|
|
|
<!-- Spell powers -->
|
|
<Widget type="TextBox" skin="HeaderText" position="261 200 132 18" name="SpellPowerT" align="ALIGN_LEFT ALIGN_TOP">
|
|
<Property key="Caption" value="Specials"/>
|
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
|
</Widget>
|
|
<!-- Spell power sub-widgets will be placed here, no skin to make it invisible -->
|
|
<Widget type="Widget" skin="" position="261 220 132 140" name="SpellPowerList" />
|
|
|
|
<!-- Skill bonus -->
|
|
<Widget type="TextBox" skin="HeaderText" position="403 39 159 18" name="SkillsT" align="ALIGN_LEFT ALIGN_TOP">
|
|
<Property key="Caption" value="Skill Bonus"/>
|
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
|
</Widget>
|
|
<!-- Skill bonus sub-widgets will be placed here, no skin to make it invisible -->
|
|
<Widget type="Widget" skin="" position="403 59 159 360" name="SkillList" />
|
|
|
|
<!-- Dialog buttons -->
|
|
<Widget type="Button" skin="MW_Button" position="471 397 53 23" name="BackButton">
|
|
<Property key="Caption" value="Back"/>
|
|
</Widget>
|
|
<Widget type="Button" skin="MW_Button" position="532 397 42 23" name="OKButton">
|
|
<Property key="Caption" value="OK"/>
|
|
</Widget>
|
|
</Widget>
|
|
</MyGUI>
|