32 lines
710 B
C
32 lines
710 B
C
|
// colonne visibili dello Sheet
|
||
|
#define F_AUTOMATICA 101
|
||
|
#define F_CODART 102
|
||
|
#define F_LIV1 103
|
||
|
#define F_LIV2 104
|
||
|
#define F_LIV3 105
|
||
|
#define F_LIV4 106
|
||
|
#define F_DESART 107
|
||
|
#define F_CODMAG 108
|
||
|
#define F_CODDEP 109
|
||
|
#define F_UM 110
|
||
|
#define F_QUANT 111
|
||
|
#define F_PREZZO 112
|
||
|
#define F_CAUSRIG 113
|
||
|
#define F_GIAC 114
|
||
|
#define F_IMPIANTO 115
|
||
|
#define F_LINEA 116
|
||
|
#define F_VALORE 117
|
||
|
#define F_ESPLOSA 118 // lasciare questo campo come ultimo in sheet non visualizzato
|
||
|
#define F_UMFC 121
|
||
|
|
||
|
// colonne non visibili dello Sheet
|
||
|
#define F_DESMAG 150
|
||
|
#define F_DESDEP 151
|
||
|
#define H_DESMAG 152
|
||
|
#define H_GESTGIA 153
|
||
|
#define F_UBICAZD 154
|
||
|
// #define F_VALORE 156
|
||
|
#define F_DESCAUSRIG 157
|
||
|
|
||
|
#define ALIAS_FCG 500
|