f9397998d5
Aggiunto STRICT prima di include windows.h Corretta distruzione della TPrinter Corretta traduzione in lettere dei numeri reali Corretta visualizazzione immagini in anteprima di stampa Cambiati i nomi die campi relativi al conto nelle partite e nelle scadenze git-svn-id: svn://10.65.10.50/trunk@1282 c028cbd2-c16b-5b4b-a496-9718f37d4682
30 lines
859 B
C
Executable File
30 lines
859 B
C
Executable File
#ifndef __SCADENZE_H
|
|
#define __SCADENZE_H
|
|
|
|
#define SCAD_ANNO "ANNO"
|
|
#define SCAD_NUMPART "NUMPART"
|
|
#define SCAD_NRATA "NRATA"
|
|
#define SCAD_CODPAG "CODPAG"
|
|
#define SCAD_TIPOPAG "TIPOPAG"
|
|
#define SCAD_ULTCLASS "ULTCLASS"
|
|
#define SCAD_IMPORTO "IMPORTO"
|
|
#define SCAD_CODVAL "CODVAL"
|
|
#define SCAD_CAMBIO "CAMBIO"
|
|
#define SCAD_IMPORTOVAL "IMPORTOVAL"
|
|
#define SCAD_DATACAMBIO "DATACAM"
|
|
#define SCAD_DATASCAD "DATASCAD"
|
|
#define SCAD_TIPOCF "TIPOC"
|
|
#define SCAD_GRUPPO "GRUPPO"
|
|
#define SCAD_CONTO "CONTO"
|
|
#define SCAD_SOTTOCONTO "SOTTOCONTO"
|
|
#define SCAD_NSOLL "NSOLL"
|
|
#define SCAD_DATASOLL "DATASOLL"
|
|
#define SCAD_GGRIT "GGRIT"
|
|
#define SCAD_PAGATA "PAGATA"
|
|
#define SCAD_IMPORTOPAG "IMPORTOPAG"
|
|
#define SCAD_CODABIPR "CODABIPR"
|
|
#define SCAD_CODCABPR "CODCABPR"
|
|
|
|
#endif
|
|
|