1995-09-12 09:08:09 +00:00
|
|
|
#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
|
1997-07-28 14:16:44 +00:00
|
|
|
#define T_ZOOM 9
|
1997-10-24 10:47:19 +00:00
|
|
|
#define T_GOLEM 10
|
2000-05-05 15:25:49 +00:00
|
|
|
#define T_CURRENCY 11
|
1995-09-12 09:08:09 +00:00
|
|
|
|
|
|
|
#define S_NASCOSTO 0
|
2008-12-12 12:08:21 +00:00
|
|
|
#define S_NON_VISIBILE 1
|
|
|
|
#define S_DISABILITATO 2
|
|
|
|
#define S_NOCHECK 3
|
|
|
|
#define S_NORMALE 4
|
|
|
|
#define S_OBBLIGATORIO 5
|
1996-09-26 15:37:19 +00:00
|
|
|
|
|
|
|
// #define F_LBTIPORIGA 175
|
|
|
|
// #define NPIEDI 40
|
|
|
|
|
|
|
|
#define F_SHEET 500
|
|
|
|
// #define F_MEMORIGA 501
|
|
|
|
#define BASE_PIEDE 600
|
|
|
|
|