Merge remote-tracking branch 'lazaroth/layout_updates_2'

actorid
Marc Zinnschlag 12 years ago
commit 1884c6054e

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 588 414" name="_Main">
<Widget type="Window" skin="MW_Window_NoCaption" layer="Windows" position="0 0 588 444" name="_Main">
<Property key="MinSize" value="420 360"/>
<!-- Name -->
@ -10,7 +11,7 @@
<Property key="TextAlign" value="Left"/>
</Widget>
<Widget type="EditBox" skin="MW_TextEdit" position="70 10 500 24" name="NameEdit"/>
<Widget type="EditBox" skin="MW_TextEdit" position="70 10 492 24" align="Top Left HStretch" name="NameEdit"/>
<!-- Apparatus -->
@ -71,7 +72,7 @@
<!-- Available Ingredients -->
<Widget type="ItemView" skin="MW_ItemView" position="10 206 560 158" name="ItemView" align="Left Top Stretch"/>
<Widget type="ItemView" skin="MW_ItemView" position="10 206 552 158" name="ItemView" align="Left Top Stretch"/>
<!-- Created Effects -->
@ -81,14 +82,14 @@
<Property key="TextAlign" value="Left"/>
</Widget>
<Widget type="Widget" skin="MW_Box" position="250 66 320 130">
<Widget type="Widget" skin="" position="4 4 316 122" name="CreatedEffects"/>
<Widget type="Widget" skin="MW_Box" position="250 66 312 130" align="Top Left HStretch">
<Widget type="Widget" skin="" position="4 4 316 122" name="CreatedEffects" align="HStretch"/>
</Widget>
<!-- Buttons -->
<Widget type="HBox" skin="" position="110 372 460 24">
<Widget type="HBox" skin="" position="110 374 452 24" align="Bottom Right">
<Widget type="Widget">
<UserString key="HStretch" value="true"/>
@ -105,4 +106,4 @@
</Widget>
</Widget>
</MyGUI>
</MyGUI>

@ -41,8 +41,8 @@
<Property key="TextColour" value="0 0 0"/>
</Widget>
<Widget type="Widget" skin="" position="30 22 240 300" name = "LeftPage"/>
<Widget type="Widget" skin="" position="300 22 240 300" name = "RightPage"/>
<Widget type="Widget" skin="" position="30 22 240 300" name="LeftPage"/>
<Widget type="Widget" skin="" position="300 22 240 300" name="RightPage"/>
</Widget>
</Widget>
</Widget>

@ -42,23 +42,23 @@ as around the sections of the stats window, or around popup info windows -->
</BasisSkin>
</Skin>
<Skin name="IB_TL" size="2 2" texture="textures\menu_thin_border_top_left_corner.dds">
<BasisSkin type="MainSkin" offset = "0 0 2 2">
<State name="normal" offset = "0 0 2 2"/>
<BasisSkin type="MainSkin" offset="0 0 2 2">
<State name="normal" offset="0 0 2 2"/>
</BasisSkin>
</Skin>
<Skin name="IB_TR" size="2 2" texture="textures\menu_thin_border_top_right_corner.dds">
<BasisSkin type="MainSkin" offset = "0 0 2 2">
<State name="normal" offset = "0 0 2 2"/>
<BasisSkin type="MainSkin" offset="0 0 2 2">
<State name="normal" offset="0 0 2 2"/>
</BasisSkin>
</Skin>
<Skin name="IB_BL" size="2 2" texture="textures\menu_thin_border_bottom_left_corner.dds">
<BasisSkin type="MainSkin" offset = "0 0 2 2">
<State name="normal" offset = "0 0 2 2"/>
<BasisSkin type="MainSkin" offset="0 0 2 2">
<State name="normal" offset="0 0 2 2"/>
</BasisSkin>
</Skin>
<Skin name="IB_BR" size="2 2" texture="textures\menu_thin_border_bottom_right_corner.dds">
<BasisSkin type="MainSkin" offset = "0 0 2 2">
<State name="normal" offset = "0 0 2 2"/>
<BasisSkin type="MainSkin" offset="0 0 2 2">
<State name="normal" offset="0 0 2 2"/>
</BasisSkin>
</Skin>

@ -39,30 +39,30 @@
</BasisSkin>
</Skin>
<Skin name="BTN_TopLeft" size="4 4" texture="textures\menu_button_frame_top_left_corner.dds">
<BasisSkin type="MainSkin" offset = "0 0 4 4">
<State name="normal" offset = "0 0 4 4"/>
<BasisSkin type="MainSkin" offset="0 0 4 4">
<State name="normal" offset="0 0 4 4"/>
</BasisSkin>
</Skin>
<Skin name="BTN_TopRight" size="4 4" texture="textures\menu_button_frame_top_right_corner.dds">
<BasisSkin type="MainSkin" offset = "0 0 4 4">
<State name="normal" offset = "0 0 4 4"/>
<BasisSkin type="MainSkin" offset="0 0 4 4">
<State name="normal" offset="0 0 4 4"/>
</BasisSkin>
</Skin>
<Skin name="BTN_BottomLeft" size="4 4" texture="textures\menu_button_frame_bottom_left_corner.dds">
<BasisSkin type="MainSkin" offset = "0 0 4 4">
<State name="normal" offset = "0 0 4 4"/>
<BasisSkin type="MainSkin" offset="0 0 4 4">
<State name="normal" offset="0 0 4 4"/>
</BasisSkin>
</Skin>
<Skin name="BTN_BottomRight" size="4 4" texture="textures\menu_button_frame_bottom_right_corner.dds">
<BasisSkin type="MainSkin" offset = "0 0 4 4">
<State name="normal" offset = "0 0 4 4"/>
<BasisSkin type="MainSkin" offset="0 0 4 4">
<State name="normal" offset="0 0 4 4"/>
</BasisSkin>
</Skin>
<!-- Button widget -->
<Skin name="MW_Button" size="136 24">
<Property key="FontName" value = "Default"/>
<Property key="TextAlign" value = "Center" />
<Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center" />
<Child type="Widget" skin="BTN_Left" offset="0 4 4 16" align="VStretch Left"/>
<Child type="Widget" skin="BTN_Right" offset="132 4 4 16" align="VStretch Right"/>

@ -5,9 +5,9 @@
<!-- Edit box -->
<Widget type="Widget" skin="MW_Box" position="14 14 220 192" align="Stretch" name = "Client"/>
<Widget type="Widget" skin="MW_Box" position="14 14 220 192" align="Stretch" name="Client"/>
<Widget type="EditBox" skin="MW_TextBoxEdit" position="14 14 220 192" name="TextEdit" align="Left Top STRETCH">
<Widget type="EditBox" skin="MW_TextBoxEdit" position="14 14 220 192" name="TextEdit" align="Left Top Stretch">
<Property key="MultiLine" value="1" />
<Property key="VisibleVScroll" value="1" />
<Property key="WordWrap" value="1" />

@ -2,6 +2,7 @@
<MyGUI type="Layout">
<Widget type="Window" skin="MW_Window" layer="Windows" position="0 0 600 300" name="_Main">
<Property key="MinSize" value="245 145"/>
<!-- Items -->
<Widget type="ItemView" skin="MW_ItemView" position="5 5 575 225" name="ItemView" align="Left Top Stretch">

@ -5,9 +5,9 @@
<Property key="Visible" value="false"/>
<Widget type="EditBox" skin="MW_TextEditClient" position="8 8 284 400" name="Message" align="Left Top Stretch">
<Property key="FontName" value = "Default" />
<Property key="FontName" value="Default" />
<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" />
<Property key="Static" value="true"/>
<Property key="WordWrap" value="true"/>
<Property key="MultiLine" value="true" />

@ -2,17 +2,17 @@
<MyGUI type="Layout">
<Widget type="Window" skin="MW_Window" position="0 0 400 400" layer="Console" name="_Main">
<Property key="Caption" value="#{sConsoleTitle}"/>
<Property key="MinSize" value="200 100"/>
<Property key="MinSize" value="405 245"/>
<Property key="MaxSize" value="2000 2000"/>
<Property key="Visible" value="false"/>
<!-- Log window -->
<Widget type="EditBox" skin="MW_ConsoleLog" position="5 5 380 330" align="Stretch" name="list_History">
<Widget type="EditBox" skin="MW_ConsoleLog" position="5 5 380 328" align="Stretch" name="list_History">
<Property key="MultiLine" value="1"/>
</Widget>
<!-- Command line -->
<Widget type="EditBox" skin="MW_ConsoleCommand" position="0 335 382 28" align="HStretch Bottom" name="edit_Command"/>
<Widget type="EditBox" skin="MW_ConsoleCommand" position="2 335 380 28" align="HStretch Bottom" name="edit_Command"/>
</Widget>
</MyGUI>

@ -1,32 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Skin">
<Skin name = "MW_LogClient" size = "10 10">
<Property key="FontName" value = "MonoFont" />
<Property key="TextAlign" value = "Left Top" />
<Property key="TextColour" value = "1 1 1" />
<!--Property key="Pointer" value = "beam" /-->
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
<Skin name="MW_LogClient" size="10 10">
<Property key="FontName" value="MonoFont" />
<Property key="TextAlign" value="Left Top" />
<Property key="TextColour" value="1 1 1" />
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
</Skin>
<!-- The edit control used for entering commands -->
<Skin name = "MW_ConsoleCommand" size = "29 26">
<Child type="TextBox" skin="MW_EditClient" offset = "2 1 23 22" align = "Stretch" name = "Client"/>
<Skin name="MW_ConsoleCommand" size="29 28">
<Child type="TextBox" skin="MW_EditClient" offset="2 1 23 22" align="Bottom Stretch" name="Client"/>
<Child type="Widget" skin="MW_BarFrame" offset="0 0 29 26" align="Stretch"/>
<Child type="Widget" skin="MW_Box" offset="0 0 29 26" align="Bottom Stretch"/>
</Skin>
<Skin name="MW_ConsoleLog" size="0 0 50 50">
<Property key="WordWrap" value = "true" />
<Child type="TextBox" skin="MW_LogClient" offset="0 0 35 10" align = "Stretch" name = "Client"/>
<!--Child type="VScroll" skin="VScroll" offset = "35 0 15 50" align = "Right VStretch" name = "VScroll"/-->
<Property key="WordWrap" value="true" />
<Child type="TextBox" skin="MW_LogClient" offset="0 0 35 10" align="Stretch" name="Client"/>
</Skin>
<Skin name = "MW_EditClient" size = "10 10">
<Property key="FontName" value = "MonoFont" />
<Property key="TextAlign" value = "Left VCenter" />
<Property key="TextColour" value = "1 1 1" />
<!--Property key="Pointer" value = "beam" /-->
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
<Skin name="MW_EditClient" size="10 10">
<Property key="FontName" value="MonoFont" />
<Property key="TextAlign" value="Left VCenter" />
<Property key="TextColour" value="1 1 1" />
<!--Property key="Pointer" value="beam" /-->
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
</Skin>
</MyGUI>

@ -2,6 +2,7 @@
<MyGUI type="Layout">
<Widget type="Window" skin="MW_Window" layer="Windows" position="0 0 600 300" name="_Main">
<Property key="MinSize" value="245 145"/>
<!-- Items -->
<Widget type="ItemView" skin="MW_ItemView" position="5 5 575 225" name="ItemView" align="Left Top Stretch">

@ -2,8 +2,9 @@
<MyGUI type="Layout">
<Widget type="Window" skin="MW_Window" layer="Windows" position="0 0 588 433" name="_Main">
<Property key="MinSize" value="380 230"/>
<Widget type="Widget" skin="MW_Box" position="8 8 415 381" align="Stretch" name = "Client"/>
<Widget type="Widget" skin="MW_Box" position="8 8 415 381" align="Stretch" name="Client"/>
<Widget type="Widget" position="13 13 391 371" align="Left Top Stretch">
<Widget type="BookPage" skin="MW_BookPage" position="0 0 391 371" name="History" align="Left Top Stretch">
@ -17,7 +18,7 @@
<!-- The disposition bar-->
<Widget type="ProgressBar" skin="MW_EnergyBar_Blue" position="432 8 132 18"
align="Right Top" name="Disposition">
<Widget type="EditBox" skin="MW_DispositionEdit" position_real = "0 0 1 1" align="Stretch" name = "DispositionText"/>
<Widget type="EditBox" skin="MW_DispositionEdit" position_real="0 0 1 1" align="Stretch" name="DispositionText"/>
</Widget>
<!-- The list of topics -->
<Widget type="MWList" skin="MW_SimpleList" position="432 31 132 328" name="TopicsList" align="Right VStretch">

@ -2,18 +2,18 @@
<MyGUI type="Skin">
<Skin name = "MW_DispEdit" size = "10 10">
<!--Property key="Pointer" value = "beam" /-->
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
<Skin name="MW_DispEdit" size="10 10">
<!--Property key="Pointer" value="beam" /-->
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
</Skin>
<Skin name="MW_DispositionEdit" size="0 0 50 50">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "Center" />
<Property key="Colour" value = "0000FF" />
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Center" />
<Property key="Colour" value="0000FF" />
<Property key="Static" value="1" />
<Property key="WordWrap" value = "true" />
<Child type="TextBox" skin="MW_DispEdit" offset="0 0 0 -4" align = "Stretch" name = "Client"/>
<Property key="WordWrap" value="true" />
<Child type="TextBox" skin="MW_DispEdit" offset="0 0 0 -4" align="Stretch" name="Client"/>
</Skin>
</MyGUI>

@ -4,15 +4,15 @@
<!-- Text edit widget -->
<Skin name = "MW_TextEditClient" size = "10 10">
<Skin name="MW_TextEditClient" size="10 10">
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
</Skin>
<Skin name = "MW_TextBoxEditClient" size = "10 10">
<Skin name="MW_TextBoxEditClient" size="10 10">
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
</Skin>
@ -20,13 +20,13 @@
<!-- Input -->
<Property key="FontName" value = "Default"/>
<Property key="FontName" value="Default"/>
<Property key="TextAlign" value = "Left VCenter" />
<Property key="TextAlign" value="Left VCenter" />
<Property key="TextColour" value = "0.75 0.6 0.35" />
<Property key="TextColour" value="0.75 0.6 0.35" />
<Child type="TextBox" skin="MW_TextEditClient" offset = "2 2 508 18" align = "Stretch" name = "Client"/>
<Child type="TextBox" skin="MW_TextEditClient" offset="2 2 508 18" align="Stretch" name="Client"/>
<!-- Borders -->
@ -37,15 +37,15 @@
<Skin name="MW_TextBoxEdit" size="512 20">
<Property key="FontName" value = "Default"/>
<Property key="FontName" value="Default"/>
<Property key="TextAlign" value = "Left Top" />
<Property key="TextAlign" value="Left Top" />
<Property key="TextColour" value = "0.75 0.6 0.35" />
<Property key="TextColour" value="0.75 0.6 0.35" />
<Child type="TextBox" skin="MW_TextBoxEditClient" offset = "2 2 490 18" align = "Stretch" name = "Client"/>
<Child type="TextBox" skin="MW_TextBoxEditClient" offset="2 2 490 18" align="Stretch" name="Client"/>
<Child type="MWScrollBar" skin="MW_VScroll" offset = "494 3 14 14" align = "Right VStretch" name = "VScroll"/>
<Child type="MWScrollBar" skin="MW_VScroll" offset="494 3 14 14" align="Right VStretch" name="VScroll"/>
</Skin>

@ -32,7 +32,7 @@
<Property key="NeedMouse" value="false"/>
</Widget>
</Widget>
<!-- Drowning bar -->
<Widget type="Widget" skin="HUD_Box" position="0 36 220 56" align="Center Top" name="DrowningFrame">
<Property key="Visible" value="false"/>
@ -46,7 +46,7 @@
<Property key="NeedMouse" value="false"/>
</Widget>
</Widget>
<!-- Equipped weapon/selected spell name display for a few seconds after it changes -->
<Widget type="TextBox" skin="SandText" position="13 118 270 24" name="WeaponSpellName" align="Left Bottom HStretch">
<Property key="Visible" value="false"/>

@ -3,83 +3,75 @@
<MyGUI type="Skin">
<!-- Energy bar frame graphics -->
<Skin name="HUD_Bar_Top" size="64 2" texture="textures\menu_small_energy_bar_top.dds">
<BasisSkin type="MainSkin" offset = "0 0 64 2">
<State name="normal" offset = "0 0 64 2"/>
<BasisSkin type="MainSkin" offset="0 0 64 2">
<State name="normal" offset="0 0 64 2"/>
</BasisSkin>
</Skin>
<Skin name="HUD_Bar_Bottom" size="64 2" texture="textures\menu_small_energy_bar_bottom.dds">
<BasisSkin type="MainSkin" offset = "0 0 64 2">
<State name="normal" offset = "0 0 64 2"/>
<BasisSkin type="MainSkin" offset="0 0 64 2">
<State name="normal" offset="0 0 64 2"/>
</BasisSkin>
</Skin>
<Skin name="HUD_Bar_Side" size="2 8" texture="textures\menu_small_energy_bar_vert.dds">
<BasisSkin type="MainSkin" offset = "0 0 2 8">
<State name="normal" offset = "0 0 2 8"/>
<BasisSkin type="MainSkin" offset="0 0 2 8">
<State name="normal" offset="0 0 2 8"/>
</BasisSkin>
</Skin>
<Skin name="MW_BarFrame" size="64 12">
<!-- Edges -->
<Child type="Widget" skin="HUD_Bar_Top" offset="0 0 64 2" align="HStretch Top"/>
<Child type="Widget" skin="HUD_Bar_Bottom" offset="0 10 64 2" align="HStretch Bottom"/>
<Child type="Widget" skin="HUD_Bar_Side" offset="0 2 2 8" align="VStretch Left"/>
<Child type="Widget" skin="HUD_Bar_Side" offset="62 2 2 8" align="VStretch Right"/>
</Skin>
<!-- Progress bar track, various colors -->
<Skin name = "MW_BarTrack_Red" size = "4 8" texture = "smallbars.png" >
<BasisSkin type="MainSkin" offset = "0 0 4 8" align = "Stretch">
<State name="normal" offset = "0 0 4 8"/>
<Skin name="MW_BarTrack_Red" size="4 8" texture="smallbars.png" >
<BasisSkin type="MainSkin" offset="0 0 4 8" align="Stretch">
<State name="normal" offset="0 0 4 8"/>
</BasisSkin>
</Skin>
<Skin name = "MW_BarTrack_Green" size = "4 8" texture = "smallbars.png" >
<BasisSkin type="MainSkin" offset = "0 0 4 8" align = "Stretch">
<State name="normal" offset = "0 16 4 8"/>
<Skin name="MW_BarTrack_Green" size="4 8" texture="smallbars.png" >
<BasisSkin type="MainSkin" offset="0 0 4 8" align="Stretch">
<State name="normal" offset="0 16 4 8"/>
</BasisSkin>
</Skin>
<Skin name = "MW_BarTrack_Blue" size = "4 8" texture = "smallbars.png" >
<BasisSkin type="MainSkin" offset = "0 0 4 8" align = "Stretch">
<State name="normal" offset = "0 8 4 8"/>
<Skin name="MW_BarTrack_Blue" size="4 8" texture="smallbars.png" >
<BasisSkin type="MainSkin" offset="0 0 4 8" align="Stretch">
<State name="normal" offset="0 8 4 8"/>
</BasisSkin>
</Skin>
<Skin name = "MW_BarTrack_Yellow" size = "4 8" texture = "smallbars.png" >
<BasisSkin type="MainSkin" offset = "0 0 4 8" align = "Stretch">
<State name="normal" offset = "0 32 4 8"/>
<Skin name="MW_BarTrack_Yellow" size="4 8" texture="smallbars.png" >
<BasisSkin type="MainSkin" offset="0 0 4 8" align="Stretch">
<State name="normal" offset="0 32 4 8"/>
</BasisSkin>
</Skin>
<!-- Main energy bar widget definitions. There's one for each color.-->
<Skin name="MW_EnergyBar_Red" size="64 12">
<Property key="TrackSkin" value = "MW_BarTrack_Red" />
<Property key="TrackWidth" value = "1" />
<Property key="TrackSkin" value="MW_BarTrack_Red" />
<Property key="TrackWidth" value="1" />
<Child type="Widget" skin="MW_BarFrame" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset = "2 2 60 8" align = "Stretch" name="Client"/>
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
</Skin>
<Skin name="MW_EnergyBar_Green" size="64 12">
<Property key="TrackSkin" value = "MW_BarTrack_Green" />
<Property key="TrackWidth" value = "1" />
<Property key="TrackSkin" value="MW_BarTrack_Green" />
<Property key="TrackWidth" value="1" />
<Child type="Widget" skin="MW_BarFrame" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
</Skin>
<Skin name="MW_EnergyBar_Blue" size="64 12">
<Property key="TrackSkin" value = "MW_BarTrack_Blue" />
<Property key="TrackWidth" value = "1" />
<Property key="TrackSkin" value="MW_BarTrack_Blue" />
<Property key="TrackWidth" value="1" />
<Child type="Widget" skin="MW_BarFrame" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset = "2 2 60 8" align = "Stretch" name="Client"/>
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
</Skin>
<Skin name="MW_EnergyBar_Yellow" size="64 12">
<Property key="TrackSkin" value = "MW_BarTrack_Yellow" />
<Property key="TrackWidth" value = "1" />
<Property key="TrackSkin" value="MW_BarTrack_Yellow" />
<Property key="TrackWidth" value="1" />
<Child type="Widget" skin="MW_BarFrame" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset = "2 2 60 8" align = "Stretch" name="Client"/>
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
</Skin>
</MyGUI>

@ -2,10 +2,10 @@
<MyGUI type="Layout">
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 500 400" name="_Main">
<Widget type="EditBox" skin="MW_TextEditClient" position="10 10 490 20" align="Left Top STRETCH" name="message">
<Property key="FontName" value = "Default" />
<Widget type="EditBox" skin="MW_TextEditClient" position="10 10 490 20" align="Left Top Stretch" name="message">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Center" />
<Property key="TextColour" value = "0.75 0.6 0.35" />
<Property key="TextColour" value="0.75 0.6 0.35" />
<Property key="Static" value="true"/>
<Property key="WordWrap" value="true"/>
<Property key="MultiLine" value="1" />

@ -2,6 +2,7 @@
<MyGUI type="Layout">
<Widget type="ExposedWindow" skin="MW_Window_Pinnable" layer="Windows" position="0 0 600 300" name="_Main">
<Property key="MinSize" value="470 235"/>
<Widget type="Widget" skin="" position="0 0 224 223" align="Left Top" name="LeftPane">

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Skin">
<Skin name = "MW_BookClient" size = "10 10">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "Left Top" />
<Property key="TextColour" value = "0 0 0" />
<!--Property key="Pointer" value = "beam" /-->
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
<Skin name="MW_BookClient" size="10 10">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Left Top" />
<Property key="TextColour" value="0 0 0" />
<!--Property key="Pointer" value="beam" /-->
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
</Skin>
<Skin name="MW_BookPage" size="0 0 50 50">

@ -2,6 +2,7 @@
<MyGUI type="Layout">
<Widget type="ExposedWindow" skin="MW_Window_Pinnable" layer="Windows" position="0 0 300 300" name="_Main">
<Property key="MinSize" value="230 180"/>
<!-- Local map -->
<Widget type="ScrollView" skin="MW_MapView" position="0 0 284 264" align="Stretch" name="LocalMap">

@ -5,10 +5,10 @@
<Widget type="TextBox" skin="TextBox" position="4 4 4 4" name="message" />
</Widget-->
<Widget type="Window" skin="MW_Dialog" layer="Notification" position="0 0 0 0" name="_Main">
<Widget type="EditBox" skin="MW_TextEditClient" position="5 -5 0 0" name="message" align="Left Top STRETCH">
<Property key="FontName" value = "Default" />
<Widget type="EditBox" skin="MW_TextEditClient" position="5 -5 0 0" name="message" align="Left Top Stretch">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Center" />
<Property key="TextColour" value = "0.75 0.6 0.35" />
<Property key="TextColour" value="0.75 0.6 0.35" />
<Property key="Static" value="true"/>
<Property key="WordWrap" value="true"/>
<Property key="MultiLine" value="1" />

@ -2,66 +2,66 @@
<MyGUI type="Skin">
<!-- Progress bar track, various colors -->
<Skin name = "MW_BigTrack_Red" size = "2 14" texture = "bigbars.png" >
<BasisSkin type="MainSkin" offset = "0 0 2 14" align = "Stretch">
<State name="normal" offset = "0 0 2 14"/>
<Skin name="MW_BigTrack_Red" size="2 14" texture="bigbars.png" >
<BasisSkin type="MainSkin" offset="0 0 2 14" align="Stretch">
<State name="normal" offset="0 0 2 14"/>
</BasisSkin>
</Skin>
<Skin name = "MW_BigTrack_Blue" size = "2 14" texture = "bigbars.png" >
<BasisSkin type="MainSkin" offset = "0 0 2 14" align = "Stretch">
<State name="normal" offset = "0 14 2 14"/>
<Skin name="MW_BigTrack_Blue" size="2 14" texture="bigbars.png" >
<BasisSkin type="MainSkin" offset="0 0 2 14" align="Stretch">
<State name="normal" offset="0 14 2 14"/>
</BasisSkin>
</Skin>
<Skin name = "MW_BigTrack_Green" size = "2 14" texture = "bigbars.png" >
<BasisSkin type="MainSkin" offset = "0 0 2 14" align = "Stretch">
<State name="normal" offset = "0 28 2 14"/>
<Skin name="MW_BigTrack_Green" size="2 14" texture="bigbars.png" >
<BasisSkin type="MainSkin" offset="0 0 2 14" align="Stretch">
<State name="normal" offset="0 28 2 14"/>
</BasisSkin>
</Skin>
<Skin name = "MW_BigTrack_Progress_Blue_Small" size = "2 6" texture = "smallbars.png" >
<BasisSkin type="MainSkin" offset = "0 0 2 6" align = "Stretch">
<State name="normal" offset = "0 26 2 6"/>
<Skin name="MW_BigTrack_Progress_Blue_Small" size="2 6" texture="smallbars.png" >
<BasisSkin type="MainSkin" offset="0 0 2 6" align="Stretch">
<State name="normal" offset="0 26 2 6"/>
</BasisSkin>
</Skin>
<Skin name = "ProgressText" size = "16 16">
<Property key="FontName" value = "Default"/>
<Property key="TextAlign" value = "Center" />
<Property key="TextColour" value = "0.75 0.6 0.35" />
<Skin name="ProgressText" size="16 16">
<Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center" />
<Property key="TextColour" value="0.75 0.6 0.35" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin>
<!-- Main energy bar widget definitions. There's one for each color.-->
<Skin name="MW_Progress_Red" size="64 12">
<Property key="TrackSkin" value = "MW_BigTrack_Red" />
<Property key="TrackWidth" value = "1" />
<Property key="TrackSkin" value="MW_BigTrack_Red" />
<Property key="TrackWidth" value="1" />
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset = "2 2 60 8" align = "Stretch" name="Client"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
</Skin>
<Skin name="MW_Progress_Green" size="64 12">
<Property key="TrackSkin" value = "MW_BigTrack_Green" />
<Property key="TrackWidth" value = "1" />
<Property key="TrackSkin" value="MW_BigTrack_Green" />
<Property key="TrackWidth" value="1" />
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset = "2 2 60 8" align = "Stretch" name="Client"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
</Skin>
<Skin name="MW_Progress_Blue" size="64 12">
<Property key="TrackSkin" value = "MW_BigTrack_Blue" />
<Property key="TrackWidth" value = "1" />
<Property key="TrackSkin" value="MW_BigTrack_Blue" />
<Property key="TrackWidth" value="1" />
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset = "2 2 60 8" align = "Stretch" name="Client"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
</Skin>
<Skin name="MW_Progress_Loading" size="64 6">
<Property key="TrackSkin" value = "MW_BigTrack_Progress_Blue_Small" />
<Property key="TrackWidth" value = "1" />
<Property key="TrackSkin" value="MW_BigTrack_Progress_Blue_Small" />
<Property key="TrackWidth" value="1" />
<Child type="Widget" skin="MW_Box" offset="0 0 64 6" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset = "2 2 60 2" align = "Stretch" name="Client"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 2" align="Stretch" name="Client"/>
</Skin>
</MyGUI>

@ -250,7 +250,7 @@
<Resource type="ResourceLayout" name="TabControl" version="3.2.0">
<Widget type="Widget" skin="" position="5 5 89 60" name="Root">
<UserString key="ButtonSkin" value="MW_Button"/>
<Widget type="Widget" skin="MW_Box" position="0 24 89 36" align="Left Top Stretch">
<Widget type="Widget" skin="MW_Box" position="0 28 89 32" align="Left Top Stretch">
<Widget type="Widget" skin="" position="4 4 81 28" align="Left Top Stretch" name="TabItem"/>
</Widget>
<Widget type="Widget" skin="" position="0 0 89 23" align="HStretch Top" name="HeaderPlace">
@ -260,13 +260,25 @@
</Widget>
</Resource>
<Resource type="ResourceLayout" name="TabControlInner" version="3.2.0">
<Widget type="Widget" skin="" position="0 5 89 60" name="Root">
<UserString key="ButtonSkin" value="MW_Button"/>
<Widget type="Widget" skin="" position="0 28 89 32" align="Left Top Stretch" name="TabItem"/>
<Widget type="Widget" skin="" position="0 0 89 23" align="HStretch Top" name="HeaderPlace">
<Widget type="Widget" skin="" position="52 0 37 23" name="Controls">
</Widget>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="MW_StatNameValue" version="3.2.0">
<Widget type="Widget" skin="" position="0 0 200 18" name="Root">
<Property key="NeedMouse" value="true"/>
<Widget type="TextBox" skin="SandText" position = "0 0 160 18" align = "Left HStretch" name = "StatName">
<Widget type="TextBox" skin="SandText" position="0 0 160 18" align="Left HStretch" name="StatName">
<Property key="NeedMouse" value="false"/>
</Widget>
<Widget type="TextBox" skin="SandTextRight" position = "160 0 40 18" align = "Right Top" name = "StatValue">
<Widget type="TextBox" skin="SandTextRight" position="160 0 40 18" align="Right Top" name="StatValue">
<Property key="NeedMouse" value="false"/>
</Widget>
</Widget>
@ -283,7 +295,7 @@
<Resource type="ResourceLayout" name="MW_StatNameButton" version="3.2.0">
<Widget type="Widget" skin="" position="0 0 200 18" name="Root">
<Widget type="Button" skin="SandTextButton" position = "0 0 200 18" align = "Left HStretch" name = "StatNameButton">
<Widget type="Button" skin="SandTextButton" position="0 0 200 18" align="Left HStretch" name="StatNameButton">
<Property key="NeedMouse" value="true"/>
</Widget>
</Widget>

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
<Widget type="Window" skin="MW_Window_NoCaption" layer="Windows" position="0 0 400 414" name="_Main">
<Widget type="Window" skin="MW_Window_NoCaption" layer="Windows" position="0 0 400 426" name="_Main">
<Property key="MinSize" value="400 414"/>
<Property key="MaxSize" value="400 414"/>
<Property key="MinSize" value="400 426"/>
<Property key="MaxSize" value="400 426"/>
<Widget type="TabControl" skin="TabControl" position="8 8 368 340" align="Left Top" name="SettingsTab">
<Property key="ButtonAutoWidth" value="true"/>
@ -112,8 +112,8 @@
<Widget type="TabItem" skin="" position="4 28 360 312">
<Property key="Caption" value=" #{sControls} "/>
<Widget type="Widget" skin="MW_Box" position="8 8 344 150">
<Widget type="ScrollView" skin="MW_ScrollView" name="ControlsBox" position="4 4 336 142"/>
<Widget type="Widget" skin="MW_Box" position="4 4 352 154">
<Widget type="ScrollView" skin="MW_ScrollView" name="ControlsBox" position="4 4 344 146"/>
</Widget>
<Widget type="AutoSizedButton" skin="MW_Button" name="ResetControlsButton" position="4 162 100 24">
@ -149,13 +149,13 @@
<Widget type="TabItem" skin="" position="4 28 360 312">
<Property key="Caption" value=" #{sVideo} "/>
<Widget type="TabControl" skin="TabControl" position="4 4 352 304" align="Left Top">
<Widget type="TabControl" skin="TabControlInner" position="4 4 352 296" align="Left Top">
<Property key="ButtonAutoWidth" value="true"/>
<Widget type="TabItem" skin="" position="4 28 344 272">
<Property key="Caption" value=" Video "/>
<Widget type="ListBox" skin="MW_List" position="4 4 170 170" align="Left Top" name="ResolutionList"/>
<Widget type="ListBox" skin="MW_List" position="0 4 170 170" align="Left Top" name="ResolutionList"/>
<Widget type="HBox" position="182 4 300 24">
@ -193,18 +193,18 @@
</Widget>
</Widget>
<Widget type="TextBox" skin="NormalText" position="4 198 329 18" align="Left Top" name="FovText">
<Widget type="TextBox" skin="NormalText" position="0 198 329 18" align="Left Top" name="FovText">
<Property key="Caption" value="Field of View"/>
</Widget>
<Widget type="MWScrollBar" skin="MW_HScroll" position="4 222 329 18" align="Left Top" name="FOVSlider">
<Widget type="MWScrollBar" skin="MW_HScroll" position="0 222 329 18" align="Left Top" name="FOVSlider">
<Property key="Range" value="10000"/>
<Property key="Page" value="300"/>
</Widget>
<Widget type="TextBox" skin="SandText" position="4 246 329 18" align="Left Top">
<Widget type="TextBox" skin="SandText" position="0 246 329 18" align="Left Top">
<Property key="Caption" value="#{sLow}"/>
<Property key="TextAlign" value="Left"/>
</Widget>
<Widget type="TextBox" skin="SandText" position="4 246 329 18" align="Left Top">
<Widget type="TextBox" skin="SandText" position="0 246 329 18" align="Left Top">
<Property key="Caption" value="#{sHigh}"/>
<Property key="TextAlign" value="Right"/>
</Widget>
@ -350,7 +350,7 @@
</Widget>
</Widget>
<Widget type="AutoSizedButton" skin="MW_Button" position="317 351 60 24" name="OkButton" align="Right Bottom">
<Widget type="AutoSizedButton" skin="MW_Button" position="317 355 60 24" name="OkButton" align="Right Bottom">
<Property key="ExpandDirection" value="Left"/>
<Property key="Caption" value="#{sOK}"/>
</Widget>

@ -2,11 +2,11 @@
<MyGUI type="Layout">
<Widget type="ExposedWindow" skin="MW_Window_Pinnable" layer="Windows" position="0 0 300 600" name="_Main">
<Property key="MinSize" value="260 250"/>
<!-- Effect box-->
<Widget type="Widget" skin="MW_Box" position="8 8 268 23" align="Left Top HStretch">
<Widget type="Widget" skin="" position="2 1 264 20" align="Left Top Stretch" name="EffectsBox">
</Widget>
<Widget type="Widget" skin="" position="2 1 264 20" align="Left Top Stretch" name="EffectsBox"/>
</Widget>
<!-- Spell list -->

@ -2,6 +2,7 @@
<MyGUI type="Layout">
<Widget type="ExposedWindow" skin="MW_Window_Pinnable" layer="Windows" position="0 0 500 342" name="_Main">
<Property key="MinSize" value="500 342"/>
<Widget type="Widget" skin="" name="LeftPane" position="0 0 220 342">

@ -3,84 +3,84 @@
<MyGUI type="Skin">
<!-- HTML colour: #DDC79E -->
<Skin name = "NormalText" size = "16 16">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "Left Bottom" />
<Property key="TextColour" value = "0.87 0.78 0.62" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch"/>
<Skin name="NormalText" size="16 16">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Left Bottom" />
<Property key="TextColour" value="0.87 0.78 0.62" />
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin>
<Skin name = "NumFPS" size = "16 16">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "HCenter Bottom" />
<Property key="TextColour" value = "1 1 1" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch"/>
<Skin name="NumFPS" size="16 16">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="HCenter Bottom" />
<Property key="TextColour" value="1 1 1" />
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin>
<!-- HTML colour: #9A9074 -->
<Skin name = "SandTextGreyedOut" size = "16 16">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "Left Bottom" />
<Property key="TextColour" value = "0.6 0.56 0.45" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch"/>
<Skin name="SandTextGreyedOut" size="16 16">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Left Bottom" />
<Property key="TextColour" value="0.6 0.56 0.45" />
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin>
<!-- HTML colour: #BF9959 -->
<Skin name = "SandText" size = "16 16">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "Left Bottom" />
<Property key="TextColour" value = "0.75 0.6 0.35" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch"/>
</Skin>
<Skin name = "SandTextC" size = "16 16">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "TOP HCENTER" />
<Property key="TextColour" value = "0.75 0.6 0.35" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch"/>
</Skin>
<Skin name = "SandTextRight" size = "16 16">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "Right Bottom" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch">
<State name="normal" colour = "0.75 0.6 0.35"/>
<State name="increased" colour = "0.757 0.679 0.539"/>
<State name="decreased" colour = "0.785 0.363 0.308"/>
<Skin name="SandText" size="16 16">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Left Bottom" />
<Property key="TextColour" value="0.75 0.6 0.35" />
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin>
<Skin name="SandTextC" size="16 16">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Top HCenter" />
<Property key="TextColour" value="0.75 0.6 0.35" />
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin>
<Skin name="SandTextRight" size="16 16">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Right Bottom" />
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch">
<State name="normal" colour="0.75 0.6 0.35"/>
<State name="increased" colour="0.757 0.679 0.539"/>
<State name="decreased" colour="0.785 0.363 0.308"/>
</BasisSkin>
</Skin>
<Skin name = "SandBrightText" size = "16 16">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "Left Bottom" />
<Property key="TextColour" value = "0.85 0.76 0.60" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch"/>
<Skin name="SandBrightText" size="16 16">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Left Bottom" />
<Property key="TextColour" value="0.85 0.76 0.60" />
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin>
<Skin name = "DaedricText" size = "16 16">
<Property key="FontName" value = "daedric36" />
<Property key="FontHeight" value = "36" />
<Property key="TextAlign" value = "Default" />
<Property key="TextColour" value = "1 1 1" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch"/>
<Skin name="DaedricText" size="16 16">
<Property key="FontName" value="daedric36" />
<Property key="FontHeight" value="36" />
<Property key="TextAlign" value="Default" />
<Property key="TextColour" value="1 1 1" />
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin>
<Skin name = "DaedricText_orig" size = "16 16">
<Property key="FontName" value = "daedric_orig36" />
<Property key="FontHeight" value = "36" />
<Property key="TextAlign" value = "Default" />
<Property key="TextColour" value = "1 1 1" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch"/>
<Skin name="DaedricText_orig" size="16 16">
<Property key="FontName" value="daedric_orig36" />
<Property key="FontHeight" value="36" />
<Property key="TextAlign" value="Default" />
<Property key="TextColour" value="1 1 1" />
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin>
<Skin name = "MW_StatNameC" size = "200 18">
<Child type="TextBoxC" skin="SandText" offset = "0 0 200 18" align = "LEFT HSTRETCH" name = "StatName" />
<Skin name="MW_StatNameC" size="200 18">
<Child type="TextBoxC" skin="SandText" offset="0 0 200 18" align="Left HStretch" name="StatName" />
</Skin>
<Skin name = "SandTextButtonC" size = "16 16">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "Top HCenter" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch">
<Skin name="SandTextButtonC" size="16 16">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Top HCenter" />
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch">
<State name="disabled" colour="0.6 0.56 0.45" shift="0"/>
<State name="normal" colour="0.75 0.6 0.35" shift="0"/>
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
@ -92,10 +92,10 @@
</BasisSkin>
</Skin>
<Skin name = "SandTextButton" size = "16 16">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "Left Bottom" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch">
<Skin name="SandTextButton" size="16 16">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Left Bottom" />
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch">
<State name="disabled" colour="0.6 0.56 0.45" shift="0"/>
<State name="normal" colour="0.75 0.6 0.35" shift="0"/>
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
@ -107,10 +107,10 @@
</BasisSkin>
</Skin>
<Skin name = "SpellText" size = "16 16">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "Left Bottom" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch">
<Skin name="SpellText" size="16 16">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Left Bottom" />
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch">
<State name="disabled" colour="0.6 0.56 0.45" shift="0"/>
<State name="normal" colour="0.75 0.6 0.35" shift="0"/>
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
@ -122,10 +122,10 @@
</BasisSkin>
</Skin>
<Skin name = "SpellTextUnequipped" size = "16 16">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "Left Bottom" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "Stretch">
<Skin name="SpellTextUnequipped" size="16 16">
<Property key="FontName" value="Default" />
<Property key="TextAlign" value="Left Bottom" />
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch">
<State name="disabled" colour="0.6 0.56 0.45" shift="0"/>
<State name="normal" colour="0.6 0.56 0.45" shift="0"/>
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
@ -137,47 +137,47 @@
</BasisSkin>
</Skin>
<Skin name = "MW_StatNameButtonC" size = "200 18">
<Child type="Button" skin="SandTextButtonC" offset = "0 0 200 18" align = "LEFT HSTRETCH" name = "StatNameButton" />
<Skin name="MW_StatNameButtonC" size="200 18">
<Child type="Button" skin="SandTextButtonC" offset="0 0 200 18" align="Left HStretch" name="StatNameButton" />
</Skin>
<Skin name = "MW_StatNameValueButton" size = "200 18">
<Child type="Button" skin="SandText" offset = "0 0 160 18" align = "Left HStretch" name = "StatNameButton" />
<Child type="Button" skin="SandTextRight" offset = "160 0 40 18" align = "Right Top" name = "StatValueButton" />
<Skin name="MW_StatNameValueButton" size="200 18">
<Child type="Button" skin="SandText" offset="0 0 160 18" align="Left HStretch" name="StatNameButton" />
<Child type="Button" skin="SandTextRight" offset="160 0 40 18" align="Right Top" name="StatValueButton" />
</Skin>
<Skin name = "MW_EffectImage" size = "200 24">
<Child type="ImageBox" skin="ImageBox" offset = "4 4 16 16" align = "Left Top" name = "Image" />
<Child type="TextBox" skin="SandText" offset = "24 0 176 20" align = "VCenter HStretch" name = "Text" />
<Skin name="MW_EffectImage" size="200 24">
<Child type="ImageBox" skin="ImageBox" offset="4 4 16 16" align="Left Top" name="Image" />
<Child type="TextBox" skin="SandText" offset="24 0 176 20" align="VCenter HStretch" name="Text" />
</Skin>
<Skin name = "MW_ChargeBar" size = "204 18">
<Child type="ProgressBar" skin="MW_Progress_Red" offset = "0 0 204 18" align = "Right Top Stretch" name = "Bar" />
<Child type="TextBox" skin="SandTextC" offset = "0 0 204 18" align = "Right Top Stretch" name = "BarText" />
<Skin name="MW_ChargeBar" size="204 18">
<Child type="ProgressBar" skin="MW_Progress_Red" offset="0 0 204 18" align="Right Top Stretch" name="Bar" />
<Child type="TextBox" skin="SandTextC" offset="0 0 204 18" align="Right Top Stretch" name="BarText" />
</Skin>
<Skin name = "MW_ChargeBar_Blue" size = "204 18">
<Child type="ProgressBar" skin="MW_Progress_Blue" offset = "0 0 204 18" align = "Right Top Stretch" name = "Bar" />
<Child type="TextBox" skin="SandTextC" offset = "0 0 204 18" align = "Right Top Stretch" name = "BarText" />
<Skin name="MW_ChargeBar_Blue" size="204 18">
<Child type="ProgressBar" skin="MW_Progress_Blue" offset="0 0 204 18" align="Right Top Stretch" name="Bar" />
<Child type="TextBox" skin="SandTextC" offset="0 0 204 18" align="Right Top Stretch" name="BarText" />
</Skin>
<Skin name = "MW_DynamicStat_Red" size = "204 18">
<Child type="TextBox" skin="SandText" offset = "0 0 100 18" align = "Left Top" name = "Text" />
<Child type="ProgressBar" skin="MW_Progress_Red" offset = "74 0 130 18" align = "Right Top" name = "Bar" />
<Child type="TextBox" skin="SandTextC" offset = "74 0 130 18" align = "Right Top" name = "BarText" />
<Skin name="MW_DynamicStat_Red" size="204 18">
<Child type="TextBox" skin="SandText" offset="0 0 100 18" align="Left Top" name="Text" />
<Child type="ProgressBar" skin="MW_Progress_Red" offset="74 0 130 18" align="Right Top" name="Bar" />
<Child type="TextBox" skin="SandTextC" offset="74 0 130 18" align="Right Top" name="BarText" />
</Skin>
<Skin name = "MW_DynamicStat_Blue" size = "204 18">
<Child type="TextBox" skin="SandText" offset = "0 0 100 18" align = "Left Top" name = "Text" />
<Child type="ProgressBar" skin="MW_Progress_Blue" offset = "74 0 130 18" align = "Right Top" name = "Bar" />
<Child type="TextBox" skin="SandTextC" offset = "74 0 130 18" align = "Right Top" name = "BarText" />
<Skin name="MW_DynamicStat_Blue" size="204 18">
<Child type="TextBox" skin="SandText" offset="0 0 100 18" align="Left Top" name="Text" />
<Child type="ProgressBar" skin="MW_Progress_Blue" offset="74 0 130 18" align="Right Top" name="Bar" />
<Child type="TextBox" skin="SandTextC" offset="74 0 130 18" align="Right Top" name="BarText" />
</Skin>
<Skin name = "MW_DynamicStat_Green" size = "204 18">
<Child type="TextBox" skin="SandText" offset = "0 0 100 18" align = "Left Top" name = "Text" />
<Child type="ProgressBar" skin="MW_Progress_Green" offset = "74 0 130 18" align = "Right Top" name = "Bar" />
<Child type="TextBox" skin="SandTextC" offset = "74 0 130 18" align = "Right Top" name = "BarText" />
<Skin name="MW_DynamicStat_Green" size="204 18">
<Child type="TextBox" skin="SandText" offset="0 0 100 18" align="Left Top" name="Text" />
<Child type="ProgressBar" skin="MW_Progress_Green" offset="74 0 130 18" align="Right Top" name="Bar" />
<Child type="TextBox" skin="SandTextC" offset="74 0 130 18" align="Right Top" name="BarText" />
</Skin>
</MyGUI>

@ -3,6 +3,7 @@
<MyGUI type="Layout">
<Widget type="Window" skin="MW_Window" layer="Windows" position="0 0 600 360" name="_Main">
<Property key="Visible" value="false"/>
<Property key="MinSize" value="380 245"/>
<!-- Categories -->
<Widget type="HBox" position="8 8 566 24" align="Left Top HStretch" name="Categories">

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save