2011-11-28 15:51:11 +00:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2012-01-11 11:58:39 +00:00
|
|
|
|
|
2011-11-28 15:51:11 +00:00
|
|
|
|
<MyGUI type="Layout">
|
|
|
|
|
|
2012-01-11 11:58:39 +00:00
|
|
|
|
<Widget type="Window" skin="" layer="Windows" align="Left|Top" position="00 200 512 256" name="_Main">
|
2011-11-28 15:51:11 +00:00
|
|
|
|
|
2012-03-22 16:02:02 +00:00
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position_real="0 0 1 1" align="Top|Right" name="JImage">
|
|
|
|
|
<Property key="ImageTexture" value="textures\tx_menubook.dds"/>
|
2011-11-28 15:51:11 +00:00
|
|
|
|
|
2012-05-03 01:33:33 +00:00
|
|
|
|
<Widget type="Button" skin="Next_btn" position="370 220 128 32" name="NextPageBTN"/>
|
|
|
|
|
<Widget type="Button" skin="Prev_btn" position="80 220 128 32" name="PrevPageBTN"/>
|
2012-01-16 16:46:25 +00:00
|
|
|
|
|
2012-03-22 16:02:02 +00:00
|
|
|
|
<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>
|
2011-11-28 15:51:11 +00:00
|
|
|
|
</Widget>
|
2012-01-11 11:58:39 +00:00
|
|
|
|
|
2011-11-28 15:51:11 +00:00
|
|
|
|
</MyGUI>
|