home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Winamp / Skins / Van_Helsing.wal / xml / equalizer.xml < prev    next >
Text File  |  2004-10-03  |  3KB  |  36 lines

  1. <elements>
  2.  <bitmap id="eq.background" file="images/equalizer/background.png" />
  3.  <bitmap id="eq.thumb" file="images/equalizer/eq-thumb.png" />
  4.  
  5.  <bitmap id="eq.on" file="images/equalizer/on.png" />
  6.  <bitmap id="eq.on.down" file="images/equalizer/on-down.png" />
  7.  <bitmap id="eq.auto" file="images/equalizer/auto.png" />
  8.  <bitmap id="eq.auto.down" file="images/equalizer/auto-down.png" />
  9.  <bitmap id="eq.pre" file="images/equalizer/pre.png" />
  10.  <bitmap id="eq.pre.down" file="images/equalizer/pre-down.png" />
  11.  
  12.  <bitmap id="eq.close" file="images/equalizer/close.png" />
  13.  <bitmap id="eq.close.down" file="images/equalizer/close-down.png" />
  14. </elements>
  15.  
  16. <container id="eq" name="Equalizer">
  17.  <layout id="normal" background="eq.background" w="189" h="117">
  18.   <slider action="EQ_PREAMP" orientation="V" x="32" y="24" w="5" h="60" thumb="eq.thumb" downthumb="eq.thumb" />
  19.   <slider action="EQ_BAND" param="1" orientation="V" x="55" y="24" w="5" h="60" thumb="eq.thumb" downthumb="eq.thumb" />
  20.   <slider action="EQ_BAND" param="2" orientation="V" x="65" y="24" w="5" h="60" thumb="eq.thumb" downthumb="eq.thumb" />
  21.   <slider action="EQ_BAND" param="3" orientation="V" x="76" y="24" w="5" h="60" thumb="eq.thumb" downthumb="eq.thumb" />
  22.   <slider action="EQ_BAND" param="4" orientation="V" x="87" y="24" w="5" h="60" thumb="eq.thumb" downthumb="eq.thumb" />
  23.   <slider action="EQ_BAND" param="5" orientation="V" x="98" y="24" w="5" h="60" thumb="eq.thumb" downthumb="eq.thumb" />
  24.   <slider action="EQ_BAND" param="6" orientation="V" x="109" y="24" w="5" h="60" thumb="eq.thumb" downthumb="eq.thumb" />
  25.   <slider action="EQ_BAND" param="7" orientation="V" x="119" y="24" w="5" h="60" thumb="eq.thumb" downthumb="eq.thumb" />
  26.   <slider action="EQ_BAND" param="8" orientation="V" x="131" y="24" w="5" h="60" thumb="eq.thumb" downthumb="eq.thumb" />
  27.   <slider action="EQ_BAND" param="9" orientation="V" x="141" y="24" w="5" h="60" thumb="eq.thumb" downthumb="eq.thumb" />
  28.   <slider action="EQ_BAND" param="10" orientation="V" x="152" y="24" w="5" h="60" thumb="eq.thumb" downthumb="eq.thumb" />
  29.   
  30.   <button rectrgn="1" x="35" y="94" action="EQ_TOGGLE" image="eq.on" downimage="eq.on.down" activeimage="eq.on.down" tooltip="Toggle Equalizer On/Off" />
  31.   <button rectrgn="1" x="107" y="94" action="MENU" param="presets" image="eq.pre" downimage="eq.pre.down" activeimage="eq.pre.down" tooltip="Manage Equalizer Presets" />
  32.   <button rectrgn="1" x="62" y="94" action="EQ_AUTO" image="eq.auto" downimage="eq.auto.down" activeimage="eq.auto.down" tooltip="Toggle Equalizer Automatic Processing" />
  33.   
  34.   <button x="175" y="0" image="eq.close" downimage="eq.close.down" action="close" tooltip="Close Equalizer" />
  35.  </layout>
  36. </container>