Corrette formattazione

git-svn-id: svn://10.65.10.50/trunk@561 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1994-11-08 09:06:27 +00:00
parent 322bb648f8
commit b4dacf2f97

View File

@ -1,35 +1,35 @@
#include "ba0100a.h"
PAGE "Configurazione utente" -1 -1 35 7
STRING F_USER 8
BEGIN
PROMPT 1 1 "Utente "
#include "ba0100a.h"
PAGE "Configurazione utente" -1 -1 35 7
STRING F_USER 8
BEGIN
PROMPT 1 1 "Utente "
HELP "Inserire il nome dell'utente"
FLAGS "U"
FLAGS "U"
USE LF_USER
INPUT USERNAME F_USER
DISPLAY "Utente" USERNAME
INPUT USERNAME F_USER
DISPLAY "Utente" USERNAME
DISPLAY "Descrizione@50" USERDESC
OUTPUT F_USER USERNAME
END
STRING F_PASSWORD 8 0
BEGIN
PROMPT 1 3 "Password "
END
STRING F_PASSWORD 8 0
BEGIN
PROMPT 1 3 "Password "
HELP "Inserire la password"
END
BUTTON DLG_OK 9 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_CANCEL 9 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
ENDMASK
END
BUTTON DLG_OK 9 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_CANCEL 9 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
ENDMASK