Ricompilazione Demo : [ ] Commento : Aggiunta importazione ultimo costo per commessa cantiere git-svn-id: svn://10.65.10.50/trunk@14875 c028cbd2-c16b-5b4b-a496-9718f37d4682
27 lines
497 B
C
Executable File
27 lines
497 B
C
Executable File
#ifndef __VE7700A_H
|
|
#define __VE7700A_H
|
|
|
|
#define F_FIRM 101
|
|
#define F_RAGSOC 102
|
|
|
|
#define F_CLIFO 111
|
|
#define F_ARTICOLI 112
|
|
#define F_DATA 113
|
|
|
|
#define F_DSN1 201
|
|
#define F_USR1 202
|
|
#define F_PWD1 203
|
|
#define F_DSN2 204
|
|
#define F_USR2 205
|
|
#define F_PWD2 206
|
|
#define F_DSN3 207
|
|
#define F_USR3 208
|
|
#define F_PWD3 209
|
|
|
|
#define F_PATH 210
|
|
#define F_DITTA 211
|
|
#define F_CMS 212
|
|
#define F_CANT 213
|
|
|
|
#endif
|