b916d1c43b
git-svn-id: svn://10.65.10.50/trunk@1168 c028cbd2-c16b-5b4b-a496-9718f37d4682
26 lines
363 B
Plaintext
Executable File
26 lines
363 B
Plaintext
Executable File
#include "cg2800.h"
|
|
|
|
PAGE "" -1 -1 50 6
|
|
|
|
NUMBER F_NUMREG 6
|
|
BEGIN
|
|
PROMPT 2 1 "Numero di registrazione "
|
|
HELP "Inserire il numero di registrazione che si vuole modificare"
|
|
FLAGS "RZ"
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
BUTTON DLG_OK 9 2
|
|
BEGIN
|
|
PROMPT -12 -1 ""
|
|
END
|
|
|
|
BUTTON DLG_QUIT 9 2
|
|
BEGIN
|
|
PROMPT -22 -1 ""
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK
|