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

  1.  <container id="main" name="Anti Main window">
  2.  <!-- Player:Standard mode -->  
  3.  
  4.    <layout id="normal" background="anti.main.bg" desktopalpha="1">
  5.  
  6.     <layer id="placeholder" x="0" y="0" image="anti.placeHolder" desktopalpha="1"/>
  7.  
  8.    <slider
  9.       action="VOLUME"
  10.       x="126" y="129"
  11.        w="127" h="30"
  12.       thumb="anti.volume"
  13.     />
  14.     <button 
  15.       action="PREV" 
  16.       x="147" y="241" 
  17.       image="anti.rewind" 
  18.       tooltip="Previous"
  19.     />
  20.     <button 
  21.       action="PLAY" 
  22.       x="138" y="188" 
  23.       image="anti.play" 
  24.       tooltip="Play"
  25.     />
  26.     <button 
  27.       action="PAUSE" 
  28.       x="194" y="195" 
  29.       image="anti.pause" 
  30.       tooltip="Pause"
  31.     />
  32.     <button 
  33.       action="STOP" 
  34.       x="139" y="231" 
  35.       image="anti.stop" 
  36.       tooltip="Stop"
  37.     />
  38.     <button 
  39.       action="NEXT" 
  40.       x="185" y="232" 
  41.       image="anti.forward" 
  42.       tooltip="Next"
  43.     />
  44.     <button 
  45.       action="EJECT" 
  46.       x="170" y="242"
  47.       image="anti.eject" 
  48.       tooltip="Eject"
  49.     />
  50.      <slider
  51.       id="HiddenSeek"
  52.       action="SEEK"
  53.       x="400" y="400"
  54.       w="10" h="10"
  55.     />
  56.     <button 
  57.       action="CLOSE" 
  58.       x="259" y="144" 
  59.       image="anti.close" 
  60.       tooltip="Close"
  61.     />
  62.     <button
  63.       id="mini" tooltip="Toggle Windowshade mode"
  64.       action="SWITCH" param="shade"
  65.       x="286" y="120"
  66.       image="anti.main.mini"
  67.     />
  68.  <button
  69.       id="Minimize"
  70.       action="MINIMIZE"
  71.       x="275" y="143"
  72.       image="anti.min"
  73.       tooltip="Minimize"
  74.     />
  75.  <button
  76.       id="Thinger"
  77.       action="TOGGLE" param="thinger"
  78.       x="288" y="135"
  79.       image="anti.thinger"
  80.       tooltip="Thinger"
  81.     />
  82.  <togglebutton
  83.     id="Shuffle"
  84.     x="182" y="186"
  85.     image="anti.shuffle"
  86.     tooltip="Shuffle"
  87.   />
  88.   <togglebutton
  89.     id="Repeat"
  90.     x="194" y="216"
  91.     image="anti.repeat"
  92.     tooltip="Repeat"
  93.   />
  94. <!-- Timer -->
  95.     <text
  96.       id="timer"
  97.       display="time"
  98.       x="106" y="66"
  99.       w="60" h="16"
  100.       font="anti.smallfixed" fontsize="14" align="right"
  101.       timecolonwidth="6"
  102.     />
  103.     <!-- Da song ticker -->
  104.     <text
  105.       id="songticker" ticker="1"
  106.       display="songname" default="" showlen="1"
  107.       x="70" y="90"
  108.       w="190" h="14"
  109.       font="anti.SmallFixed" fontsize="13"
  110.     />
  111.     <!-- Info line -->
  112.     <text
  113.       id="infoline" ticker="1"
  114.       display="songinfo" default="Anti"
  115.       x="130" y="110"
  116.       w="41" h="14"
  117.       font="anti.SmallFixed" fontsize="14"
  118.     />
  119.   <button
  120.       id="mini" tooltip="Toggle Windowshade mode"
  121.       action="SWITCH" param="shade"
  122.       x="286" y="120"
  123.       image="anti.main.mini"
  124.     />
  125.   </layout>
  126.