<Dialog width = "1024" height = "768">
    <text name = "AP_Name">
        <rect> 24, 22, 403+50, 62 </rect>
        <color> 50, 255, 255, 255 </color>
        <font> 'Trebuchet MS' </font>
        <fontsize> 80 </fontsize>
	    <text> 'PowerDVD' </text>
	</text>
	
	<!--
	<Picture name = "AP_Logo" >
		<imageFileName> PATH(r'Theme/AP_BDplayer.png') </imageFileName>
		<isKeepRatio> True </isKeepRatio>
		<rect> 20, 45, 403, 62 </rect>
		<dock_side> LEFT, UP </dock_side>
    </Picture>
    -->
    
	<Picture name = "Company_Logo" >
		<imageFileName> CUSTOMPATH(r'Company_Logo.png') </imageFileName>
		<isKeepRatio>True</isKeepRatio>
		<rect>16, 768-38-27, 143, 38</rect>
		<dock_side>LEFT, DOWN</dock_side>
	</Picture>


	
<!-- Title Area -->	
    <Picture name = "tittlebackground" style = "Tittlebackground"/>
    <text name = "InfoText" style = "InfoText"/>
    
    <text name = "ItemText" style="Text.Normal">
        <color> 'titletext' </color>
        <rect> 252, 148, 700, 30 </rect>
        <dock_side> 'HORZ', 'UP' </dock_side>
    </text>
    

<!-- Bottom Area -->
    <Picture name = "PCMLogo" style = "BackgroundLogo"/>

<!-- Command Area -->
	<Picture name = "lightBackground" style = "LightBackground"/>

    <Text name = "StatusText" style = "StatusText">
        <text> LANG('Help') </text>
    </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>

    <Text name = "HelpText" style="HelpText.Normal">
        <rect> 252, 208, 700, 600 </rect>
        <dock_side> 'HORZ', </dock_side>
        <text> '' </text>
        <align> 'LT' </align>
        <multiline>True</multiline>
    </Text>

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

</Dialog>
