home *** CD-ROM | disk | FTP | other *** search
/ tusportal.tus.k12.pa.us / tusportal.tus.k12.pa.us.tar / tusportal.tus.k12.pa.us / Wyse / latest-image.raw / 0.img / etc / xscreensaver / barcode.xml < prev    next >
Extensible Markup Language  |  2010-05-11  |  1KB  |  33 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="barcode" _label="Barcode">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Frame rate" _low-label="Low" _high-label="High"
  9.           low="0" high="100000" default="10000"
  10.           convert="invert"/>
  11.  
  12.   <select id="mode">
  13.     <option id="scroll"  _label="Scrolling barcodes"/>
  14.     <option id="scroll"  _label="Barcode grid"            arg-set="-mode grid"/>
  15.     <option id="clock12" _label="Barcode clock (AM/PM)"   arg-set="-mode clock12"/>
  16.     <option id="clock24" _label="Barcode clock (24 hour)" arg-set="-mode clock24"/>
  17.   </select>
  18.  
  19.   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  20.  
  21.   <_description>
  22. Draws a random sequence of colorful barcodes scrolling across your
  23. screen.  CONSUME!
  24.  
  25. The barcodes follow the UPC-A, UPC-E, EAN-8 or EAN-13 standards.
  26.  
  27. http://en.wikipedia.org/wiki/Universal_Product_Code
  28. http://en.wikipedia.org/wiki/European_Article_Number
  29.  
  30. Written by Dan Bornstein; 2003.
  31.   </_description>
  32. </screensaver>
  33.