d030bbabe2
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 766 git-svn-id: svn://10.65.10.50/trunk@14628 c028cbd2-c16b-5b4b-a496-9718f37d4682
61 lines
1.3 KiB
C
Executable File
61 lines
1.3 KiB
C
Executable File
// colonne visibili dello Sheet
|
|
#define F_LIV1 101
|
|
#define F_LIV2 102
|
|
#define F_LIV3 103
|
|
#define F_LIV4 104
|
|
#define F_CODMAG 105
|
|
#define F_CODDEP 106
|
|
#define F_UBICAZ 107
|
|
#define F_LIVRIOR 108
|
|
#define F_SCORTAMIN 109
|
|
#define F_LOTTORIOR 110
|
|
#define F_LOTTOIRIOR 111
|
|
#define F_GIORNIRIOR 112
|
|
#define F_GIAC 113
|
|
#define F_VALGIAC 114
|
|
#define F_RIM 115
|
|
#define F_VRIM 116
|
|
#define F_ACQ 117
|
|
#define F_VACQ 118
|
|
#define F_ENTR 119
|
|
#define F_VENTR 120
|
|
#define F_VEN 121
|
|
#define F_VVEN 122
|
|
#define F_USC 123
|
|
#define F_VUSC 124
|
|
#define F_ORDF 125
|
|
#define F_VORDF 126
|
|
#define F_ORDC 127
|
|
#define F_VORDC 128
|
|
#define F_SCARTI 129
|
|
#define F_VSCARTI 130
|
|
#define F_INPRODC 131
|
|
#define F_INPRODF 132
|
|
#define F_ACL 133
|
|
#define F_INCL 134
|
|
#define F_LABELS 135
|
|
#define F_NDIST 136
|
|
|
|
// colonne non visibili dello Sheet
|
|
#define F_DESMAG 150
|
|
#define F_DESDEP 151
|
|
#define H_DESMAG 152
|
|
#define H_CODDEP 153
|
|
#define F_UBICAZD 154
|
|
|
|
#define F_DESL1 155
|
|
#define F_DESL2 156
|
|
#define F_DESL3 157
|
|
#define F_DESL4 158
|
|
// campi richiesti da quei rompicazzo di Xfirpo
|
|
#define F_CODARTR 159
|
|
#define F_DESCRR 160
|
|
#define F_ULC1R 161
|
|
#define F_DATAULC1R 162
|
|
#define F_ULC2R 163
|
|
#define F_DATAULC2R 164
|
|
|
|
// campi doppi
|
|
#define F_UBICAZ2 207
|
|
|