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
This commit is contained in:
parent
9a94a83d8b
commit
8b2229ffb1
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 <stdbar.h>
|
||||
|
@ -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 <stdbar.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user