Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/branches/R_10_00@21153 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2010-11-19 10:37:13 +00:00
parent 40916363bf
commit e74c4a34a1
5 changed files with 11 additions and 17 deletions

View File

@ -9,6 +9,7 @@ int main(int argc,char** argv)
{
case 1: sc1200(argc,argv); break;
case 2: sc1300(argc,argv); break;
case 3: sc1400(argc,argv); break;
default: sc1100(argc,argv); break;
}
return 0;

View File

@ -1,3 +1,4 @@
int sc1100(int argc, char** argv);
int sc1200(int argc, char** argv);
int sc1300(int argc, char** argv);
int sc1400(int argc, char** argv);

View File

@ -47,17 +47,13 @@ STRING F_DESC 20
BEGIN
PROMPT 2 8 "Descrizione backup "
GROUP 1
END
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
ENDPAGE
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
TOOLBAR "" 0 0 0 2
#include <stdbar.h>
ENDPAGE

View File

@ -51,15 +51,11 @@ BEGIN
PROMPT 1 10 "Descrizione fornitori "
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
ENDPAGE
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
TOOLBAR "" 0 0 0 2
#include <stdbar.h>
ENDPAGE
ENDMASK

0
sc/sc1400.h Executable file
View File