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