<Dialog width = "1024" height = "768"  template="Settings/template.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> 252, 148, 467, 30</rect>
        <dock_side> 'HORZ', 'UP' </dock_side>
    </text>
    
    <text name = "Content" style="Text.Normal">
        <fontsize> 16 </fontsize>
    	<rect> 252, 208, 700, 700</rect>
        <dock_side> 'HORZ', 'UP' </dock_side>
    </text>

    <ColorKeyPanel name = "colorKeyPanel" style = "ColorKeyPanel">
        <Item name="biReturn">
            <imageType> 'Red' </imageType>
            <caption> LANG('Return') </caption>
            <bind event = "Click"> onBack </bind>
        </Item>
        <Item name = "biPageUp">
            <imageType> 'Green' </imageType>
            <caption> LANG("PageUp") </caption>
            <bind event = "Click"> onPageUp </bind>
        </Item>
        <Item name = "biPageDown">
            <imageType> 'Yellow' </imageType>
            <caption> LANG("PageDown") </caption>
            <bind event = "Click"> onPageDown </bind>
        </Item>
    </ColorKeyPanel>

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

</Dialog>
