2012-04-14 15:47:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2012-04-15 15:10:08 +00:00
|
|
|
<Widget type="Widget" layer="Popup" position="0 0 300 300" name="_Main">
|
2012-04-14 15:47:44 +00:00
|
|
|
|
|
|
|
<!-- Dynamically constructed tooltip goes here -->
|
2012-04-15 15:10:08 +00:00
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 0 300 300" align="Stretch" name="DynamicToolTipBox">
|
|
|
|
<Property key="Visible" value="false"/>
|
2012-04-14 15:47:44 +00:00
|
|
|
</Widget>
|
|
|
|
|
2012-05-20 20:55:14 +00:00
|
|
|
<!-- Text tooltip -->
|
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 0 300 300" align="Stretch" name="TextToolTip">
|
|
|
|
<Property key="Visible" value="false"/>
|
|
|
|
|
|
|
|
<Widget type="EditBox" skin="SandText" position="8 8 284 284" align="Left Top Stretch" name="Text">
|
|
|
|
<Property key="MultiLine" value="true"/>
|
|
|
|
<Property key="WordWrap" value="true"/>
|
|
|
|
<Property key="TextAlign" value="Left Top"/>
|
|
|
|
<UserString key="AutoResizeHorizontal" value="true"/>
|
|
|
|
<UserString key="AutoResizeVertical" value="true"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
|
2012-05-20 20:06:54 +00:00
|
|
|
<!-- Attribute tooltip -->
|
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 0 300 300" align="Stretch" name="AttributeToolTip">
|
|
|
|
<Property key="Visible" value="false"/>
|
|
|
|
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="8 8 32 32" align="Left Top" name="AttributeImage"/>
|
|
|
|
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="44 8 252 32" align="Left Top HStretch" name="AttributeName">
|
|
|
|
<Property key="TextAlign" value="Left VCenter"/>
|
|
|
|
<UserString key="AutoResizeHorizontal" value="true"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<Widget type="EditBox" skin="SandText" position="8 44 284 248" align="Left Top Stretch" name="AttributeDescription">
|
|
|
|
<Property key="MultiLine" value="true"/>
|
|
|
|
<Property key="WordWrap" value="true"/>
|
|
|
|
<Property key="TextAlign" value="Left Top"/>
|
|
|
|
<UserString key="AutoResizeHorizontal" value="true"/>
|
|
|
|
<UserString key="AutoResizeVertical" value="true"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
|
2012-05-20 20:45:30 +00:00
|
|
|
<!-- Birthsign tooltip -->
|
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 0 300 300" align="Stretch" name="BirthSignToolTip">
|
|
|
|
<Property key="Visible" value="false"/>
|
|
|
|
|
|
|
|
<!-- Birthsign image -->
|
|
|
|
<Widget type="Widget" skin="MW_Box" position="18 13 263 137" align="Top HCenter">
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="2 2 259 133" name="BirthSignImage" align="ALIGN_LEFT ALIGN_TOP" />
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="8 154 284 138" align="Top Stretch" name="BirthSignText">
|
|
|
|
<Property key="MultiLine" value="true"/>
|
|
|
|
<Property key="WordWrap" value="true"/>
|
|
|
|
<Property key="TextAlign" value="Top HCenter"/>
|
|
|
|
<UserString key="AutoResizeHorizontal" value="true"/>
|
|
|
|
<UserString key="AutoResizeVertical" value="true"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
|
2012-04-14 15:47:44 +00:00
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|
|
|
|
|