Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 01.05 patch 282 git-svn-id: svn://10.65.10.50/trunk@8019 c028cbd2-c16b-5b4b-a496-9718f37d4682
41 lines
917 B
C
Executable File
41 lines
917 B
C
Executable File
#ifndef __MR1100A_H
|
|
#define __MR1100A_H
|
|
|
|
#define F_PROFILO 200
|
|
#define F_NUMERAZIONI 201
|
|
#define F_TIPI 202
|
|
#define F_ANNO 205
|
|
#define F_DADATA 206
|
|
#define F_ADATA 207
|
|
#define F_BUCKETS 208
|
|
#define F_BUCKET 209
|
|
#define F_RAGGRUM 210
|
|
#define F_FILENAME 211
|
|
#define F_GENREPORT 212
|
|
#define F_ORDINAMENTO 213
|
|
#define F_ARTFROM 214
|
|
#define F_ARTTO 215
|
|
#define F_IMPIANTOFROM 216
|
|
#define F_IMPIANTOTO 217
|
|
#define F_LINEAFROM 218
|
|
#define F_LINEATO 219
|
|
#define F_DETTAGLIO1 220
|
|
#define F_DETTAGLIO2 221
|
|
#define F_VAL2PRINT 222
|
|
#define F_LIVDET 223
|
|
#define F_MANLOAD 224
|
|
#define F_CAPACITA 225
|
|
#define F_USAFILE 226
|
|
#define F_YEAR 301
|
|
#define F_IMPIANTO 302
|
|
#define F_LINEA 303
|
|
#define F_CALENDAR 304
|
|
|
|
#define F_TIPO 101
|
|
#define F_DESCTIPO 102
|
|
#define F_DASTATO 103
|
|
#define F_ASTATO 104
|
|
|
|
#endif
|
|
|