git-svn-id: svn://10.65.10.50/branches/R_10_00@21591 c028cbd2-c16b-5b4b-a496-9718f37d4682
48 lines
658 B
Plaintext
Executable File
48 lines
658 B
Plaintext
Executable File
#include "ps0330200a.h"
|
|
|
|
PAGE "Esportazione disponibilita' via FTP" -1 -1 78 6
|
|
|
|
TEXT DLG_NULL
|
|
BEGIN
|
|
PROMPT 1 0 "Nome del file txt da esportare (SENZA estensione '.txt' !)"
|
|
END
|
|
|
|
STRING F_FILENAME 32
|
|
BEGIN
|
|
PROMPT 1 1 ""
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
TEXT DLG_NULL
|
|
BEGIN
|
|
PROMPT 1 3 "Indirizzo ftp di destinazione (scritto come ftp://utente:password@sito)"
|
|
END
|
|
|
|
STRING F_FTP_PATH 255 75
|
|
BEGIN
|
|
PROMPT 1 4 ""
|
|
FLAGS "M"
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
STRING DLG_PROFILE 50
|
|
BEGIN
|
|
PROMPT 1 -1 "Profilo "
|
|
PSELECT
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
TOOLBAR "" 0 0 0 2
|
|
|
|
BUTTON DLG_OK 10 2
|
|
BEGIN
|
|
PROMPT 1 1 "~Mmmuuu!"
|
|
PICTURE TOOL_PACK2MAG
|
|
END
|
|
|
|
#include <helpbar.h>
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK |