20 lines
284 B
Plaintext
20 lines
284 B
Plaintext
|
#include "at0100e.h"
|
||
|
|
||
|
PAGE "Password per modifica situazione sanitaria" -1 -1 50 10
|
||
|
|
||
|
STRING F_PASSWORD 4 4
|
||
|
BEGIN
|
||
|
PROMPT 1 1 "Password "
|
||
|
FLAGS "*"
|
||
|
HELP "Password per la modifica della situazione sanitaria"
|
||
|
END
|
||
|
|
||
|
BUTTON DLG_OK 10 2
|
||
|
BEGIN
|
||
|
PROMPT -11 -11 ""
|
||
|
END
|
||
|
|
||
|
ENDPAGE
|
||
|
|
||
|
ENDMASK
|