<Dialog>        
    	<text name = "tscreenRatio" style="FuncButtonText">
    	    <text> LANG('Screen Ratio') </text>
	 	    <position> 2, 5, 606, 30 </position>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
    	</text>    
    	
    	<SettingButton name = "bscreenRatio">
	 	    <rect> 0, 33, 607, 44 </rect>
	        <caption> '' </caption>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
	        <focus_group> "tscreenRatio" </focus_group>
    	</SettingButton>
    	
        <Picture>
            <imageFileName> PATH(r'Common/Settingbg_line.PNG') </imageFileName>
            <isKeepRatio> False </isKeepRatio>
            <rect> 0, 87, 607, 2 </rect>
            <dock_side> 'LEFT', 'RIGHT'</dock_side>
        </Picture>
        
    	<text name = "toutputType" style="FuncButtonText">
	 	    <rect> 2, 112, 606, 30</rect>
	        <text> LANG('4 : 3 output type') </text>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
    	</text>        	

    	<SettingButton name = "boutputType">
	 	    <rect> 0, 141, 607, 44 </rect>
	        <caption> '' </caption>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
	        <focus_group> "toutputType" </focus_group>
    	</SettingButton>

        <Picture>
            <imageFileName> PATH(r'Common/Settingbg_line.PNG') </imageFileName>
            <isKeepRatio> False </isKeepRatio>
            <rect> 0, 195, 607, 2 </rect>
            <dock_side> 'LEFT', 'RIGHT'</dock_side>
        </Picture>

    	<text name = "tcolorProfile" style="FuncButtonText">
	 	    <rect> 2, 219, 606, 30 </rect> 
	        <text> LANG('color profile') </text>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
    	</text>        	    	
    	
    	<SettingButton name = "bcolorProfile">
	 	    <rect> 0, 249, 607, 44 </rect>
	        <caption> '' </caption>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
	        <focus_group> "tcolorProfile" </focus_group>
    	</SettingButton>
    	
        <Picture>
            <imageFileName> PATH(r'Common/Settingbg_line.PNG') </imageFileName>
            <isKeepRatio> False </isKeepRatio>
            <rect> 0, 302, 607, 2 </rect>
            <dock_side> 'LEFT', 'RIGHT'</dock_side>
        </Picture>    	
        
        <text name = "tskinType" style="FuncButtonText">
    	    <text> LANG('Skin Type') </text>
	 	    <rect> 2, 326, 606, 30 </rect>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
    	</text>    
    	
    	<SettingButton name = "bskinType">
	 	    <rect> 0, 357, 607, 44 </rect>
	        <caption> '' </caption>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
	        <focus_group> "tskinType" </focus_group>	       
    	</SettingButton>
    	
        <Picture name = "sskinType">
            <imageFileName> PATH(r'Common/Settingbg_line.PNG') </imageFileName>
            <isKeepRatio> False </isKeepRatio>
            <rect> 0, 409, 607, 2 </rect>
            <dock_side> 'LEFT', 'RIGHT'</dock_side>
        </Picture>
        
        <text name = "tdisplayEffect" style="FuncButtonText">
	 	    <rect> 2, 433, 606, 30 </rect> 
	        <text> LANG('Display Effect') </text>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
	        <visible>False</visible>
    	</text>        	    	
    	
    	<SettingButton name = "bdisplayEffect">
	 	    <rect> 0, 464, 607, 44 </rect>
	        <caption> '' </caption>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
	        <focus_group> "tdisplayEffect" </focus_group>
	        <visible>False</visible>
    	</SettingButton>
    	
        <Picture name = "sdisplayEffect">
            <imageFileName> PATH(r'Common\Settingbg_line.PNG') </imageFileName>
            <isKeepRatio> False </isKeepRatio>
            <rect> 0, 516, 607, 2 </rect>
            <dock_side> 'LEFT', 'RIGHT'</dock_side>
            <visible>False</visible>
        </Picture> 
        
    	<SettingButton name = "bLoadDefault">
	 	<rect> 0, 433, 607, 44 </rect>
            	<caption> LANG("Load default settings") </caption>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>
	        <showHintIcon> False </showHintIcon>
    	</SettingButton>
    
    <dirmap from = "bscreenRatio" down = "boutputType"/>
    <dirmap from = "boutputType" up = "bscreenRatio"/>
    <dirmap from = "boutputType" down = "bcolorProfile"/>
    <dirmap from = "bcolorProfile" up = "boutputType"/>
    <dirmap from = "bcolorProfile" down = "bskinType"/>
    <dirmap from = "bskinType" up = "bcolorProfile"/>
<!--    <dirmap from = "bskinType" down = "bLoadDefault"/>
    <dirmap from = "bLoadDefault" up = "bskinType"/>
-->    
</Dialog>
