Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@16370 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			28 lines
		
	
	
		
			611 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			611 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __TP0900A_H
 | |
| #define __TP0900A_H
 | |
| 
 | |
| #define F_FIRM          201
 | |
| #define F_RAGSOC        202
 | |
| #define F_DENCOM        205
 | |
| #define F_INDIR         206
 | |
| 
 | |
| #define F_PERIODO       211
 | |
| #define F_ANNO          212
 | |
| #define F_MESE          213
 | |
| #define F_TRIMESTRE     214
 | |
| #define F_TIPI          215
 | |
| #define F_SPECIECONAI   216
 | |
| #define F_TIPOSTAMPA    217
 | |
| #define F_EMAIL         218
 | |
| #define F_TEL           219
 | |
| 
 | |
| #define F_SOCIO         221
 | |
| #define F_RESP          222
 | |
| #define F_PAIV          223
 | |
| #define F_COFI          224
 | |
| #define F_PRODUT        225
 | |
| #define F_EXCEL         226
 | |
| #define F_PATH          227
 | |
| 
 | |
| #endif
 |