Corretta formattazione e aggiunto modulo nota integrativa ridotta

git-svn-id: svn://10.65.10.50/trunk@575 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1994-11-10 11:00:09 +00:00
parent 85ed604ddd
commit 3f516103b1
2 changed files with 36 additions and 35 deletions

View File

@ -11,3 +11,4 @@
#define F_770 207 #define F_770 207
#define F_AB 220 #define F_AB 220
#define F_NI 221 #define F_NI 221
#define F_NR 222

View File

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