d87826888b
git-svn-id: svn://10.65.10.50/trunk@545 c028cbd2-c16b-5b4b-a496-9718f37d4682
26 lines
368 B
Plaintext
Executable File
26 lines
368 B
Plaintext
Executable File
#include <defmask.h>
|
|
#include "ba1100a.h"
|
|
|
|
PAGE "Esportazione/Importazione tracciati" -1 -1 75 5
|
|
|
|
STRING F_NOMEF 50
|
|
BEGIN
|
|
PROMPT 2 1 "File "
|
|
FLAGS ""
|
|
HELP "Nome del file di esportazione/importazione dei tracciati record"
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
BUTTON DLG_OK 9 2
|
|
BEGIN
|
|
PROMPT -12 -1 ""
|
|
END
|
|
|
|
BUTTON DLG_CANCEL 9 2
|
|
BEGIN
|
|
PROMPT -22 -1 ""
|
|
END
|
|
|
|
ENDPAGE
|
|
ENDMASK
|