<Dialog width = "1024" height = "768" template = "Movie/__init__.xml">
    
    <Text name = "StatusText" style = "StatusText">
        <text> LANG('BD Settings') </text>
    </Text>
    
    <ButtonList name = "buttonList" style = "ButtonList">
        <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> 
        <Item name = "biLoadDefault">
            <caption> LANG("Default settings") </caption>            
            <bind event = "Click"> onLoadDefault </bind>
        </Item>          
    </ButtonList>

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