<Progress width = "1024" height = "260">

        <text name = "totalTimeText">
            <fontsize>24</fontsize>
            <font> "Trebuchet MS*Bold" </font>
            <rect> 840, 524-508, 110, 24 </rect>
            <align> 'R' </align>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </text>

        <text name = "currentTimeText">
            <fontsize>24</fontsize>
            <font> "Trebuchet MS*Bold" </font>
            <rect> 74, 524-508, 110, 24 </rect>
            <align> 'L' </align>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </text>
        
        <Picture name = "state_pic">            
            <isKeepRatio> True </isKeepRatio>
            <rect> 844, 628-508, 157, 157 </rect>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </Picture>
    
        <text name = "speedText">
            <fontsize>30</fontsize>
            <font> "Trebuchet MS*Bold" </font>
            <rect> 462, 618-508, 100, 50 </rect>
            <align> 'C' </align>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>            
        </text>
        
        <text name = "infoText">
            <fontsize>30</fontsize>
            <font> "Trebuchet MS*Bold" </font>
            <rect> 462, 603-478, 100, 50 </rect>
            <align> 'C' </align>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>            
        </text>
        
        <text name = "nowPlayingText">
            <fontsize>34</fontsize>
            <font> FONT('FS1') </font>
            <rect> 69, 578-508, 434, 40 </rect>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </text>
                
        <text name = "chapterText">
            <fontsize>30</fontsize>
            <font> FONT('FS1') </font>
            <rect> 69, 618-508, 434, 40</rect>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </text>
        
        <text name = "langText">
            <fontsize>30</fontsize>
            <font> FONT('FS1') </font>
            <rect> 69, 658-508, 434, 40</rect>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </text>        
        
        <Picture name = "dvd_dphone">
            <imageFileName> PATH(r'DVD/Dphone.PNG') </imageFileName>
            <isKeepRatio> True </isKeepRatio>
            <rect> 572, 607-508, 46, 33 </rect>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </Picture>
        
        <Picture name = "dvd_prologic2">
            <imageFileName> PATH(r'DVD/Digital_prologic2.PNG') </imageFileName>
            <isKeepRatio> True </isKeepRatio>
            <rect> 572, 607-508, 73, 36  </rect>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </Picture>
        
        <Picture name = "tru_surround">
            <imageFileName> PATH(r'DVD/TruSurround.PNG') </imageFileName>
            <isKeepRatio> True </isKeepRatio>
            <rect> 562, 607-508, 113, 24  </rect>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </Picture>        

        <Picture name = "dvd_clhp">
            <imageFileName> PATH(r'DVD/CLHP.PNG') </imageFileName>
            <isKeepRatio> True </isKeepRatio>
            <rect> 623, 607-508 , 53, 59 </rect>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </Picture>

        <Picture name = "dvd_clev">
            <imageFileName> PATH(r'DVD/CLEV_2.PNG') </imageFileName>
            <isKeepRatio> True </isKeepRatio>
            <rect> 681, 607-508, 44, 56 </rect>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </Picture>
        
        <Picture name = "dvd_clmei">
            <imageFileName> PATH(r'DVD/CLMEI_2.PNG') </imageFileName>
            <isKeepRatio> True </isKeepRatio>
            <rect> 730, 607-508, 51, 56 </rect>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </Picture>
        
        <Picture name = "dvd_clpv">
            <imageFileName> PATH(r'DVD/CLPV.PNG') </imageFileName>
            <isKeepRatio> True </isKeepRatio>
            <rect> 786, 607-508, 43, 56 </rect>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </Picture>
        
        <Picture name = "dvd_dvs">
            <imageFileName> PATH(r'DVD/Dolby_Digital_VS.PNG') </imageFileName>
            <isKeepRatio> True </isKeepRatio>
            <rect> 835, 607-508, 75, 38 </rect>
            <dock_side> LEFT, DOWN, RIGHT </dock_side>
        </Picture>        
        

        <!--        
        self.dvd_mp3 = Picture(self)
        self.dvd_mp3.imageFileName = koan.MakePath(koan.media_path, r'DVD', 'MP3.PNG')
        self.dvd_mp3.isKeepRatio = True
        self.dvd_mp3.rect = (512+5+60+46, 99, 58, 33)

        self.dvd_dts = Picture(self)
        self.dvd_dts.imageFileName = koan.MakePath(koan.media_path, r'DVD', 'dts.PNG')
        self.dvd_dts.isKeepRatio = True
        self.dvd_dts.rect = (512+10+60+46+58, 99, 58, 45)
        
        self.dvd_2496 = Picture(self)
        self.dvd_2496.imageFileName = koan.MakePath(koan.media_path, r'DVD', '2496.PNG')
        self.dvd_2496.isKeepRatio = True
        self.dvd_2496.rect = (512+20+60+46+58+58+73, 99, 102, 31)
        
        self.dvd_dvs = Picture(self)
        self.dvd_dvs.imageFileName = koan.MakePath(koan.media_path, r'DVD', 'Dolby_Digital_VS.PNG')
        self.dvd_dvs.isKeepRatio = True
        self.dvd_dvs.rect = (512+20+60+53+44+51+43, 99 + 60, 75, 38)        
        -->
</Progress>
