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

    <ListPanel name = "settingPanel" style= "FuncPanel">
    	<dock_side> 'HORZ', </dock_side>	        
    </ListPanel>
    
    <ColorKeyPanel name = "colorKeyPanel" style = "ColorKeyPanel">
        <Item name="biApply">
            <imageType> 'Red' </imageType>
            <caption> LANG('Apply') </caption>
            <bind event = "Click"> onApply </bind>
        </Item>
        <Item name="biCancel">
            <imageType> 'Green' </imageType>
            <caption> LANG('Cancel') </caption>
            <bind event = "Click"> onCancel </bind>
        </Item>
        <Item name="biLoadDefault">
            <imageType> 'Yellow' </imageType>
            <caption> LANG('Default settings') </caption>
            <bind event = "Click"> onLoadDefault </bind>
        </Item>
    </ColorKeyPanel> 
    
</Dialog>
