home *** CD-ROM | disk | FTP | other *** search
/ TestDrive Super Store 3.0 / TESTDRIVE_3.ISO / jetform / config / windows.bak < prev    next >
Encoding:
Text File  |  1992-11-13  |  5.3 KB  |  141 lines

  1.  
  2.         ; JetForm.ICS  JetForm Configuration File v3.0
  3.         
  4.         ; All Units of measurement (grids, widths, etc.) are in INCHES
  5.         ; unless otherwise noted. For most measurements fractions are allowed.
  6.         ; JetForm internally stores all measurements in 1\1000000 of an Inch.
  7.  
  8. ;*This printer option should only be used for printers which are not 
  9. ;*listed explicitly as JetForm supported printers. The custom JetForm 
  10. ;*print drivers will produce better and faster output that the Windows 
  11. ;*drivers.
  12. ;*\n\nThe JfMerge program can NOT be used with forms created with this driver.
  13. ;*\n\nFor more information about the use of 
  14. ;*Windows print drivers with JetForm please refer to 
  15. ;*the section Printing with JetForm-Design.
  16.  
  17. PrinterName     WINDOWS         ; Generic Microsoft Windows driver
  18. PrinterExt      WIN             ; 3 char Cartridge file extent  
  19. PrinterOutput    $WINDOWS
  20. PrinterType     6               ; Printer Driver # (6 indicates that the Windows driver will be used.)
  21. PrinterFlag     0               ; Printer Option flags
  22.  
  23.  
  24.     ; Shading patterns. The shading data format is:
  25.     ;   Shade <num> <name> {<printernum> <printer control data>...}
  26.     ;   <num> is the internal JetForm shading pattern number
  27.     ;   <name> is the name of the pattern (up to 20 characters)
  28.     ;   <printernum> is the print driver pattern type.
  29.  
  30.     ;     Standard Shading Patterns
  31. Shade 0  Unshaded       0
  32. Shade 1  Light          0
  33. Shade 2  Medium         0
  34. Shade 3  Dark           0
  35. Shade 4  Black          0
  36. Shade 5  Horizontal     0
  37. Shade 6  Vertical       0
  38. Shade 7  Crosshatch     0
  39. Shade 8  Diagonal%Left  0
  40. Shade 9  Diagonal%Right 0
  41. Shade 10 Diagonal%Cross 0
  42.  
  43. DefaultShade    1
  44.     
  45.     ; Line Styles. The styles data format is:
  46.     ;   Style <num> <name> <printernum> {<printer control data>...}
  47.     ;   <num> is the internal JetForm linestyle number
  48.     ;   <name> is the name of the linestyle (up to 20 characters)
  49.     ;   <printernum> is the print driver linestyle type.
  50.     ;   <printer control data> is optional data for the print driver.
  51.     
  52. Style 0  %Invisible     0
  53. Style 1  ___________    1
  54. Style 2  ...........    2
  55.  
  56. DefaultStyle 1
  57. DefaultTextAngle 0              ; Text angle (currently must be 0)
  58. TextAngles    7        ; 0=Horiz only, 1=90° 2=180° 4=270°
  59.  
  60. ;
  61. ; The following section defines the printer specific Escape code sequences.
  62. ;
  63.         
  64. Copies                  ; Select # of copies to print
  65.                 ; Reset printer (start of job)
  66. Reset 
  67. PostReset               ; Reset printer (end of job)
  68.  
  69. TopOfPage                  ; Position to top-of-page
  70.  
  71. PrinterPosition                 ; Printer position sequence
  72.  
  73.     ; The following Macro... sequences are for use by IMerge.
  74.     
  75. MacroStart                      ; PreAmble to a macro definition
  76. MacroEnd                        ; PostAmble to a macro definition
  77. MacroCall                ; Call a macro
  78. MacroKeep               ; Lock a macro as a permanent overlay
  79.  
  80. ; Paper control information
  81.  
  82. Trays           1               ; 1 paper trays selections on printer
  83.                                 ; 1=feed from continuous or cut sheet
  84. DefaultTray     1               ; On a new form default to tray #1.
  85.  
  86. Duplex          0               ; 0=no duplexing 1=duplex
  87.                                 ; 2 = duplex with either top or left binding
  88.  
  89. Offset          0
  90.  
  91.  
  92.  
  93. PrinterXDPI             120     ; Printer X resolution
  94. PrinterYDPI              72     ; Printer Y resolution
  95.  
  96.  
  97.     ; Font Data
  98.  
  99. CWidthFactor 4166.666667        ; All character width values are multiplied
  100.                                 ; by this factor to convert them to
  101.                                 ; 1/1000000th of an inch.
  102.                                 ; Use 3333.333333 for 300dpi widths
  103.  
  104. Font *NoPrint*                  ; The first font is assumed to be nonprinting
  105.                                 ; Define it's characteristics for field
  106.                                 ; sizing purposes.
  107.     
  108.     TypeFace    1               ; JetForm Typeface#
  109.     
  110.     PointSize   12              ; Character height in points. May have 1 
  111.                                 ;  decimal after, as in 4.5
  112.     
  113.     Pitch       10              ; Characters per inch horizontally - may
  114.                                 ;  have up to 3 decimals as in 16.667
  115.     
  116.     Bold        0               ; Degree of boldness. 0=none (Default=0)
  117.     
  118.     Italic      0               ; Degree of italicization. 0=none (Default=0)
  119.     
  120.     FontFamily  48              ; Microsoft Windows font family (Default=48)
  121.                                 ;  0=Unknown 
  122.                                 ; 16=Roman (serif font)
  123.                                 ; 32=Helv/Swiss (sans-serif font)
  124.                                 ; 48=Courier/Pica/Elite etc  
  125.                                 ; 64=Cursive (Script)
  126.                                 ; 80=Old English
  127.     
  128.     LinesPerInch 6              ; Default vertical spacing. Fractions allowed.
  129.                                 ;  as in 5.254
  130.     
  131.     DefaultCWidth 30            ; Average character width in 'CWidthFactor'
  132.                                 ; units (in this case dots).
  133.     
  134.     SymbolSet   0               ; JetForm symbol set. 0=English Roman8Extended
  135.                                 ;  1=Arabic
  136.     
  137.     ; The real fonts begin here.
  138.  
  139. Include    $DEFAULT.WIN
  140. Include    BARCODE.WIN
  141.