Files correlati : Ricompilazione Demo : [ ] Commento : cespiti per analitica in corso git-svn-id: svn://10.65.10.50/trunk@20535 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			33 lines
		
	
	
		
			878 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			878 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| //definizioni campi per la maschera ce4100a.uml (anagrafica cespiti per analitica)
 | |
| #define F_DITTA         201
 | |
| #define F_RAGSOC        202
 | |
| #define F_ESERCIZIO     203
 | |
| #define F_INIZIO_ES     204
 | |
| #define F_FINE_ES       205
 | |
| #define F_IDCESPITE     206
 | |
| #define F_DESC          207
 | |
| #define F_IDCESPITE_N   208
 | |
| #define F_DESC_N        209
 | |
| #define F_NRIGA         210
 | |
| #define F_INIZIO_CES    211
 | |
| #define F_FINE_CES      212
 | |
| 
 | |
| #define F_RIGHE         215
 | |
| 
 | |
| //bottone speciale sulla toolbar
 | |
| #define DLG_CALCPERC    301
 | |
| 
 | |
| //maschera di riga dello sheet
 | |
| #define S_CODCMS        101
 | |
| #define S_CODFASE       102
 | |
| #define S_CODCDC        103
 | |
| #define S_DTINIUSE      104
 | |
| #define S_DTFINUSE      105
 | |
| #define S_PERCUTIL      106
 | |
| #define S_DTINICMS      107
 | |
| #define S_DTFINCMS      108
 | |
| #define S_DTPRORCMS     109
 | |
| 
 | |
| #define S_DESCDC        111
 | |
| #define S_DESCMS        112
 | |
| #define S_DESFASE       113 |