88 lines
3.8 KiB
C
Executable File
88 lines
3.8 KiB
C
Executable File
#ifndef __VEUML_H
|
|
#define __VEUML_H
|
|
|
|
#define DLG_NULL -1 // da eliminare quando si potranno compilare le maschere
|
|
#define F_CODNUM 101 // GESTITO DAL MOTORE
|
|
#define F_ANNO 102 // GESTITO DAL MOTORE
|
|
#define F_PROVV 103 // GESTITO DAL MOTORE
|
|
#define F_NDOC 104 // GESTITO DAL MOTORE
|
|
#define F_STATO 105 // GESTITO DAL MOTORE
|
|
#define F_DATADOC 106
|
|
#define F_TIPOCF 107 // GESTITO DAL MOTORE
|
|
#define F_CODCF 108
|
|
#define F_OCFPI 109
|
|
#define F_OCCAS 110
|
|
#define F_CODVAL 111
|
|
#define F_CAMBIO 112
|
|
#define F_CODLIN 113
|
|
#define F_RAGGR 114 // GESTITO DAL MOTORE
|
|
#define F_CODPAG 115
|
|
#define F_DATAINSC 116
|
|
#define F_CODABIA 117
|
|
#define F_CODCABA 118
|
|
#define F_CODABIP 119
|
|
#define F_CODCABP 120
|
|
#define F_CODLIST 121
|
|
#define F_CODCONT 122
|
|
#define F_CODCAMP 123
|
|
#define F_SCONTOPERC 124
|
|
#define F_CODINDSP 125
|
|
#define F_DATADOCRIF 126
|
|
#define F_NUMDOCRIF 127
|
|
#define F_CODAG 128
|
|
#define F_CODAGVIS 129
|
|
#define F_CODSPMEZZO 130
|
|
#define F_CODPORTO 131
|
|
#define F_CODNOTESP1 132
|
|
#define F_CODNOTESP2 133
|
|
#define F_CAUSTRASP 134
|
|
#define F_CODVETT1 135
|
|
#define F_CODVETT2 136
|
|
#define F_CODVETT3 137
|
|
#define F_NCOPIE 138 // GESTITO DAL MOTORE
|
|
#define F_DATAPART 139
|
|
#define F_ORAPART 140
|
|
#define F_IMPPAGATO 141
|
|
#define F_ACCSALDO 142
|
|
#define F_DOC1 143
|
|
#define F_DOC2 144
|
|
#define F_DOC3 145
|
|
#define F_DATACONS 146
|
|
#define F_ASPBENI1 147
|
|
#define F_ASPBENI2 148
|
|
#define F_IMPNETTI 149
|
|
#define F_RAGGREFF 150 // GESTITO DAL MOTORE
|
|
#define F_SPESEINC 151
|
|
#define F_ADDBOLLI 152
|
|
#define F_UMTARA 159
|
|
#define F_TARA 160
|
|
#define F_UMPNETTO 161
|
|
#define F_PNETTO 162
|
|
#define F_NCOLLI 163
|
|
#define F_CAUSMAG1 164
|
|
#define F_CAUSMAG2 165
|
|
#define F_NOTE 166
|
|
#define F_G1 167
|
|
#define F_G2 168
|
|
#define F_DATAAGG 169 // GESTITO DAL MOTORE
|
|
#define F_UTENTE 170 // GESTITO DAL MOTORE
|
|
#define F_TIPODOC 172 // GESTITO DAL MOTORE
|
|
#define F_DESNUM 173 // GESTITO DAL MOTORE
|
|
#define F_TIPIDOCS 174 // GESTITO DAL MOTORE
|
|
#define F_LBTIPORIGA 175 // GESTITO DAL MOTORE
|
|
#define F_DESTIPODOC 176 // GESTITO DAL MOTORE
|
|
#define F_DESCF 177 // GESTITO DAL MOTORE
|
|
#define DLG_ELABORA 178 // GESTITO DAL MOTORE: bottone Elabora
|
|
#define F_ATTIVAANNO 179 // GESTITO DAL MOTORE
|
|
#define F_OCCASEDIT 180 // GESTITO DAL MOTORE
|
|
#define F_CATVEN 181
|
|
#define F_CODNOTE 182
|
|
|
|
#define F_CODVAL1 200
|
|
#define F_NOMEVAL1 201
|
|
#define F_DATACAMBIO1 202
|
|
#define F_CODLIST1 203
|
|
#define F_CODCONT1 204
|
|
#define F_CODZON 205
|
|
#endif // veuml.h
|