dafee48347
git-svn-id: svn://10.65.10.50/trunk@1382 c028cbd2-c16b-5b4b-a496-9718f37d4682
18 lines
333 B
C
Executable File
18 lines
333 B
C
Executable File
#ifndef __BA6200_H
|
|
#define __BA6200_H
|
|
|
|
#define F_SCELTA 101
|
|
#define F_STATOINI 102
|
|
#define F_STATOFINE 103
|
|
#define F_CODICEINI 104
|
|
#define F_CODICEFINE 105
|
|
#define F_NOMEINI 106
|
|
#define F_NOMEFINE 107
|
|
#define F_CODICE 108
|
|
#define F_NOME 109
|
|
#define F_PROVCOM 110
|
|
#define F_DATA 111
|
|
#define F_STAMPAALICI 112
|
|
|
|
#endif // __BA6200_H
|