campo-sirio/at/at8200a.uml
luca 133a237c25 Patch level :
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


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

98 lines
1.7 KiB
Plaintext
Executable File

#include "at8200a.h"
TOOLBAR "" 0 0 0 2
#include <stdbar.h>
ENDPAGE
PAGE "Aggiorna archivi da altra sezione" 0 2 0 0
GROUPBOX DLG_NULL 77 7
BEGIN
PROMPT 1 1 "Opzioni di aggiornamento"
END
BOOLEAN F_ANAGRAFICA
BEGIN
PROMPT 2 2 "Aggiorna dati anagrafici"
END
BOOLEAN F_CONTROLLI
BEGIN
PROMPT 2 3 "Aggiorna controlli sanitari e idoneita'"
END
BOOLEAN F_BENEMERENZE
BEGIN
PROMPT 2 4 "Aggiorna benemerenze"
END
BOOLEAN F_FAMIGLIE
BEGIN
PROMPT 2 5 "Aggiorna famiglie"
MESSAGE TRUE ENABLE,1@
MESSAGE FALSE RESET,1@|DISABLE,1@
END
STRING F_SEZINI 2
BEGIN
PROMPT 25 5 "Sez. "
FLAGS "U"
USE LF_SEZIONI
INPUT CODSEZ F_SEZINI
INPUT CODSOT F_SOTINI
DISPLAY "Cod.sez" CODSEZ
DISPLAY "Cod.sot." CODSOT
DISPLAY "Sezione@25" DENSEZ
DISPLAY "Sottogruppo@25" DENSOT
OUTPUT F_SEZINI CODSEZ
OUTPUT F_D_SEZINI DENSEZ
OUTPUT F_SOTINI CODSOT
OUTPUT F_D_SOTINI DENSOT
CHECKTYPE SEARCH
HELP "Codice sezione da cui partire"
GROUP 1
END
STRING F_D_SEZINI 25
BEGIN
PROMPT 35 5 ""
FLAGS "U"
USE LF_SEZIONI KEY 2
INPUT DENSEZ F_D_SEZINI
DISPLAY "Sezione@25" DENSEZ
DISPLAY "Sottogruppo@25" DENSOT
DISPLAY "Cod.sez" CODSEZ
DISPLAY "Cod.sot." CODSOT
COPY OUTPUT F_SEZINI
CHECKTYPE NORMAL
HELP "Sezione da cui partire"
GROUP 1
END
STRING F_SOTINI 2
BEGIN
PROMPT 25 6 "Sot. "
COPY ALL F_SEZINI
CHECKTYPE SEARCH
HELP "Codice sottogruppo da cui partire"
GROUP 1
END
STRING F_D_SOTINI 25
BEGIN
PROMPT 35 6 ""
FLAGS "U"
COPY USE F_D_SEZINI
INPUT DENSEZ F_D_SEZINI
INPUT DENSOT F_D_SOTINI
COPY DISPLAY F_D_SEZINI
COPY OUTPUT F_D_SEZINI
CHECKTYPE NORMAL
HELP "Sottogruppo da cui partire"
GROUP 1
END
ENDPAGE
ENDMASK