// Header file for PRINT SETUP mask

#define MSK_1_TYPE     101
#define MSK_1_FILENAME 102
#define MSK_1_PRINTERS 103
#define MSK_1_CODES    111 
// IMPORTANTE! lasciare il numero 111,
// in modo che la maschera sia compatibile
// con i metodi di ba2300, usati anche
// da printer
#define MSK_1_ISGRAPHICS 334
#define MSK_1_SIZE       335
#define MSK_1_LINES      336
#define MSK_1_NPAGES     337
#define MSK_1_FONT       338

#define MSK_1_PRINTERFILE prn.epf
#define MSK_1_NAMESFILE   nms.epf
#define PRINTERSFILE      "prn.epf"
#define NAMESFILE         "nms.epf"