campo-sirio/ba/ba0100a.uml
guy c9bd17945a Patch level : 10.0 gamma
Files correlati     : ba0.exe ba0100a.msk
Ricompilazione Demo : [ ]
Commento            :
Gestione terminalini


git-svn-id: svn://10.65.10.50/trunk@19689 c028cbd2-c16b-5b4b-a496-9718f37d4682
2009-12-01 10:19:26 +00:00

46 lines
614 B
Plaintext
Executable File

#include "ba0100a.h"
PAGE "Selezione utente" -1 -1 30 4
STRING F_USER 64 16
BEGIN
PROMPT 1 1 "Utente "
USE LF_USER SELECT ISGROUP!="X"
INPUT USERNAME F_USER
DISPLAY "Utente@16" USERNAME
DISPLAY "Gruppo@16" GROUPNAME
DISPLAY "Descrizione@50" USERDESC
OUTPUT F_USER USERNAME
CHECKTYPE SEARCH
END
STRING F_PASSWORD 64 16
BEGIN
PROMPT 1 2 "Password "
FLAGS "*"
END
ENDPAGE
TOOLBAR "bottombar" 0 0 0 2
BUTTON DLG_OK 2 2
BEGIN
PROMPT -13 -1 ""
END
BUTTON DLG_INFO 2 2
BEGIN
PROMPT -23 -1 ""
PICTURE TOOL_INFO
END
BUTTON DLG_CANCEL 2 2
BEGIN
PROMPT -33 -1 ""
END
ENDPAGE
ENDMASK