Patch level : 10.0

Files correlati     : cg3
Ricompilazione Demo : [ ]
Commento            :
Aggiunti bottoni standard alla barra degli strumenti


git-svn-id: svn://10.65.10.50/trunk@16993 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2008-08-04 10:50:49 +00:00
parent 063673823d
commit ed141f6973
2 changed files with 16 additions and 7 deletions

View File

@ -2596,14 +2596,11 @@ void TQuery_mask::do_query(TGrid_mask& gm)
const TString& da_caus = get(F_DACAUSALE);
const TString& a_caus = get(F_ACAUSALE);
const bool provv = get_bool(F_PROVVIS);
conto.set(gm, F_GRUPPO, F_CONTO, F_SOTTOCONTO, 0, F_DESSOTTOC);
gm.grid().read(conto, annoes, da_data, a_data, da_caus, a_caus, provv);
gm.first_focus(DLG_NEWREC);
gm.run();
}

View File

@ -4,18 +4,30 @@ TOOLBAR "topbar" 0 0 0 2
BUTTON DLG_OK 10 2
BEGIN
PROMPT -13 -11 ""
PROMPT -15 -11 ""
END
BUTTON DLG_FINDREC 10 2
BEGIN
PROMPT -23 -11 "~Ricerca"
PICTURE BMP_FINDREC
PROMPT -25 -11 "~Ricerca"
PICTURE BMP_LENTE
END
BUTTON DLG_INFO 10 2
BEGIN
PROMPT -35 -11 "~Info"
PICTURE BMP_INFO
END
BUTTON DLG_HELP 10 2
BEGIN
PROMPT -45 -11 "~Help"
PICTURE BMP_HELP
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -33 -11 ""
PROMPT -55 -11 ""
END
ENDPAGE