83dbe7df6e
git-svn-id: svn://10.65.10.50/trunk@11856 c028cbd2-c16b-5b4b-a496-9718f37d4682
27 lines
507 B
C
Executable File
27 lines
507 B
C
Executable File
//Nomi dei campi del file LF_CARADD
|
|
#ifndef _CARADD_H
|
|
#define _CARADD_H
|
|
|
|
#define ABCA_ID "ID"
|
|
#define ABCA_STD "STD"
|
|
#define ABCA_CLI "CLI"
|
|
#define ABCA_SPI "SPI"
|
|
#define ABCA_STI "STI"
|
|
#define ABCA_DST "DST"
|
|
#define ABCA_CLT "CLT"
|
|
#define ABCA_SPT "SPT"
|
|
#define ABCA_STT "STT"
|
|
#define ABCA_SVT "SVT"
|
|
#define ABCA_LST "LST"
|
|
#define ABCA_ODA "ODA"
|
|
#define ABCA_SKI "SKI"
|
|
#define ABCA_SKT "SKT"
|
|
#define ABCA_NDV "NDV"
|
|
#define ABCA_RII "RII"
|
|
#define ABCA_RIT "RIT"
|
|
#define ABCA_TVL "TVL"
|
|
|
|
|
|
|
|
#endif //_CARADD_H
|