18 lines
		
	
	
		
			398 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			398 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| // Mod.770 - Quadro E1
 | |
| 
 | |
| #ifndef __QUADROE1_H
 | |
| #define __QUADROE1_H
 | |
| 
 | |
| #define QE1_CODDITTA   "CODDITTA"
 | |
| #define QE1_TIPOA      "TIPOA"
 | |
| #define QE1_CODANAGR   "CODANAGR"
 | |
| #define QE1_NPROG      "NPROG"
 | |
| #define QE1_CODCAUS    "CODCAUS"
 | |
| #define QE1_SOMME      "SOMME"
 | |
| #define QE1_AMMONTARE  "AMMONTARE"
 | |
| #define QE1_PERC       "PERC"
 | |
| #define QE1_IMPORTO    "IMPORTO"
 | |
| #define QE1_NETTO      "NETTO"
 | |
| 
 | |
| #endif
 |