home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Winamp / Skins / EMP.wal / bargroup.xml < prev    next >
Text File  |  2003-06-19  |  4KB  |  132 lines

  1. <groupdef id="bar.maingroup">
  2.     <layer image="bar.lcd" x="102" y="3"/>    
  3.  
  4.     <button
  5.         id="bar.prev" x="11" y="2"
  6.         image="bar.back"
  7.         downImage="bar.back.pressed"
  8.         tooltip="Previous Track" action="PREV"
  9.     />
  10.     <button
  11.         id="bar.play" x="29" y="2"
  12.         image="bar.play"
  13.         downImage="bar.play.pressed"
  14.         tooltip="Play" action="PLAY"
  15.     />
  16.     <button
  17.         id="bar.pause" x="47" y="2"
  18.         image="bar.pause"
  19.         downImage="bar.pause.pressed"
  20.         tooltip="Pause" action="PAUSE"
  21.     />
  22.     <button
  23.         id="bar.stop" x="65" y="2"
  24.         image="bar.stop"
  25.         downImage="bar.stop.pressed"
  26.         tooltip="Stop" action="STOP"
  27.     />
  28.     <button
  29.         id="bar.next" x="83" y="2"
  30.         image="bar.next"
  31.         downImage="bar.next.pressed"
  32.         tooltip="Next Track" action="NEXT"
  33.     />
  34.  
  35.     <text x="104" y="6" w="32" h="9" display="TIME" font="bar.font" align="left" timeroffstyle="1"/>
  36.     <text id="bartext" x="140" y="6" w="135" h="9" display="SONGNAME" font="bar.font" align="left" showlen="1" ticker="1"/>
  37.     <layer image="bar.fade" x="140" y="3" ghost="1"/>
  38.  
  39.     <togglebutton
  40.           id="bar.shuffle"
  41.           x="280" y="8"
  42.           image="bar.togglebutton"
  43.           downImage="bar.togglebutton.pressed"
  44.           activeImage="bar.togglebutton.pressed"
  45.           tooltip="Toggle Playlist Shuffling"
  46.           cfgattrib="{45F3F7C1-A6F3-4EE6-A15E-125E92FC3F8D};Shuffle"
  47.     />
  48.     <togglebutton
  49.           id="bar.repeat"
  50.           x="297" y="8"
  51.           image="bar.togglebutton"
  52.           downImage="bar.togglebutton.pressed"
  53.           activeImage="bar.togglebutton.pressed"
  54.           tooltip="Toggle Playlist Repeating"
  55.           cfgattrib="{45F3F7C1-A6F3-4EE6-A15E-125E92FC3F8D};Repeat"
  56.           cfgval="2"
  57.     />
  58.     <togglebutton
  59.           id="bar.top"
  60.           x="314" y="8"
  61.           image="bar.togglebutton"
  62.           downImage="bar.togglebutton.pressed"
  63.           activeImage="bar.togglebutton.pressed"
  64.           tooltip="Always On Top"
  65.           cfgattrib="{280876CF-48C0-40BC-8E86-73CE6BB462E5};Always on top"
  66.     />
  67.  
  68.  
  69.     <button
  70.           id="bar.pl"
  71.           action="TOGGLE" param="guid:pl"
  72.           x="331" y="2"
  73.           image="bar.pl"
  74.           downImage="bar.pl.pressed"
  75.           activeImage="bar.pl"
  76.           tooltip="Toggle the Playlist Editor"
  77.     />
  78.     <button
  79.           id="bar.eq"
  80.           action="TOGGLE" param="eq"
  81.           x="349" y="2"
  82.           image="bar.eq"
  83.           downImage="bar.eq.pressed"
  84.           activeImage="bar.eq"
  85.           tooltip="Toggle the Equalizer"
  86.     />
  87.     <button
  88.           id="bar.modebutton"
  89.           x="367" y="2"
  90.           image="bar.ws"
  91.           downImage="bar.ws.pressed"
  92.           tooltip="Change Skin Mode (Normal, Remote, or Bar)"
  93.     />
  94.     <button
  95.         x="385" y="2" action="CONTROLMENU" tooltip="Size/Opacity Menu"
  96.         image="bar.opacitymenu" downImage="bar.opacitymenu.pressed"
  97.     />
  98.     <button
  99.           id="bar.minimize"
  100.           action="MINIMIZE"
  101.           x="403" y="2"
  102.           image="bar.min"
  103.           downImage="bar.min.pressed"
  104.           tooltip="Minimize Winamp"
  105.     />
  106.     <button
  107.           id="bar.close"
  108.           action="CLOSE"
  109.           x="421" y="2"
  110.           image="bar.close"
  111.           downImage="bar.close.pressed"
  112.           tooltip="Exit Winamp"
  113.     />
  114.  
  115.  
  116.     <slider
  117.         action="VOLUME" tooltip="Volume"
  118.         x="22" y="20" w="61" h="7" orientation="H" thumb="bar.volslider" downThumb="bar.volslider"
  119.     />
  120.     <slider
  121.           id="bar.seeker"
  122.           action="SEEK" orientation="H"
  123.           x="307" y="20"
  124.           w="105" h="7" tooltip="Song Position: Seek"
  125.           thumb="bar.posslider"
  126.           downThumb="bar.posslider"
  127.     />
  128.     <button x="3" y="20" rectrgn="1" w="19" h="7" action="VOLUME_DOWN" tooltip="Decrease Volume"/>
  129.     <button x="83" y="20" rectrgn="1" w="19" h="7" action="VOLUME_UP" tooltip="Increase Volume"/>
  130.     <button x="288" y="20" rectrgn="1" w="19" h="7" action="REWIND_5S" tooltip="Rewind"/>
  131.     <button x="412" y="20" rectrgn="1" w="19" h="7" action="FFWD_5S" tooltip="Fast Forward"/>
  132. </groupdef>