0f70db99b5
Files correlati : Ricompilazione Demo : [ ] Commento : Programma inserimento veloce benemerenze git-svn-id: svn://10.65.10.50/trunk@6632 c028cbd2-c16b-5b4b-a496-9718f37d4682
27 lines
760 B
C
Executable File
27 lines
760 B
C
Executable File
// 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
|
|
|