home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Winamp / Skins / Syncrosect_01.wal / xml / player-shade-group.xml < prev    next >
Text File  |  2004-07-27  |  3KB  |  42 lines

  1. <groupdef id="player.shade.group.winbuttons">
  2.     <button    id="close" action="CLOSE" x="2" y="0" tooltip="Exit WinAmp"
  3.             image="player.winbutton.up" downImage="player.winbutton.down"/>
  4.     <button    id="winshade" action="SWITCH" param="normal" x="0" y="16" tooltip="Switch to Normal"
  5.             image="player.winbutton.up" downImage="player.winbutton.down"/>
  6.     <button    id="minimize" action="MINIMIZE" x="0" y="8" tooltip="Minimize"
  7.             image="player.winbutton.up" downImage="player.winbutton.down"/>
  8. </groupdef>
  9.  
  10. <groupdef id="player.shade.group.controlbuttons">
  11.    <button    id="prev" action="PREV" x="0" y="0" tooltip="Previous Track"
  12.             image="player.button.prev" hoverImage="player.button.prev.hover" downImage="player.button.prev.hover"/>
  13.    <button    id="stop" action="STOP" x="14" y="1" tooltip="STOP"
  14.             image="player.button.stop" hoverImage="player.button.stop.hover" downImage="player.button.stop.hover"/>
  15.    <button    id="play" action="PLAY" x="27" y="6" tooltip="Play"
  16.             image="player.button.play" hoverImage="player.button.play.hover" downImage="player.button.play.hover"/>
  17.    <button    id="pause" action="PAUSE" x="40" y="14" tooltip="Pause"
  18.             image="player.button.pause" hoverImage="player.button.pause.hover" downImage="player.button.pause.hover"/>
  19.    <button    id="next" action="NEXT" x="52" y="26" tooltip="Next Track"
  20.             image="player.button.next" hoverImage="player.button.next.hover" downImage="player.button.next.hover"/>
  21.    <button    id="eject" action="EJECT" x="70" y="90" tooltip="Open File"
  22.             image="player.button.eject" hoverImage="player.button.eject.hover" downImage="player.button.eject.hover"/>
  23. </groupdef>
  24.  
  25. <groupdef id="player.shade.group.togglebuttons">
  26.     <togglebutton    id="PL" action="TOGGLE" param="guid:pl" x="9" y="0"
  27.                     image="player.shade.PL" hoverImage="player.shade.PL.on" downImage="player.shade.PL.on"
  28.                     tooltip="Playlist Editor"/>
  29.     <togglebutton    id="ML" action="TOGGLE" param="guid:ml" x="4" y="9" tooltip="Media Library"
  30.                     image="player.shade.ML" hoverImage="player.shade.ML.on" downImage="player.shade.ML.on"/>
  31.     <togglebutton    id="EQ" action="TOGGLE" param="eqthing" x="0" y="18" tooltip="Equaliser Thinger"
  32.                     image="player.shade.EQ" hoverImage="player.shade.EQ.on" downImage="player.shade.EQ.on"/>
  33. </groupdef>
  34.  
  35. <groupdef id="player.shade.group.display">
  36.     <Text    id="songticker" ticker="1" display="songname" showlen="1" x="23" y="37" w="54"
  37.             font="player.tickerfont" fontsize="12" color="38,38,38"/>
  38.     <Text    id="timer" display="time" x="22" y="26" w="60" h="10" align="right"
  39.             font="player.numfont" timeroffstyle="1" timecolonwidth="5"/>
  40.     <vis    id="vis" x="9" y="6" w="32" h="17" colorallbands="38,38,38" colorbandpeak="180,180,180" colorallosc="38,38,38"/>
  41.     <layer id="glass" image="player.shade.display.glass" x="0" y="0" ghost="1"/>
  42. </groupdef>