22ce08d022
git-svn-id: svn://10.65.10.50/trunk@5419 c028cbd2-c16b-5b4b-a496-9718f37d4682
21 lines
265 B
Plaintext
Executable File
21 lines
265 B
Plaintext
Executable File
#include "sv1200c.h"
|
|
|
|
PAGE "Stampa statistiche" -1 -1 80 6
|
|
|
|
STRING F_FILENAME 80 40
|
|
BEGIN
|
|
PROMPT 2 2 "Nome del file di output "
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
BUTTON DLG_OK 10 2
|
|
BEGIN
|
|
PROMPT -12 4 ""
|
|
END
|
|
|
|
BUTTON DLG_CANCEL 10 2
|
|
BEGIN
|
|
PROMPT -22 4 ""
|
|
END
|
|
ENDMASK
|