home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winamp / 300b / skins / Roundorb.wal / xml / eq-normal.xml < prev    next >
Encoding:
Text File  |  2001-07-06  |  6.1 KB  |  233 lines

  1. <!-- Equalizer:Standard Mode -->
  2.   
  3.    <layout id="eq" background="player.eq.bg">
  4.     <layer id="placeholder" x="0" y="0" image="player.eq.placeholder"/>
  5.     <!-- Titlebar buttons -->
  6.     <button
  7.       id="sysbutton"
  8.       action="SYSMENU"
  9.       x="5" y="3"
  10.       image="player.eq.button.menu"
  11.       downImage="player.eq.button.menu.pressed"
  12.     />
  13.     <layer
  14.       id="blah"
  15.       dblClickAction="SWITCH;shade"
  16.       x="22" y="4"
  17.       image="player.eq.titlebar.active.left"
  18.     />
  19.     <layer
  20.       id="blah"
  21.       dblClickAction="SWITCH;shade"
  22.       x="29" y="4" w="72"
  23.       image="player.eq.titlebar.active.center"
  24.     />
  25.     <layer
  26.       id="blah"
  27.       dblClickAction="SWITCH;shade"
  28.       x="101" y="4"
  29.       image="player.eq.titlebar.active.right"
  30.     />
  31.     <layer
  32.       id="blah"
  33.       action=""
  34.       x="110" y="2"
  35.       dblClickAction="SWITCH;shade"
  36.       image="player.eq.titlebar.text"
  37.     />
  38.     <layer
  39.       id="blah"
  40.       dblClickAction="SWITCH;shade"
  41.       x="170" y="4"
  42.       image="player.eq.titlebar.active.left"
  43.     />
  44.     <layer
  45.       id="blah"
  46.       dblClickAction="SWITCH;shade"
  47.       x="176" y="4" w="54"
  48.       image="player.eq.titlebar.active.center"
  49.     />
  50.     <layer
  51.       id="blah"
  52.       dblClickAction="SWITCH;shade"
  53.       x="230" y="4"
  54.       image="player.eq.titlebar.active.right"
  55.     />
  56.     <button
  57.       id="winshade" tooltip="Toggle Windowshade mode"
  58.       action="SWITCH" param="shade"
  59.       x="240" y="3"
  60.       image="player.eq.button.winshade"
  61.       downImage="player.eq.button.winshade.pressed"
  62.     />
  63.     <button
  64.       id="Close"
  65.       action="CLOSE"
  66.       x="257" y="3"
  67.       image="player.eq.button.close"
  68.       downImage="player.eq.button.close.pressed"
  69.       tooltip="Close Window"
  70.     />
  71.  
  72.     <!-- The spline display -->
  73.     <eqvis id="spline" x="85" y="20" w="115" h="15" 
  74.            colortop="60,80,40" colormiddle="255,192,255" colorbottom="80,40,60"
  75.            colorpreamp="128,128,128" gamma="192" />
  76.  
  77.     <!-- the different eq switchess -->
  78.     <button
  79.       id="on"
  80.       action="EQ_TOGGLE"
  81.       x="15" y="22"
  82.       image="player.eq.switch.on.disabled"
  83.       downImage="player.eq.switch.on.pressed"
  84.       activeImage="player.eq.switch.on.enabled"
  85.       tooltip="Toggle EQ processing"
  86.     />
  87.     <button
  88.       id="on"
  89.       action="EQ_AUTO"
  90.       x="42" y="22"
  91.       image="player.eq.switch.auto.disabled"
  92.       downImage="player.eq.switch.auto.pressed"
  93.       activeImage="player.eq.switch.auto.enabled"
  94.       tooltip="Toggle EQ automatic processing"
  95.     />
  96.     <button
  97.       id="on"
  98.       action="MENU" param="presets"
  99.       x="216" y="22"
  100.       image="player.eq.button.presets"
  101.       downImage="player.eq.button.presets.pressed"
  102.       tooltip="Display Presets menu"
  103.     />
  104.  
  105.     <!-- EQ Sliders -->
  106.     <layer x="24" y="38" image="player.eq.slider.bar"/>
  107.     <slider
  108.       id="preamp"
  109.       action="EQ_PREAMP"
  110.       x="18" y="38"
  111.       w="18" h="66"
  112.       orientation="vertical"
  113.       thumb="player.eq.slider.button"
  114.       downThumb="player.eq.slider.button.pressed"
  115.     />
  116.  
  117.     <layer x="82" y="38" image="player.eq.slider.bar"/>
  118.     <slider
  119.       id="eq1"
  120.       action="EQ_BAND" param="1"
  121.       x="76" y="38"
  122.       w="18" h="66"
  123.       orientation="vertical"
  124.       thumb="player.eq.slider.button"
  125.       downThumb="player.eq.slider.button.pressed"
  126.     />
  127.  
  128.     <layer x="100" y="38" image="player.eq.slider.bar"/>
  129.     <slider
  130.       id="eq2"
  131.       action="EQ_BAND" param="2"
  132.       x="94" y="38"
  133.       w="18" h="66"
  134.       orientation="vertical"
  135.       thumb="player.eq.slider.button"
  136.       downThumb="player.eq.slider.button.pressed"
  137.     />
  138.  
  139.     <layer x="118" y="38" image="player.eq.slider.bar"/>
  140.     <slider
  141.       id="eq3"
  142.       action="EQ_BAND" param="3"
  143.       x="112" y="38"
  144.       w="18" h="66"
  145.       orientation="vertical"
  146.       thumb="player.eq.slider.button"
  147.       downThumb="player.eq.slider.button.pressed"
  148.     />
  149.  
  150.     <layer x="136" y="38" image="player.eq.slider.bar"/>
  151.     <slider
  152.       id="eq4"
  153.       action="EQ_BAND" param="4"
  154.       x="130" y="38"
  155.       w="18" h="66"
  156.       orientation="vertical"
  157.       thumb="player.eq.slider.button"
  158.       downThumb="player.eq.slider.button.pressed"
  159.     />
  160.  
  161.     <layer x="154" y="38" image="player.eq.slider.bar"/>
  162.     <slider
  163.       id="eq5"
  164.       action="EQ_BAND" param="5"
  165.       x="148" y="38"
  166.       w="18" h="66"
  167.       orientation="vertical"
  168.       thumb="player.eq.slider.button"
  169.       downThumb="player.eq.slider.button.pressed"
  170.     />
  171.  
  172.     <layer x="172" y="38" image="player.eq.slider.bar"/>
  173.     <slider
  174.       id="eq6"
  175.       action="EQ_BAND" param="6"
  176.       x="166" y="38"
  177.       w="18" h="66"
  178.       orientation="vertical"
  179.       thumb="player.eq.slider.button"
  180.       downThumb="player.eq.slider.button.pressed"
  181.     />
  182.  
  183.     <layer x="190" y="38" image="player.eq.slider.bar"/>
  184.     <slider
  185.       id="eq7"
  186.       action="EQ_BAND" param="7"
  187.       x="184" y="38"
  188.       w="18" h="66"
  189.       orientation="vertical"
  190.       thumb="player.eq.slider.button"
  191.       downThumb="player.eq.slider.button.pressed"
  192.     />
  193.  
  194.     <layer x="208" y="38" image="player.eq.slider.bar"/>
  195.     <slider
  196.       id="eq8"
  197.       action="EQ_BAND" param="8"
  198.       x="202" y="38"
  199.       w="18" h="66"
  200.       orientation="vertical"
  201.       thumb="player.eq.slider.button"
  202.       downThumb="player.eq.slider.button.pressed"
  203.     />
  204.  
  205.     <layer x="226" y="38" image="player.eq.slider.bar"/>
  206.     <slider
  207.       id="eq9"
  208.       action="EQ_BAND" param="9"
  209.       x="220" y="38"
  210.       w="18" h="66"
  211.       orientation="vertical"
  212.       thumb="player.eq.slider.button"
  213.       downThumb="player.eq.slider.button.pressed"
  214.     />
  215.  
  216.     <layer x="244" y="38" image="player.eq.slider.bar"/>
  217.     <slider
  218.       id="eq10"
  219.       action="EQ_BAND" param="10"
  220.       x="238" y="38"
  221.       w="18" h="66"
  222.       orientation="vertical"
  223.       thumb="player.eq.slider.button"
  224.       downThumb="player.eq.slider.button.pressed"
  225.     />
  226.  
  227.     <layer
  228.       id="Resizer"
  229.       scale="bottomright"
  230.       x="259" y="100"
  231.       image="player.eq.button.resize"
  232.     />
  233.    </layout>