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

  1. <groupdef id="eq.content.group">
  2.     <layer image="eq.deco" x="6" y="19"/>
  3.     <layer id="move disabler" x="59" y="28" w="191" h="109" image="clear" move="0"/>
  4.     <eqVis x="63" y="32" w="181" h="100" colortop="0,0,0" colormiddle="0,0,0" colorbottom="0,0,0" colorpreamp="0,0,0"/>
  5.     <slider action="EQ_PREAMP" x="16" y="34" w="12" h="96" orientation="vertical" thumb="eq.preampslider" downThumb="eq.preampslider.pressed" tooltip="Preamp"/>
  6.     
  7.     <slider action="EQ_BAND" param="1" x="59" y="32" w="9" h="100" orientation="vertical" thumb="eq.eqslider" downThumb="eq.eqslider"/>
  8.     <slider action="EQ_BAND" param="2" x="79" y="32" w="9" h="100" orientation="vertical" thumb="eq.eqslider" downThumb="eq.eqslider"/>
  9.     <slider action="EQ_BAND" param="3" x="99" y="32" w="9" h="100" orientation="vertical" thumb="eq.eqslider" downThumb="eq.eqslider"/>
  10.     <slider action="EQ_BAND" param="4" x="119" y="32" w="9" h="100" orientation="vertical" thumb="eq.eqslider" downThumb="eq.eqslider"/>
  11.     <slider action="EQ_BAND" param="5" x="139" y="32" w="9" h="100" orientation="vertical" thumb="eq.eqslider" downThumb="eq.eqslider"/>
  12.     <slider action="EQ_BAND" param="6" x="159" y="32" w="9" h="100" orientation="vertical" thumb="eq.eqslider" downThumb="eq.eqslider"/>
  13.     <slider action="EQ_BAND" param="7" x="179" y="32" w="9" h="100" orientation="vertical" thumb="eq.eqslider" downThumb="eq.eqslider"/>
  14.     <slider action="EQ_BAND" param="8" x="199" y="32" w="9" h="100" orientation="vertical" thumb="eq.eqslider" downThumb="eq.eqslider"/>
  15.     <slider action="EQ_BAND" param="9" x="219" y="32" w="9" h="100" orientation="vertical" thumb="eq.eqslider" downThumb="eq.eqslider"/>
  16.     <slider action="EQ_BAND" param="10" x="239" y="32" w="9" h="100" orientation="vertical" thumb="eq.eqslider" downThumb="eq.eqslider"/>
  17.     <button
  18.           action="EQ_TOGGLE"
  19.           x="42" y="4" rectrgn="1"
  20.           image="eq.on"
  21.           downImage="eq.on.pressed"
  22.           activeImage="eq.on.pressed"
  23.           tooltip="Toggle EQ processing"
  24.     />
  25.     <button
  26.           action="EQ_AUTO"
  27.           x="92" y="4" rectrgn="1"
  28.           image="eq.auto"
  29.           downImage="eq.auto.pressed"
  30.           activeImage="eq.auto.pressed"
  31.           tooltip="Toggle EQ automatic processing"
  32.     />
  33.     <button
  34.           action="MENU" param="presets"
  35.           x="155" y="4" rectrgn="1"
  36.           image="eq.presets"
  37.           downImage="eq.presets.pressed"
  38.           tooltip="Display Presets menu"
  39.     />
  40.  
  41. </groupdef>