Corretta formattazione

git-svn-id: svn://10.65.10.50/trunk@2846 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-05-16 13:18:45 +00:00
parent d077dcebc8
commit 07b3cbe9d2
5 changed files with 92 additions and 92 deletions

View File

@ -1,29 +1,29 @@
#include "verigdef.h" #include "verigdef.h"
#define FULL_SCREEN #define FULL_SCREEN
// else // else
// #define MASK_WIDTH 60 // #define MASK_WIDTH 60
// #define MASK_HEIGHT 14 // #define MASK_HEIGHT 14
// //
#define MASK_TITLE1 "Merce" #define MASK_TITLE1 "Merce"
DEFINE_FIELD(CODMAG) DEFINE_FIELD(CODMAG)
// F_POS(CODMAG, 2, 3, "Magazzino ") // F_POS(CODMAG, 2, 3, "Magazzino ")
// F_FLG(CODMAG, "U") // F_FLG(CODMAG, "U")
// F_CHK(CODMAG, REQUIRED) // F_CHK(CODMAG, REQUIRED)
DEFINE_FIELD(DESMAG) DEFINE_FIELD(DESMAG)
DEFINE_FIELD(CODDEP) DEFINE_FIELD(CODDEP)
DEFINE_FIELD(DESDEP) DEFINE_FIELD(DESDEP)
DEFINE_FIELD(CODART) DEFINE_FIELD(CODART)
DEFINE_FIELD(DESCR) DEFINE_FIELD(DESCR)
DEFINE_FIELD(UMQTA) DEFINE_FIELD(UMQTA)
DEFINE_FIELD(QTA) DEFINE_FIELD(QTA)
DEFINE_FIELD(PREZZO) DEFINE_FIELD(PREZZO)
DEFINE_FIELD(SCONTO) DEFINE_FIELD(SCONTO)
DEFINE_FIELD(PERCPROV) DEFINE_FIELD(PERCPROV)
DEFINE_FIELD(CODIVA) DEFINE_FIELD(CODIVA)
DEFINE_FIELD(DESIVA) DEFINE_FIELD(DESIVA)
#include "verig.uml" #include "verig.uml"

View File

@ -1,15 +1,15 @@
#include "verigdef.h" #include "verigdef.h"
#define FULL_SCREEN #define FULL_SCREEN
#define MASK_TITLE1 "Spese di tipo (Valore)" #define MASK_TITLE1 "Spese di tipo (Valore)"
DEFINE_FIELD(CODSPV) DEFINE_FIELD(CODSPV)
DEFINE_FIELD(DESCRSPV) DEFINE_FIELD(DESCRSPV)
DEFINE_FIELD(VALORE) DEFINE_FIELD(VALORE)
DEFINE_FIELD(SCONTO) DEFINE_FIELD(SCONTO)
DEFINE_FIELD(CODIVA) DEFINE_FIELD(CODIVA)
DEFINE_FIELD(DESIVA) DEFINE_FIELD(DESIVA)
#include "verig.uml" #include "verig.uml"

View File

@ -1,17 +1,17 @@
#include "verigdef.h" #include "verigdef.h"
#define FULL_SCREEN #define FULL_SCREEN
#define MASK_TITLE1 "Spese di tipo (Quantita'/Prezzo)" #define MASK_TITLE1 "Spese di tipo (Quantita'/Prezzo)"
DEFINE_FIELD(CODSPQ) DEFINE_FIELD(CODSPQ)
DEFINE_FIELD(DESCRSPQ) DEFINE_FIELD(DESCRSPQ)
DEFINE_FIELD(UMQTASP) DEFINE_FIELD(UMQTASP)
DEFINE_FIELD(QTA) DEFINE_FIELD(QTA)
DEFINE_FIELD(PREZZO) DEFINE_FIELD(PREZZO)
DEFINE_FIELD(SCONTO) DEFINE_FIELD(SCONTO)
DEFINE_FIELD(CODIVA) DEFINE_FIELD(CODIVA)
DEFINE_FIELD(DESIVA) DEFINE_FIELD(DESIVA)
#include "verig.uml" #include "verig.uml"

View File

@ -1,14 +1,14 @@
#include "verigdef.h" #include "verigdef.h"
#define FULL_SCREEN #define FULL_SCREEN
#define MASK_TITLE1 "Spese di tipo (Percentuale)" #define MASK_TITLE1 "Spese di tipo (Percentuale)"
DEFINE_FIELD(CODSPP) DEFINE_FIELD(CODSPP)
DEFINE_FIELD(DESCRSPP) DEFINE_FIELD(DESCRSPP)
DEFINE_FIELD(PERCSP) DEFINE_FIELD(PERCSP)
DEFINE_FIELD(CODIVA) DEFINE_FIELD(CODIVA)
DEFINE_FIELD(DESIVA) DEFINE_FIELD(DESIVA)
#include "verig.uml" #include "verig.uml"

View File

@ -1,17 +1,17 @@
#define INCLDEF(file) !include file #define INCLDEF(file) !include file
#define IFDEF(name) !ifdef name #define IFDEF(name) !ifdef name
#define IF(cond) !if cond #define IF(cond) !if cond
#define ENDIF !endif #define ENDIF !endif
#define ELSEIF !else #define ELSEIF !else
#define DEFINE_FIELD(name) !define F_##name ; #define DEFINE_FIELD(name) !define F_##name ;
#define F_POS(name, row, col, prompt) !define X_##name row ;\ #define F_POS(name, row, col, prompt) !define X_##name row ;\
!define Y_##name col ;\ !define Y_##name col ;\
!define PR_##name prompt ; !define PR_##name prompt ;
#define F_FLG(name, flags) !define FL_##name flags ; #define F_FLG(name, flags) !define FL_##name flags ;
#define F_CHK(name, type) !define CH_##name type ; #define F_CHK(name, type) !define CH_##name type ;
INCLDEF("verig.h") INCLDEF("verig.h")