Files correlati : pd6342 pd6342200a.msk Ricompilazione Demo : [ ] Commento : Agguinto importatore movimenti di analitica git-svn-id: svn://10.65.10.50/branches/R_10_00@20849 c028cbd2-c16b-5b4b-a496-9718f37d4682
41 lines
494 B
Plaintext
Executable File
41 lines
494 B
Plaintext
Executable File
#include "pd6342200a.h"
|
|
|
|
TOOLBAR "topbar" 0 0 0 2
|
|
|
|
#include <elabar.h>
|
|
|
|
ENDPAGE
|
|
|
|
PAGE "Parametri" 0 2 0 0
|
|
|
|
STRING DLG_PROFILE 50
|
|
BEGIN
|
|
PROMPT 9 -12 "Profilo "
|
|
PSELECT
|
|
FLAGS "H"
|
|
END
|
|
|
|
GROUPBOX DLG_NULL 90 4
|
|
BEGIN
|
|
PROMPT 1 1 "@bParametri Sorgente"
|
|
END
|
|
|
|
STRING F_PATH 255 50
|
|
BEGIN
|
|
PROMPT 2 2 "Cartella "
|
|
DSELECT
|
|
CHECKTYPE REQUIRED
|
|
FIELD ComInPath
|
|
END
|
|
|
|
STRING F_NAME 255 50
|
|
BEGIN
|
|
PROMPT 2 3 "File "
|
|
FSELECT "*.txt"
|
|
FIELD ComInFile
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK |