Files correlati : Ricompilazione Demo : [ ] Commento : Possibilita' di aggiornare indipendentemente anagrafica, controlli e benemerenze git-svn-id: svn://10.65.10.50/trunk@8999 c028cbd2-c16b-5b4b-a496-9718f37d4682
31 lines
433 B
Plaintext
Executable File
31 lines
433 B
Plaintext
Executable File
#include "at8200a.h"
|
|
PAGE "Aggiornamento archivio da portatili" -1 -1 78 20
|
|
|
|
BOOLEAN F_CONTROLLI
|
|
BEGIN
|
|
PROMPT 2 5 "Aggiorna controlli sanitari e idoneita'"
|
|
END
|
|
|
|
BOOLEAN F_ANAGRAFICA
|
|
BEGIN
|
|
PROMPT 2 6 "Aggiorna dati anagrafici"
|
|
END
|
|
|
|
BOOLEAN F_BENEMERENZE
|
|
BEGIN
|
|
PROMPT 2 7 "Aggiorna benemerenze"
|
|
END
|
|
|
|
BUTTON DLG_OK 9 2
|
|
BEGIN
|
|
PROMPT -12 14 ""
|
|
END
|
|
|
|
BUTTON DLG_QUIT 9 2
|
|
BEGIN
|
|
PROMPT -22 14 ""
|
|
END
|
|
|
|
ENDPAGE
|
|
ENDMASK
|