<Dialog width = "1024" height = "768" template="Settings/template.xml">
   	<text name = "StatusText" style = "StatusText" >	
   	    <text> LANG('Setting') </text>
    </text>
    
    <ButtonList name = "functionList" style = "ButtonList">       
        <entry_point> "setting\share" </entry_point>
        
        <Item name = "biApply">
            <caption> LANG("Apply") </caption>            
	        <bind event = "Click"> onApply </bind>
        </Item>        
        
        <Item name = "biCancel">
            <caption> LANG("Cancel") </caption>            
	        <bind event = "Click"> onCancel </bind>
        </Item>
        

        <Item name = "biReset">
            <caption> LANG("Refresh") </caption>
            <visible> False </visible>            
	        <bind event = "Click"> onReset </bind>
        </Item>        
        
        <bind event = "Focus Change"> onBtnListFocusChange </bind>
    </ButtonList>
    
       
    
    <ListPanel name = "sharePanel" style = "FuncPanel">
    	<dock_side> 'RIGHT', 'UP', 'DOWN' </dock_side>
    </ListPanel>
    
    
</Dialog>
