<Dialog>            
        <text name = "tregionCode" style="FuncButtonText">	        
	        <rect> 5, 0, 400, 27 </rect>
	        <text> LANG('movie.bd.regioncode') </text>
	        <dock_side> 'HORZ', </dock_side>	        
    	</text>        	    	
    	
    	<SettingButton name = "bregionCode">	 	    
	 	    <rect> 0, 27, 520, 61 </rect>
	        <caption> '' </caption>
	        <dock_side> 'HORZ', </dock_side>	        
    	</SettingButton> 
    	
    	<text name = "tenableAACSOnline" style="FuncButtonText">	        
	        <rect> 5, 83, 400, 27 </rect>
	        <text> LANG('movie.bd.AACSOnline') </text>
	        <dock_side> 'HORZ', </dock_side>	        
    	</text>   
    	
    	<SettingButton name = "benableAACSOnline">	 	    
	 	    <rect> 0, 110, 520, 61 </rect>
	        <caption> '' </caption>
	        <dock_side> 'HORZ', </dock_side>	        
    	</SettingButton>
    	
    	<text name = "tenableBDJKeyboard" style="FuncButtonText">	        
	        <rect> 5, 166, 400, 27 </rect>
	        <text> LANG('movie.bd.BDJKeyboardSupport') </text>
	        <dock_side> 'HORZ', </dock_side>	        
    	</text>   
    	
    	<SettingButton name = "benableBDJKeyboard">	 	    
	 	    <rect> 0, 193, 520, 61 </rect>
	        <caption> '' </caption>
	        <dock_side> 'HORZ', </dock_side>	        
    	</SettingButton>        

        <text name = "tautoDisableAero" style="FuncButtonText">
	        <rect> 0, 249, 480, 30 </rect>
	        <text> LANG('AutoDisableAero') </text>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
    	</text>

    	<SettingButton name = "bautoDisableAero">
	 		<rect> 0, 276, 520, 61 </rect>
			<caption> '' </caption>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
    	</SettingButton>

        <text name = "thybridDisc" style="FuncButtonText">
	        <rect> 0, 332, 480, 30 </rect>
	        <text> LANG('HybridDisc') </text>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
    	</text>

    	<SettingButton name = "bhybridDisc">
	 		<rect> 0, 359, 520, 61 </rect>
			<caption> '' </caption>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
    	</SettingButton>

        <text name = "tpersistentStorage" style="FuncButtonText">
	        <rect> 0, 415, 480, 30 </rect>
	        <text> LANG('Persistent Storage') </text>
	        <dock_side> 'HORZ', </dock_side>	        
    	</text>        	    	
    	
    	<SettingButton name = "bpersistentStorage">	 	    	 	    
	 	    <rect> 0, 442, 520, 61 </rect>
	        <caption> '' </caption>
	        <dock_side> 'HORZ', </dock_side>	        
    	</SettingButton>
        
    <dirmap from = "bregionCode"            down = "benableAACSOnline"/>
    <dirmap from = "benableAACSOnline"      down = "benableBDJKeyboard"/>
    <dirmap from = "benableBDJKeyboard"     down = "bautoDisableAero"/>
    <dirmap from = "bautoDisableAero"       down = "bhybridDisc"/>
    <dirmap from = "bhybridDisc"            down = "bpersistentStorage"/>
    <dirmap from = "bpersistentStorage"     down = "bregionCode"/>

    <dirmap from = "bregionCode"            up = "bpersistentStorage"/>
    <dirmap from = "benableAACSOnline"      up = "bregionCode"/>
    <dirmap from = "benableBDJKeyboard"     up = "benableAACSOnline"/>
    <dirmap from = "bautoDisableAero"       up = "benableBDJKeyboard"/>
    <dirmap from = "bhybridDisc"            up = "bautoDisableAero"/>
    <dirmap from = "bpersistentStorage"     up = "bhybridDisc"/>
        
</Dialog>
