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

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

        <focusIdx> 0 </focusIdx>
        <position> 53, 128, 324, 599 </position>
        <dock_side> LEFT, UP, DOWN </dock_side>
        <!--
        <Item name = "biCancel">
            <caption> LANG("Cancel") </caption>            
            <bind event = "Click"> onCancel </bind>
        </Item>
        <Item name = "biApply">
            <caption> LANG("Apply") </caption>
            <bind event = "Click"> onApply </bind>
        </Item>
        -->
        <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>  
    </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>
