Files correlati : Ricompilazione Demo : [ ] Commento :riportate le dichiarazioni d'intento alla patch 300 della 2.1 git-svn-id: svn://10.65.10.50/trunk@13092 c028cbd2-c16b-5b4b-a496-9718f37d4682
53 lines
635 B
Plaintext
Executable File
53 lines
635 B
Plaintext
Executable File
#include "li0600a.h"
|
|
|
|
PAGE "Invio dichiarazioni d'intento" -1 -1 52 8
|
|
|
|
NUMBER F_ANNO 4
|
|
BEGIN
|
|
PROMPT 1 1 "Anno "
|
|
FLAGS "AU"
|
|
CHECKTYPE REQUIRED
|
|
FIELD ANNO
|
|
END
|
|
|
|
LIST F_MESE 2 16
|
|
BEGIN
|
|
PROMPT 1 2 "Mese "
|
|
FLAGS "MD"
|
|
END
|
|
|
|
TEXT DLG_NULL
|
|
BEGIN
|
|
PROMPT 1 4 "Percorso file di output:"
|
|
END
|
|
|
|
STRING F_PATH 255 50
|
|
BEGIN
|
|
PROMPT 1 5 ""
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
BUTTON DLG_OK 10 2
|
|
BEGIN
|
|
PROMPT -14 -1 "~Invia"
|
|
MESSAGE EXIT,K_ENTER
|
|
END
|
|
|
|
BUTTON DLG_PRINT 10 2
|
|
BEGIN
|
|
PROMPT -24 -1 "~Stampa"
|
|
END
|
|
|
|
BUTTON F_RIPRISTINA 10 2
|
|
BEGIN
|
|
PROMPT -34 -1 "~Ripristina"
|
|
END
|
|
|
|
BUTTON DLG_QUIT 10 2
|
|
BEGIN
|
|
PROMPT -44 -1 ""
|
|
END
|
|
|
|
ENDPAGE
|
|
ENDMASK
|