forked from mirror/openmw-tes3mp
fix all mygui.log warnings, fix journal
This commit is contained in:
parent
75d5714fe0
commit
6827aac42c
23 changed files with 123 additions and 125 deletions
|
@ -4,7 +4,7 @@
|
||||||
<Skin name = "TextBox" size = "16 16">
|
<Skin name = "TextBox" size = "16 16">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_DEFAULT" />
|
<Property key="TextAlign" value = "ALIGN_DEFAULT" />
|
||||||
<Property key="TextColour" value = "0.7 0.7 0.7" />
|
<Property key="TextColour" value = "0.7 0.7 0.7" />
|
||||||
|
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<!--Property key="FontName" value = "cards" /-->
|
<!--Property key="FontName" value = "cards" /-->
|
||||||
<!--Property key="FontName" value = "albertis"/-->
|
<!--Property key="FontName" value = "albertis"/-->
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_CENTER" />
|
<Property key="TextAlign" value = "ALIGN_CENTER" />
|
||||||
<Property key="TextColour" value = "0.6 0.6 0.6" />
|
<Property key="TextColour" value = "0.6 0.6 0.6" />
|
||||||
|
|
||||||
<Child type="Widget" skin="BTN_Left" offset="0 4 4 16" align="ALIGN_VSTRETCH ALIGN_LEFT"/>
|
<Child type="Widget" skin="BTN_Left" offset="0 4 4 16" align="ALIGN_VSTRETCH ALIGN_LEFT"/>
|
||||||
|
|
|
@ -15,16 +15,16 @@
|
||||||
|
|
||||||
<Widget type="TextBox" skin="HeaderText" position="0 0 162 18" name="SpecializationT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="0 0 162 18" name="SpecializationT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Specialization:"/>
|
<Property key="Caption" value="Specialization:"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="TextBox" skin="SandText" position="0 18 162 18" name="SpecializationName" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="SandText" position="0 18 162 18" name="SpecializationName" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<!-- Favorite Attributes -->
|
<!-- Favorite Attributes -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="0 41 162 18" name="FavoriteAttributesT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="0 41 162 18" name="FavoriteAttributesT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Favorite Attributes:"/>
|
<Property key="Caption" value="Favorite Attributes:"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="MWAttribute" skin="MW_StatName" position="0 59 162 18" name="FavoriteAttribute0" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWAttribute" skin="MW_StatName" position="0 59 162 18" name="FavoriteAttribute0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
<Widget type="MWAttribute" skin="MW_StatName" position="0 77 162 18" name="FavoriteAttribute1" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWAttribute" skin="MW_StatName" position="0 77 162 18" name="FavoriteAttribute1" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<!-- Major Skills -->
|
<!-- Major Skills -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="162 0 162 18" name="MajorSkillT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="162 0 162 18" name="MajorSkillT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Major Skills:"/>
|
<Property key="Caption" value="Major Skills:"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="MWSkill" skin="MW_StatName" position="162 18 162 18" name="MajorSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatName" position="162 18 162 18" name="MajorSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
<Widget type="MWSkill" skin="MW_StatName" position="162 36 162 18" name="MajorSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatName" position="162 36 162 18" name="MajorSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
<!-- Minor Skills -->
|
<!-- Minor Skills -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="325 0 162 18" name="MinorSkillT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="325 0 162 18" name="MinorSkillT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Minor Skills:"/>
|
<Property key="Caption" value="Minor Skills:"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="MWSkill" skin="MW_StatName" position="325 18 162 18" name="MinorSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatName" position="325 18 162 18" name="MinorSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
<Widget type="MWSkill" skin="MW_StatName" position="325 36 162 18" name="MinorSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatName" position="325 36 162 18" name="MinorSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<!-- Class name -->
|
<!-- Class name -->
|
||||||
<Widget type="TextBox" skin="ProgressText" position="12 12 48 30" name="LabelT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="ProgressText" position="12 12 48 30" name="LabelT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Name"/>
|
<Property key="Caption" value="Name"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_VCENTRE"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_VCENTRE"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="EditBox" skin="MW_TextEdit" position="62 12 250 30" name="EditName" align="ALIGN_HSTRETCH ALIGN_TOP"/>
|
<Widget type="EditBox" skin="MW_TextEdit" position="62 12 250 30" name="EditName" align="ALIGN_HSTRETCH ALIGN_TOP"/>
|
||||||
|
|
||||||
|
@ -13,16 +13,16 @@
|
||||||
<!-- Specialization -->
|
<!-- Specialization -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="0 0 156 18" name="SpecializationT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="0 0 156 18" name="SpecializationT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Specialization:"/>
|
<Property key="Caption" value="Specialization:"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="TextBox" skin="SandText" position="0 18 156 18" name="SpecializationName" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="SandText" position="0 18 156 18" name="SpecializationName" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<!-- Favorite Attributes -->
|
<!-- Favorite Attributes -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="0 41 156 18" name="FavoriteAttributesT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="0 41 156 18" name="FavoriteAttributesT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Favorite Attributes:"/>
|
<Property key="Caption" value="Favorite Attributes:"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="MWAttribute" skin="MW_StatNameButton" position="0 59 156 18" name="FavoriteAttribute0" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWAttribute" skin="MW_StatNameButton" position="0 59 156 18" name="FavoriteAttribute0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
<Widget type="MWAttribute" skin="MW_StatNameButton" position="0 77 156 18" name="FavoriteAttribute1" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWAttribute" skin="MW_StatNameButton" position="0 77 156 18" name="FavoriteAttribute1" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
<!-- Major Skills -->
|
<!-- Major Skills -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="156 0 158 18" name="MajorSkillT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="156 0 158 18" name="MajorSkillT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Major Skills:"/>
|
<Property key="Caption" value="Major Skills:"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="156 18 158 18" name="MajorSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatNameButton" position="156 18 158 18" name="MajorSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="156 36 158 18" name="MajorSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatNameButton" position="156 36 158 18" name="MajorSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
<!-- Minor Skills -->
|
<!-- Minor Skills -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="314 0 140 18" name="MinorSkillT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="314 0 140 18" name="MinorSkillT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Minor Skills:"/>
|
<Property key="Caption" value="Minor Skills:"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="314 18 140 18" name="MinorSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatNameButton" position="314 18 140 18" name="MinorSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="314 36 140 18" name="MinorSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatNameButton" position="314 36 140 18" name="MinorSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
<!-- Class text -->
|
<!-- Class text -->
|
||||||
<Widget type="TextBox" skin="SandText" position="32 152 265 18" name="ReflectT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="SandText" position="32 152 265 18" name="ReflectT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Your personality and past reflect a:"/>
|
<Property key="Caption" value="Your personality and past reflect a:"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_TOP ALIGN_HCENTER"/>
|
<Property key="TextAlign" value="ALIGN_TOP ALIGN_HCENTER"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="TextBox" skin="SandText" position="32 170 265 18" name="ClassName" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="SandText" position="32 170 265 18" name="ClassName" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="[Class]"/>
|
<Property key="Caption" value="[Class]"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_TOP ALIGN_HCENTER"/>
|
<Property key="TextAlign" value="ALIGN_TOP ALIGN_HCENTER"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<!-- Dialog buttons -->
|
<!-- Dialog buttons -->
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<!-- Appearance -->
|
<!-- Appearance -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="8 16 241 18" name="AppearanceT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="8 16 241 18" name="AppearanceT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Appearance"/>
|
<Property key="Caption" value="Appearance"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="Canvas" skin="MW_Box" position="8 39 241 230" name="AppearanceBox"/>
|
<Widget type="Canvas" skin="MW_Box" position="8 39 241 230" name="AppearanceBox"/>
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
<!-- Race -->
|
<!-- Race -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="261 16 132 18" name="RaceT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="261 16 132 18" name="RaceT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Race"/>
|
<Property key="Caption" value="Race"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="ListBox" skin="MW_List" position="264 39 132 161" name="RaceList">
|
<Widget type="ListBox" skin="MW_List" position="264 39 132 161" name="RaceList">
|
||||||
</Widget>
|
</Widget>
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
<!-- Spell powers -->
|
<!-- Spell powers -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="261 200 132 18" name="SpellPowerT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="261 200 132 18" name="SpellPowerT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Specials"/>
|
<Property key="Caption" value="Specials"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<!-- Spell power sub-widgets will be placed here, no skin to make it invisible -->
|
<!-- 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" />
|
<Widget type="Widget" skin="" position="261 220 132 140" name="SpellPowerList" />
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
<!-- Skill bonus -->
|
<!-- Skill bonus -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="403 39 159 18" name="SkillsT" align="ALIGN_LEFT ALIGN_TOP">
|
<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="Caption" value="Skill Bonus"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<!-- Skill bonus sub-widgets will be placed here, no skin to make it invisible -->
|
<!-- 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" />
|
<Widget type="Widget" skin="" position="403 59 159 360" name="SkillList" />
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<!-- Label -->
|
<!-- Label -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="0 0 186 18" name="LabelT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="0 0 186 18" name="LabelT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Choose a Specialization"/>
|
<Property key="Caption" value="Choose a Specialization"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<!-- Attribute list -->
|
<!-- Attribute list -->
|
||||||
|
|
|
@ -6,13 +6,13 @@
|
||||||
<!-- Label -->
|
<!-- Label -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="0 0 447 18" name="LabelT" align="ALIGN_HCENTRE ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="0 0 447 18" name="LabelT" align="ALIGN_HCENTRE ALIGN_TOP">
|
||||||
<Property key="Caption" value="Choose a Skill"/>
|
<Property key="Caption" value="Choose a Skill"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_HCENTRE ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_HCENTRE ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<!-- Combat list -->
|
<!-- Combat list -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="0 32 154 18" name="CombatLabelT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="0 32 154 18" name="CombatLabelT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Combat"/>
|
<Property key="Caption" value="Combat"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="0 50 154 18" name="CombatSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatNameButton" position="0 50 154 18" name="CombatSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="0 68 154 18" name="CombatSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatNameButton" position="0 68 154 18" name="CombatSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
<!-- Magic list -->
|
<!-- Magic list -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="158 32 154 18" name="MagicLabelT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="158 32 154 18" name="MagicLabelT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Magic"/>
|
<Property key="Caption" value="Magic"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="158 50 154 18" name="MagicSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatNameButton" position="158 50 154 18" name="MagicSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="158 68 154 18" name="MagicSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatNameButton" position="158 68 154 18" name="MagicSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
<!-- Stealth list -->
|
<!-- Stealth list -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="316 32 131 18" name="StealthLabelT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="316 32 131 18" name="StealthLabelT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Stealth"/>
|
<Property key="Caption" value="Stealth"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="316 50 131 18" name="StealthSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatNameButton" position="316 50 131 18" name="StealthSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="316 68 131 18" name="StealthSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
<Widget type="MWSkill" skin="MW_StatNameButton" position="316 68 131 18" name="StealthSkill1" align="ALIGN_LEFT ALIGN_TOP" />
|
||||||
|
|
|
@ -7,18 +7,18 @@
|
||||||
<!-- Label -->
|
<!-- Label -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="0 0 216 18" name="LabelT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="0 0 216 18" name="LabelT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Choose a Specialization"/>
|
<Property key="Caption" value="Choose a Specialization"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<!-- Specialization list -->
|
<!-- Specialization list -->
|
||||||
<Widget type="TextBox" skin="SandText" position="0 28 216 18" name="Specialization0" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="SandText" position="0 28 216 18" name="Specialization0" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Widget_AlignText" value="ALIGN_TOP ALIGN_HCENTRE"/>
|
<Property key="TextAlign" value="ALIGN_TOP ALIGN_HCENTRE"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="TextBox" skin="SandText" position="0 46 216 18" name="Specialization1" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="SandText" position="0 46 216 18" name="Specialization1" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Widget_AlignText" value="ALIGN_TOP ALIGN_HCENTRE"/>
|
<Property key="TextAlign" value="ALIGN_TOP ALIGN_HCENTRE"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="TextBox" skin="SandText" position="0 64 216 18" name="Specialization2" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="SandText" position="0 64 216 18" name="Specialization2" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Widget_AlignText" value="ALIGN_TOP ALIGN_HCENTRE"/>
|
<Property key="TextAlign" value="ALIGN_TOP ALIGN_HCENTRE"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<!-- Dialog buttons -->
|
<!-- Dialog buttons -->
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<Skin name = "MW_ConsoleWindow" size = "256 54">
|
<Skin name = "MW_ConsoleWindow" size = "256 54">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "17" />
|
<Property key="FontHeight" value = "17" />
|
||||||
<Property key="AlignText" value = "ALIGN_CENTER" />
|
<Property key="TextAlign" value = "ALIGN_CENTER" />
|
||||||
<Property key="TextColour" value = "0.8 0.8 0.8" />
|
<Property key="TextColour" value = "0.8 0.8 0.8" />
|
||||||
<Property key="Snap" value = "true" />
|
<Property key="Snap" value = "true" />
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
<Skin name = "MW_LogClient" size = "10 10">
|
<Skin name = "MW_LogClient" size = "10 10">
|
||||||
<Property key="FontName" value = "MonoFont" />
|
<Property key="FontName" value = "MonoFont" />
|
||||||
<Property key="AlignText" value = "Left Top" />
|
<Property key="TextAlign" value = "Left Top" />
|
||||||
<Property key="TextColour" value = "1 1 1" />
|
<Property key="TextColour" value = "1 1 1" />
|
||||||
<!--Property key="Pointer" value = "beam" /-->
|
<!--Property key="Pointer" value = "beam" /-->
|
||||||
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
|
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
<Skin name = "MW_EditClient" size = "10 10">
|
<Skin name = "MW_EditClient" size = "10 10">
|
||||||
<Property key="FontName" value = "MonoFont" />
|
<Property key="FontName" value = "MonoFont" />
|
||||||
<Property key="AlignText" value = "Left VCenter" />
|
<Property key="TextAlign" value = "Left VCenter" />
|
||||||
<Property key="TextColour" value = "1 1 1" />
|
<Property key="TextColour" value = "1 1 1" />
|
||||||
<!--Property key="Pointer" value = "beam" /-->
|
<!--Property key="Pointer" value = "beam" /-->
|
||||||
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
|
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<!-- Log window -->
|
<!-- Log window -->
|
||||||
<Widget type="EditBox" skin="MW_ConsoleLog" position="5 5 390 360" align="Stretch" name="list_History">
|
<Widget type="EditBox" skin="MW_ConsoleLog" position="5 5 390 360" align="Stretch" name="list_History">
|
||||||
<Property key="Edit_MultiLine" value="1"/>
|
<Property key="MultiLine" value="1"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<!-- Command line -->
|
<!-- Command line -->
|
||||||
|
|
|
@ -5,16 +5,16 @@
|
||||||
<!-- HEADER -->
|
<!-- HEADER -->
|
||||||
<Widget type="TextBox" skin="HeaderText" position="0 0 588 18" name="NpcName" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="HeaderText" position="0 0 588 18" name="NpcName" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Caption" value="Name"/>
|
<Property key="Caption" value="Name"/>
|
||||||
<Property key="Widget_AlignText" value="ALIGN_CENTER"/>
|
<Property key="TextAlign" value="ALIGN_CENTER"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<!-- The Dialogue history -->
|
<!-- The Dialogue history -->
|
||||||
<Widget type="DialogueHistory" skin="MW_TextBoxEdit" position="8 39 400 375" name="History" align="ALIGN_LEFT ALIGN_TOP STRETCH">
|
<Widget type="DialogueHistory" skin="MW_TextBoxEdit" position="8 39 400 375" name="History" align="ALIGN_LEFT ALIGN_TOP STRETCH">
|
||||||
<Property key="Edit_Static" value="true"/>
|
<Property key="Static" value="true"/>
|
||||||
<Property key="Edit_WordWrap" value="true"/>
|
<Property key="WordWrap" value="true"/>
|
||||||
<Property key="Text_FontHeight" value="18"/>
|
<Property key="FontHeight" value="18"/>
|
||||||
<Property key="Edit_MultiLine" value="1" />
|
<Property key="MultiLine" value="1" />
|
||||||
<Property key="Edit_VisibleVScroll" value="1" />
|
<Property key="VisibleVScroll" value="1" />
|
||||||
<!-- invisible box for receiving mouse events -->
|
<!-- invisible box for receiving mouse events -->
|
||||||
<Widget type="Widget" skin="" position="0 0 400 375" name="EventBox" align="ALIGN_LEFT ALIGN_TOP STRETCH"/>
|
<Widget type="Widget" skin="" position="0 0 400 375" name="EventBox" align="ALIGN_LEFT ALIGN_TOP STRETCH"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<Skin name="MW_DispositionEdit" size="0 0 50 50">
|
<Skin name="MW_DispositionEdit" size="0 0 50 50">
|
||||||
<Property key="FontName" value = "MonoFont" />
|
<Property key="FontName" value = "MonoFont" />
|
||||||
<Property key="AlignText" value = "Left Top" />
|
<Property key="TextAlign" value = "Left Top" />
|
||||||
<Property key="Colour" value = "0000FF" />
|
<Property key="Colour" value = "0000FF" />
|
||||||
<Property key="Static" value="1" />
|
<Property key="Static" value="1" />
|
||||||
<Property key="WordWrap" value = "true" />
|
<Property key="WordWrap" value = "true" />
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<Skin name="MW_TextEdit" size="512 20" texture="mwgui.png">
|
<Skin name="MW_TextEdit" size="512 20" texture="mwgui.png">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18"/>
|
<Property key="FontName" value = "MyGUI_CoreFont.18"/>
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_LEFT ALIGN_VCENTER" />
|
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_VCENTER" />
|
||||||
<Property key="TextColour" value = "0.6 0.6 0.6" />
|
<Property key="TextColour" value = "0.6 0.6 0.6" />
|
||||||
|
|
||||||
<BasisSkin type="SubSkin" offset = "0 0 512 2" align = "ALIGN_TOP ALIGN_HSTRETCH">
|
<BasisSkin type="SubSkin" offset = "0 0 512 2" align = "ALIGN_TOP ALIGN_HSTRETCH">
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
<Skin name="MW_TextBoxEdit" size="512 20" texture="mwgui.png">
|
<Skin name="MW_TextBoxEdit" size="512 20" texture="mwgui.png">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18"/>
|
<Property key="FontName" value = "MyGUI_CoreFont.18"/>
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_LEFT ALIGN_TOP" />
|
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_TOP" />
|
||||||
<Property key="TextColour" value = "0.6 0.6 0.6" />
|
<Property key="TextColour" value = "0.6 0.6 0.6" />
|
||||||
|
|
||||||
<BasisSkin type="SubSkin" offset = "0 0 512 2" align = "ALIGN_TOP ALIGN_HSTRETCH">
|
<BasisSkin type="SubSkin" offset = "0 0 512 2" align = "ALIGN_TOP ALIGN_HSTRETCH">
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<!-- Edit box -->
|
<!-- Edit box -->
|
||||||
<Widget type="Widget" skin="MW_Box" position="14 14 516 70" name="TextBox" align="ALIGN_TOP ALIGN_HCENTER">
|
<Widget type="Widget" skin="MW_Box" position="14 14 516 70" name="TextBox" align="ALIGN_TOP ALIGN_HCENTER">
|
||||||
<Widget type="TextBox" skin="SandText" position="4 4 508 62" name="Text" align="ALIGN_TOP ALIGN_HCENTER">
|
<Widget type="TextBox" skin="SandText" position="4 4 508 62" name="Text" align="ALIGN_TOP ALIGN_HCENTER">
|
||||||
<Property key="Edit_WordWrap" value="1" />
|
<Property key="WordWrap" value="1" />
|
||||||
</Widget>
|
</Widget>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
|
|
|
@ -4,20 +4,18 @@
|
||||||
|
|
||||||
<Widget type="Window" skin="" layer="Windows" align="Left|Top" position="00 200 512 256" name="_Main">
|
<Widget type="Window" skin="" layer="Windows" align="Left|Top" position="00 200 512 256" name="_Main">
|
||||||
|
|
||||||
<Widget type="ImageBox" skin="ImageBox" position_real="0 0 1 1" align="Top|Right" name="JImage">
|
<Widget type="ImageBox" skin="ImageBox" position_real="0 0 1 1" align="Top|Right" name="JImage">
|
||||||
<Property key="ImageTexture" value="textures\tx_menubook.dds"/>
|
<Property key="ImageTexture" value="textures\tx_menubook.dds"/>
|
||||||
<!--Property key="Image_Texture" value="mwgui.png"/-->
|
|
||||||
|
|
||||||
<Widget type="Button" skin="Next_btn" position="370 220 64 32" name="NextPageBTN">
|
<Widget type="Button" skin="Next_btn" position="370 220 64 32" name="NextPageBTN">
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<Widget type="Button" skin="Prev_btn" position="80 220 128 32" name="PrevPageBTN">
|
<Widget type="Button" skin="Prev_btn" position="80 220 128 32" name="PrevPageBTN">
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<Widget type="EditBox" skin="MW_BookPage" position_real="0.15 0.1 0.3 0.8" name = "LeftText"/>
|
<Widget type="EditBox" skin="MW_BookPage" position_real="0.15 0.1 0.3 0.8" name = "LeftText"/>
|
||||||
<Widget type="EditBox" skin="MW_BookPage" position_real="0.55 0.1 0.3 0.8" name = "RightText"/>
|
<Widget type="EditBox" skin="MW_BookPage" position_real="0.55 0.1 0.3 0.8" name = "RightText"/>
|
||||||
|
</Widget>
|
||||||
</Widget>
|
</Widget>
|
||||||
</Widget>
|
|
||||||
|
|
||||||
|
|
||||||
</MyGUI>
|
</MyGUI>
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<MyGUI type="Skin">
|
<MyGUI type="Skin">
|
||||||
<Skin name="Next_btn" size="64 32" texture="textures\tx_menubook_next_idle.dds">
|
<Skin name="Next_btn" size="64 32" texture="textures\tx_menubook_next_idle.dds">
|
||||||
<BasisSkin type="MainSkin" offset="0 0 64 32" align="ALIGN_VSTRETCH">
|
<BasisSkin type="MainSkin" offset="0 0 64 32" align="ALIGN_VSTRETCH">
|
||||||
<State name="normal" offset="0 0 64 32"/>
|
<State name="normal" offset="0 0 64 32"/>
|
||||||
</BasisSkin>
|
</BasisSkin>
|
||||||
</Skin>
|
</Skin>
|
||||||
|
|
||||||
<Skin name="Prev_btn" size="128 32" texture="textures\tx_menubook_prev_idle.dds">
|
<Skin name="Prev_btn" size="128 32" texture="textures\tx_menubook_prev_idle.dds">
|
||||||
<BasisSkin type="MainSkin" offset="0 0 128 32" align="ALIGN_VSTRETCH">
|
<BasisSkin type="MainSkin" offset="0 0 128 32" align="ALIGN_VSTRETCH">
|
||||||
<State name="normal" offset="0 0 128 32"/>
|
<State name="normal" offset="0 0 128 32"/>
|
||||||
</BasisSkin>
|
</BasisSkin>
|
||||||
</Skin>
|
</Skin>
|
||||||
|
|
||||||
<Skin name = "MW_BookClient" size = "10 10">
|
<Skin name = "MW_BookClient" size = "10 10">
|
||||||
<Property key="FontName" value = "MonoFont" />
|
<Property key="FontName" value = "MonoFont" />
|
||||||
<Property key="AlignText" value = "Left Top" />
|
<Property key="TextAlign" value = "Left Top" />
|
||||||
<Property key="TextColour" value = "0000FF" />
|
<Property key="TextColour" value = "0000FF" />
|
||||||
<!--Property key="Pointer" value = "beam" /-->
|
<!--Property key="Pointer" value = "beam" /-->
|
||||||
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
|
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
<Skin name="MW_BookPage" size="0 0 50 50">
|
<Skin name="MW_BookPage" size="0 0 50 50">
|
||||||
<Property key="WordWrap" value = "true" />
|
<Property key="WordWrap" value = "true" />
|
||||||
<Child type="Widget" skin="MW_BookClient" offset="0 0 35 10" align = "ALIGN_STRETCH" name = "Client"/>
|
<Child type="TextBox" skin="MW_BookClient" offset="0 0 35 10" align = "ALIGN_STRETCH" name = "Client"/>
|
||||||
<!--Child type="ScrollBar" skin="VScroll" offset = "35 0 15 50" align = "Right VStretch" name = "VScroll"/-->
|
<!--Child type="ScrollBar" skin="VScroll" offset = "35 0 15 50" align = "Right VStretch" name = "VScroll"/-->
|
||||||
</Skin>
|
</Skin>
|
||||||
</MyGUI>
|
</MyGUI>
|
||||||
|
|
|
@ -169,7 +169,7 @@
|
||||||
<Skin name = "HeaderText" size = "16 16">
|
<Skin name = "HeaderText" size = "16 16">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18"/>
|
<Property key="FontName" value = "MyGUI_CoreFont.18"/>
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_CENTER" />
|
<Property key="TextAlign" value = "ALIGN_CENTER" />
|
||||||
<Property key="TextColour" value = "0.82 0.74 0.58" />
|
<Property key="TextColour" value = "0.82 0.74 0.58" />
|
||||||
|
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||||
|
@ -179,7 +179,7 @@
|
||||||
<Skin name = "MW_ListLine" size = "5 5" texture="mwgui.png">
|
<Skin name = "MW_ListLine" size = "5 5" texture="mwgui.png">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_LEFT ALIGN_VCENTER" />
|
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_VCENTER" />
|
||||||
|
|
||||||
<BasisSkin type="SimpleText" offset = "2 0 1 5" align = "ALIGN_STRETCH">
|
<BasisSkin type="SimpleText" offset = "2 0 1 5" align = "ALIGN_STRETCH">
|
||||||
<State name="normal" colour = "0.70 0.57 0.33"/>
|
<State name="normal" colour = "0.70 0.57 0.33"/>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<Skin name = "ProgressText" size = "16 16">
|
<Skin name = "ProgressText" size = "16 16">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18"/>
|
<Property key="FontName" value = "MyGUI_CoreFont.18"/>
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_CENTER" />
|
<Property key="TextAlign" value = "ALIGN_CENTER" />
|
||||||
<Property key="TextColour" value = "0.75 0.6 0.35" />
|
<Property key="TextColour" value = "0.75 0.6 0.35" />
|
||||||
|
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<Skin name = "NormalText" size = "16 16">
|
<Skin name = "NormalText" size = "16 16">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_LEFT ALIGN_BOTTOM" />
|
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_BOTTOM" />
|
||||||
<Property key="TextColour" value = "0.87 0.78 0.62" />
|
<Property key="TextColour" value = "0.87 0.78 0.62" />
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||||
</Skin>
|
</Skin>
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
<Skin name = "NumFPS" size = "16 16">
|
<Skin name = "NumFPS" size = "16 16">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_HCENTER ALIGN_BOTTOM" />
|
<Property key="TextAlign" value = "ALIGN_HCENTER ALIGN_BOTTOM" />
|
||||||
<Property key="TextColour" value = "1 1 1" />
|
<Property key="TextColour" value = "1 1 1" />
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||||
</Skin>
|
</Skin>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<Skin name = "SandText" size = "16 16">
|
<Skin name = "SandText" size = "16 16">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_LEFT ALIGN_BOTTOM" />
|
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_BOTTOM" />
|
||||||
<Property key="TextColour" value = "0.75 0.6 0.35" />
|
<Property key="TextColour" value = "0.75 0.6 0.35" />
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||||
</Skin>
|
</Skin>
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
<Skin name = "SandTextC" size = "16 16">
|
<Skin name = "SandTextC" size = "16 16">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "TOP HCENTER" />
|
<Property key="TextAlign" value = "TOP HCENTER" />
|
||||||
<Property key="TextColour" value = "0.75 0.6 0.35" />
|
<Property key="TextColour" value = "0.75 0.6 0.35" />
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||||
</Skin>
|
</Skin>
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
<Skin name = "SandTextRight" size = "16 16">
|
<Skin name = "SandTextRight" size = "16 16">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_RIGHT ALIGN_BOTTOM" />
|
<Property key="TextAlign" value = "ALIGN_RIGHT ALIGN_BOTTOM" />
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH">
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH">
|
||||||
<State name="normal" colour = "0.75 0.6 0.35"/>
|
<State name="normal" colour = "0.75 0.6 0.35"/>
|
||||||
<State name="increased" colour = "0.757 0.679 0.539"/>
|
<State name="increased" colour = "0.757 0.679 0.539"/>
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
<Skin name = "SandBrightText" size = "16 16">
|
<Skin name = "SandBrightText" size = "16 16">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_LEFT ALIGN_BOTTOM" />
|
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_BOTTOM" />
|
||||||
<Property key="TextColour" value = "0.85 0.76 0.60" />
|
<Property key="TextColour" value = "0.85 0.76 0.60" />
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||||
</Skin>
|
</Skin>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<Skin name = "DaedricText" size = "16 16">
|
<Skin name = "DaedricText" size = "16 16">
|
||||||
<Property key="FontName" value = "daedric36" />
|
<Property key="FontName" value = "daedric36" />
|
||||||
<Property key="FontHeight" value = "36" />
|
<Property key="FontHeight" value = "36" />
|
||||||
<Property key="AlignText" value = "ALIGN_DEFAULT" />
|
<Property key="TextAlign" value = "ALIGN_DEFAULT" />
|
||||||
<Property key="TextColour" value = "1 1 1" />
|
<Property key="TextColour" value = "1 1 1" />
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||||
</Skin>
|
</Skin>
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
<Skin name = "DaedricText_orig" size = "16 16">
|
<Skin name = "DaedricText_orig" size = "16 16">
|
||||||
<Property key="FontName" value = "daedric_orig36" />
|
<Property key="FontName" value = "daedric_orig36" />
|
||||||
<Property key="FontHeight" value = "36" />
|
<Property key="FontHeight" value = "36" />
|
||||||
<Property key="AlignText" value = "ALIGN_DEFAULT" />
|
<Property key="TextAlign" value = "ALIGN_DEFAULT" />
|
||||||
<Property key="TextColour" value = "1 1 1" />
|
<Property key="TextColour" value = "1 1 1" />
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||||
</Skin>
|
</Skin>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<!-- Appearance -->
|
<!-- Appearance -->
|
||||||
<Widget type="TextBox" skin="ProgressText" position="10 12 300 18" name="LabelT" align="ALIGN_LEFT ALIGN_TOP">
|
<Widget type="TextBox" skin="ProgressText" position="10 12 300 18" name="LabelT" align="ALIGN_LEFT ALIGN_TOP">
|
||||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
<Property key="TextAlign" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="EditBox" skin="MW_TextEdit" position="10 28 300 30" name="TextEdit" align="ALIGN_LEFT ALIGN_TOP"/>
|
<Widget type="EditBox" skin="MW_TextEdit" position="10 28 300 30" name="TextEdit" align="ALIGN_LEFT ALIGN_TOP"/>
|
||||||
|
|
||||||
|
|
|
@ -197,7 +197,7 @@
|
||||||
-->
|
-->
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_CENTER" />
|
<Property key="TextAlign" value = "ALIGN_CENTER" />
|
||||||
<Property key="TextColour" value = "0.75 0.62 0.36" />
|
<Property key="TextColour" value = "0.75 0.62 0.36" />
|
||||||
|
|
||||||
<BasisSkin type="SubSkin" offset="0 0 88 20" align="ALIGN_STRETCH">
|
<BasisSkin type="SubSkin" offset="0 0 88 20" align="ALIGN_STRETCH">
|
||||||
|
@ -223,7 +223,7 @@
|
||||||
<Skin name = "MW_Window" size = "256 54">
|
<Skin name = "MW_Window" size = "256 54">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_CENTER" />
|
<Property key="TextAlign" value = "ALIGN_CENTER" />
|
||||||
<Property key="TextColour" value = "0.8 0.8 0.8" />
|
<Property key="TextColour" value = "0.8 0.8 0.8" />
|
||||||
<Property key="Snap" value = "true" />
|
<Property key="Snap" value = "true" />
|
||||||
|
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
<Skin name = "MW_Dialog" size = "256 54">
|
<Skin name = "MW_Dialog" size = "256 54">
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_CENTER" />
|
<Property key="TextAlign" value = "ALIGN_CENTER" />
|
||||||
<Property key="TextColour" value = "0.8 0.8 0.8" />
|
<Property key="TextColour" value = "0.8 0.8 0.8" />
|
||||||
|
|
||||||
<Child type="Widget" skin="DialogBG" offset = "4 4 248 46" align = "ALIGN_STRETCH" name = "Client"/>
|
<Child type="Widget" skin="DialogBG" offset = "4 4 248 46" align = "ALIGN_STRETCH" name = "Client"/>
|
||||||
|
|
Loading…
Reference in a new issue