mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-25 08:56:37 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			947 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			947 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| 
 | |
| <MyGUI type="Layout">
 | |
| 
 | |
| <Widget type="Window" skin="" layer="Windows" align="Left|Top" position="00 200 512 256" name="_Main">
 | |
| 
 | |
|     <Widget type="ImageBox" skin="ImageBox" position_real="0 0 1 1" align="Top|Right" name="JImage">     
 | |
|         <Property key="ImageTexture" value="textures\tx_menubook.dds"/>
 | |
| 
 | |
|         <Widget type="Button" skin="ButtonImage" position="370 220 57 24" name="NextPageBTN">
 | |
|             <Property key="ImageResource" value="MenuBook_Next"/>
 | |
|         </Widget>
 | |
|         <Widget type="Button" skin="ButtonImage" position="80 220 96 24" name="PrevPageBTN">
 | |
|             <Property key="ImageResource" value="MenuBook_Prev"/>
 | |
|         </Widget>
 | |
|         <Widget type="EditBox" skin="MW_BookPage" position_real="0.15 0.1 0.3 0.75" name = "LeftText"/>
 | |
|         <Widget type="EditBox" skin="MW_BookPage" position_real="0.55 0.1 0.3 0.75" name = "RightText"/>
 | |
|     </Widget>
 | |
| </Widget>
 | |
| 
 | |
| </MyGUI>
 |