git-svn-id: svn://10.65.10.50/branches/R_10_00@23236 c028cbd2-c16b-5b4b-a496-9718f37d4682
15 lines
230 B
C
Executable File
15 lines
230 B
C
Executable File
// DEFINIZIONE CAMPI MASCHERA PER STAMPA TABELLA BANCHE DI PRESENTAZIONE
|
|
|
|
#ifndef __CGSTBNP_H
|
|
#define __CGSTBNP_H
|
|
|
|
#define F_INIZIO1 101
|
|
#define F_INIZIO2 102
|
|
#define F_FINE1 201
|
|
#define F_FINE2 202
|
|
|
|
#endif //__CGSTBNP_H
|
|
|
|
|
|
|