home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2001 June / JOYCD127CD_2.iso / data / sharewares / audio / wa3install_alpha6.exe / Skins / Default.wal / xml / player-normal.xml < prev    next >
Text File  |  2001-04-18  |  7KB  |  273 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.       ghost="1"
  141.       thumb="player.button.seek"
  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="" 
  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.     />
  211.     <layer
  212.       id="blah"
  213.       dblClickAction="SWITCH;shade"
  214.       x="29" y="4" w="79"
  215.       image="player.titlebar.active.center"
  216.     />
  217.     <layer
  218.       id="blah"
  219.       dblClickAction="SWITCH;shade"
  220.       x="108" y="4"
  221.       image="player.titlebar.active.right"
  222.     />
  223.     <layer
  224.       id="blah"
  225.       action=""
  226.       x="117" y="2"
  227.       dblClickAction="SWITCH;shade"
  228.       image="player.titlebar.active.text"
  229.     />
  230.     <layer
  231.       id="blah"
  232.       dblClickAction="SWITCH;shade"
  233.       x="164" y="4"
  234.       image="player.titlebar.active.left"
  235.     />
  236.     <layer
  237.       id="blah"
  238.       dblClickAction="SWITCH;shade"
  239.       x="171" y="4" w="49"
  240.       image="player.titlebar.active.center"
  241.     />
  242.     <layer
  243.       id="blah"
  244.       dblClickAction="SWITCH;shade"
  245.       x="220" y="4"
  246.       image="player.titlebar.active.right"
  247.     />
  248.  
  249.     <button
  250.       id="Minimize"
  251.       action="MINIMIZE"
  252.       x="230" y="3"
  253.       image="player.button.minimize"
  254.       downImage="player.button.minimize.pressed"
  255.       tooltip="Minimize Winamp"
  256.     />
  257.     <button
  258.       id="winshade" tooltip="Toggle Windowshade mode"
  259.       action="SWITCH" param="shade"
  260.       x="244" y="3"
  261.       image="player.button.winshade"
  262.       downImage="player.button.winshade.pressed"
  263.     />
  264.     <button
  265.       id="Close"
  266.       action="CLOSE"
  267.       x="261" y="3"
  268.       image="player.button.close"
  269.       downImage="player.button.close.pressed"
  270.       tooltip="Exit Winamp"
  271.     />
  272.    </layout>
  273.