25 lines
308 B
Plaintext
25 lines
308 B
Plaintext
|
#include "li0600b.h"
|
||
|
|
||
|
TOOLBAR "topbar" 0 0 0 2
|
||
|
#include <stdbar.h>
|
||
|
ENDPAGE
|
||
|
|
||
|
PAGE "Ripristino dichiarazioni d'intento inviate" 0 2 0 0
|
||
|
|
||
|
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 "AM"
|
||
|
END
|
||
|
|
||
|
ENDPAGE
|
||
|
ENDMASK
|