Patch level :2.2 nopatch

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
primitiva stesura delle prime tabelle CA


git-svn-id: svn://10.65.10.50/trunk@12389 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2004-10-12 14:48:07 +00:00
parent a1878347ee
commit 5dad8ee080
6 changed files with 69 additions and 0 deletions

2
ca/catbrsp.h Executable file
View File

@ -0,0 +1,2 @@
#define F_CODICE 101
#define F_DESCR 102

21
ca/catbrsp.uml Executable file
View File

@ -0,0 +1,21 @@
#include "catbrsp.h"
TOOLBAR "" 0 20 0 2
#include <toolbar.h>
ENDPAGE
PAGE "Responsabili" -1 -1 64 6
STRING F_CODICE 10
BEGIN
PROMPT 2 2 "Codice "
END
STRING F_DESCR 50
BEGIN
PROMPT 2 3 "Descrizione "
END
ENDPAGE
ENDMASK

2
ca/catbtpc.h Executable file
View File

@ -0,0 +1,2 @@
#define F_CODICE 101
#define F_DESCR 102

21
ca/catbtpc.uml Executable file
View File

@ -0,0 +1,21 @@
#include "catbtpc.h"
TOOLBAR "" 0 20 0 2
#include <toolbar.h>
ENDPAGE
PAGE "Tipo Commessa" -1 -1 64 6
STRING F_CODICE 5
BEGIN
PROMPT 2 2 "Codice "
END
STRING F_DESCR 50
BEGIN
PROMPT 2 3 "Descrizione "
END
ENDPAGE
ENDMASK

2
ca/catbtpl.h Executable file
View File

@ -0,0 +1,2 @@
#define F_CODICE 101
#define F_DESCR 102

21
ca/catbtpl.uml Executable file
View File

@ -0,0 +1,21 @@
#include "catbtpl.h"
TOOLBAR "" 0 20 0 2
#include <toolbar.h>
ENDPAGE
PAGE "Tipo Lavoro" -1 -1 64 6
STRING F_CODICE 5
BEGIN
PROMPT 2 2 "Codice "
END
STRING F_DESCR 50
BEGIN
PROMPT 2 3 "Descrizione "
END
ENDPAGE
ENDMASK