home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / seikoslp.zip / SeikoSLP.smr < prev   
Text File  |  1998-07-11  |  2KB  |  55 lines

  1. /*
  2.  * Seiko Smart Label Printer
  3.  */
  4.  
  5. def. = ''; x = 0;
  6.  
  7. x = x + 1
  8. def.x.!name = "Seiko Standard";         def.x.!equiv = "SII"
  9. def.x.!category = "Seiko";              def.x.!shape = "R"
  10. def.x.!height = "28 mm";                def.x.!width = "89 mm"
  11. def.x.!across = 1;                      def.x.!down = 1
  12. def.x.!topMargin = "0.0 in";            def.x.!leftMargin = "0.0 in"
  13. def.x.!horzPitch = "89 mm";             def.x.!vertPitch = "28 mm"
  14. def.x.!pgWidth = "89 mm";               def.x.!pgHeight = "28 mm"
  15.  
  16. x = x + 1
  17. def.x.!name = "Seiko Euro";             def.x.!equiv = "SII"
  18. def.x.!category = "Seiko";              def.x.!shape = "R"
  19. def.x.!height = "36 mm";                def.x.!width = "89 mm"
  20. def.x.!across = 1;                      def.x.!down = 1
  21. def.x.!topMargin = "0.0 in";            def.x.!leftMargin = "0.0 in"
  22. def.x.!horzPitch = "89 mm";             def.x.!vertPitch = "36 mm"
  23. def.x.!pgWidth = "89 mm";               def.x.!pgHeight = "36 mm"
  24.  
  25. x = x + 1
  26. def.x.!name = "Seiko Disk";             def.x.!equiv = "SII"
  27. def.x.!category = "Seiko";              def.x.!shape = "R"
  28. def.x.!height = "54 mm";                def.x.!width = "70 mm"
  29. def.x.!across = 1;                      def.x.!down = 1
  30. def.x.!topMargin = "0.0 in";            def.x.!leftMargin = "0.0 in"
  31. def.x.!horzPitch = "70 mm";             def.x.!vertPitch = "54 mm"
  32. def.x.!pgWidth = "70 mm";               def.x.!pgHeight = "54 mm"
  33.  
  34. x = x + 1
  35. def.x.!name = "Seiko Shipping";         def.x.!equiv = "SII"
  36. def.x.!category = "Seiko";              def.x.!shape = "R"
  37. def.x.!height = "54 mm";                def.x.!width = "101 mm"
  38. def.x.!across = 1;                      def.x.!down = 1
  39. def.x.!topMargin = "0.0 in";            def.x.!leftMargin = "0.0 in"
  40. def.x.!horzPitch = "101 mm";            def.x.!vertPitch = "54 mm"
  41. def.x.!pgWidth = "101 mm";              def.x.!pgHeight = "54 mm"
  42.  
  43. x = x + 1
  44. def.x.!name = "Seiko Standard (port)";  def.x.!equiv = "SII"
  45. def.x.!category = "Seiko";              def.x.!shape = "R"
  46. def.x.!height = "89 mm";                def.x.!width = "28 mm"
  47. def.x.!across = 1;                      def.x.!down = 1
  48. def.x.!topMargin = "0.0 in";            def.x.!leftMargin = "0.0 in"
  49. def.x.!horzPitch = "28 mm";             def.x.!vertPitch = "89 mm"
  50. def.x.!pgWidth = "28 mm";               def.x.!pgHeight = "89 mm"
  51.  
  52. def.0 = x
  53. CALL SmkDefineLayout 'def.'
  54. RETURN
  55.