1994-08-31 07:29:38 +00:00
|
|
|
// Header file for PRINT SETUP mask
|
|
|
|
|
1996-05-21 12:48:50 +00:00
|
|
|
#define MSK_TYPE 101
|
|
|
|
#define MSK_FILENAME 102
|
|
|
|
#define MSK_PRINTERS 103
|
|
|
|
#define MSK_CODES 111
|
1994-08-31 07:29:38 +00:00
|
|
|
// IMPORTANTE! lasciare il numero 111,
|
|
|
|
// in modo che la maschera sia compatibile
|
|
|
|
// con i metodi di ba2300, usati anche
|
|
|
|
// da printer
|
1996-05-21 12:48:50 +00:00
|
|
|
#define MSK_ISGRAPHICS 334
|
|
|
|
#define MSK_SIZE 335
|
|
|
|
#define MSK_LINES 336
|
|
|
|
#define MSK_NPAGES 337
|
|
|
|
#define MSK_FONT 338
|
1994-08-31 07:29:38 +00:00
|
|
|
|
1996-05-21 12:48:50 +00:00
|
|
|
#define MSK_PRINTERFILE prn.epf
|
|
|
|
#define MSK_NAMESFILE nms.epf
|
1994-08-31 07:29:38 +00:00
|
|
|
#define PRINTERSFILE "prn.epf"
|
|
|
|
#define NAMESFILE "nms.epf"
|