home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winamp / 300b / skins / probe-b2.exe / Probe / xml / player-shade.xml < prev    next >
Encoding:
Text File  |  2001-11-29  |  3.4 KB  |  137 lines

  1. <!-- Player:Windowshade Mode -->
  2.  
  3. <groupdef id="shade.content">
  4.  
  5.   <!-- Timer -->
  6.   <text
  7.     id="timer"
  8.     display="time"
  9.     x="14" y="40"
  10.     w="49" h="8"
  11.     font="player.font3" fontsize="13" align="center"
  12.   />
  13.     
  14.   <!-- Sound Analyzer -->
  15.   <vis
  16.     id="vis"
  17.     x="12" y="19"
  18.     w="51" h="17"
  19.     colorband1="0,80,154" 
  20.     colorband2="0,80,154" 
  21.     colorband3="0,80,154" 
  22.     colorband4="0,80,154" 
  23.     colorband5="0,80,154" 
  24.     colorband6="0,80,154" 
  25.     colorband7="0,80,154" 
  26.     colorband8="0,80,154" 
  27.     colorband9="0,80,154" 
  28.     colorband10="0,80,154"  
  29.     colorband11="0,80,154" 
  30.     colorband12="0,80,154" 
  31.     colorband13="0,80,154" 
  32.     colorband14="0,80,154" 
  33.     colorband15="0,80,154" 
  34.     colorband16="0,80,154" 
  35.     colorbandpeak="0,80,154" 
  36.     colorosc1="0,80,154" 
  37.     colorosc2="0,80,154" 
  38.     colorosc3="0,80,154" 
  39.     colorosc4="0,80,154" 
  40.     colorosc5="0,80,154" 
  41.   />
  42.  
  43.   <!-- layer id="ws-seek-off" x="0" y="0" image="player.ws.seek" move="0" sysregion="1"/ -->
  44.   <!-- layer id="ws-seek-on" x="0" y="0" image="player.ws.seek-on" move="0" ghost="1"/ -->
  45.  
  46.   <!-- layer id="ws-vol-off" x="0" y="0" image="player.ws.vol" move="0" sysregion="1"/ -->
  47.   <!-- layer id="ws-vol-on" x="0" y="0" image="player.ws.vol-on" move="0" ghost="1"/ -->
  48.  
  49.   <layer id="shadeavsmask" x="0" y="0" image="player.ws.bg-avsmask" move="0" ghost="1"/>
  50.   <layer id="shadeglass" x="0" y="0" image="player.ws.bg-glass" move="0" ghost="1"/>
  51.   <layer id="shadeglass2" x="0" y="0" image="player.ws.bg-glass2" move="0" ghost="1"/>
  52.   
  53.   <layer id="shadeframe" x="0" y="0" image="player.ws.bg-frame" move="0" ghost="1"/>
  54.   
  55.   <!-- Playback buttons -->
  56.   <button 
  57.     id="Previous"
  58.     action="PREV" 
  59.     x="12" y="58" 
  60.     image="player.ws.previous" 
  61.     downImage="player.ws.previous-pressed" 
  62.     tooltip="Previous"
  63.   />
  64.   <button
  65.     id="Play"
  66.     action="PLAY"
  67.     x="33" y="70"
  68.     image="player.ws.play"
  69.     downImage="player.ws.play-pressed"
  70.     tooltip="Play"
  71.   />
  72.   <button
  73.     id="Pause"
  74.     action="PAUSE"
  75.     x="33" y="70"
  76.     image="player.ws.pause"
  77.     downImage="player.ws.pause-pressed"
  78.     tooltip="Pause"
  79.   />
  80.   <button
  81.     id="Stop"
  82.     action="STOP"
  83.     x="55" y="60"
  84.     image="player.ws.stop"
  85.     downImage="player.ws.stop-pressed"
  86.     tooltip="Stop"
  87.   />
  88.   <button
  89.     id="Next"
  90.     action="NEXT"
  91.     x="18" y="64"
  92.     image="player.ws.next"
  93.     downImage="player.ws.next-pressed"
  94.     tooltip="Next"
  95.   />
  96.   <button
  97.     id="Eject"
  98.     action="EJECT"
  99.     x="12" y="88"
  100.     image="player.ws.eject"
  101.     downImage="player.ws.eject-pressed"
  102.     tooltip="Eject"
  103.   />
  104.    
  105.   <!-- Titlebar buttons -->
  106.   <button
  107.     id="Minimize"
  108.     action="MINIMIZE"
  109.     x="77" y="59"
  110.     image="player.minimize"
  111.     downImage="player.minimize-pressed"
  112.     tooltip="Minimize Winamp"
  113.   />
  114.   <button
  115.     id="winshade" tooltip="Toggle Windowshade mode"
  116.     action="SWITCH" param="normal"
  117.     x="74" y="70"
  118.     image="player.winshade"
  119.     downImage="player.winshade-pressed"
  120.   />
  121.   <button
  122.     id="Close"
  123.     action="CLOSE"
  124.     x="76" y="46"
  125.     image="player.close"
  126.     downImage="player.close-pressed"
  127.     tooltip="Exit Winamp"
  128.   />
  129.  
  130. </groupdef>
  131.    
  132. <layout id="shade" background="player.ws.bg" desktopalpha="1">
  133.     <layer id="player.ws.bgbluescreen" x="0" y="0" image="player.ws.bgbluescreen" move="0" ghost="1"/>
  134.   <group id="shade.content" x="5" y="5" w="94" h="138" />
  135.  
  136. </layout>
  137.