Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@9937 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2001-11-12 13:41:11 +00:00
parent 68c2e7025c
commit 7a6ba70158
4 changed files with 2489 additions and 0 deletions

2423
at/at0100.cpp Executable file

File diff suppressed because it is too large Load Diff

12
at/at1.h Executable file
View File

@ -0,0 +1,12 @@
#ifndef __AT1_H
#define __AT1_H
int at1100(int argc, char* argv[]);
int at1200(int argc, char* argv[]);
int at1300(int argc, char* argv[]);
int at1400(int argc, char* argv[]);
int at1500(int argc, char* argv[]);
int at1600(int argc, char* argv[]);
#endif // __AT1_H

39
at/at2500a.h Executable file
View File

@ -0,0 +1,39 @@
// stampa soggetti idonei
// definizione campi per maschera di selezione
#define F_SEZINI 101
#define F_D_SEZINI 102
#define F_SOTINI 103
#define F_D_SOTINI 104
#define F_SEZFIN 105
#define F_D_SEZFIN 106
#define F_SOTFIN 107
#define F_D_SOTFIN 108
#define F_CAT1 201
#define F_D_CAT1 202
#define F_CAT2 203
#define F_D_CAT2 204
#define F_CAT3 205
#define F_D_CAT3 206
#define F_CAT4 207
#define F_D_CAT4 208
#define F_CAT5 209
#define F_D_CAT5 210
#define F_CAT6 211
#define F_D_CAT6 212
#define F_TIPO 301
#define F_D_TIPO 302
#define F_IDON1 303
#define F_IDON2 304
#define F_IDON3 305
#define F_IDON4 306
#define F_D_IDON1 307
#define F_D_IDON2 308
#define F_D_IDON3 309
#define F_D_IDON4 310
#define F_STAMPA 311
#define F_ELENCO 401
#define F_ETICHETTE 402

15
at/at4.h Executable file
View File

@ -0,0 +1,15 @@
#ifndef __AT4_H
#define __AT4_H
int at4100(int argc, char* argv[]);
int at4200(int argc, char* argv[]);
int at4300(int argc, char* argv[]);
int at4400(int argc, char* argv[]);
int at4500(int argc, char* argv[]);
int at4600(int argc, char* argv[]);
int at4700(int argc, char* argv[]);
int at4800(int argc, char* argv[]);
int at4900(int argc, char* argv[]);
#endif // __AT4_H