campo-sirio/ba/ba1100f.uml
alex da54026c24 Aggiunte a ba1 le seguenti funzioni :
- 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
1994-08-16 16:35:22 +00:00

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