59 lines
1.4 KiB
C
59 lines
1.4 KiB
C
|
#define START_MASK 401
|
||
|
#define START_DOC 403
|
||
|
#define END_DOC 414
|
||
|
|
||
|
#define F_TIPORIC 401
|
||
|
#define F_NUMPROT 402
|
||
|
#define F_DATAINI 403
|
||
|
#define F_DATAFIN 404
|
||
|
#define F_CODNUM 405
|
||
|
#define F_DESNUM 406
|
||
|
#define F_TIPODOC 407
|
||
|
#define F_DESTIPODOC 408
|
||
|
#define F_ANNO 409
|
||
|
#define F_STATO 410
|
||
|
#define F_DACODCF 411
|
||
|
#define F_DARAGSOC 412
|
||
|
#define F_ACODCF 413
|
||
|
#define F_ARAGSOC 414
|
||
|
|
||
|
#define END_MASK 499
|
||
|
|
||
|
#define F_RIGHE 301
|
||
|
|
||
|
#define START_SHEET 101
|
||
|
|
||
|
#define A_DATADOC 101
|
||
|
#define A_ANNO 102
|
||
|
#define A_NUMDOC 103
|
||
|
#define A_CODNUM 104
|
||
|
#define A_TIPODOC 105
|
||
|
#define A_TIPOCF 106
|
||
|
#define A_CODCF 107
|
||
|
#define A_RAGSOC 108
|
||
|
#define A_TOTDOC 109
|
||
|
// Campi lettere intento
|
||
|
#define START_PLA 110
|
||
|
|
||
|
#define PLA1_NUMPROT 110
|
||
|
#define PLA1_QTA 111
|
||
|
#define PLA2_NUMPROT 112
|
||
|
#define PLA2_QTA 113
|
||
|
#define PLA3_NUMPROT 114
|
||
|
#define PLA3_QTA 115
|
||
|
#define PLA4_NUMPROT 116
|
||
|
#define PLA4_QTA 117
|
||
|
#define PLA5_NUMPROT 118
|
||
|
#define PLA5_QTA 119
|
||
|
#define PLA6_NUMPROT 120
|
||
|
#define PLA6_QTA 121
|
||
|
#define PLA7_NUMPROT 122
|
||
|
#define PLA7_QTA 123
|
||
|
#define PLA8_NUMPROT 124
|
||
|
#define PLA8_QTA 125
|
||
|
#define PLA9_NUMPROT 126
|
||
|
#define PLA9_QTA 127
|
||
|
#define PLA10_NUMPROT 128
|
||
|
#define PLA10_QTA 129
|
||
|
|
||
|
#define END_SHEET 109
|