f29c1b50d5
Files correlati : Ricompilazione Demo : [ ] Commento : modifiche per la IV direttiva git-svn-id: svn://10.65.10.50/trunk@20266 c028cbd2-c16b-5b4b-a496-9718f37d4682
66 lines
2.2 KiB
C
Executable File
66 lines
2.2 KiB
C
Executable File
#ifndef __CG0100_H
|
|
#define __CG0100_H
|
|
|
|
//#define PZ_COMUNI 0
|
|
|
|
// posizione file comuni in _arrfiles
|
|
|
|
// campi maschera cg0100a.msk
|
|
|
|
#define FLD_CM1_GRUPPO 101
|
|
#define FLD_CM1_CONTO 102
|
|
#define FLD_CM1_SOTTOCONTO 103
|
|
#define FLD_CM1_DESC 104
|
|
#define FLD_CM1_CODTABANALISI 105
|
|
#define FLD_CM1_SEZIVD 106
|
|
#define FLD_CM1_LETTIVD 107
|
|
#define FLD_CM1_NUMRIVD 108
|
|
#define FLD_CM1_NUMIVD 109
|
|
#define FLD_CM1_INDBIL 110
|
|
#define FLD_CM1_TMCF 111
|
|
#define FLD_CM1_TIPOSPRIC 112
|
|
#define FLD_CM1_SEZIVDOPP 113
|
|
#define FLD_CM1_LETTIVDOPP 114
|
|
#define FLD_CM1_NUMRIVDOPP 115
|
|
#define FLD_CM1_NUMIVDOPP 116
|
|
#define FLD_CM1_DTIPOSPRIC 117
|
|
#define F_SUB 118
|
|
#define F_SUBOPP 119
|
|
#define F_SOTSUB 120
|
|
#define F_SOTSUBOPP 121
|
|
|
|
#define FLD_CM1_LETTIVDH 150
|
|
#define FLD_CM1_NUMRIVDH 151
|
|
#define FLD_CM1_NUMIVDH 152
|
|
#define FLD_CM1_RICSER 153
|
|
#define FLD_CM1_DESCRANALISI 154
|
|
#define FLD_CM1_IVACOMP 155
|
|
#define FLD_CM1_DESCIVACOMP 156
|
|
#define FLD_CM1_DESCIVD 157
|
|
#define FLD_CM1_DESCIVDOPP 158
|
|
#define FLD_CM1_DESCIVDH 159
|
|
#define F_SUBH 160
|
|
#define F_SOTSUBH 161
|
|
|
|
#define FLD_CM2_STSOTTBIL 200
|
|
#define FLD_CM2_STSOTTAB 201
|
|
|
|
#define FLD_CM2_SEZSALDI 202
|
|
|
|
#define FLD_CM2_SOSPESO 203
|
|
|
|
#define FLD_CM2_COMPENS 204
|
|
#define FLD_CM2_STSOTTABS 205
|
|
#define FLD_CM1_DESCG 206
|
|
#define FLD_CM1_DESCC 207
|
|
#define FH_SOTTOCONTO 208
|
|
|
|
#define FLD_CM2_CMSNEEDED 209
|
|
#define FLD_CM2_CODCMS 210
|
|
#define FLD_CM2_FASCMS 211
|
|
#define FLD_CM2_DESCMS 212
|
|
#define FLD_CM2_DESFAS 213
|
|
|
|
|
|
#endif // __CG0100_H
|