<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> 204, 148, 717, 600 </rect>
        <text> LANG('movie.region.can_not_change_desc') </text>
        <dock_side> 'HORZ', </dock_side>
    </text>
    
    <SettingButton name = "bOK">
        <rect> 280, 345, 520, 61  </rect>
        <caption> LANG('OK') </caption>
        <bind event = "Click"> onOK </bind>
        <dock_side>  'HORZ', </dock_side>
        <showHintIcon> False </showHintIcon>
    </SettingButton>
</Dialog>
