Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 1.5 fino alla patch 811 git-svn-id: svn://10.65.10.50/trunk@8985 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			26 lines
		
	
	
		
			631 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			631 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
#define T_DATA       1
 | 
						|
#define T_STRINGA    2
 | 
						|
#define T_NUMERO     3
 | 
						|
#define T_CHECKBOX   4
 | 
						|
#define T_LISTA      5
 | 
						|
#define T_MEMO       6
 | 
						|
#define T_CORNICE    7
 | 
						|
#define T_BOTTONE    8
 | 
						|
#define T_ZOOM       9
 | 
						|
#define T_GOLEM      10
 | 
						|
#define T_CURRENCY   11
 | 
						|
 | 
						|
#define S_NASCOSTO       0
 | 
						|
#define S_DISABILITATO   1
 | 
						|
#define S_NOCHECK        2
 | 
						|
#define S_NORMALE        3
 | 
						|
#define S_OBBLIGATORIO   4
 | 
						|
 | 
						|
// #define F_LBTIPORIGA 175
 | 
						|
// #define NPIEDI        40 
 | 
						|
 | 
						|
#define F_SHEET                                        500
 | 
						|
// #define F_MEMORIGA                                     501
 | 
						|
#define BASE_PIEDE                                     600
 | 
						|
 |