<Dialog width = "1024" height = "768" template = "Movie/__init__.xml">
    
    <Text name = "StatusText" style = "StatusText">
        <text> LANG('Setting') </text>
    </Text>
    
    <ButtonList name = "buttonList" style = "ButtonList">
        <entry_point> "movie\setting" </entry_point>
        <!--
        <Item name = "biCancel">
            <caption> LANG("Cancel") </caption>
            <bind event = "Click"> cancelChange </bind>
        </Item>
        <Item name = "biApply">
            <caption> LANG("Apply") </caption>
            <bind event = "Click"> saveConfig </bind>
        </Item>
        -->
        <Item name = "biApply">
            <caption> LANG("Apply") </caption>
            <bind event = "Click"> saveConfig </bind>
        </Item>
        <Item name = "biCancel">
            <caption> LANG("Cancel") </caption>
            <bind event = "Click"> cancelChange </bind>
        </Item>
        
        <Item name = "biAudio">
            <caption> LANG("Audio Settings") </caption>
            <bind event = "Click"> onAudio </bind>
        </Item>
        <Item name = "biDisplay">
            <caption> LANG("Display Settings") </caption>
            <bind event = "Click"> onDisplay </bind>
        </Item>
        <Item name = "biBDSetting">
            <caption> LANG("BD Settings") </caption>
            <bind event = "Click"> onBDSetting </bind>
        </Item>
        
    </ButtonList>

    <ListPanel name = "langPanel" style= "FuncPanel">
        <dock_side> 'LEFT', 'RIGHT'</dock_side>
    </ListPanel>
    
    <dirmap from = "buttonList" right = "langPanel"/>
    <dirmap from = "langPanel" left = "buttonList"/>
    
</Dialog>
