21 lines
		
	
	
		
			498 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			498 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| // definizione dei campi della maschera at0100c.msk
 | |
| // genera donazioni
 | |
| 
 | |
| // pagina 1
 | |
| #define F_QUANTEGEN     101
 | |
| #define F_COMEGEN       102
 | |
| #define F_FINOALGEN     103
 | |
| #define F_TIPOGEN       104
 | |
| #define F_D_TIPOGEN     105
 | |
| #define F_LUOGOGEN      106
 | |
| #define F_D_LUOGOGEN    107
 | |
| #define F_ESEGUIGEN     108
 | |
| #define F_DONGEN        109
 | |
| 
 | |
| // pagina donazione
 | |
| #define F_G_DATA        101
 | |
| #define F_G_TIPO        102
 | |
| #define F_G_LUOGO       103
 | |
| #define F_G_D_TIPO      210
 | |
| #define F_G_D_LUOGO     211
 |