home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Complet / mp / Setup.msi / _4D0565DC24B5648E6A16A4120B41CC87 / _ADDE299C63274DBB96E62E0E02E48CAA < prev    next >
Text File  |  2004-11-10  |  2KB  |  82 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>75</posX> 
  10.         <posY>420</posY> 
  11.         <width>120</width> 
  12.         <height>120</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>80</posX> 
  20.         <posY>425</posY> 
  21.         <width>110</width> 
  22.         <height>110</height> 
  23.         <texture>#thumb</texture> 
  24.     </control>
  25.     <control>
  26.         <description>play logo</description> 
  27.         <type>image</type> 
  28.         <id>3</id> 
  29.         <posX>280</posX> 
  30.         <posY>25</posY> 
  31.         <texture>music-play.png</texture> 
  32.     </control>
  33.     <control>
  34.         <description>Pause logo</description> 
  35.         <type>image</type> 
  36.         <id>4</id> 
  37.         <posX>280</posX> 
  38.         <posY>25</posY> 
  39.         <texture>music-pause.png</texture> 
  40.     </control>
  41.     <control>
  42.         <description>FF logo</description> 
  43.         <type>image</type> 
  44.         <id>7</id> 
  45.         <posX>280</posX> 
  46.         <posY>25</posY> 
  47.         <texture>music-forward.png</texture> 
  48.     </control>
  49.     <control>
  50.         <description>RW logo</description> 
  51.         <type>image</type> 
  52.         <id>8</id> 
  53.         <posX>280</posX> 
  54.         <posY>25</posY>  
  55.         <texture>music-rewind.png</texture> 
  56.     </control>
  57.     <control>
  58.         <description>play time label</description> 
  59.         <type>label</type> 
  60.         <id>2</id> 
  61.         <posX>575</posX> 
  62.         <posY>37</posY> 
  63.         <label>#currentplaytime</label> 
  64.         <align>left</align> 
  65.         <font>font13</font> 
  66.         <textcolor>FFB2D4F5</textcolor> 
  67.     </control>
  68.     <control>
  69.         <description>album/artist/genre etc info label</description> 
  70.         <type>fadelabel</type> 
  71.         <width>220</width> 
  72.         <height>30</height>
  73.         <posX>300</posX> 
  74.         <posY>37</posY>
  75.         <align>left</align>  
  76.         <label>#title\r#artist\r#album\r#duration</label>
  77.         <font>font13</font> 
  78.         <textcolor>FFB2D4F5</textcolor>
  79.         <id>5</id> 
  80.     </control>
  81.     </controls>
  82. </window>