XYY3D.CFG
上传用户:wtrl82617
上传日期:2007-01-07
资源大小:187k
文件大小:2k
源码类别:

界面编程

开发平台:

DOS

  1. // FORMAT
  2. //*   drivers  */
  3.  #define STAR_SR9    0  /* Epson ????, Star SR  */
  4.  #define IBM9        1     /* IBM GraphPrinter, ProPrinter  */
  5.  #define EPSON9      1     /* EPSON */
  6.  #define PANASONIC9  2     /* Panasonic KX-P1124 - not tested */
  7.  #define IBM9c       3     /* IBM ProPrinter (color) */
  8.  #define EPSON9c     3     /* EPSON (color) */
  9.  #define EPSON24     4     /* 24 pins EPSON compatible printer */
  10.  #define IBM24       5     /* 24 pins IBM compatible printer */
  11.  #define EPSON24c    6     /* 24 pins EPSON compatible color printer */
  12.    /*  not tested */
  13.  #define IBM24c      7     /* 24 pins IBM compatible color printer */
  14.    /*  not tested */
  15.  #define HPPaintJet  8     /* HP Paint Jet - not tested */
  16.  #define HPLJII      9     /* HP Laser Jet
  17.  /* #define HPLJIII     10  */
  18.  /* #define POSTSCRIPT  11  */
  19.  /* #define ROLANDP  12     */
  20.  /* modes for particular drivers */
  21.    /* EPSON9   */
  22.   #define  EPSON9_60x72      0
  23.   #define  EPSON9_120x72     1
  24.   #define  EPSON9_120x216    2
  25.   #define  EPSON9_240x216    3
  26.    /* STAR_SR9    */
  27.   #define  STAR_SR9_60x72        0
  28.   #define  STAR_SR9_120x72       1
  29.   #define  STAR_SR9_120x144      2
  30.   #define  STAR_SR9_240x144      3
  31.    /* IBM9     */
  32.   #define  IBM9_60x72        0
  33.   #define  IBM9_120x72       1
  34.   #define  IBM9_120x216      2
  35.   #define  IBM9_240x216      3
  36.    /* EPSON24  */
  37.   #define  EPSON24_60x180     0
  38.   #define  EPSON24_120x180    1
  39.   #define  EPSON24_180x180    2
  40.   #define  EPSON24_360x180    3
  41.   #define  EPSON24_360x360    4
  42.    /* IBM24    */
  43.       #define  IBM24_60x180     0
  44.       #define  IBM24_120x180    1
  45.   #define  IBM24_180x180    2
  46.   #define  IBM24_360x180    3
  47.    /* HPPJ   */
  48.       #define  HPPJ_90x90        0
  49.   #define  HPPJ_180x180      1
  50.   #define  HPPJ_90x90c       2
  51.       #define  HPPJ_180x180c     3
  52.    /* HPLJII   */
  53.   #define  HPLJII_75x75        0
  54.   #define  HPLJII_100x100      1
  55.   #define  HPLJII_150x150      2
  56.   #define  HPLJII_300x300      3
  57. // FORMAT
  58. // printer
  59. // DRV          IBM9
  60. // MODE         EPSON9_60x72
  61. // WIDTH        15000
  62. // HEIGHT       8000
  63. // OPTIONS      --- NOT NEEDED
  64. // FOR 9 PIN printer
  65. ////////////////////////////////////////////////////////////////////
  66. PRINTER
  67. 1
  68. 0
  69. 15000
  70. 8000