Files correlati :ve7.exe ve7500*.* Ricompilazione Demo : [ ] Commento :programma per gommisti funzionante git-svn-id: svn://10.65.10.50/trunk@11797 c028cbd2-c16b-5b4b-a496-9718f37d4682
31 lines
385 B
Plaintext
Executable File
31 lines
385 B
Plaintext
Executable File
#include "ve7500a.h"
|
|
|
|
|
|
PAGE "Acquisizione dati da file" -1 -1 78 5
|
|
|
|
BUTTON DLG_OK 10 2
|
|
BEGIN
|
|
PROMPT -12 -1 ""
|
|
END
|
|
|
|
BUTTON DLG_QUIT 10 2
|
|
BEGIN
|
|
PROMPT -22 -1 ""
|
|
END
|
|
|
|
STRING F_DIRNAME 45 50
|
|
BEGIN
|
|
PROMPT 1 1 "Cartella di origine dati "
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
STRING F_UM 2
|
|
BEGIN
|
|
PROMPT 1 2 "Unita' di misura da utilizzare "
|
|
FLAGS "U"
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
ENDPAGE
|
|
ENDMASK
|