330319a3ff
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
31 lines
467 B
Plaintext
Executable File
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
|