Files correlati : li0.exe f154.dir f154.trr li0200a.msk li0300a.msk li0400a.msk limenu.men Commento : Ristrutturato modulo li
66 lines
1.5 KiB
C
66 lines
1.5 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
|
|
|
|
// maschera ricostruzione storico
|
|
#define F_ANNO_STO 101
|
|
#define F_FROM_CLI 102
|
|
#define F_TO_CLI 103
|
|
#define F_TIPO 104
|
|
|
|
#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_STATODOC 106
|
|
#define A_TIPOCF 107
|
|
#define A_CODCF 108
|
|
#define A_RAGSOC 109
|
|
#define A_TOTDOC 110
|
|
// Campi lettere intento
|
|
#define START_PLA 111
|
|
|
|
#define PLA1_NUMPROT 111
|
|
#define PLA1_QTA 112
|
|
#define PLA2_NUMPROT 113
|
|
#define PLA2_QTA 114
|
|
#define PLA3_NUMPROT 115
|
|
#define PLA3_QTA 116
|
|
#define PLA4_NUMPROT 117
|
|
#define PLA4_QTA 118
|
|
#define PLA5_NUMPROT 119
|
|
#define PLA5_QTA 120
|
|
#define PLA6_NUMPROT 121
|
|
#define PLA6_QTA 122
|
|
#define PLA7_NUMPROT 123
|
|
#define PLA7_QTA 124
|
|
#define PLA8_NUMPROT 125
|
|
#define PLA8_QTA 126
|
|
#define PLA9_NUMPROT 127
|
|
#define PLA9_QTA 128
|
|
#define PLA10_NUMPROT 129
|
|
#define PLA10_QTA 130
|
|
|
|
#define END_SHEET 130 |