From 04087fe8790fdff084eb05fc832f45ad45f9c935 Mon Sep 17 00:00:00 2001 From: cris Date: Fri, 7 Aug 1998 10:42:44 +0000 Subject: [PATCH] Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : Stampe di controllo tabelle controlli, motivi, luoghi donazione git-svn-id: svn://10.65.10.50/trunk@6935 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- at/bastldn.uml | 17 +++++++++++++++++ at/bastmtc.uml | 17 +++++++++++++++++ at/basttcs.uml | 17 +++++++++++++++++ at/batbldn.rpt | 9 +++++++++ at/batbmtc.rpt | 9 +++++++++ at/batbtcs.rpt | 15 +++++++++++++++ 6 files changed, 84 insertions(+) create mode 100755 at/bastldn.uml create mode 100755 at/bastmtc.uml create mode 100755 at/basttcs.uml create mode 100755 at/batbldn.rpt create mode 100755 at/batbmtc.rpt create mode 100755 at/batbtcs.rpt diff --git a/at/bastldn.uml b/at/bastldn.uml new file mode 100755 index 000000000..254f551b3 --- /dev/null +++ b/at/bastldn.uml @@ -0,0 +1,17 @@ +//DEFINIZIONE MASCHERA PER STAMPA TABELLA PUNTI DI PRELIEVO +//#include "bastldn.h" + +PAGE "Stampa Tabella Punti di prelievo" -1 -1 56 8 + +BUTTON DLG_OK 10 2 +BEGIN + PROMPT -12 -1 "" +END + +BUTTON DLG_QUIT 10 2 +BEGIN + PROMPT -22 -1 "" +END + +ENDPAGE +ENDMASK diff --git a/at/bastmtc.uml b/at/bastmtc.uml new file mode 100755 index 000000000..cf7ca1194 --- /dev/null +++ b/at/bastmtc.uml @@ -0,0 +1,17 @@ +//DEFINIZIONE MASCHERA PER STAMPA TABELLA MOTIVI +//#include "bastmtc.h" + +PAGE "Stampa Tabella Motivi controlli sanitari" -1 -1 56 8 + +BUTTON DLG_OK 10 2 +BEGIN + PROMPT -12 -1 "" +END + +BUTTON DLG_QUIT 10 2 +BEGIN + PROMPT -22 -1 "" +END + +ENDPAGE +ENDMASK diff --git a/at/basttcs.uml b/at/basttcs.uml new file mode 100755 index 000000000..8d5acaa8c --- /dev/null +++ b/at/basttcs.uml @@ -0,0 +1,17 @@ +//DEFINIZIONE MASCHERA PER STAMPA TABELLA CONTROLLI SANITARI +//#include "basttcs.h" + +PAGE "Stampa Tabella Controlli sanitari" -1 -1 56 8 + +BUTTON DLG_OK 10 2 +BEGIN + PROMPT -12 -1 "" +END + +BUTTON DLG_QUIT 10 2 +BEGIN + PROMPT -22 -1 "" +END + +ENDPAGE +ENDMASK diff --git a/at/batbldn.rpt b/at/batbldn.rpt new file mode 100755 index 000000000..8f1ebecfe --- /dev/null +++ b/at/batbldn.rpt @@ -0,0 +1,9 @@ +[Headers] +80 +Tabella punti di prelievo +1|@0g%s|Codice +1|@7g%s|Descrizione + +[Rows] +1|CODTAB|@0g@4s +1|S0|@7g@50,ls diff --git a/at/batbmtc.rpt b/at/batbmtc.rpt new file mode 100755 index 000000000..dca414663 --- /dev/null +++ b/at/batbmtc.rpt @@ -0,0 +1,9 @@ +[Headers] +80 +Tabella motivi per controlli sanitari +1|@0g%s|Codice +1|@7g%s|Descrizione + +[Rows] +1|CODTAB|@0g@2s +1|S0|@7g@25,ls diff --git a/at/batbtcs.rpt b/at/batbtcs.rpt new file mode 100755 index 000000000..0e30c4bc0 --- /dev/null +++ b/at/batbtcs.rpt @@ -0,0 +1,15 @@ +[Headers] +80 +Tabella controlli sanitari +1|@0g%s|Codice +1|@7g%s|Descrizione +1|@38g%s|Cat.coll. +1|@48g%s|Mod.stato +1|@58g%s|Stato + +[Rows] +1|CODTAB|@0g@2s +1|S0|@7g@30,ls +1|S7|@38g@2,ls +1|S6|@48g@1,ls +1|S3|@58g@20,ls