a86682531f
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 01.05 patch 354 git-svn-id: svn://10.65.10.50/trunk@8178 c028cbd2-c16b-5b4b-a496-9718f37d4682
41 lines
730 B
C
Executable File
41 lines
730 B
C
Executable File
#ifndef __MG4300_H
|
|
#define __MG4300_H
|
|
|
|
#define F_DEFINITIVA 101
|
|
#define F_FREQ 102
|
|
#define F_RAGG 103
|
|
#define F_RAGGMAG 104
|
|
#define F_CLASSEFISART 105
|
|
#define F_RAGGFISART 106
|
|
#define F_RAGGCAUS 107
|
|
#define F_RAGGARTICOLI 108
|
|
#define F_TOLIVELLOGIAC 109
|
|
|
|
#define F_ANNOES 110
|
|
#define F_ANNO 111
|
|
#define F_CODREG 112
|
|
|
|
#define F_DATAIN 113
|
|
#define F_DATAFIN 114
|
|
|
|
#define G_OPZ 1
|
|
#define G_CODART 2
|
|
#define G_DESART 3
|
|
#define G_PARAMVALORI 4
|
|
|
|
#define ALIAS_CAUSALI 500
|
|
#define ALIAS_CAUSALIR 501
|
|
#define ALIAS_UMRMOV 502
|
|
|
|
#define FF_CODTOT 601
|
|
#define FF_UMTOT 602
|
|
#define FF_VALTOT 603
|
|
#define FF_QTARAGGFIS 604
|
|
#define FF_INFORAGGCRO 605
|
|
#define FF_NUMREG 606
|
|
#define FF_NUMLINEE 607
|
|
#define FF_INFOCAUS 608
|
|
|
|
|
|
#endif //__MG4300_H
|