Inizio gestione maschere contabilita' e gestione speciale tabella esercizi

git-svn-id: svn://10.65.10.50/trunk@2656 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1996-03-01 08:11:08 +00:00
parent b4676779ca
commit e99ad065c3
3 changed files with 12 additions and 6 deletions

View File

@ -15,7 +15,7 @@ int main(int argc, char** argv)
case 3: res = cg0300(argc,argv); break; case 3: res = cg0300(argc,argv); break;
case 4: res = cg0400(argc,argv); break; case 4: res = cg0400(argc,argv); break;
case 5: res = cg0500(argc,argv); break; case 5: res = cg0500(argc,argv); break;
// case 6: res = cg0600(argc,argv) ; break; case 6: res = cg0600(argc,argv); break;
default: error_box(usage, argv[0]); break; default: error_box(usage, argv[0]); break;
} }
return res; return res;

View File

@ -6,6 +6,7 @@ int cg0200(int argc, char* argv[]);
int cg0300(int argc, char* argv[]); int cg0300(int argc, char* argv[]);
int cg0400(int argc, char* argv[]); int cg0400(int argc, char* argv[]);
int cg0500(int argc, char* argv[]); int cg0500(int argc, char* argv[]);
int cg0600(int argc, char* argv[]);
#endif // __CG0_H #endif // __CG0_H

View File

@ -29,3 +29,8 @@ MENUBAR MENU_BAR(4)
MENU MENU_BAR(4) MENU MENU_BAR(4)
SUBMENU MENU_FILE "~File" SUBMENU MENU_FILE "~File"
MENUBAR MENU_BAR(5)
MENU MENU_BAR(5)
SUBMENU MENU_FILE "~File"