campo-sirio/ba/ba0100a.uml
guy 545d10bdd9 Minimi ritocchi di carnevale
git-svn-id: svn://10.65.10.50/trunk@686 c028cbd2-c16b-5b4b-a496-9718f37d4682
1994-11-22 18:06:28 +00:00

37 lines
507 B
Plaintext
Executable File

#include "ba0100a.h"
PAGE "Selezione utente" -1 -1 30 7
STRING F_USER 8
BEGIN
PROMPT 4 1 "Utente "
HELP "Nome dell'utente"
FLAGS "U"
USE LF_USER
INPUT USERNAME F_USER
DISPLAY "Utente@8" USERNAME
DISPLAY "Descrizione@50" USERDESC
OUTPUT F_USER USERNAME
END
STRING F_PASSWORD 8 10
BEGIN
PROMPT 4 3 "Password "
FLAGS "*"
HELP "Password dell'utente selezionato"
END
BUTTON DLG_OK 9 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_CANCEL 9 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
ENDMASK