home *** CD-ROM | disk | FTP | other *** search
/ TestDrive Super Store 2.3 / TESTDRIVE_2.ISO / jetform / config / barcode.ilj next >
Encoding:
Text File  |  1993-05-26  |  4.9 KB  |  204 lines

  1.  
  2.     ; BARCODE.ILJ  Barcode Definition for IBM4216 in LaserJet mode v3.0
  3.     ; units are 1/1000"
  4.  
  5. Barcode    2 of 5 Industrial    ; Barcode Name (Style)
  6.     BarcodeHeight    .400    ; Height of the barcode (inches)
  7.     BarcodeType        1    ; Internal barcode type:
  8.                     ;    1 = 2 of 5 Industrial
  9.                     ;    2 = 2 of 5 Interleaved
  10.                     ;    3 = 2 of 5 Matrix
  11.                     ;    4 = 3 of 9
  12.                     ;    5 = Codabar
  13.                     ;    7 = UPC
  14.                 ;      10 = EAN-13
  15.                 ;      11 = US Postal
  16.                 ;      12 = EAN-8
  17.                 ;      14 = Code 128 B
  18.                 ;      15 = Code 128 C
  19.     BarcodeTextFlag    2    ; Text Inclusion Options
  20.                     ;    0 = No text
  21.                     ;    1 = Text Fully Embedded
  22.                     ;    2 = Text Partially Embedded
  23.                 ;    3 = Text Below Barcode
  24.                 ; For UPC and EAN add 10 to above values
  25.                 ; to place Number System digit centered at
  26.                 ; left of barcode, rather than bottom left.
  27.                 
  28.     BarcodeCheckDigit    0    ; Check Digit to be included
  29.                     ;    0 = No Check Digit
  30.                     ;    1 = Check Digit to be added.
  31.     BarcodeBlack    10 30 0 0    ; Width of black bars in mils
  32.     BarcodeWhite    10 30 0 0    ; Width of white bars in mils
  33.     
  34. Barcode 2 of 5 Matrix
  35.     BarcodeHeight    .400
  36.     BarcodeType        3
  37.     BarcodeTextFlag    2
  38.     BarcodeCheckDigit    0
  39.     BarcodeBlack    10 30 0 0
  40.     BarcodeWhite    10 30 0 0
  41.     
  42. Barcode 2 of 5 Interleaved
  43.     BarcodeHeight    .400
  44.     BarcodeType        2
  45.     BarcodeTextFlag    2
  46.     BarcodeCheckDigit    0
  47.     BarcodeBlack    10 30 0 0
  48.     BarcodeWhite    10 30 0 0
  49.  
  50. Barcode 2 of 5 Industrial with Checksum
  51.     BarcodeHeight    .400
  52.     BarcodeType        1
  53.     BarcodeTextFlag    1
  54.     BarcodeCheckDigit    1
  55.     BarcodeBlack    10 30 0 0
  56.     BarcodeWhite    10 30 0 0
  57.  
  58. Barcode 2 of 5 Matrix with Checksum
  59.     BarcodeHeight    .400
  60.     BarcodeType        3
  61.     BarcodeTextFlag    1
  62.     BarcodeCheckDigit    1
  63.     BarcodeBlack    10 30 0 0
  64.     BarcodeWhite    10 30 0 0
  65.  
  66. Barcode 2 of 5 Interleaved with Checksum
  67.     BarcodeHeight    .400
  68.     BarcodeType        2
  69.     BarcodeTextFlag    1
  70.     BarcodeCheckDigit    1
  71.     BarcodeBlack    10 30 0 0
  72.     BarcodeWhite    10 30 0 0
  73.  
  74. Barcode 3 of 9 Large
  75.     BarcodeHeight    .600
  76.     BarcodeType        4
  77.     BarcodeTextFlag    0
  78.     BarcodeCheckDigit    0
  79.     BarcodeBlack    20 60 0 0
  80.     BarcodeWhite    20 60 0 0
  81.  
  82. Barcode 3 of 9 Medium
  83.     BarcodeHeight    .400
  84.     BarcodeType        4
  85.     BarcodeTextFlag    0
  86.     BarcodeCheckDigit    0
  87.     BarcodeBlack    13 40 0 0
  88.     BarcodeWhite    13 40 0 0
  89.  
  90. Barcode 3 of 9 Small
  91.     BarcodeHeight    .600
  92.     BarcodeType        4
  93.     BarcodeTextFlag    0
  94.     BarcodeCheckDigit    0
  95.     BarcodeBlack    10 30 0 0
  96.     BarcodeWhite    10 30 0 0
  97.  
  98. Barcode 3 of 9 Compressed
  99.     BarcodeHeight    .250
  100.     BarcodeType        4
  101.     BarcodeTextFlag    0
  102.     BarcodeCheckDigit    0
  103.     BarcodeBlack    7 20 0 0
  104.     BarcodeWhite    7 20 0 0
  105.  
  106. Barcode 3 of 9 with Checksum
  107.     BarcodeHeight    .400
  108.     BarcodeType        4
  109.     BarcodeTextFlag    1
  110.     BarcodeCheckDigit    1
  111.     BarcodeBlack    10 30 0 0
  112.     BarcodeWhite    10 30 0 0
  113.  
  114. Barcode Codabar
  115.     BarcodeHeight    .400
  116.     BarcodeType        5
  117.     BarcodeTextFlag    1
  118.     BarcodeCheckDigit    0
  119.     BarcodeBlack    10 30 0 0
  120.     BarcodeWhite    10 30 0 0
  121.  
  122. Barcode UPC-A
  123.     BarcodeHeight    .900
  124.     BarcodeType        7
  125.     BarcodeTextFlag    2
  126.     BarcodeCheckDigit    1
  127.     BarcodeBlack    13 27 40 53
  128.     BarcodeWhite    13 27 40 53
  129.  
  130. Barcode EAN-13
  131.     BarcodeHeight    .900
  132.     BarcodeType        10
  133.     BarcodeTextFlag    12
  134.     BarcodeCheckDigit    1
  135.     BarcodeBlack    13 27 40 53
  136.     BarcodeWhite    13 27 40 53
  137.  
  138.  
  139. Barcode ZIP+4 (US Postal)
  140.     BarcodeHeight    .125
  141.     BarcodeType        11
  142.     BarcodeTextFlag    0
  143.     BarcodeCheckDigit    1
  144.     BarcodeBlack    20 123 50 0    ; 2nd parm is height of tall bar in dots
  145.                     ; 3rd parm is height of short bar
  146.     BarcodeWhite    30 0 0 0        
  147.  
  148. Barcode EAN-8
  149.     BarcodeHeight    .600
  150.     BarcodeType        12
  151.     BarcodeTextFlag    1
  152.     BarcodeCheckDigit    1
  153.     BarcodeBlack    13 27 40 53
  154.     BarcodeWhite    13 27 40 53
  155.  
  156. Barcode Code 128 Set B
  157.     BarcodeHeight    .400
  158.     BarcodeType        14
  159.     BarcodeTextFlag    1
  160.     BarcodeCheckDigit    0
  161.     BarcodeBlack    8 16 24 32
  162.     BarcodeWhite    8 16 24 32
  163.  
  164. Barcode Code 128 Set B Large
  165.     BarcodeHeight    .800
  166.     BarcodeType        14
  167.     BarcodeTextFlag    1
  168.     BarcodeCheckDigit    0
  169.     BarcodeBlack    13 27 40 53
  170.     BarcodeWhite    13 27 40 53
  171.  
  172. Barcode Code 128 Set C
  173.     BarcodeHeight    .400
  174.     BarcodeType        15
  175.     BarcodeTextFlag    1
  176.     BarcodeCheckDigit    0
  177.     BarcodeBlack    8 16 24 32
  178.     BarcodeWhite    8 16 24 32
  179.  
  180. Barcode Code 128 Set C Large
  181.     BarcodeHeight    .800
  182.     BarcodeType        15
  183.     BarcodeTextFlag    1
  184.     BarcodeCheckDigit    0
  185.     BarcodeBlack    13 27 40 53
  186.     BarcodeWhite    13 27 40 53
  187.  
  188. ;not tested for this printer
  189. Barcode UCC128-C Serial Shipping Container Code
  190.     BarcodeHeight    1.25
  191.     BarcodeType        18
  192.     BarcodeTextFlag    4
  193.     BarcodeCheckDigit    1
  194.     BarcodeBlack    20 40 60 80
  195.     BarcodeWhite    20 40 60 80
  196.  
  197. Barcode Code 128 Set C Medium (No Text)
  198.     BarcodeHeight    .500
  199.     BarcodeType        15
  200.     BarcodeTextFlag    0
  201.     BarcodeCheckDigit    0
  202.     BarcodeBlack    13 27 40 53
  203.     BarcodeWhite    13 27 40 53
  204.