c2d6f1c32d
da testare la parte che riguarda la gestione degli id dei collegamenti a dichiarazione redditi Per le altre maschere sono state modificate esteticamente. Agli altri files sono stati apportate modifiche perchè causavano errori di compilazione a causa delle modifiche apportata alla libreria git-svn-id: svn://10.65.10.50/trunk@6286 c028cbd2-c16b-5b4b-a496-9718f37d4682
83 lines
1.6 KiB
C
Executable File
83 lines
1.6 KiB
C
Executable File
#ifndef _AB3100A_H
|
|
#define _AB3100A_H
|
|
|
|
#define F_ID 101
|
|
#define F_TIPO 102
|
|
#define F_CODICE 103
|
|
#define F_COMP 104
|
|
#define F_VOCE_INC 105
|
|
#define F_DESCR 106
|
|
#define F_USA_CARADD 107
|
|
#define F_COMPONENTE 108
|
|
#define F_IDCARADD 109
|
|
#define F_ID_COLL 110
|
|
#define F_USA_COLL 111
|
|
|
|
#define F_TESTO_GENERALE 150
|
|
#define F_TESTO_CARADD 151
|
|
#define F_TESTO_COLLDICH 152
|
|
#define F_STAMPA_DETT 153
|
|
#define F_STAMPA_IMP_TOT 154
|
|
#define F_NON_DSR_VOC_COM 155
|
|
#define F_RIGA_GRASS 156
|
|
#define F_RIGA_TOT_VC_CMP 157
|
|
#define F_TVL 158
|
|
|
|
#define F_COL_STM_IMP 160
|
|
#define F_COL_STM_TOT 161
|
|
#define F_CAR_SOPRA 162
|
|
#define F_CAR_SOTTO 163
|
|
#define F_CAR_SOPRA_TOT 164
|
|
#define F_CAR_SOTTO_TOT 165
|
|
|
|
#define F_LIV_STR 170
|
|
#define F_FLAG_DA 171
|
|
#define F_LINEA_SALTA_SMP 172
|
|
#define F_LINEA_SALTA_TOT 173
|
|
#define F_DESCR_TOT 174
|
|
|
|
|
|
#define F_F4A 351
|
|
#define F_F4B 352
|
|
#define F_P4A 353
|
|
#define F_P4B 354
|
|
#define F_A5A 355
|
|
#define F_A5B 356
|
|
#define F_P5A 357
|
|
#define F_P5B 358
|
|
#define F_A6A 360
|
|
#define F_A6B 361
|
|
#define F_X4A 362
|
|
#define F_X4B 363
|
|
#define F_X5A 364
|
|
#define F_X5B 365
|
|
#define F_X6A 366
|
|
#define F_X6B 367
|
|
#define F_P6A 368
|
|
#define F_P6B 369
|
|
#define F_K4A 370
|
|
#define F_K5A 371
|
|
#define F_K6A 372
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define F_TREE 250
|
|
#define F_VISTA 251
|
|
#define F_CODICE_ANALISI 252
|
|
#define F_DESCRIZIONE_ANALISI 253
|
|
|
|
|
|
#endif //_AB3100A_H
|
|
|