<!-- Basic Layout template of movie module -->
<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 </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 = "ItemText" style = "ItemText"/>
    <text name = "InfoText" style = "InfoText"/>

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

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