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

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