2012-05-03 01:33:33 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
|
|
|
|
|
|
|
<Widget type="Window" skin="" layer="Windows" position="0 0 512 512" name="_Main">
|
|
|
|
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position_real="0 0 1 1" name="ScrollImage">
|
|
|
|
<Property key="ImageTexture" value="textures\scroll.dds"/>
|
|
|
|
|
2013-01-03 00:09:03 +00:00
|
|
|
<Widget type="ImageButton" skin="ImageBox" position="12 18 128 32" name="TakeButton">
|
|
|
|
<Property key="ImageHighlighted" value="textures\tx_menubook_take_over.dds"/>
|
|
|
|
<Property key="ImageNormal" value="textures\tx_menubook_take_idle.dds"/>
|
|
|
|
<Property key="ImagePushed" value="textures\tx_menubook_take_pressed.dds"/>
|
2012-05-04 16:44:46 +00:00
|
|
|
</Widget>
|
|
|
|
|
2013-05-08 11:55:15 +00:00
|
|
|
<Widget type="ImageButton" skin="ImageBox" position="415 24 128 32" name="CloseButton">
|
2013-01-03 00:09:03 +00:00
|
|
|
<Property key="ImageHighlighted" value="textures\tx_menubook_close_over.dds"/>
|
|
|
|
<Property key="ImageNormal" value="textures\tx_menubook_close_idle.dds"/>
|
|
|
|
<Property key="ImagePushed" value="textures\tx_menubook_close_pressed.dds"/>
|
2012-05-04 16:44:46 +00:00
|
|
|
</Widget>
|
2012-05-03 01:33:33 +00:00
|
|
|
|
2012-05-04 21:53:50 +00:00
|
|
|
<Widget type="ScrollView" skin="MW_ScrollView" position="60 130 410 300" name="TextView">
|
|
|
|
<Property key="CanvasSize" value="410 900"/>
|
|
|
|
</Widget>
|
|
|
|
|
2012-05-03 01:33:33 +00:00
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</MyGUI>
|