20 lines
		
	
	
		
			468 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			468 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| // Mod.770 - Quadro D1
 | |
| 
 | |
| #ifndef __QUADROD1_H
 | |
| #define __QUADROD1_H
 | |
| 
 | |
| #define QD1_CODDITTA   "CODDITTA"
 | |
| #define QD1_TIPOA      "TIPOA"
 | |
| #define QD1_CODANAGR   "CODANAGR"
 | |
| #define QD1_NPROG      "NPROG"
 | |
| #define QD1_CODCAUS    "CODCAUS"
 | |
| #define QD1_TOTALE     "TOTALE"
 | |
| #define QD1_QUOTAPRO   "QUOTAPRO"
 | |
| #define QD1_SPESEANT   "SPESEANT"
 | |
| #define QD1_IMPONIBILE "IMPONIBILE"
 | |
| #define QD1_PERC       "PERC"
 | |
| #define QD1_IMPORTO    "IMPORTO"
 | |
| #define QD1_NETTO      "NETTO"
 | |
| 
 | |
| #endif
 |