1995-09-06 13:45:05 +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
|
1995-09-08 14:18:45 +00:00
|
|
|
#define T_BOTTONE 8
|
1995-09-06 13:45:05 +00:00
|
|
|
|
|
|
|
#define S_NASCOSTO 0
|
|
|
|
#define S_DISABILITATO 1
|
|
|
|
#define S_NORMALE 2
|
|
|
|
#define S_OBBLIGATORIO 3
|