18 lines
281 B
Plaintext
Executable File
18 lines
281 B
Plaintext
Executable File
#include "verigdef.h"
|
|
|
|
#define FULL_SCREEN
|
|
|
|
#define MASK_TITLE1 "Spese di tipo (Valore)"
|
|
|
|
DEFINE_FIELD(CODSPV)
|
|
DEFINE_FIELD(DESCRSPV)
|
|
DEFINE_FIELD(UMQTASP)
|
|
DEFINE_FIELD(VALORE)
|
|
DEFINE_FIELD(QTA)
|
|
DEFINE_FIELD(SCONTO)
|
|
DEFINE_FIELD(CODIVA)
|
|
DEFINE_FIELD(DESIVA)
|
|
|
|
#include "verig.uml"
|
|
|