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

    <text name = "caption" style = "StatusText">
        <text> LANG('movie.region.error_title') </text>
    </text>
        
    <text name = "title" style="Wizard.Title">
        <rect> 360, 168, 580, 600 </rect>
        <text> LANG('movie.region.can_not_play_want_change_desc') </text>
        <dock_side> 'LEFT', 'RIGHT' </dock_side>
    </text>
    
    <SettingButton name = "bKeep">
        <rect> 360, 524, 580, 60  </rect>
        <caption> LANG('movie.region.keep_region') </caption>
        <bind event = "Click"> onKeep </bind>
        <dock_side>  'LEFT', 'RIGHT' </dock_side>
        <showHintIcon> False </showHintIcon>
    </SettingButton>
    
    <SettingButton name = "bChange">
        <rect> 360, 612, 580, 60 </rect>
        <caption> LANG('movie.region.change_region') </caption>
        <bind event = "Click"> onChangeRegion </bind>
        <dock_side> 'LEFT', 'RIGHT' </dock_side>
        <showHintIcon> False </showHintIcon>
    </SettingButton>
    
    <dirmap from = "bKeep"     down = "bChange"/>
    <dirmap from = "bChange"     up = "bKeep"/>
    
</Dialog>
