20 lines
479 B
C
20 lines
479 B
C
|
// Stampa convocazioni per BOLOGNA
|
||
|
// definizione campi per maschera
|
||
|
|
||
|
#define F_DATAINI 101
|
||
|
#define F_DATAFIN 102
|
||
|
#define F_PUNTO 103
|
||
|
#define F_D_PUNTO 104
|
||
|
#define F_TIPO 105
|
||
|
#define F_D_TIPO 106
|
||
|
#define F_CODSEZ 107
|
||
|
#define F_DENSEZ 108
|
||
|
#define F_CODSOT 109
|
||
|
#define F_DENSOT 110
|
||
|
#define F_AGGIORNA 111
|
||
|
#define F_ORDINA 112
|
||
|
|
||
|
#define F_ELENCO 151
|
||
|
#define F_ETICHETTE 152
|
||
|
#define F_CARTOLINE 153
|