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

    <!--
    <Picture name = "picture" style="Wizard.Logo">
    </Picture>
    -->

    <text name = "BuildInfoField" style="Text.Normal">
        <color> 'titletext' </color>
    	<rect> 360, 140, 600, 30</rect>
        <dock_side> LEFT, RIGHT, UP </dock_side>
    </text>
    
    <text name = "Content" style="Text.Normal">
        <fontsize> 16 </fontsize>
    	<rect> 360, 200, 650, 700</rect>
        <dock_side> LEFT, RIGHT, UP </dock_side>
    </text>

    <Spin name = "spin" style = "BrowserSpin">
        <bind event = "Value Change"> onSpinChange </bind>
    </Spin>

    <ButtonList name = "buttonList" style = "ButtonList">
        <Item name = "biReturn">
            <caption> LANG("Return") </caption>
            <bind event = "Click"> onBack </bind>
        </Item>
        <Item name = "biPageUp">
            <caption> LANG("PageUp") </caption>
            <bind event = "Click"> onPageUp </bind>
        </Item>
        <Item name = "biPageDown">
            <caption> LANG("PageDown") </caption>
            <bind event = "Click"> onPageDown </bind>
        </Item>
   </ButtonList>

</Dialog>
