mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 01:49:54 +00:00
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
|
|
|
<Widget type="Window" skin="" layer="Windows" align="Left|Top" position="0 0 512 256" name="_Main">
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position_real="0 0 1 1" align="Top|Right" name="BookImage">
|
|
<Property key="ImageTexture" value="textures\tx_menubook.dds"/>
|
|
|
|
<Widget type="Button" skin="Next_btn" position="251 220 128 32" name="NextPageBTN"/>
|
|
<Widget type="Button" skin="Prev_btn" position="165 220 128 32" name="PrevPageBTN"/>
|
|
<Widget type="Button" skin="ButtonImage" position="75 220 128 32" name="TakeButton">
|
|
<Property key="ImageResource" value="MenuBook_Take"/>
|
|
</Widget>
|
|
<Widget type="Button" skin="ButtonImage" position="360 220 128 32" name="CloseButton">
|
|
<Property key="ImageResource" value="MenuBook_Close"/>
|
|
</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.55 0.1 0.3 0.8" name = "RightText"/>
|
|
</Widget>
|
|
</Widget>
|
|
|
|
</MyGUI>
|