bf8f401fa6
Files correlati : Ricompilazione Demo : [ ] Commento : rimodernate alcune maschere del 770 git-svn-id: svn://10.65.10.50/trunk@18349 c028cbd2-c16b-5b4b-a496-9718f37d4682
29 lines
419 B
Plaintext
Executable File
29 lines
419 B
Plaintext
Executable File
// 776400a.uml
|
|
// Parametri di stampa
|
|
|
|
#include "776400a.h"
|
|
|
|
TOOLBAR "topbar" 0 0 0 2
|
|
#include <stdbar.h>
|
|
ENDPAGE
|
|
|
|
PAGE "Parametri di stampa" 0 2 0 0
|
|
|
|
BOOLEAN F_DATA
|
|
BEGIN
|
|
PROMPT 2 2 "Stampa data su modulo "
|
|
FIELD StDataMod
|
|
HELP "Indicare se si desidera stampare la data sul modulo"
|
|
END
|
|
|
|
BOOLEAN F_DOCUMENTI
|
|
BEGIN
|
|
PROMPT 2 4 "Inserire anche documenti non pagati "
|
|
FIELD StDocNoPag
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK
|
|
|