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
65 lines
1.1 KiB
Plaintext
Executable File
65 lines
1.1 KiB
Plaintext
Executable File
#include "bafrm.h"
|
|
|
|
PAGE "Impostazione formato date" -1 -1 55 12
|
|
|
|
LIST F_DFORMAT 18
|
|
BEGIN
|
|
PROMPT 1 1 "Tipo data "
|
|
ITEM "1|Giorno Mese Anno"
|
|
ITEM "2|Mese Giorno Anno"
|
|
ITEM "3|Anno Mese Giorno"
|
|
ITEM "7|Mese Anno"
|
|
ITEM "4|Anno"
|
|
ITEM "5|Mese"
|
|
ITEM "6|Giorno"
|
|
END
|
|
|
|
LIST F_DDAY 18
|
|
BEGIN
|
|
PROMPT 1 2 "Formato giorno "
|
|
ITEM "4|Con zeri(es. 02)"
|
|
ITEM "2|Normale (es. 2)"
|
|
ITEM "5|In lettere"
|
|
ITEM "6|Giorno settimana"
|
|
END
|
|
|
|
LIST F_DMONTH 18
|
|
BEGIN
|
|
PROMPT 1 3 "Formato mese "
|
|
ITEM "4|Con zeri(es. 02)"
|
|
ITEM "2|Normale (es. 2)"
|
|
ITEM "5|In lettere"
|
|
ITEM "7|Trimestre"
|
|
END
|
|
|
|
LIST F_DYEAR 18
|
|
BEGIN
|
|
PROMPT 1 4 "Formato anno "
|
|
ITEM "2|Breve (2 cifre)"
|
|
ITEM "4|Lungo (4 cifre)"
|
|
END
|
|
|
|
LIST F_DSEP 8
|
|
BEGIN
|
|
PROMPT 1 5 "Separatore "
|
|
ITEM "-|-"
|
|
ITEM "/|/"
|
|
ITEM ".|."
|
|
ITEM ",|,"
|
|
ITEM "S|Spazio"
|
|
END
|
|
|
|
STRING F_DEXAMPLE 40
|
|
BEGIN
|
|
PROMPT 1 7 "Esempio "
|
|
FLAGS "D"
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
TOOLBAR "bottombar" 0 0 0 2
|
|
#include <stdbar.h>
|
|
ENDPAGE
|
|
|
|
ENDMASK
|