home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Equipement / Media-portal / Setup.msi / _6F5CFA107520147A76D0EEE5A1A7F29D / _68C955AD07BE480197857745EC155132 < prev    next >
Text File  |  2004-08-21  |  2KB  |  82 lines

  1. <window>
  2.   <id>2004</id> 
  3.   <defaultcontrol>2</defaultcontrol> 
  4.   <controls>
  5.     <control>
  6.         <description>play time label</description> 
  7.         <type>label</type> 
  8.         <id>2</id> 
  9.         <posX>170</posX> 
  10.         <posY>470</posY> 
  11.         <label>#currentplaytime</label> 
  12.         <align>left</align> 
  13.         <font>font72</font> 
  14.         <textcolor>20ffffff</textcolor> 
  15.     </control>
  16.     <control>
  17.         <description>music rectangle</description> 
  18.         <type>image</type> 
  19.         <id>0</id> 
  20.         <posX>85</posX> 
  21.         <posY>420</posY> 
  22.         <width>90</width> 
  23.         <height>90</height> 
  24.         <texture>previewbackground.png</texture> 
  25.     </control>
  26.     <control>
  27.         <description>music logo</description> 
  28.         <type>image</type> 
  29.         <id>1</id> 
  30.         <posX>90</posX> 
  31.         <posY>425</posY> 
  32.         <width>80</width> 
  33.         <height>80</height> 
  34.         <texture>#thumb</texture> 
  35.     </control>
  36.     <control>
  37.         <description>play logo</description> 
  38.         <type>image</type> 
  39.         <id>3</id> 
  40.         <posX>5</posX> 
  41.         <posY>440</posY> 
  42.         <texture>logo_play.png</texture> 
  43.     </control>
  44.     <control>
  45.         <description>Pause logo</description> 
  46.         <type>image</type> 
  47.         <id>4</id> 
  48.         <posX>5</posX> 
  49.         <posY>440</posY> 
  50.         <texture>logo_pause.png</texture> 
  51.     </control>
  52.     <control>
  53.         <description>FF logo</description> 
  54.         <type>image</type> 
  55.         <id>7</id> 
  56.         <posX>5</posX> 
  57.         <posY>440</posY> 
  58.         <texture>logo_fastforward.png</texture> 
  59.     </control>
  60.     <control>
  61.         <description>RW logo</description> 
  62.         <type>image</type> 
  63.         <id>8</id> 
  64.         <posX>5</posX> 
  65.         <posY>440</posY>  
  66.         <texture>logo_rewind.png</texture> 
  67.     </control>
  68.     <control>
  69.         <description>album/artist/genre etc info label</description> 
  70.         <type>fadelabel</type> 
  71.         <width>150</width> 
  72.         <height>30</height>
  73.         <posX>85</posX> 
  74.         <posY>530</posY>
  75.         <align>left</align>  
  76.         <font>font14</font> 
  77.         <label>#title\r#artist\r#album\r#duration</label>
  78.         <textcolor>FFFFFFFF</textcolor>
  79.         <id>5</id> 
  80.     </control>
  81.     </controls>
  82. </window>