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

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