home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winamp / 300b / skins / probe-b2.exe / Probe / xml / player-normal.xml < prev    next >
Encoding:
Text File  |  2001-11-04  |  8.7 KB  |  371 lines

  1. <!-- Player:Standard mode -->  
  2.  
  3. <!-- Control drawer group definition -->
  4. <groupdef id="controldrawer" background="player.topdrawer">
  5.   <togglebutton
  6.     id="Crossfade"
  7.     x="78" y="59"
  8.     image="player.crossfade"
  9.     activeImage="player.crossfade-pressed"
  10.     tooltip="Crossfade"
  11.   />
  12.   <togglebutton
  13.     id="Shuffle"
  14.     x="81" y="43"
  15.     image="player.shuffle"
  16.     activeImage="player.shuffle-pressed"
  17.     tooltip="Shuffle"
  18.   />
  19.   <togglebutton
  20.     id="Repeat"
  21.     x="75" y="73"
  22.     image="player.repeat"
  23.     activeImage="player.repeat-pressed"
  24.     tooltip="Repeat"
  25.   />
  26. </groupdef>
  27.  
  28.  
  29. <!-- EQ drawer group definition -->
  30. <groupdef id="eqdrawer" background="player.eq.menu-background">
  31.   <slider
  32.     id="preamp"
  33.     action="EQ_PREAMP"
  34.     x="30" y="17"
  35.     w="5" h="31"
  36.     orientation="vertical"
  37.     thumb="player.eq.slider"
  38.     downThumb="player.eq.slider-pressed"
  39.   />
  40.  
  41.   <slider
  42.     id="eq1"
  43.     action="EQ_BAND" param="1"
  44.     x="41" y="17"
  45.     w="5" h="31"
  46.     orientation="vertical"
  47.     thumb="player.eq.slider"
  48.     downThumb="player.eq.slider-pressed"
  49.   />
  50.  
  51.   <slider
  52.     id="eq2"
  53.     action="EQ_BAND" param="2"
  54.     x="49" y="17"
  55.     w="5" h="31"
  56.     orientation="vertical"
  57.     thumb="player.eq.slider"
  58.     downThumb="player.eq.slider-pressed"
  59.   />
  60.  
  61.   <slider
  62.     id="eq3"
  63.     action="EQ_BAND" param="3"
  64.     x="57" y="17"
  65.     w="5" h="31"
  66.     orientation="vertical"
  67.     thumb="player.eq.slider"
  68.     downThumb="player.eq.slider-pressed"
  69.   />
  70.  
  71.   <slider
  72.     id="eq4"
  73.     action="EQ_BAND" param="4"
  74.     x="65" y="17"
  75.     w="5" h="31"
  76.     orientation="vertical"
  77.     thumb="player.eq.slider"
  78.     downThumb="player.eq.slider-pressed"
  79.   />
  80.  
  81.   <slider
  82.     id="eq5"
  83.     action="EQ_BAND" param="5"
  84.     x="73" y="17"
  85.     w="5" h="31"
  86.     orientation="vertical"
  87.     thumb="player.eq.slider"
  88.     downThumb="player.eq.slider-pressed"
  89.   />
  90.  
  91.   <slider
  92.     id="eq6"
  93.     action="EQ_BAND" param="6"
  94.     x="81" y="17"
  95.     w="5" h="31"
  96.     orientation="vertical"
  97.     thumb="player.eq.slider"
  98.     downThumb="player.eq.slider-pressed"
  99.   />
  100.  
  101.   <slider
  102.     id="eq7"
  103.     action="EQ_BAND" param="7"
  104.     x="89" y="17"
  105.     w="5" h="31"
  106.     orientation="vertical"
  107.     thumb="player.eq.slider"
  108.     downThumb="player.eq.slider-pressed"
  109.   />
  110.  
  111.   <slider
  112.     id="eq8"
  113.     action="EQ_BAND" param="8"
  114.     x="97" y="17"
  115.     w="5" h="31"
  116.     orientation="vertical"
  117.     thumb="player.eq.slider"
  118.     downThumb="player.eq.slider-pressed"
  119.   />
  120.  
  121.   <slider
  122.     id="eq9"
  123.     action="EQ_BAND" param="9"
  124.     x="105" y="17"
  125.     w="5" h="31"
  126.     orientation="vertical"
  127.     thumb="player.eq.slider"
  128.     downThumb="player.eq.slider-pressed"
  129.   />
  130.  
  131.   <slider
  132.     id="eq10"
  133.     action="EQ_BAND" param="10"
  134.     x="113" y="17"
  135.     w="5" h="31"
  136.     orientation="vertical"
  137.     thumb="player.eq.slider"
  138.     downThumb="player.eq.slider-pressed"
  139.   />
  140.  
  141.   <layer id="eqmenu" x="0" y="0" image="player.eq.menu" move="0" ghost="1"/>
  142.  
  143.   <button
  144.     id="eqon"
  145.     action="EQ_TOGGLE"
  146.     x="18" y="17"
  147.     image="player.eq.on-disabled"
  148.     downImage="player.eq.on-pressed"
  149.     activeImage="player.eq.on-enabled"
  150.     tooltip="Toggle EQ processing"
  151.   />
  152.  
  153.   <button
  154.     id="eqauto"
  155.     action="EQ_AUTO"
  156.     x="74" y="49"
  157.     image="player.eq.auto-disabled"
  158.     downImage="player.eq.auto-pressed"
  159.     activeImage="player.eq.auto-enabled"
  160.     tooltip="Toggle EQ automatic processing"
  161.   />
  162.  
  163.   <button
  164.     id="eqpresets"
  165.     action="MENU" param="presets"
  166.     x="39" y="50"
  167.     image="player.eq.preset"
  168.     downImage="player.eq.preset-pressed"
  169.     tooltip="Display Presets menu"
  170.   /> 
  171. </groupdef>
  172.  
  173. <groupdef id="player.content" background="player.constraints" drawbackground="0">
  174.  
  175.   <!-- Timer -->
  176.   <text
  177.     id="timer"
  178.     display="time"
  179.     x="15" y="91"
  180.     w="110" h="14"
  181.     font="player.numfont" fontsize="21" align="right" timecolonwidth="7"
  182.   />
  183.  
  184.   <!-- Da song ticker -->
  185.   <text
  186.     id="songticker" ticker="1"
  187.     display="songname" default="" 
  188.     x="22" y="72"
  189.     w="150" h="7"
  190.     font="player.font" fontsize="13"
  191.   />
  192.  
  193.   <!-- Info line -->
  194.   <text
  195.     id="infoline" ticker="1"
  196.     display="songinfo" default=""
  197.     x="24" y="83"
  198.     w="150" h="6"
  199.     font="player.font2" fontsize="6"
  200.   />
  201.  
  202.   <!-- Sound Analyzer -->
  203.   <vis
  204.     id="vis"
  205.     x="13" y="21"
  206.     w="177" h="48"
  207.     colorband1="0,80,154" 
  208.     colorband2="0,80,154" 
  209.     colorband3="0,80,154" 
  210.     colorband4="0,80,154" 
  211.     colorband5="0,80,154" 
  212.     colorband6="0,80,154" 
  213.     colorband7="0,80,154" 
  214.     colorband8="0,80,154" 
  215.     colorband9="0,80,154" 
  216.     colorband10="0,80,154"  
  217.     colorband11="0,80,154" 
  218.     colorband12="0,80,154" 
  219.     colorband13="0,80,154" 
  220.     colorband14="0,80,154" 
  221.     colorband15="0,80,154" 
  222.     colorband16="0,80,154" 
  223.     colorbandpeak="0,80,154" 
  224.     colorosc1="0,80,154" 
  225.     colorosc2="0,80,154" 
  226.     colorosc3="0,80,154" 
  227.     colorosc4="0,80,154" 
  228.     colorosc5="0,80,154" 
  229.   />
  230.  
  231.   <layer id="bg2" x="0" y="0" image="player.bg2" move="0" ghost="1"/>    
  232.  
  233.   <!-- EQ Spline -->
  234.   <!--eqvis
  235.     id="spline"
  236.     x="13" y="18"
  237.     w="177" h="48"
  238.     colortop="91,19,159" colormiddle="0,80,154" colorbottom="0,80,154"
  239.     colorpreamp="0,68,133" gamma="128"
  240.   /-->
  241.  
  242.   <layer id="bg-glass" x="0" y="0" image="player.bg-glass" move="0" ghost="1"/>
  243.   <layer id="bg-glass2" x="0" y="0" image="player.bg-glass2" move="0" ghost="1"/>
  244.   <layer id="bg-seeker" x="0" y="0" image="player.seeker" move="0" sysregion="1"/>
  245.   <layer id="HiddenSeeker" x="0" y="0" image="player.seeker-on" move="0" ghost="1"/>
  246.  
  247.   <!-- EQ drawer -->
  248.   <group id="eqdrawer" x="0" y="122" w="189" h="89" move="0"/>
  249.  
  250.   <!-- Controls drawer -->
  251.   <group id="controldrawer" x="120" y="2" w="133" h="125" move="0"/>
  252.  
  253.   <!-- Put back the frame around the whole thing to hide things like drawers -->
  254.   <layer id="frame" x="0" y="0" image="player.bg-frame" move="1" ghost="0" sysregion="1"/>
  255.     
  256.   <!-- Playback buttons -->
  257.   <button 
  258.     id="Previous"
  259.     action="PREV" 
  260.     x="118" y="137" 
  261.     image="player.previous" 
  262.     downImage="player.previous-pressed" 
  263.     tooltip="Previous"
  264.   />
  265.   <button
  266.     id="Play"
  267.     action="PLAY"
  268.     x="124" y="120"
  269.     image="player.play"
  270.     downImage="player.play-pressed"
  271.     tooltip="Play"
  272.   />
  273.   <button
  274.     id="Pause"
  275.     action="PAUSE"
  276.     x="136" y="104"
  277.     image="player.pause"
  278.     downImage="player.pause-pressed"
  279.     tooltip="Pause"
  280.   />
  281.   <button
  282.     id="Stop"
  283.     action="STOP"
  284.     x="155" y="94"
  285.     image="player.stop"
  286.     downImage="player.stop-pressed"
  287.     tooltip="Stop"
  288.   />
  289.   <button
  290.     id="Next"
  291.     action="NEXT"
  292.     x="177" y="87"
  293.     image="player.next"
  294.     downImage="player.next-pressed"
  295.     tooltip="Next"
  296.   />
  297.  
  298.   <Layer id="VolumeKnob" x="140" y="121" w="60" h="60" image="player.volume-knob" move="0" ghost="0"/>
  299.   <Layer id="VolumeKnobOv" x="140" y="121" w="60" h="60" image="player.volume-knob-overlay" move="0" ghost="1"/>
  300.    
  301.   <button
  302.     id="Eject"
  303.     action="EJECT"
  304.     x="183" y="119"
  305.     image="player.eject"
  306.     downImage="player.eject-pressed"
  307.     tooltip="Eject"
  308.   />
  309.  
  310.   <!-- Titlebar buttons --> 
  311.   <button
  312.     id="Minimize"
  313.     action="MINIMIZE"
  314.     x="214" y="98"
  315.     image="player.minimize"
  316.     downImage="player.minimize-pressed"
  317.     tooltip="Minimize Winamp"
  318.   />
  319.   <button
  320.     id="winshade" tooltip="Toggle Windowshade mode"
  321.     action="SWITCH" param="shade"
  322.     x="211" y="109"
  323.     image="player.winshade"
  324.     downImage="player.winshade-pressed"
  325.   />
  326.   <button
  327.     id="Close"
  328.     action="CLOSE"
  329.     x="213" y="85"
  330.     image="player.close"
  331.     downImage="player.close-pressed"
  332.     tooltip="Exit Winamp"
  333.   />
  334.    
  335.        
  336.   <!-- Window switching buttons -->
  337.   <!-- note that you can also use "guid:avs" or "guid:pl" for toggling parameters -->   
  338.   <button
  339.     id="ml"
  340.     action="TOGGLE" param="guid:{6B0EDF80-C9A5-11d3-9F26-00C04F39FFC6}"
  341.     x="94" y="154"
  342.     image="player.ml-disabled"
  343.     downImage="player.ml-pressed"
  344.     activeImage="player.ml-enabled"
  345.     tooltip="Toggle Music Library"
  346.   />
  347.   
  348.   
  349.   <!-- guid:{45f3f7c1-a6f3-4ee6-a15e-125e92fc3f8d} -->
  350.   
  351.   <button
  352.     id="pl" 
  353.     action="TOGGLE" param="guid:{45f3f7c1-a6f3-4ee6-a15e-125e92fc3f8d}"
  354.     x="72" y="152"
  355.     image="player.pl-disabled"
  356.     downImage="player.pl-pressed"
  357.     activeImage="player.pl-enabled"
  358.     tooltip="Toggle Playlist Editor"
  359.   />
  360. </groupdef>
  361.  
  362.  
  363.  
  364. <!-- Player layout definition -->
  365.  
  366. <layout id="normal" background="player.bg" desktopalpha="1">
  367. <layer id="player.bgbluescreen" x="0" y="0" image="player.bgbluescreen" move="0" ghost="1" desktopalpha="1"/>
  368.   <group id="player.content" x="5" y="5" w="232" h="184" />
  369.  
  370. </layout>
  371.