21699c002e
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 2.1 598 git-svn-id: svn://10.65.10.50/trunk@13909 c028cbd2-c16b-5b4b-a496-9718f37d4682
33 lines
729 B
C
Executable File
33 lines
729 B
C
Executable File
// 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 G_NOAUTO 1
|
|
#define ALIAS_FCG 500
|