0b6a298ced
git-svn-id: svn://10.65.10.50/trunk@4137 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 __BASTBNP_H
|
|
#define __BASTBNP_H
|
|
|
|
#define F_INIZIO1 101
|
|
#define F_INIZIO2 102
|
|
#define F_FINE1 201
|
|
#define F_FINE2 202
|
|
|
|
#endif //__BASTBNP_H
|
|
|
|
|
|
|