<Dialog width = "1024" height = "768" template="Settings/template.xml">               
    <text name = "StatusText" style = "StatusText">
    	<text>LANG('General')</text>
    </text>

    <ButtonList name = "functionlist">
        <entry_point> "setting\general" </entry_point>

        <focusIdx> 0 </focusIdx>
        <position> 53, 128, 324, 599 </position>
        <dock_side> LEFT, UP, DOWN </dock_side>
       <bind event = "Focus Change"> onBtnListFocusChange </bind>        
    </ButtonList>
    
    <ListPanel name = "settingPanel" style = "FuncPanel">
    	<dock_side> 'RIGHT', 'UP', 'DOWN' </dock_side>
    </ListPanel>

    <dirmap from = "functionlist" right = "settingPanel"/>
    <dirmap from = "settingPanel" left = "functionlist"/>

</Dialog>
