10 lines
175 B
C
10 lines
175 B
C
|
// campi della maschera principale
|
||
|
|
||
|
#define F_PATH 101
|
||
|
#define F_NAME 102
|
||
|
#define F_NUMBOL 103
|
||
|
#define F_TIPOBOL 104
|
||
|
#define F_NUMORD 105
|
||
|
#define F_LASTBOL 106
|
||
|
|