17 lines
288 B
Plaintext
Executable File
17 lines
288 B
Plaintext
Executable File
#include "verigdef.h"
|
|
|
|
#define FULL_SCREEN
|
|
|
|
#define MASK_TITLE1 "Spese di tipo (Percentuale)"
|
|
|
|
DEFINE_FIELD(CODSPP)
|
|
DEFINE_FIELD(DESCRSPP)
|
|
DEFINE_FIELD(PERCSP)
|
|
DEFINE_FIELD(CODIVA)
|
|
F_POS(CODIVA, 2, 11,"Cod. IVA " )
|
|
DEFINE_FIELD(DESIVA)
|
|
F_POS(DESIVA, 22, 11,"" )
|
|
|
|
#include "verig.uml"
|
|
|