home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winamp / 300b / skins / Roundorb.wal / xml / player-shade.xml < prev    next >
Encoding:
Text File  |  2001-09-26  |  2.7 KB  |  116 lines

  1.    <!-- Player:Windowshade Mode -->
  2.    
  3.    <layout id="shade" background="player.winshade.bg" 
  4.      inactive="player.winshade.bg.inactive">
  5.  
  6.     <layer id="placeholder" x="0" y="0" image="player.winshade.placeHolder"/>
  7.  
  8.     <!-- Playback buttons -->
  9.     <button
  10.       id="Play"
  11.       action="PLAY"
  12.       x="32" y="0"
  13.       image="player.winshade.button.play"
  14.       downImage="player.winshade.button.play.pressed"
  15.       tooltip="Play"
  16.     />
  17.     <button
  18.       id="Eject"
  19.       action="EJECT"
  20.       x="51" y="21"
  21.       image="player.winshade.button.eject"
  22.       downImage="player.winshade.button.eject.pressed"
  23.       tooltip="Eject"
  24.     />
  25.  
  26.     <!-- Da song ticker -->
  27.     <text
  28.       id="songticker" ticker="1"
  29.       display="songname" default="" showlen="1"
  30.       x="15" y="80"
  31.       w="72" h="14"
  32.       font="player.SmallFixed" fontsize="13"
  33.     />
  34.  
  35.     <!-- Timer -->
  36.     <text
  37.       id="timer"
  38.       display="time"
  39.       x="19" y="102"
  40.       w="60" h="16"
  41.       font="player.BIGNUM" fontsize="21" align="right"
  42.       timecolonwidth="7"
  43.     />
  44.     
  45.     <!-- Sound Analyzer -->
  46.     <vis
  47.       id="vis"
  48.       x="23" y="130"
  49.       w="45" h="16"
  50. colorband1="164,134,119"
  51. colorband2="0,0,0"
  52. colorband3="164,134,119"
  53. colorband4="0,0,0"
  54. colorband5="164,134,119"
  55. colorband6="0,0,0"
  56. colorband7="164,134,119"
  57. colorband8="0,0,0"
  58. colorband9="164,134,119"
  59. colorband10="0,0,0"
  60. colorband11="164,134,119"
  61. colorband12="0,0,0"
  62. colorband13="164,134,119"
  63. colorband14="0,0,0"
  64. colorband15="164,134,119"
  65. colorband16="0,0,0"
  66. colorband17="164,134,119"
  67. colorband18="0,0,0"
  68. colorbandpeak="0,0,0"
  69.     />
  70.  
  71.  
  72.     <!-- Titlebar buttons -->
  73.     <button
  74.       id="sysbutton"
  75.       action="SYSMENU"
  76.       x="555" y="3"
  77.       image="player.button.menu"
  78.       downImage="player.button.menu.pressed"
  79.     />
  80.     <layer
  81.       id="blah"
  82.       dblClickAction="SWITCH;normal"
  83.       x="523" y="2"
  84.       image="player.titlebar.active.text"
  85.     />
  86.     <button
  87.       id="Minimize"
  88.       action="MINIMIZE"
  89.       x="530" y="3"
  90.       image="player.button.minimize"
  91.       downImage="player.button.minimize.pressed"
  92.       tooltip="Minimize Winamp"
  93.     />
  94.     <button
  95.       id="winshade" tooltip="Toggle Windowshade mode"
  96.       action="SWITCH" param="normal"
  97.       x="544" y="3"
  98.       image="player.winshade.button.winshade"
  99.       downImage="player.winshade.button.winshade.pressed"
  100.     />
  101.     <button
  102.       id="Close"
  103.       action="CLOSE"
  104.       x="561" y="3"
  105.       image="player.button.close"
  106.       downImage="player.button.close.pressed"
  107.       tooltip="Exit Winamp"
  108.     />
  109.     <button
  110.       id="sglass"
  111.       x="10" y="27"
  112.       image="player.shade.glass"
  113.     />
  114.  
  115.    </layout>
  116.