Files correlati : Commento : Aggiornati programmi personalizzati per poterli compilare. Manca ps0883 git-svn-id: svn://10.65.10.50/branches/R_10_00@23224 c028cbd2-c16b-5b4b-a496-9718f37d4682
77 lines
1.1 KiB
Plaintext
Executable File
77 lines
1.1 KiB
Plaintext
Executable File
#include "pg0067100a.h"
|
|
|
|
PAGE "Trasferimento F24" -1 -1 78 6
|
|
|
|
STRING F_PATH_SRC 255 45
|
|
BEGIN
|
|
PROMPT 1 1 "Cartella di origine "
|
|
DSELECT
|
|
FLAGS "M"
|
|
CHECKTYPE REQUIRED
|
|
WARNING "Selezionare una cartella origine valida!"
|
|
END
|
|
|
|
STRING F_PATH_DST 255 45
|
|
BEGIN
|
|
PROMPT 1 2 "Cartella di destinazione "
|
|
DSELECT
|
|
FLAGS "M"
|
|
CHECKTYPE REQUIRED
|
|
WARNING "Selezionare una cartella destinazione valida!"
|
|
END
|
|
|
|
STRING F_ELIMINA_EXPR 80 45
|
|
BEGIN
|
|
PROMPT 1 3 "Elimina i seguenti file "
|
|
END
|
|
|
|
BOOLEAN F_ERASE_TRANSFERRED
|
|
BEGIN
|
|
PROMPT 1 4 "Eliminare i file di origine dopo la copia"
|
|
END
|
|
|
|
STRING DLG_PROFILE 50
|
|
BEGIN
|
|
PROMPT 1 -1 "Profilo "
|
|
PSELECT
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
TOOLBAR "" 0 0 0 2
|
|
|
|
BUTTON DLG_OK 2 2
|
|
BEGIN
|
|
PROMPT 1 1 "~Archivia"
|
|
PICTURE TOOL_ELABORA
|
|
END
|
|
|
|
BUTTON DLG_NULL 2 2
|
|
BEGIN
|
|
PROMPT 2 1 ""
|
|
END
|
|
|
|
BUTTON DLG_PRINT 2 2
|
|
BEGIN
|
|
PROMPT 3 1 "~Stampa"
|
|
PICTURE TOOL_PRINTELENCO
|
|
END
|
|
|
|
BUTTON DLG_PREVIEW 2 2
|
|
BEGIN
|
|
PROMPT 4 1 "A~nteprima"
|
|
PICTURE TOOL_PREVIEW
|
|
END
|
|
|
|
BUTTON DLG_EXPORT 2 2
|
|
BEGIN
|
|
PROMPT 5 1 "~Excel"
|
|
PICTURE TOOL_EXCEL
|
|
END
|
|
|
|
#include <helpbar.h>
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK
|