8b7a226994
Files correlati : at8.exe at8900a.msk Ricompilazione Demo : [ ] Commento : varie su procedure di acquisizione dati da CT git-svn-id: svn://10.65.10.50/trunk@11271 c028cbd2-c16b-5b4b-a496-9718f37d4682
36 lines
537 B
Plaintext
Executable File
36 lines
537 B
Plaintext
Executable File
#include "at8900a.h"
|
|
|
|
TOOLBAR "" 0 20 0 2
|
|
|
|
BUTTON DLG_OK 9 2
|
|
BEGIN
|
|
PROMPT -12 -11 ""
|
|
END
|
|
|
|
BUTTON DLG_QUIT 9 2
|
|
BEGIN
|
|
PROMPT -22 -11 ""
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
PAGE "Aggiornamento archivi da SIT Parma" -1 -1 78 20
|
|
|
|
GROUPBOX DLG_NULL 77 9
|
|
BEGIN
|
|
PROMPT 1 1 "Selezioni per il trasferimento"
|
|
END
|
|
|
|
STRING F_FILENAME 52
|
|
BEGIN
|
|
PROMPT 2 2 "Nome file "
|
|
CHECKTYPE REQUIRED
|
|
VALIDATE FILENAME_FUNC
|
|
FLAGS "A"
|
|
HELP "Nome del file da cui caricare i dati"
|
|
WARNING "E' necessario specificare un nome di file"
|
|
END
|
|
|
|
ENDPAGE
|
|
ENDMASK
|