mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
29 lines
1.3 KiB
XML
29 lines
1.3 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="ButtonImage" position="251 220 96 24" name="NextPageBTN">
|
|
<Property key="ImageResource" value="MenuBook_Next"/>
|
|
</Widget>
|
|
<Widget type="Button" skin="ButtonImage" position="165 220 96 24" name="PrevPageBTN">
|
|
<Property key="ImageResource" value="MenuBook_Prev"/>
|
|
</Widget>
|
|
<Widget type="Button" skin="ButtonImage" position="75 220 96 24" name="TakeButton">
|
|
<Property key="ImageResource" value="MenuBook_Take"/>
|
|
</Widget>
|
|
<Widget type="Button" skin="ButtonImage" position="360 220 96 24" 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>
|