18 lines
463 B
C
Executable File
18 lines
463 B
C
Executable File
#ifndef _FLD_RMOV_H
|
|
#define _FLD_RMOV_H
|
|
|
|
#define RMV_ANNOES "ANNOES"
|
|
#define RMV_NUMREG "NUMREG"
|
|
#define RMV_NUMRIG "NUMRIG"
|
|
#define RMV_SEZIONE "SEZIONE"
|
|
#define RMV_TIPOC "TIPOC"
|
|
#define RMV_DATAREG "DATAREG"
|
|
#define RMV_GRUPPO "GRUPPO"
|
|
#define RMV_CONTO "CONTO"
|
|
#define RMV_SOTTOCONTO "SOTTOCONTO"
|
|
#define RMV_DESCR "DESCR"
|
|
#define RMV_RCONTR "RCONTR"
|
|
#define RMV_IMPORTO "IMPORTO"
|
|
|
|
#endif
|