diff --git a/ca/catbrsp.h b/ca/catbrsp.h new file mode 100755 index 000000000..850bba311 --- /dev/null +++ b/ca/catbrsp.h @@ -0,0 +1,2 @@ +#define F_CODICE 101 +#define F_DESCR 102 diff --git a/ca/catbrsp.uml b/ca/catbrsp.uml new file mode 100755 index 000000000..97996413c --- /dev/null +++ b/ca/catbrsp.uml @@ -0,0 +1,21 @@ +#include "catbrsp.h" + +TOOLBAR "" 0 20 0 2 +#include +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 \ No newline at end of file diff --git a/ca/catbtpc.h b/ca/catbtpc.h new file mode 100755 index 000000000..850bba311 --- /dev/null +++ b/ca/catbtpc.h @@ -0,0 +1,2 @@ +#define F_CODICE 101 +#define F_DESCR 102 diff --git a/ca/catbtpc.uml b/ca/catbtpc.uml new file mode 100755 index 000000000..a5ebba7a9 --- /dev/null +++ b/ca/catbtpc.uml @@ -0,0 +1,21 @@ +#include "catbtpc.h" + +TOOLBAR "" 0 20 0 2 +#include +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 \ No newline at end of file diff --git a/ca/catbtpl.h b/ca/catbtpl.h new file mode 100755 index 000000000..850bba311 --- /dev/null +++ b/ca/catbtpl.h @@ -0,0 +1,2 @@ +#define F_CODICE 101 +#define F_DESCR 102 diff --git a/ca/catbtpl.uml b/ca/catbtpl.uml new file mode 100755 index 000000000..aefe7f97b --- /dev/null +++ b/ca/catbtpl.uml @@ -0,0 +1,21 @@ +#include "catbtpl.h" + +TOOLBAR "" 0 20 0 2 +#include +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 \ No newline at end of file