48 lines
658 B
Plaintext
48 lines
658 B
Plaintext
|
#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
|