Files correlati : Ricompilazione Demo : [ ] Commento :maschera conai git-svn-id: svn://10.65.10.50/trunk@16204 c028cbd2-c16b-5b4b-a496-9718f37d4682
24 lines
499 B
C
Executable File
24 lines
499 B
C
Executable File
#ifndef __TP0900A_H
|
|
#define __TP0900A_H
|
|
|
|
#define F_FIRM 101
|
|
#define F_RAGSOC 102
|
|
|
|
#define F_PERIODO 111
|
|
#define F_ANNO 112
|
|
#define F_MESE 113
|
|
#define F_TRIMESTRE 114
|
|
#define F_TIPI 115
|
|
#define F_SPECIECONAI 116
|
|
#define F_TIPOSTAMPA 117
|
|
#define F_EMAIL 118
|
|
|
|
#define F_SOCIO 120
|
|
#define F_UFFADD 121
|
|
#define F_RESP 122
|
|
#define F_PRODUT 123
|
|
#define F_EXCEL 124
|
|
#define F_PATH 125
|
|
|
|
#endif
|