home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Winamp / Skins / Syncrosect_01.wal / xml / eqthing-normal.xml next >
Text File  |  2004-07-27  |  3KB  |  41 lines

  1. <groupdef id="eqthing.group.winbutton">
  2.     <button id="Close" action="CLOSE" x="180" y="15"  tooltip="Close EQ Thinger"
  3.             image="player.winbutton.up" downImage="player.winbutton.down"/>
  4. </groupdef>
  5.  
  6. <groupdef id="thinger.group.display">
  7.     <componentbucket id="Component list" x="32" y="36" w="37" h="37" />
  8.     <button id="ScrollLeft" action="CB_PREV" x="28" y="97" rectrgn="1" tooltip="Scroll Left"
  9.             image="thinger.left.up" downImage="thinger.left.down" hoverImage="thinger.left.down"/>
  10.     <button id="ScrollRight" action="CB_NEXT" x="57" y="97" tooltip="Scroll Right"
  11.             image="thinger.right.up" downImage="thinger.right.down" hoverImage="thinger.right.down"/>
  12.     <Text    id="cbText" display="componentbucket" x="32" y="70" w="37" h="20"
  13.             font="player.tickerfont" align="center" fontsize="11" color="230,230,230"/>
  14. </groupdef>
  15.  
  16. <groupdef id="eq.group.display">
  17.     <slider id="eq1" action="EQ_BAND" param="1" x="101" y="34" w="8" h="57" orientation="vertical" thumb="eq.slider"/>
  18.     <slider id="eq1" action="EQ_BAND" param="2" x="110" y="34" w="8" h="57" orientation="vertical" thumb="eq.slider"/>
  19.     <slider id="eq1" action="EQ_BAND" param="3"    x="119" y="34" w="8" h="57" orientation="vertical" thumb="eq.slider"/>
  20.     <slider id="eq1" action="EQ_BAND" param="4" x="128" y="34" w="8" h="57" orientation="vertical" thumb="eq.slider"/>
  21.     <slider id="eq1" action="EQ_BAND" param="5" x="137" y="34" w="8" h="57" orientation="vertical" thumb="eq.slider"/>
  22.     <slider id="eq1" action="EQ_BAND" param="6" x="146" y="34" w="8" h="57" orientation="vertical" thumb="eq.slider"/>
  23.     <slider id="eq1" action="EQ_BAND" param="7" x="155" y="34" w="8" h="57" orientation="vertical" thumb="eq.slider"/>
  24.     <slider id="eq1" action="EQ_BAND" param="8" x="164" y="34" w="8" h="57" orientation="vertical" thumb="eq.slider"/>
  25.     <slider id="eq1" action="EQ_BAND" param="9" x="173" y="34" w="8" h="57" orientation="vertical" thumb="eq.slider"/>
  26.     <slider id="eq1" action="EQ_BAND" param="10" x="182" y="34" w="8" h="57" orientation="vertical" thumb="eq.slider"/>
  27.     <slider id="preamp" action="EQ_PREAMP" param="10" x="85" y="34" w="8" h="57" orientation="vertical" thumb="eq.slider"/>
  28.     <togglebutton    id="on" action="EQ_TOGGLE" x="81" y="99" tooltip="Toggle EQ processing"
  29.                     image="eq.off" downImage="eq.on" activeImage="eq.on"/>
  30.     <togglebutton    id="auto" action="EQ_AUTO" x="132" y="99" tooltip="Toggle EQ Auto processing"
  31.                     image="auto.off" downImage="auto.on" activeImage="auto.on"/>
  32.     <togglebutton    id="presets" action="MENU" param="presets" x="167" y="99" tooltip="Presets Menu"
  33.                     image="pre.off" downImage="pre.on" hoverImage="pre.on"/>
  34. </groupdef>
  35.  
  36. <layout id="normal" w="221" h="140" desktopalpha="1">
  37.     <layer id="background" image="eqthing.background" sysregion="1" />
  38.     <group id="eqthing.group.winbutton" />
  39.     <group id="thinger.group.display" />
  40.     <group id="eq.group.display" />
  41. </layout>