home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2003 #3 / K-CD_2003-03.iso / Winamp / winamp3_0-full.exe / Skins / Default.wal / xml / video-shade-group.xml < prev    next >
Text File  |  2002-07-03  |  3KB  |  135 lines

  1. <groupdef id="video.shade.playbuttons">
  2.   <group id="wasabi.objectframe.group" x="4" y="0" w="59" h="11"/>
  3.   
  4.   <group id="wasabi.objectframe.group" x="65" y="0" w="15" h="11"/>
  5.  
  6.   <button 
  7.     id="Previous"
  8.     action="PREV" 
  9.     x="5" y="1" 
  10.     image="player.winshade.button.previous" 
  11.     downImage="player.winshade.button.previous.pressed" 
  12.     tooltip="Previous"
  13.   />
  14.   <button
  15.     id="Play"
  16.     action="PLAY"
  17.     x="18" y="1"
  18.     image="player.winshade.button.play"
  19.     downImage="player.winshade.button.play.pressed"
  20.     tooltip="Play"
  21.   />
  22.   <button
  23.     id="Pause"
  24.     action="PAUSE"
  25.     x="28" y="1"
  26.     image="player.winshade.button.pause"
  27.     downImage="player.winshade.button.pause.pressed"
  28.     tooltip="Pause"
  29.   />
  30.   <button
  31.     id="Stop"
  32.     action="STOP"
  33.     x="38" y="1"
  34.     image="player.winshade.button.stop"
  35.     downImage="player.winshade.button.stop.pressed"
  36.     tooltip="Stop"
  37.   />
  38.   <button
  39.     id="Next"
  40.     action="NEXT"
  41.     x="48" y="1"
  42.     image="player.winshade.button.next"
  43.     downImage="player.winshade.button.next.pressed"
  44.     tooltip="Next"
  45.   />
  46.   <button
  47.     id="Eject"
  48.     action="EJECT"
  49.     x="66" y="1"
  50.     image="player.winshade.button.eject"
  51.     downImage="player.winshade.button.eject.pressed"
  52.     tooltip="Open File"
  53.   />
  54.  
  55.  </groupdef>
  56.  
  57.  <groupdef id="video.shade.content.group">
  58.  
  59.   <group id="wasabi.window" 
  60.    x="0" y="0" w="0" h="-45" relatw="1" relath="1"
  61.   />
  62.  
  63.   <group id="wasabi.panel" 
  64.    x="0" y="-35" w="0" h="35" relaty="1" relatw="1"
  65.   />
  66.  
  67.   <layer x="0" y="0" w="0" h="0" relatw="1" relath="1"/>
  68.  
  69.   <component
  70.     id="video.component"
  71.     x="0"
  72.     y="0"
  73.     w="0"
  74.     relatw="1"
  75.     h="-35"
  76.     relath="1"
  77.     param="guid:{F0816D7B-FFFC-4343-80F2-E8199AA15CC3}"
  78.     disableanimatedrects="1"
  79.   />
  80.  
  81.   <group id="video.shade.playbuttons" 
  82.    x="0" y="-16" w="150" h="45" relaty="1" 
  83.   />
  84.  
  85.   <layer
  86.     id="volume.slider.bar"
  87.     x="-83" y="-15" relatx="1" relaty="1" 
  88.     image="player.volume.slider"
  89.   />
  90.   
  91.   <slider
  92.     id="Volume"
  93.     action="VOLUME"
  94.     x="-84" y="-16" relatx="1" relaty="1"
  95.     w="79" h="13"
  96.     thumb="player.button.volume"
  97.     downThumb="player.button.volume.pressed"
  98.   />
  99.   
  100.   <layer
  101.     id="seekbar.slider.bar"
  102.     x="4" y="-29" relaty="1"
  103.     image="video.seekbar.placeholder.left"
  104.   />
  105.   <layer
  106.     id="seekbar.slider.bar"
  107.     x="6" y="-29" relaty="1" w="-13" relatw="1"
  108.     image="video.seekbar.placeholder.middle"
  109.   />
  110.   <layer
  111.     id="seekbar.slider.bar"
  112.     x="-7" y="-29" relatx="1" relaty="1"
  113.     image="video.seekbar.placeholder.right"
  114.   />
  115.   
  116.   <slider
  117.     id="Seeker"
  118.     action="SEEK"
  119.     x="4" y="-30" relaty="1"
  120.     w="-9" relatw="1" h="13"
  121.     thumb="player.button.seek"
  122.     downThumb="player.button.seek.pressed"
  123.   />
  124.   
  125.   <slider
  126.     id="SeekerGhost"
  127.     action="SEEK"
  128.     x="4" y="-30" relaty="1"
  129.     w="-9" relatw="1" h="13"
  130.     thumb="player.button.seek"
  131.     downThumb="player.button.seek.pressed"
  132.   />
  133.  
  134. </groupdef>
  135.