From 8b2229ffb1496773681a87384c2ce6d737941836 Mon Sep 17 00:00:00 2001 From: luca Date: Tue, 10 Mar 2009 16:25:18 +0000 Subject: [PATCH] Patch level :10.0 256 Files correlati : Ricompilazione Demo : [ ] Commento : utilizzata la nuova standardizzazione pictures in alcune maschere di ve (profili standard documento!) git-svn-id: svn://10.65.10.50/trunk@18486 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/ve0300.cpp | 22 ++++++++++------------ ve/ve6100a.uml | 4 ++-- ve/ve6300a.uml | 2 +- ve/ve6800a.uml | 4 ++-- 4 files changed, 15 insertions(+), 17 deletions(-) diff --git a/ve/ve0300.cpp b/ve/ve0300.cpp index 352cfd4a6..c5fc7e107 100755 --- a/ve/ve0300.cpp +++ b/ve/ve0300.cpp @@ -1470,16 +1470,14 @@ void TMask_generator::genera( const TString& profilo ) _m->begin( ); _m->prompt( 1, 1, "~Nuovo" ); _m->message( "EXIT,312" ); - _m->picture(BMP_NEWREC); - _m->picture(BMP_NEWRECDN); + _m->picture(TOOL_NEWREC); _m->end( ); _m->control( T_BOTTONE, DLG_SAVEREC, 202 ); _m->begin( ); _m->prompt( 2, 1, "~Registra" ); _m->message( "EXIT,20082" ); - _m->picture(BMP_SAVEREC); - _m->picture(BMP_SAVERECDN); + _m->picture(TOOL_SAVEREC); _m->end( ); _m->control( T_BOTTONE, DLG_DELREC, 202 ); @@ -1491,7 +1489,7 @@ void TMask_generator::genera( const TString& profilo ) _m->control( T_BOTTONE, DLG_ELABORA, 202 ); _m->begin( ); _m->prompt( 4, 1, "E~labora" ); - _m->picture(BMP_ELABORA); + _m->picture(TOOL_ELABORA); _m->end( ); _m->control( T_BOTTONE, DLG_PRINT, 202 ); @@ -1503,7 +1501,7 @@ void TMask_generator::genera( const TString& profilo ) _m->control( T_BOTTONE, DLG_CONFERMA, 202 ); _m->begin( ); _m->prompt( 6, 1, "~Conferma"); - _m->picture(BMP_OK); + _m->picture(TOOL_OK); _m->flag("D"); _m->end( ); @@ -1511,42 +1509,42 @@ void TMask_generator::genera( const TString& profilo ) _m->begin( ); _m->prompt( 7, 1, "Primo"); _m->message( "EXIT,309" ); - _m->picture(BMP_FIRSTREC); + _m->picture(TOOL_FIRSTREC); _m->end( ); _m->control( T_BOTTONE, DLG_PREVREC, 202 ); _m->begin( ); _m->prompt( 8, 1, "Indietro"); _m->message( "EXIT,305" ); - _m->picture(BMP_PREVREC); + _m->picture(TOOL_PREVREC); _m->end( ); _m->control( T_BOTTONE, DLG_FINDREC, 202 ); _m->begin( ); _m->prompt( 9, 1, "Ri~cerca"); _m->message( "EXIT,339" ); - _m->picture(BMP_LENTE); + _m->picture(TOOL_FINDREC); _m->end( ); _m->control( T_BOTTONE, DLG_NEXTREC, 202 ); _m->begin( ); _m->prompt( 10, 1, "Avanti"); _m->message( "EXIT,306" ); - _m->picture(BMP_NEXTREC); + _m->picture(TOOL_NEXTREC); _m->end( ); _m->control( T_BOTTONE, DLG_LASTREC, 202 ); _m->begin( ); _m->prompt( 11, 1 , "Ultimo"); _m->message( "EXIT,310" ); - _m->picture(BMP_LASTREC); + _m->picture(TOOL_LASTREC); _m->end( ); _m->control( T_BOTTONE, DLG_INFO, 202 ); _m->begin( ); _m->prompt( 12, 1, "Info"); _m->message( "EXIT,332" ); - _m->picture(BMP_INFO); + _m->picture(TOOL_INFO); _m->end( ); /* non funziona per ora diff --git a/ve/ve6100a.uml b/ve/ve6100a.uml index 2fd08a519..267f88fb4 100755 --- a/ve/ve6100a.uml +++ b/ve/ve6100a.uml @@ -5,13 +5,13 @@ TOOLBAR "topbar" 0 0 0 2 BUTTON DLG_USER 10 2 BEGIN PROMPT -13 -1 "~Selezione" - PICTURE BMP_SELECT + PICTURE TOOL_MULTISEL END BUTTON DLG_OK 10 2 BEGIN PROMPT -23 -1 "E~labora" - PICTURE BMP_ELABORA + PICTURE TOOL_ELABORA FLAGS "D" END diff --git a/ve/ve6300a.uml b/ve/ve6300a.uml index 8c5b4dc94..a741c1390 100755 --- a/ve/ve6300a.uml +++ b/ve/ve6300a.uml @@ -5,7 +5,7 @@ TOOLBAR "topbar" 0 0 0 2 BUTTON DLG_USER 10 2 BEGIN PROMPT -23 -1 "~Selezione" - PICTURE BMP_SELECT + PICTURE TOOL_MULTISEL END #include diff --git a/ve/ve6800a.uml b/ve/ve6800a.uml index 2f0fada2d..56f7d5446 100755 --- a/ve/ve6800a.uml +++ b/ve/ve6800a.uml @@ -5,13 +5,13 @@ TOOLBAR "topbar" 0 0 0 2 BUTTON DLG_USER 10 2 BEGIN PROMPT -12 -1 "~Selezione" - PICTURE BMP_SELECT + PICTURE TOOL_MULTISEL END BUTTON DLG_ELABORA 10 2 BEGIN PROMPT -22 -1 "~Elabora" - PICTURE BMP_ELABORA + PICTURE TOOL_ELABORA END #include