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

    <Text name = "StatusText" style = "StatusText">
        <text> LANG('Settings') </text>
    </Text>
    
    <ListPanel name = "settingPanel" style= "FuncPanel">
        <position> 252, 200, 408+464, 702 </position>
        <dock_side> 'HORZ', </dock_side>
    </ListPanel>

    <ColorKeyPanel name = "colorKeyPanel" style = "ColorKeyPanel">
        <Item name="biBack">
            <imageType> "Red" </imageType>
            <caption> LANG('Return') </caption>
            <bind event = "Click"> onBack </bind>
        </Item> 
    </ColorKeyPanel>

</Dialog>
 
