Patch level : 2.0 470

Files correlati     : tutte le stampe
Ricompilazione Demo : [ ]
Commento            :

Aggiunta maschera di pre-stampa.
Ricordare di aggiungerla ai progetti ed ai pacchi della Base


git-svn-id: svn://10.65.10.50/trunk@11137 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2003-05-15 10:30:55 +00:00
parent 6a5a6d1d30
commit f9d17d60d8
2 changed files with 78 additions and 0 deletions

7
include/bagn003.h Executable file
View File

@ -0,0 +1,7 @@
#define F_PRINTER 101
#define F_FONT 102
#define F_SIZE 103
#define F_ISGRAPHICS 104
#define F_COPIES 105
#define F_FROMPAGE 106
#define F_TOPAGE 107

71
include/bagn003.uml Executable file
View File

@ -0,0 +1,71 @@
#include <bagn003.h>
PAGE "Stampa" -1 -1 66 10
GROUPBOX DLG_NULL 64 5
BEGIN
PROMPT 1 0 "@bStampante"
END
STRING F_PRINTER 80 50
BEGIN
PROMPT 2 1 "Stampante "
FLAGS "D"
END
STRING F_FONT 80 32
BEGIN
PROMPT 2 2 "Font "
FLAGS "D"
END
NUMBER F_SIZE 4
BEGIN
PROMPT 48 2 "Carattere "
FLAGS "D"
END
BOOLEAN F_ISGRAPHICS
BEGIN
PROMPT 2 3 "Stampa elementi grafici"
FLAGS "D"
END
GROUPBOX DLG_NULL 64 4
BEGIN
PROMPT 1 5 "@bSelezione"
END
NUMBER F_FROMPAGE 4
BEGIN
PROMPT 2 6 "Da pagina "
CHECKTYPE REQUIRED
FLAGS "U"
END
NUMBER F_TOPAGE 4
BEGIN
PROMPT 2 7 "a pagina "
FLAGS "U"
END
NUMBER F_COPIES 3
BEGIN
PROMPT 43 6 "Numero di copie "
FLAGS "U"
CHECKTYPE REQUIRED
END
BUTTON DLG_PRINT 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_CANCEL 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
ENDMASK