1997-06-04 14:18:41 +00:00
|
|
|
#ifndef __MG4200_H
|
|
|
|
#define __MG4200_H
|
1998-06-10 16:38:58 +00:00
|
|
|
#include "mg3msk.h"
|
1997-06-04 14:18:41 +00:00
|
|
|
#include "anamag.h"
|
|
|
|
#include "mag.h"
|
|
|
|
#include "stomag.h"
|
|
|
|
#include "umart.h"
|
|
|
|
|
|
|
|
#define F_ORDINE 101
|
|
|
|
#define F_ORDINEART 102
|
|
|
|
#define F_ORDINEMAG 103
|
|
|
|
#define F_ANNOES 104
|
|
|
|
#define F_DAART 105
|
|
|
|
#define F_AART 106
|
|
|
|
#define F_DAMAG 107
|
|
|
|
#define F_AMAG 108
|
|
|
|
#define F_DACATMER 109
|
|
|
|
#define F_ACATMER 110
|
|
|
|
#define F_DADES 111
|
|
|
|
#define F_ADES 112
|
|
|
|
#define F_VALMEDI 113
|
|
|
|
#define F_STAMPAGIAC 114
|
|
|
|
#define F_TOTALIMAGAZZINI 119
|
|
|
|
#define F_TOTALIDEPOSITI 120
|
|
|
|
|
|
|
|
#define F_ENABLEMAGAZZINI 121
|
|
|
|
#define F_DETTAGLIOMAG 122
|
|
|
|
#define F_DETTAGLIODEP 123
|
|
|
|
#define F_REALE_GIAC 126
|
|
|
|
#define F_PREZZIVALORI 127
|
|
|
|
#define F_CODLISTINO 128
|
|
|
|
#define F_CATVENLISTINO 129
|
|
|
|
#define F_VAL1 141
|
|
|
|
#define F_VAL2 152
|
|
|
|
#define F_VAL3 153
|
|
|
|
#define F_VAL4 154
|
|
|
|
#define F_VAL5 155
|
|
|
|
#define F_VAL6 156
|
1997-06-12 14:55:12 +00:00
|
|
|
#define F_FIN_COMP 157
|
1997-10-24 14:41:56 +00:00
|
|
|
#define F_FILTRO 160
|
1997-06-04 14:18:41 +00:00
|
|
|
|
|
|
|
#define G_CATMER 1
|
|
|
|
#define G_CODART 2
|
|
|
|
#define G_DESART 3
|
|
|
|
#define G_PARAMVALORI 4
|
|
|
|
#define G_LISTINO 5
|
|
|
|
|
|
|
|
#endif //__MG4200_H
|