home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / bonus / winamp3 / wa3install_beta3.exe / Skins / Default.wal / xml / player-normal.xml < prev    next >
Encoding:
Text File  |  2002-01-31  |  8.0 KB  |  332 lines

  1.    <!-- Player:Standard mode -->  
  2.  
  3.    <layout id="normal" background="player.main.bg">
  4.  
  5.     <layer id="placeholder" x="0" y="0" image="player.placeHolder"/>
  6.  
  7.     <!-- Playback buttons -->
  8.     <button 
  9.       id="Previous"
  10.       action="PREV" 
  11.       x="12" y="85" 
  12.       image="player.button.previous" 
  13.       downImage="player.button.previous.pressed" 
  14.       tooltip="Previous"
  15.     />
  16.     <button
  17.       id="Play"
  18.       action="PLAY"
  19.       x="35" y="85"
  20.       image="player.button.play"
  21.       downImage="player.button.play.pressed"
  22.       tooltip="Play"
  23.     />
  24.     <button
  25.       id="Pause"
  26.       action="PAUSE"
  27.       x="58" y="85"
  28.       image="player.button.pause"
  29.       downImage="player.button.pause.pressed"
  30.       tooltip="Pause"
  31.     />
  32.     <button
  33.       id="Stop"
  34.       action="STOP"
  35.       x="81" y="85"
  36.       image="player.button.stop"
  37.       downImage="player.button.stop.pressed"
  38.       tooltip="Stop"
  39.     />
  40.     <button
  41.       id="Next"
  42.       action="NEXT"
  43.       x="104" y="85"
  44.       image="player.button.next"
  45.       downImage="player.button.next.pressed"
  46.       tooltip="Next"
  47.     />
  48.     <button
  49.       id="Eject"
  50.       action="EJECT"
  51.       x="133" y="86"
  52.       image="player.button.eject"
  53.       downImage="player.button.eject.pressed"
  54.       tooltip="Eject"
  55.     />
  56.  
  57.     <togglebutton
  58.       id="Crossfade"
  59.       x="162" y="90"
  60.       image="player.toggler.crossfade.disabled"
  61.       downImage="player.toggler.crossfade.pressed"
  62.       activeImage="player.toggler.crossfade.enabled"
  63.       tooltip="Crossfade"
  64.     />
  65.     <togglebutton
  66.       id="Shuffle"
  67.       x="188" y="90"
  68.       image="player.toggler.shuffle.disabled"
  69.       downImage="player.toggler.shuffle.pressed"
  70.       activeImage="player.toggler.shuffle.enabled"
  71.       tooltip="Shuffle"
  72.     />
  73.     <togglebutton
  74.       id="Repeat"
  75.       x="214" y="90"
  76.       image="player.toggler.repeat.disabled"
  77.       downImage="player.toggler.repeat.pressed"
  78.       activeImage="player.toggler.repeat.enabled"
  79.       tooltip="Repeat"
  80.     />
  81.     <button
  82.       id="Thinger"
  83.       action="TOGGLE" param="thinger"
  84.       x="242" y="83"
  85.       image="player.button.about"
  86.       downImage="player.button.about.pressed"
  87.       tooltip="Thinger"
  88.     />
  89.     <layer
  90.       id="Resizer"
  91.       scale="bottomright"
  92.       x="259" y="100"
  93.       image="player.button.resize"
  94.     />
  95.  
  96.     <!-- Window switching buttons -->
  97.     <!-- note that you can also use "guid:avs" or "guid:pl" for toggling parameters -->
  98.     <button
  99.       id="eq"
  100.       action="TOGGLE" param="eq"
  101.       x="185" y="53"
  102.       image="player.switch.eq.disabled"
  103.       downImage="player.switch.eq.pressed"
  104.       activeImage="player.switch.eq.enabled"
  105.       tooltip="Toggle Equalizer"
  106.     />
  107.     <button
  108.       id="ml"
  109.       action="TOGGLE" param="guid:{6B0EDF80-C9A5-11d3-9F26-00C04F39FFC6}"
  110.       x="213" y="53"
  111.       image="player.switch.ml.disabled"
  112.       downImage="player.switch.ml.pressed"
  113.       activeImage="player.switch.ml.enabled"
  114.       tooltip="Toggle Music Library"
  115.     />
  116.     <button
  117.       id="pl"
  118.       action="TOGGLE" param="guid:{45f3f7c1-a6f3-4ee6-a15e-125e92fc3f8d}"
  119.       x="241" y="53"
  120.       image="player.switch.playlist.disabled"
  121.       downImage="player.switch.playlist.pressed"
  122.       activeImage="player.switch.playlist.enabled"
  123.       tooltip="Toggle Playlist Editor"
  124.     />
  125.  
  126.     <!-- Sliders -->
  127.     <slider
  128.       id="Seeker"
  129.       action="SEEK"
  130.       x="11" y="70"
  131.       w="252" h="13"
  132.       thumb="player.button.seek"
  133.       downThumb="player.button.seek.pressed"
  134.     />
  135.     <slider
  136.       id="SeekerGhost"
  137.       action="SEEK"
  138.       x="11" y="70"
  139.       w="252" h="13"
  140.       thumb="player.button.seek"
  141.       downThumb="player.button.seek.pressed"
  142.     />
  143.     <slider
  144.       id="Volume"
  145.       action="VOLUME"
  146.       x="103" y="55"
  147.       w="79" h="13"
  148.       thumb="player.button.volume"
  149.       downThumb="player.button.volume.pressed"
  150.     />
  151.  
  152.     <!-- Timer -->
  153.     <text
  154.       id="timer"
  155.       display="time"
  156.       x="30" y="24"
  157.       w="70" h="18"
  158.       font="player.BIGNUM" fontsize="21" align="right"
  159.       timecolonwidth="7"
  160.     />
  161.  
  162.     <!-- Da song ticker -->
  163.     <text
  164.       id="songticker" ticker="1"
  165.       display="songname" default="" showlen="1"
  166.       x="108" y="23"
  167.       w="157" h="14"
  168.       font="player.SmallFixed" fontsize="13"
  169.     />
  170.  
  171.     <!-- Info line -->
  172.     <text
  173.       id="infoline" ticker="1"
  174.       display="songinfo" default=""
  175.       x="108" y="37"
  176.       w="157" h="11"
  177.       font="player.SmallFixed" fontsize="12"
  178.     />
  179.  
  180.     <!-- Little status bitmap -->
  181.     <status
  182.       id="status"
  183.       x="18" y="27"
  184.       w="9" h="9"
  185.       stopBitmap="player.status.stop"
  186.       playBitmap="player.status.play"
  187.       pauseBitmap="player.status.pause"
  188.     />
  189.  
  190.     <!-- Sound Analyzer -->
  191.     <vis
  192.       id="vis"
  193.       x="20" y="46"
  194.       w="72" h="16"
  195.     />
  196.  
  197.     <!-- Titlebar buttons -->
  198.     <button
  199.       id="sysbutton"
  200.       action="SYSMENU"
  201.       x="5" y="3"
  202.       image="player.button.menu"
  203.       downImage="player.button.menu.pressed"
  204.     />
  205.     <layer
  206.       id="blah"
  207.       dblClickAction="SWITCH;shade"
  208.       x="22" y="4"
  209.       image="player.titlebar.active.left"
  210.       inactiveAlpha="0"
  211.     />
  212.     <layer
  213.       id="blah"
  214.       dblClickAction="SWITCH;shade"
  215.       x="22" y="4"
  216.       image="player.titlebar.inactive.left"
  217.       activealpha="0"
  218.     />
  219.     <layer
  220.       id="blah"
  221.       dblClickAction="SWITCH;shade"
  222.       x="29" y="4" w="79"
  223.       image="player.titlebar.active.center"
  224.       inactiveAlpha="0"
  225.     />
  226.     <layer
  227.       id="blah"
  228.       dblClickAction="SWITCH;shade"
  229.       x="29" y="4" w="79"
  230.       image="player.titlebar.inactive.center"
  231.       activeAlpha="0"
  232.     />
  233.     <layer
  234.       id="blah"
  235.       dblClickAction="SWITCH;shade"
  236.       x="108" y="4"
  237.       image="player.titlebar.active.right"
  238.       inactiveAlpha="0"
  239.     />
  240.     <layer
  241.       id="blah"
  242.       dblClickAction="SWITCH;shade"
  243.       x="108" y="4"
  244.       image="player.titlebar.inactive.right"
  245.       activeAlpha="0"
  246.     />
  247.     <layer
  248.       id="wa3title"
  249.       action=""
  250.       x="117" y="2"
  251.       dblClickAction="SWITCH;shade"
  252.       image="player.titlebar.active.text"
  253.       inactiveAlpha="0"
  254.     />
  255.     <layer
  256.       id="wa3title.inactive"
  257.       action=""
  258.       x="117" y="2"
  259.       dblClickAction="SWITCH;shade"
  260.       image="player.titlebar.inactive.text"
  261.       activeAlpha="0"
  262.     />
  263.     <layer
  264.       id="blah"
  265.       dblClickAction="SWITCH;shade"
  266.       x="164" y="4"
  267.       image="player.titlebar.active.left"
  268.       inactiveAlpha="0"
  269.     />
  270.     <layer
  271.       id="blah"
  272.       dblClickAction="SWITCH;shade"
  273.       x="164" y="4"
  274.       image="player.titlebar.inactive.left"
  275.       activeAlpha="0"
  276.     />
  277.     <layer
  278.       id="blah"
  279.       dblClickAction="SWITCH;shade"
  280.       x="171" y="4" w="49"
  281.       image="player.titlebar.active.center"
  282.       inactiveAlpha="0"
  283.     />
  284.     <layer
  285.       id="blah"
  286.       dblClickAction="SWITCH;shade"
  287.       x="171" y="4" w="49"
  288.       image="player.titlebar.inactive.center"
  289.       activeAlpha="0"
  290.     />
  291.     <layer
  292.       id="blah"
  293.       dblClickAction="SWITCH;shade"
  294.       x="220" y="4"
  295.       image="player.titlebar.active.right"
  296.       inactiveAlpha="0"
  297.     />
  298.     <layer
  299.       id="blah"
  300.       dblClickAction="SWITCH;shade"
  301.       x="220" y="4"
  302.       image="player.titlebar.inactive.right"
  303.       activeAlpha="0"
  304.     />
  305.  
  306.     <button
  307.       id="Minimize"
  308.       action="MINIMIZE"
  309.       x="230" y="3"
  310.       image="player.button.minimize"
  311.       downImage="player.button.minimize.pressed"
  312.       tooltip="Minimize Winamp"
  313.     />
  314.     <button
  315.       id="winshade" tooltip="Toggle Windowshade mode"
  316.       action="SWITCH" param="shade"
  317.       x="244" y="3"
  318.       image="player.button.winshade"
  319.       downImage="player.button.winshade.pressed"
  320.     />
  321.     <button
  322.       id="Close"
  323.       action="CLOSE"
  324.       x="261" y="3"
  325.       image="player.button.close"
  326.       downImage="player.button.close.pressed"
  327.       tooltip="Exit Winamp"
  328.     />
  329.  
  330.  
  331.    </layout>
  332.