57c332a0d4
git-svn-id: svn://10.65.10.50/trunk@2996 c028cbd2-c16b-5b4b-a496-9718f37d4682
20 lines
468 B
C
Executable File
20 lines
468 B
C
Executable File
// Mod.770 - Quadro D1
|
|
|
|
#ifndef __QUADROD1_H
|
|
#define __QUADROD1_H
|
|
|
|
#define QD1_CODDITTA "CODDITTA"
|
|
#define QD1_TIPOA "TIPOA"
|
|
#define QD1_CODANAGR "CODANAGR"
|
|
#define QD1_NPROG "NPROG"
|
|
#define QD1_CODCAUS "CODCAUS"
|
|
#define QD1_TOTALE "TOTALE"
|
|
#define QD1_QUOTAPRO "QUOTAPRO"
|
|
#define QD1_SPESEANT "SPESEANT"
|
|
#define QD1_IMPONIBILE "IMPONIBILE"
|
|
#define QD1_PERC "PERC"
|
|
#define QD1_IMPORTO "IMPORTO"
|
|
#define QD1_NETTO "NETTO"
|
|
|
|
#endif
|