Files correlati : Ricompilazione Demo : [ ] Commento : riportata la versione 98.01.05 patch 34 git-svn-id: svn://10.65.10.50/trunk@7409 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			34 lines
		
	
	
		
			882 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			882 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __CG3200_H
 | |
| #define __CG3200_H
 | |
| 
 | |
| #define TAB_IVD "%IVD"
 | |
| #define TAB_TPD "%TPD"  
 | |
| #define TAB_REG "REG"
 | |
| #define TAB_ESC "ESC"
 | |
| 
 | |
| #define F_ANNO               101
 | |
| #define F_GRUPPOINI          102
 | |
| #define F_CONTOINI_CONTO     103
 | |
| #define F_GRUPPOFINE         104
 | |
| #define F_CONTOFINE_CONTO    105
 | |
| #define F_DESCRINI_CONTO     125
 | |
| #define F_DESCRFINE_CONTO    129
 | |
| #define F_DATAINI            106
 | |
| #define F_DATAFINE           107
 | |
| #define F_STAMPANUM          108
 | |
| #define F_STAMPAPROGRE       109
 | |
| #define F_STAMPATOTIVA       110
 | |
| #define F_TIPOSTAMPA         111
 | |
| #define F_STAMPAMOVPROV      112
 | |
| #define F_SEPARATOR          200
 | |
| #define F_MEMORIZZA          500
 | |
| #define F_NUMCARAT           501
 | |
| #define F_NUMMAST            502
 | |
| #define F_FORMATO            503
 | |
| #define F_CODDITTA           504
 | |
| #define F_RAGSOC             505
 | |
| #define F_SCELTE             506
 | |
| 
 | |
| #endif  // __CG3200_H
 | |
| 
 |