campo-sirio/ba/ba21nm.uml
luca 330319a3ff Patch level :11.0
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
modernizzate le maschere


git-svn-id: svn://10.65.10.50/branches/R_10_00@22063 c028cbd2-c16b-5b4b-a496-9718f37d4682
2011-05-03 14:32:31 +00:00

31 lines
467 B
Plaintext
Executable File

#include "bafrm.h"
PAGE "Impostazione formato numeri" -1 -1 50 7
NUMBER F_WIDTH 3
BEGIN
PROMPT 1 1 "Larghezza "
HELP "Lunghezza massima da stampare"
CHECKTYPE REQUIRED
END
NUMBER F_DECIMALS 2
BEGIN
PROMPT 1 2 "Decimali "
HELP "Numero di decimali"
END
STRING F_PICTURE 80 35
BEGIN
PROMPT 1 3 "Formato "
HELP "Formato di stampa (# = ' ', @ = '0', ~ = '')"
END
ENDPAGE
TOOLBAR "bottombar" 0 0 0 2
#include <stdbar.h>
ENDPAGE
ENDMASK