<Dialog width = "1024" height = "768" template="Movie/__init__.xml">
    <text name = "StatusText" style = "StatusText">
        <text> LANG('Display 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>
