home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winamp / 300b / skins / anti.wal / anti / xml / player-shade.xml < prev    next >
Encoding:
Text File  |  2002-01-22  |  1.6 KB  |  72 lines

  1.   <container id="main" name="Anti Windowshade window">
  2.     <layout id="shade" background="anti.winshade.bg">
  3.  
  4.    <!-- Playback controls -->
  5.    <button
  6.         id="play"
  7.        action="play"
  8.        x="60" y="42"
  9.        image="anti.winshade.play"
  10.    />
  11.    <button
  12.         id="pause"
  13.        action="pause"
  14.        x="72" y="42"
  15.        image="anti.winshade.pause"
  16.    />
  17.    <button
  18.         id="eject"
  19.         action="eject"
  20.         x="36" y="42"
  21.         image="anti.winshade.eject"
  22.    />
  23.    <button
  24.         id="previous" 
  25.         action="prev"
  26.         x="48" y="42"
  27.         image="anti.winshade.prev"
  28.    />
  29.    <button
  30.         id="next"
  31.        action="next"
  32.        x="84" y="42"
  33.        image="anti.winshade.next"
  34.    />
  35.  
  36.  <!-- Timer -->
  37.     <text
  38.       id="timer"
  39.       display="time"
  40.       x="93" y="22"
  41.       w="30" h="10"
  42.       font="anti.SmallFixed" fontsize="13" align="right"
  43.     />  
  44.  
  45.    <!-- Da song ticker -->
  46.     <text
  47.       id="songticker" ticker="1"
  48.       display="songname" default="" showlen="1"
  49.       x="40" y="56"
  50.       w="125" h="14"
  51.       font="anti.SmallFixed" fontsize="13"
  52.     />
  53.  
  54.   <!-- Info line -->
  55.     <text
  56.       id="infoline" ticker="1"
  57.       display="songinfo" default="Anti"
  58.       x="137" y="20"
  59.       w="41" h="14"
  60.       font="anti.SmallFixed" fontsize="14"
  61.     />
  62.  
  63.      <!-- system buttons -->
  64.    <button id="normal" action="SWITCH" param="normal" x="123" y="42" image="anti.winshade.normal"/>
  65.    <button id="min" action="minimize" x="148" y="42" image="anti.winshade.min"/>
  66.    <button id="close" action="close" x="160" y="42" image="anti.winshade.close"/>
  67.    
  68.   </layout>
  69.   
  70.  
  71.  
  72.