- Stampa - Esportazione - Importazione - Editing dei file (incorporando ba1300 in ba1100) (ba1300 -> ba1102) git-svn-id: svn://10.65.10.50/trunk@14 c028cbd2-c16b-5b4b-a496-9718f37d4682
26 lines
359 B
Plaintext
Executable File
26 lines
359 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 "Inserire il nome del file di esportazione/importazione"
|
|
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
|