home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Winamp / Skins / Overdrive_2.wal / xml / player-shade.xml < prev    next >
Text File  |  2002-10-18  |  4KB  |  193 lines

  1.    <!-- Player:Windowshade Mode -->
  2.    
  3.    <layout id="shade" background="player.winshade.bg">
  4.  
  5.     <!-- Playback buttons -->
  6.     <button 
  7.       id="Previous"
  8.       action="PREV" 
  9.       x="90" y="35" 
  10.       image="player.winshade.button.previous" 
  11.       downImage="player.winshade.button.previous.pressed" 
  12.       tooltip="Previous"
  13.     />
  14.     <button
  15.       id="Play"
  16.       action="PLAY"
  17.       x="106" y="35"
  18.       image="player.winshade.button.play"
  19.       downImage="player.winshade.button.play.pressed"
  20.       tooltip="Play"
  21.     />
  22.     <button
  23.       id="Pause"
  24.       action="PAUSE"
  25.       x="122" y="35"
  26.       image="player.winshade.button.pause"
  27.       downImage="player.winshade.button.pause.pressed"
  28.       tooltip="Pause"
  29.     />
  30.     <button
  31.       id="Stop"
  32.       action="STOP"
  33.       x="138" y="35"
  34.       image="player.winshade.button.stop"
  35.       downImage="player.winshade.button.stop.pressed"
  36.       tooltip="Stop"
  37.     />
  38.     <button
  39.       id="Next"
  40.       action="NEXT"
  41.       x="154" y="35"
  42.       image="player.winshade.button.next"
  43.       downImage="player.winshade.button.next.pressed"
  44.       tooltip="Next"
  45.     />
  46.     <button
  47.       id="Eject"
  48.       action="EJECT"
  49.       x="170" y="35"
  50.       image="player.winshade.button.eject"
  51.       downImage="player.winshade.button.eject.pressed"
  52.       tooltip="Eject"
  53.     />
  54.  
  55.     <!-- Volume and Timer -->
  56.     <layer
  57.       id="volbg"
  58.       x="196" y="27"
  59.       w="74" h="20"
  60.       image="volbg"
  61.     />
  62.     <slider
  63.       id="Volume"
  64.       action="VOLUME"
  65.       x="210" y="27"
  66.       w="60" h="20"
  67.       thumb="player.button.volume"
  68.       downThumb="player.button.volume.pressed"
  69.     />
  70.  
  71.     <layer
  72.       id="odbg"
  73.       x="197" y="7"
  74.       w="70" h="16"
  75.       image="odometerbg"
  76.     />
  77.     
  78.     <text
  79.       id="timer"
  80.       display="time"
  81.       x="197" y="7"
  82.       w="70" h="18"
  83.       font="player.BIGNUM" fontsize="21" align="right"
  84.       timecolonwidth="7"
  85.       timeroffstyle="0"
  86.     />
  87.  
  88.     <!-- Da song ticker -->
  89.     <text
  90.       id="songticker" ticker="1"
  91.       display="songname" default="" showlen="1"
  92.       x="4" y="11"
  93.       w="192" h="15"
  94.       font="player.Small" fontsize="15"
  95.       color="255,255,255"
  96.     />
  97.  
  98.     <!-- Info line -->
  99.     <text
  100.       id="infoline" ticker="1"
  101.       display="songinfo" default=""
  102.       x="3" y="23"
  103.       w="180" h="14"
  104.       font="player.Small" fontsize="14"
  105.       color="205,205,205"
  106.     />
  107.  
  108.     <!-- Little status bitmap -->
  109.     <status
  110.       id="status"
  111.       x="3" y="37"
  112.       w="84" h="12"
  113.       stopBitmap="player.status.stop"
  114.       playBitmap="player.status.play"
  115.       pauseBitmap="player.status.pause"
  116.     />
  117.  
  118.     <!-- Seeker -->
  119.     <layer
  120.         x="277" y="0"
  121.         id="mph outer"
  122.         image="shade.mph.outer"
  123.     />
  124.     <layer
  125.         x="279" y="2"
  126.         id="mph"
  127.         image="shade.mph"
  128.     />
  129.     
  130.    <layer x="551" y="1" id="seekaniminfo" image="shade.anim.seek" move="0" ghost="1"/>
  131.  
  132.    <AnimatedLayer 
  133.       x="279" y="2" 
  134.       w="48" h="48"
  135.       id="SeekAnim" 
  136.       image="shade.anim.seek" 
  137.       move="0"
  138.       autoplay="0"
  139.       autoreplay="0"
  140.    />
  141.  
  142.    <slider id="HiddenSeek" 
  143.        ACTION="Seek" x="400" y="400" w="40" h="2"
  144.        thumb="shade.anim.seek" />
  145.  
  146.     <layer
  147.         x="299" y="22"
  148.         id="mph.circ"
  149.         image="shade.mph.circ"
  150.     />
  151.  
  152.     <!-- Titlebar buttons -->
  153.     <button
  154.       id="controlbutton"
  155.       action="CONTROLMENU"
  156.       x="2" y="2"
  157.       image="player.button.ctrlmenu"
  158.       downImage="player.button.ctrlmenu.pressed"
  159.       tooltip="Control Menu"
  160.     />
  161.     <button
  162.       id="sysbutton"
  163.       action="SYSMENU"
  164.       x="15" y="2"
  165.       image="player.button.mainmenu"
  166.       downImage="player.button.mainmenu.pressed"
  167.       tooltip="Main Menu"
  168.     />
  169.     <button
  170.       id="Minimize"
  171.       action="MINIMIZE"
  172.       x="330" y="2"
  173.       image="player.button.minimize"
  174.       downImage="player.button.minimize.pressed"
  175.       tooltip="Minimize Winamp"
  176.     />
  177.     <button
  178.       id="winshade" tooltip="Toggle Windowshade mode"
  179.       action="SWITCH" param="normal"
  180.       x="330" y="15"
  181.       image="player.winshade.button.winshade"
  182.       downImage="player.winshade.button.winshade.pressed"
  183.     />
  184.     <button
  185.       id="Close"
  186.       action="CLOSE"
  187.       x="330" y="28"
  188.       image="player.button.close"
  189.       downImage="player.button.close.pressed"
  190.       tooltip="Exit Winamp"
  191.     />
  192.    </layout>
  193.