ca8ac3ad90
Files correlati : Ricompilazione Demo : [ ] Commento : costanti file RILPROD e RRILPROD git-svn-id: svn://10.65.10.50/branches/R_10_00@21999 c028cbd2-c16b-5b4b-a496-9718f37d4682
25 lines
736 B
C
Executable File
25 lines
736 B
C
Executable File
#ifndef __RILPROD_H
|
|
#define __RILPROD_H
|
|
|
|
#define RILPROD_CODART "CODART"
|
|
#define RILPROD_DATA "DATA"
|
|
#define RILPROD_PROG "PROG"
|
|
#define RILPROD_CODNUM "CODNUM"
|
|
#define RILPROD_ANNO "ANNO"
|
|
#define RILPROD_PROVV "PROVV"
|
|
#define RILPROD_NDOC "NDOC"
|
|
#define RILPROD_IMPIANTO "IMPIANTO"
|
|
#define RILPROD_LINEA "LINEA"
|
|
#define RILPROD_OPERATORE "OPERATORE"
|
|
#define RILPROD_NRIGA "NRIGA"
|
|
#define RILPROD_QTA "QTA"
|
|
#define RILPROD_SCARTO "SCARTO"
|
|
#define RILPROD_PROD "PROD"
|
|
#define RILPROD_CHIUSO "CHIUSO"
|
|
#define RILPROD_CODNUMP "CODNUMP"
|
|
#define RILPROD_ANNOP "ANNOP"
|
|
#define RILPROD_PROVVP "PROVVP"
|
|
#define RILPROD_NDOCP "NDOCP"
|
|
#define RILPROD_NRIGAP "NRIGAP"
|
|
|
|
#endif |