Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 01.05 patch 312 git-svn-id: svn://10.65.10.50/trunk@8093 c028cbd2-c16b-5b4b-a496-9718f37d4682
22 lines
256 B
Plaintext
Executable File
22 lines
256 B
Plaintext
Executable File
#include "sv1200c.h"
|
|
|
|
PAGE "Stampa statistiche" -1 -1 68 5
|
|
|
|
STRING F_FILENAME 80 50
|
|
BEGIN
|
|
PROMPT 1 1 "Nome del file "
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
BUTTON DLG_OK 10 2
|
|
BEGIN
|
|
PROMPT -12 -1 ""
|
|
END
|
|
|
|
BUTTON DLG_CANCEL 10 2
|
|
BEGIN
|
|
PROMPT -22 -1 ""
|
|
END
|
|
|
|
ENDMASK
|