<Dialog width = "1024" height = "768">
    <text name = "AP_Name">
        <rect> 14, 45, 340, 64 </rect>
        <color> 50, 255, 255, 255 </color>
        <font> 'Trebuchet MS*Bold' </font>
        <fontsize> 66 </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>52, 768-38-15, 138, 38</rect>
		<dock_side>LEFT, DOWN</dock_side>
	</Picture>

<!-- Title Area -->	
    <Picture name = "tittlebackground" style = "Tittlebackground"/>
    <text name = "ItemText" style = "ItemText"/>
    <text name = "InfoText" style = "InfoText"/>

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

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

    <Text name = "StatusText" style = "StatusText">
        <text> LANG('Help') </text>
    </Text>

    <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>

    <Text name = "HelpText" style="HelpText.Normal">
        <fontsize> 20 </fontsize>
        <rect> 360, 160, 650, 600 </rect>
        <dock_side> LEFT, RIGHT </dock_side>
        <text> '' </text>
        <align> 'LT' </align>
        <multiline>True</multiline>
    </Text>

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

</Dialog>
