27 lines
760 B
C
27 lines
760 B
C
|
// definizione campi della maschera at1600a.msk
|
||
|
// inserimento veloce benemerenze
|
||
|
|
||
|
// dati fissi
|
||
|
#define F_DATABEN 201
|
||
|
#define F_DATACON 202
|
||
|
#define F_TIPOBEN 203
|
||
|
#define F_DESC_TIPOBEN 204
|
||
|
// spreadsheet
|
||
|
#define F_SOGGETTI 205
|
||
|
|
||
|
// pagina soggetti
|
||
|
#define F_S_CODICE 101
|
||
|
#define F_S_COGNOME 102
|
||
|
#define F_S_NOME 103
|
||
|
#define F_S_TIPOBEN 104
|
||
|
#define F_S_DATANASC 105
|
||
|
#define F_S_CODSEZ 106
|
||
|
#define F_S_CODSOT 107
|
||
|
#define F_S_CATDON 108
|
||
|
#define F_S_TESSAVIS 109
|
||
|
|
||
|
#define F_S_DENSEZ 151
|
||
|
#define F_S_DENSOT 152
|
||
|
#define F_S_DESC_TIPOBEN 153
|
||
|
|