<Dialog width = "1024" height = "768">
	<Picture name = "AP_Logo" >
		<imageFileName> PATH(r'Theme/AP_BDplayer.png') </imageFileName>
		<isKeepRatio> True </isKeepRatio>
		<rect> 0, 0, 524, 111 </rect>
		<dock_side> LEFT, UP </dock_side>
    </Picture>
    <!--
	<Picture name = "MCE_DS_Logo" >
		<imageFileName> PATH(r'Theme/mce ds.png') </imageFileName>
		<isKeepRatio> True </isKeepRatio>
        <rect> 525, 0, 500, 111 </rect>
        <dock_side> RIGHT, UP </dock_side>
	</Picture>
    -->
    <!--
	<Picture name="OEM_Logo_UpperRight">
		<imageFileName>PATH(r'Theme/OEMLogo_UR.png')</imageFileName>
		<isKeepRatio>True</isKeepRatio>
		<rect>724, 0, 300, 111</rect>
		<dock_side>RIGHT, UP</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('Introduction') </text>
    </Text>

    <ButtonList name = "buttonlist" style = "ButtonList">
        <Item name = "biReturn">
            <caption> LANG("Return") </caption>
            <bind event = "Click"> onReturn </bind>
        </Item>
    </ButtonList>

    <Spin name = "spin" style = "BrowserSpin"> </Spin>
    <HelpEntryBrowser name = "entrylist" style = "FileBrowser">
        <spinCtrl> SELF("spin") </spinCtrl>
        <cellSize> 600, 100 </cellSize>
        <cellRegion> 30, 3 </cellRegion>
        <bind event = "Cell Focus Change"> onEntryCellFocusChange </bind>
        <bind event = "Entry Select"> onEntrySelect </bind>
    </HelpEntryBrowser>

    <dirmap from = "buttonlist" right = "entrylist"/>
    <dirmap from = "entrylist"  left = "buttonlist"/>

</Dialog>
