<Dialog width = "1024" height = "768" template = "Movie/__init__.xml">

    <Text name = "StatusText" style = "StatusText">
        <text> LANG('Settings') </text>
    </Text>

    <ButtonList name = "buttonList" style = "ButtonList">
        <entry_point> "movie\setting" </entry_point>
        <Item name = "biBack">
            <caption> LANG("Return") </caption>
            <bind event = "Click"> onBack </bind>
        </Item>
    </ButtonList>

    <ListPanel name = "settingPanel" style= "FuncPanel">
        <dock_side> 'LEFT', 'RIGHT'</dock_side>
    </ListPanel>

    <dirmap from = "buttonList" right = "settingPanel"/>
    <dirmap from = "settingPanel" left = "buttonList"/>
</Dialog>
 