e5b28ab849
Files correlati : ci0.exe ci2.exe Ricompilazione Demo : [ ] Commento : Importazione ora da TeamSystem git-svn-id: svn://10.65.10.50/branches/R_10_00@21587 c028cbd2-c16b-5b4b-a496-9718f37d4682
31 lines
359 B
Plaintext
Executable File
31 lines
359 B
Plaintext
Executable File
#include "ci2300a.h"
|
|
|
|
TOOLBAR "topbar" 0 0 0 2
|
|
|
|
#include <elabar.h>
|
|
|
|
ENDPAGE
|
|
|
|
PAGE "Importazione Ore" 0 2 0 0
|
|
|
|
STRING DLG_PROFILE 50
|
|
BEGIN
|
|
PROMPT 9 -12 "Profilo "
|
|
PSELECT
|
|
END
|
|
|
|
GROUPBOX DLG_NULL 78 3
|
|
BEGIN
|
|
PROMPT 1 1 "@bSorgente"
|
|
END
|
|
|
|
STRING F_FILE 64
|
|
BEGIN
|
|
PROMPT 2 2 "File "
|
|
FSELECT "*.*"
|
|
CHECKTYPE REQUIRED
|
|
FIELD FILE
|
|
END
|
|
|
|
ENDPAGE
|
|
ENDMASK |