home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / service / winamp3 / files / skins / Chronabie.wal / xml / player-shade.xml < prev    next >
Text File  |  2002-08-06  |  3KB  |  137 lines

  1. <!-- Player:Windowshade Mode -->
  2.  
  3.  <layout id="shade" background="player.shade-base-alpha" desktopalpha="1">
  4.  
  5.   <layer image="player.shade-LCD" x="23" y="4" alpha="255" />
  6.  
  7. <!-- Seeker behind timer -->  
  8.   <layer id="shadeseek" x="31" y="22" image="player.shade-seek" move="0" />
  9.   <layer id="shadeseekfull" x="31" y="22" image="player.shade-seek-full" move="0" ghost="1" />
  10.   <slider id="shadehidseek" action="SEEK" x="0" y="0" w="83" h="0"/>
  11.   
  12.   <layer image="player.shade-backgrounddots" x="25" y="5" alpha="128" ghost="1" />
  13.  
  14. <!-- Song ticker -->
  15.      <text
  16.       id="Songticker" ticker="1"
  17.       display="songname" showlen="1"
  18.       x="104" y="5"
  19.       w="123" h="12"
  20.       font="arial" fontsize="12" align="center"
  21.       color="86,86,86"    
  22.      />
  23.      
  24. <!-- MP3TimeWindow -->
  25.     <text
  26.       id="timer"
  27.       x="36" y="24"
  28.       w="76" h="19"
  29.       display="time"
  30.       font="player.shade.font" fontsize="24" align="center"
  31.       color="86,86,86"    
  32.       ghost="1"
  33.       timecolonwidth="5"
  34.     />
  35.      
  36.   <layer image="player.shade-base" x="3" y="4" alpha="255" ghost="1"/>
  37.  
  38.   <layer image="player.base-shade" x="0" y="1" alpha="255" ghost="1"/>
  39.   <layer image="player.shade-bulletholes" x="39" y="6" alpha="204" ghost="1"/>
  40.  
  41.   <layer image="player.shade-timer-glass" x="31" y="22" alpha="140" ghost="1"/>
  42.   <layer image="player.shade-ticker-glass" x="93" y="4" alpha="128" ghost="1"/>
  43.     
  44.   <!-- Playback buttons -->
  45.   <button 
  46.     id="Previous"
  47.     action="PREV" 
  48.     x="132" y="27"
  49.     image="player.shade-previous" 
  50.     downImage="player.shade-previous-press" 
  51.     tooltip="Previous"
  52.   />
  53.   
  54.   <button
  55.     id="play"
  56.     action="PLAY"
  57.     x="11" y="11"
  58.     image="player.shade-play"
  59.     downImage="player.shade-play-press"
  60.     tooltip="Play"
  61.   /> 
  62.  
  63.   <button
  64.     id="pause" 
  65.     action="pause"
  66.     x="11" y="11"
  67.     image="player.shade-pause"
  68.     downImage="player.shade-pause-press"
  69.     tooltip="Pause"
  70.   />
  71.  
  72.   <button
  73.     id="Stop"
  74.     action="STOP"
  75.     x="153" y="27"
  76.     image="player.shade-stop"
  77.     downImage="player.shade-stop-press"
  78.     tooltip="Stop"
  79.   />
  80.  
  81.   <button
  82.     id="Next"
  83.     action="NEXT"
  84.     x="174" y="27"
  85.     image="player.shade-next"
  86.     downImage="player.shade-next-press"
  87.     tooltip="Next"
  88.   />
  89.  
  90.   <button
  91.     id="EJECT" 
  92.     action="EJECT"
  93.     x="194" y="27" 
  94.     image="player.shade-open"
  95.     downImage="player.shade-open-press"
  96.     tooltip="Eject"
  97.   />
  98.  
  99.   <layer image="player.shade-pill-glow" x="11" y="11" alpha="255" ghost="1"/>
  100.   <layer image="player.shade-c-button-icons" x="22" y="21" alpha="204" ghost="1"/>
  101.   
  102.     <slider
  103.       id="Volume"
  104.       action="VOLUME"
  105.       x="115" y="18"
  106.       w="96" h="4"
  107.       thumb="player.shade-volume-nob"
  108.       downThumb="player.shade-volume-nob"
  109.     />
  110.   
  111.   <!-- Titlebar buttons -->
  112.   <button
  113.     id="Minimize"
  114.     action="MINIMIZE"
  115.     x="251" y="8"
  116.     image="player.shade-min"
  117.     downImage="player.shade-min-press"
  118.     tooltip="Minimize Winamp"
  119.   />
  120.   <button
  121.     id="plmode" tooltip="Toggle Normal mode"
  122.     x="254" y="19"
  123.     action="SWITCH" param="normal"
  124.     image="player.shade-switch"
  125.     downImage="player.shade-switch-press"
  126.   />
  127.   <button
  128.     id="Close"
  129.     action="CLOSE"
  130.     x="251" y="30"
  131.     image="player.shade-close"
  132.     downImage="player.shade-close-press"
  133.     tooltip="Exit Winamp"
  134.   />
  135.  
  136.  </layout>
  137.