<Dialog width = "1024" height = "768">

    <Picture name = "pcmlogo" isKeepRatio = "False">
        <rect> 51, 55, 434, 64 </rect>        
        <imageFileName> PATH(r'Mainmenu/Root_pcmlogo.png') </imageFileName>
    </Picture>
    
    <Picture name = "EFlogo" isKeepRatio = "False">
        <rect> 900, 55, 68, 45 </rect>        
        <imageFileName> PATH(r'Mainmenu/Root_EFlogo.gif') </imageFileName>
    </Picture>

    <Text name = "date">
        <rect> 51, 179, 200, 32 </rect>
        <fontsize> 32 </fontsize>
        <align> 'L' </align>
        <color> 'time' </color>
        <font> 'Trebuchet MS*Bold' </font>
        <dock_side> LEFT, UP </dock_side>
    </Text>

    <Text name = "time">
        <rect> 51, 215, 200, 24 </rect>
        <fontsize> 24 </fontsize>
        <align> 'L' </align>
        <color> 'time' </color>
        <font> 'Trebuchet MS*Bold' </font>
        <dock_side> LEFT, UP </dock_side>
    </Text>

    <Picture name = "userlogo">
        <rect> 51, 669, 48, 47 </rect>
        <imageFileName> PATH(r'Mainmenu/Root_personalname.PNG') </imageFileName>
    </Picture>

    <Text name = "username">
        <rect> 104, 693, 350, 24 </rect>
        <fontsize> 24 </fontsize>
        <align> 'L' </align>
        <color> 'name' </color>
        <font> 'Trebuchet MS*Bold' </font>
        <dock_side> LEFT, UP </dock_side>
    </Text>
    
    <Picture name = "lightBackground">
        <rect> 302, 0, 350, 749 </rect>
        <imageFileName> PATH(r'Mainmenu/Root_light.PNG') </imageFileName>
        <isKeepRatio> False </isKeepRatio>
    </Picture>

    <ScrollSelect name = "selector">
        <itemheight> 52 </itemheight>
        <rect> 302, 170, 365, 365 </rect>
        <itemleftbound> 18 </itemleftbound>
        <iconrect> 25, 0, 45, 43 </iconrect>
        <picsrect> 581+50+25, 253, 346, 312 </picsrect>
        <mouseAutoScroll> False </mouseAutoScroll>
        <bind event="Select Change"> changeSelect </bind>
        <bind event="Click Item"> onClickItem </bind>
    </ScrollSelect>
    
    <BannerButton name = "Promote">
        <rect> 475, 630, 502, 86 </rect>        
        <dock_side> RIGHT, DOWN </dock_side>         
        <bind event = "Click"> onPromote </bind>
        <bind event = "Enter"> onEnterPromote </bind>
        <visible>False</visible>                    
    </BannerButton>
    
</Dialog>
