mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-03 08:56:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			639 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			639 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<MyGUI type="Layout">
 | 
						|
    <Widget type="Window" skin="MW_Dialog" position="0 0 380 155" layer="Windows" name="_Main">
 | 
						|
 | 
						|
        <Widget type="TextBox" skin="SandText" position="8 8 300 18" name="Label"/>
 | 
						|
 | 
						|
        <Widget type="ItemView" skin="MW_ItemView" position="8 34 355 70" name="ItemView" align="Left Top Stretch">
 | 
						|
        </Widget>
 | 
						|
 | 
						|
        <Widget type="AutoSizedButton" skin="MW_Button" position="340 110 24 24" name="CancelButton">
 | 
						|
            <Property key="ExpandDirection" value="Left"/>
 | 
						|
            <Property key="Caption" value="#{sCancel}"/>
 | 
						|
        </Widget>
 | 
						|
 | 
						|
 | 
						|
    </Widget>
 | 
						|
</MyGUI>
 |