home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Winamp / Skins / Pimeer_Modern_v2.wal / xml / egaliseur.xml < prev    next >
Text File  |  2004-09-13  |  5KB  |  228 lines

  1. <container id="egaliseur" name="Equalizer" default_x="0" default_y="315" default_visible="1">
  2. <include file="elements.xml"/> 
  3.  
  4. <layout id="normal" background="egaliseur.base" alphabackground="egaliseur.base.alpha">
  5. <layer image="egaliseur.text" x="0" y="5"/>
  6. <layer image="player.slider background" x="7" y="10" alpha="255"/>
  7. <layer image="egaliseur.pied" x="0" y="108"/>
  8.  
  9. <!-- Boutons HP -->
  10. <togglebutton
  11.    id="hpgauche" action="TOGGLE" param="HP_Gauche"
  12.    x="30" y="83"
  13.    image="speaker.g.up" rectrgn="1"
  14.    downImage="speaker.g.down"
  15.    activeImage="speaker.g.actif"
  16.    tooltip="Show / Hide Left Speaker (right click for option)"
  17. />
  18. <togglebutton
  19.    id="hpdroit" action="TOGGLE" param="HP_Droit"
  20.    x="313" y="83"
  21.    image="speaker.d.up" rectrgn="1"
  22.    downImage="speaker.d.down"
  23.    activeImage="speaker.d.actif"
  24.    tooltip="Show / Hide Right Speaker (right click for option)"
  25. />
  26.  
  27. <!-- Eq stuff -->    
  28.   <slider
  29.     id="preamp"
  30.     action="EQ_PREAMP"
  31.     x="104" y="11"
  32.     w="13" h="68"
  33.     orientation="vertical"
  34.     thumb="player.eq slider"
  35.     downThumb="player.eq slider down"
  36.    tooltip="Pre Amplification"
  37.   />
  38.  
  39.   <slider
  40.     id="eq1"
  41.     action="EQ_BAND" param="1"
  42.     x="148" y="11"
  43.     w="13" h="68"
  44.     orientation="vertical"
  45.     thumb="player.eq slider"
  46.     downThumb="player.eq slider down"
  47.   />
  48.  
  49.   <slider
  50.     id="eq2"
  51.     action="EQ_BAND" param="2"
  52.     x="163" y="11"
  53.     w="13" h="68"
  54.     orientation="vertical"
  55.     thumb="player.eq slider"
  56.     downThumb="player.eq slider down"
  57.   />
  58.  
  59.   <slider
  60.     id="eq3"
  61.     action="EQ_BAND" param="3"
  62.     x="178" y="11"
  63.     w="13" h="68"
  64.     orientation="vertical"
  65.     thumb="player.eq slider"
  66.     downThumb="player.eq slider down"
  67.   />
  68.  
  69.   <slider
  70.     id="eq4"
  71.     action="EQ_BAND" param="4"
  72.     x="193" y="11"
  73.     w="13" h="68"
  74.     orientation="vertical"
  75.     thumb="player.eq slider"
  76.     downThumb="player.eq slider down"
  77.   />
  78.  
  79.   <slider
  80.     id="eq5"
  81.     action="EQ_BAND" param="5"
  82.     x="208" y="11"
  83.     w="13" h="68"
  84.     orientation="vertical"
  85.     thumb="player.eq slider"
  86.     downThumb="player.eq slider down"
  87.   />
  88.  
  89.   <slider
  90.     id="eq6"
  91.     action="EQ_BAND" param="6"
  92.     x="223" y="11"
  93.     w="13" h="68"
  94.     orientation="vertical"
  95.     thumb="player.eq slider"
  96.     downThumb="player.eq slider down"
  97.   />
  98.  
  99.   <slider
  100.     id="eq7"
  101.     action="EQ_BAND" param="7"
  102.     x="238" y="11"
  103.     w="13" h="68"
  104.     orientation="vertical"
  105.     thumb="player.eq slider"
  106.     downThumb="player.eq slider down"
  107.   />
  108.  
  109.   <slider
  110.     id="eq8"
  111.     action="EQ_BAND" param="8"
  112.     x="253" y="11"
  113.     w="13" h="68"
  114.     orientation="vertical"
  115.     thumb="player.eq slider"
  116.     downThumb="player.eq slider down"
  117.   />
  118.  
  119.   <slider
  120.     id="eq9"
  121.     action="EQ_BAND" param="9"
  122.     x="268" y="11"
  123.     w="13" h="68"
  124.     orientation="vertical"
  125.     thumb="player.eq slider"
  126.     downThumb="player.eq slider down"
  127.   />
  128.  
  129.   <slider
  130.     id="eq10"
  131.     action="EQ_BAND" param="10"
  132.     x="283" y="11"
  133.     w="13" h="68"
  134.     orientation="vertical"
  135.     thumb="player.eq slider"
  136.     downThumb="player.eq slider down"
  137.   />
  138.  
  139. <!-- the different eq switchess -->
  140. <button
  141.    id="Eq_Power"
  142.    action="EQ_TOGGLE"
  143.    x="151" y="83"
  144.    image="player.eq.on.up" rectrgn="1"
  145.    downImage="player.eq.on.down"
  146.    activeImage="player.eq.on.active"
  147.    tooltip="Equalizer On / Off"
  148. />
  149. <button
  150.    id="Eq_auto"
  151.    action="EQ_AUTO"
  152.    x="184" y="83"
  153.    image="player.eq.auto.up" rectrgn="1"
  154.    downImage="player.eq.auto.down"
  155.    activeImage="player.eq.auto.active"
  156.    tooltip="Equalizer Automatic On / Off"
  157. />
  158. <button
  159.    id="Presets"
  160.    action="MENU" param="presets" rectrgn="1"
  161.    x="217" y="83"
  162.    image="player.eq.presets"
  163.    downImage="player.eq.presets.down"
  164.    tooltip="Presets Menu"
  165. />
  166.  
  167. <!-- Sliders Balance -->
  168. <slider
  169.    id="Balance"
  170.    action="PAN"
  171.    x="8" y="33"
  172.    w="68" h="13"
  173.    thumb="player.balance slider"
  174.    downThumb="player.balance slider down"
  175.    tooltip="Balance"
  176. />
  177.  
  178. <!-- Sliders Fondu -->
  179. <slider
  180.  id="FadeTime"
  181.  cfgattrib="{F1239F09-8CC6-4081-8519-C2AE99FCB14C};Crossfade time"
  182.  x="8" y="58"
  183.  w="68" h="13"
  184.  orientation="horizontal"
  185.  high="20"
  186.  thumb="player.balance slider"
  187.  downthumb="player.balance slider down"
  188.  tooltip="Fading Duration"/>
  189.  
  190. <!-- Volume -->
  191. <layer x="23" y="1" id="volumeaniminfo" image="player.anim.volume" move="0" ghost="1"/>
  192. <AnimatedLayer 
  193.    x="317" y="12" 
  194.    w="64" h="64"
  195.    id="VolumeAnim"
  196.    image="player.anim.volume" 
  197.    move="0"
  198.    sysregion="1" 
  199.    autoplay="0"
  200.    autoreplay="0"
  201.    tooltip="Volume"
  202. />
  203. <slider id="HiddenVolume" ACTION="Volume" x="120" y="400" w="64" h="64" thumb="player.anim.volume"/>
  204.  
  205. <!-- CloseButton -->
  206.     <button
  207.       id="Close"
  208.       action="CLOSE"
  209.       x="-20" y="0"
  210.       relatx="1"
  211.       image="player.eq.close"
  212.       downImage="player.eq.close.down"
  213.       tooltip="Close Equalizer"
  214.     />
  215.  
  216. <!-- A Propos -->
  217. <layer image="player.about" x="13" y="9"/>
  218.   <button
  219.     id="about"
  220.     action="TOGGLE" param="about_pimeer"
  221.     x="21" y="12" w="3" h="2"
  222.     rectrgn="1"
  223.     tooltip="About Pimousse"
  224.   />
  225.  
  226. </layout>
  227. </container>
  228.