Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@16208 c028cbd2-c16b-5b4b-a496-9718f37d4682
29 lines
639 B
C
Executable File
29 lines
639 B
C
Executable File
#ifndef __TP0900A_H
|
|
#define __TP0900A_H
|
|
|
|
#define F_FIRM 101
|
|
#define F_RAGSOC 102
|
|
#define F_PAIV 103
|
|
#define F_COFI 104
|
|
#define F_DENCOM 105
|
|
#define F_INDRES 106
|
|
#define F_CIVRES 107
|
|
|
|
#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_TEL 119
|
|
|
|
#define F_SOCIO 121
|
|
#define F_RESP 122
|
|
#define F_PRODUT 123
|
|
#define F_EXCEL 124
|
|
#define F_PATH 125
|
|
|
|
#endif
|