From 64d340687ff4a69cab33e7522f9253e9762658df Mon Sep 17 00:00:00 2001 From: cris Date: Fri, 7 Aug 1998 09:53:01 +0000 Subject: [PATCH] Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : Corretto intestazione programmi; corretto ordine nella destroy(); TOOLBAR nella maschera git-svn-id: svn://10.65.10.50/trunk@6920 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- at/at2500.cpp | 4 ++-- at/at2500a.uml | 46 ++++++++++++++++++++++------------------------ 2 files changed, 24 insertions(+), 26 deletions(-) diff --git a/at/at2500.cpp b/at/at2500.cpp index 7891ef378..d311c6ce6 100755 --- a/at/at2500.cpp +++ b/at/at2500.cpp @@ -358,15 +358,15 @@ bool TStampaIdonei::user_create() bool TStampaIdonei::user_destroy() { + delete _form_eti; delete _msk; delete _rel; - delete _form_eti; return TRUE; } int at2500(int argc, char* argv[]) { TStampaIdonei a; - a.run(argc, argv, "Stampa soggetti idonei"); + a.run(argc, argv, "Soggetti idonei"); return 0; } diff --git a/at/at2500a.uml b/at/at2500a.uml index 0041a7361..ebdafe88e 100755 --- a/at/at2500a.uml +++ b/at/at2500a.uml @@ -1,6 +1,27 @@ #include "at2500a.h" -PAGE "Stampa soggetti idonei alla donazione" -1 -1 78 20 +TOOLBAR "" 0 20 0 2 + +BUTTON F_ELENCO 9 2 +BEGIN + PROMPT -13 -11 "E~lenco" + MESSAGE EXIT,F_ELENCO +END + +BUTTON F_ETICHETTE 9 2 +BEGIN + PROMPT -23 -11 "~Etichette" + MESSAGE EXIT,F_ETICHETTE +END + +BUTTON DLG_QUIT 9 2 +BEGIN + PROMPT -33 -11 "" +END + +ENDPAGE + +PAGE "Stampa soggetti idonei" -1 -1 78 20 GROUPBOX DLG_NULL 77 4 BEGIN @@ -354,28 +375,5 @@ BEGIN PROMPT 52 13 "" FLAGS "D" END - -GROUPBOX DLG_NULL 77 4 -BEGIN - PROMPT 1 15 "Stampa" -END - -BUTTON F_ELENCO 9 2 -BEGIN - PROMPT -13 16 "Elenco" - MESSAGE EXIT,F_ELENCO -END - -BUTTON F_ETICHETTE 9 2 -BEGIN - PROMPT -23 16 "Etichette" - MESSAGE EXIT,F_ETICHETTE -END - -BUTTON DLG_QUIT 9 2 -BEGIN - PROMPT -33 16 "" -END - ENDPAGE ENDMASK