Aggiunto programma di stampa tabella IV direttiva

git-svn-id: svn://10.65.10.50/trunk@463 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
nik 1994-10-26 11:53:54 +00:00
parent 3a5c94cc13
commit d8789177e7
3 changed files with 1878 additions and 1848 deletions

File diff suppressed because it is too large Load Diff

5
ba/ba3800.h Executable file
View File

@ -0,0 +1,5 @@
// Campi maschera Stampa Tabella IV Direttiva CEE
#define TAB_IVD "%IVD"
#define F_DATASTAMPA 101

25
ba/ba3800a.uml Executable file
View File

@ -0,0 +1,25 @@
#include "ba3800.h"
PAGE "Stampa Tabella IV Direttiva CEE" -1 -1 40 5
DATE F_DATASTAMPA
BEGIN
PROMPT 5 1 "Data di stampa "
FLAGS "A"
END
BUTTON DLG_PRINT 10 2
BEGIN
PROMPT -12 -1 "~Stampa"
MESSAGE EXIT,K_ENTER
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
ENDMASK