57c332a0d4
git-svn-id: svn://10.65.10.50/trunk@2996 c028cbd2-c16b-5b4b-a496-9718f37d4682
18 lines
396 B
C
Executable File
18 lines
396 B
C
Executable File
// Mod.770 - Quadro E
|
|
|
|
#ifndef __QUADROE_H
|
|
#define __QUADROE_H
|
|
|
|
#define QUE_CODDITTA "CODDITTA"
|
|
#define QUE_TIPOA "TIPOA"
|
|
#define QUE_CODANAGR "CODANAGR"
|
|
#define QUE_NPROG "NPROG"
|
|
#define QUE_CODCAUS "CODCAUS"
|
|
#define QUE_SOMME "SOMME"
|
|
#define QUE_IMPONIBILE "IMPONIBILE"
|
|
#define QUE_PERC "PERC"
|
|
#define QUE_IMPORTO "IMPORTO"
|
|
#define QUE_NETTO "NETTO"
|
|
|
|
#endif
|