Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@17619 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
2e179ff72c
commit
3bd73a22bd
@ -281,7 +281,7 @@ TImage* TMenu::image(bool selected) const
|
||||
{
|
||||
row->get(1, action);
|
||||
if (action == "Negato")
|
||||
return get_res_image(BMP_STOP);
|
||||
return get_res_icon(10203);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,28 +5,28 @@ TOOLBAR "Toolbar" 0 0 0 2
|
||||
BUTTON BUT_BA6_ELENCO 10 2
|
||||
BEGIN
|
||||
PROMPT 4 14 "~Elenco"
|
||||
PICTURE 212
|
||||
PICTURE BMP_PRINTELENCO
|
||||
MESSAGE EXIT,BUT_BA6_ELENCO
|
||||
END
|
||||
|
||||
BUTTON BUT_BA6_SCHEDE 10 2
|
||||
BEGIN
|
||||
PROMPT 16 14 "~Schede"
|
||||
PICTURE 213
|
||||
PICTURE BMP_PRINTSCHEDE
|
||||
MESSAGE EXIT,BUT_BA6_SCHEDE
|
||||
END
|
||||
|
||||
BUTTON BUT_BA6_ETICHETTE 10 2
|
||||
BEGIN
|
||||
PROMPT 40 14 "E~tichette"
|
||||
PICTURE 214
|
||||
PICTURE BMP_PRINTETICH
|
||||
MESSAGE EXIT,BUT_BA6_ETICHETTE
|
||||
END
|
||||
|
||||
BUTTON BUT_BA6_RUBRICHE 10 2
|
||||
BEGIN
|
||||
PROMPT 28 14 "~Rubriche"
|
||||
PICTURE 215
|
||||
PICTURE BMP_PRINTRUBRICA
|
||||
MESSAGE EXIT,BUT_BA6_RUBRICHE
|
||||
END
|
||||
|
||||
|
@ -806,16 +806,16 @@ bool TDistinta_tree::get_description(TString& desc) const
|
||||
|
||||
TImage* TDistinta_tree::image(bool selected) const
|
||||
{
|
||||
TImage* img;
|
||||
TImage* img = NULL;
|
||||
if (is_cyclic())
|
||||
img = get_res_image(BMP_STOP);
|
||||
img = get_res_icon(10203);
|
||||
else
|
||||
{
|
||||
if (is_leaf())
|
||||
{
|
||||
TCodice_articolo art; curr_code(art);
|
||||
if (art == "???")
|
||||
img = get_res_image(BMP_STOP);
|
||||
img = get_res_icon(10203);
|
||||
else
|
||||
img = get_res_image(BMP_FILE);
|
||||
}
|
||||
|
@ -2036,7 +2036,7 @@ TImage* TDocument_tree::image(bool selected) const
|
||||
{
|
||||
const TRectype& rec = riga();
|
||||
if (rec.get_bool(RDOC_RIGAEVASA))
|
||||
return get_res_image(BMP_STOP);
|
||||
return get_res_icon(10203);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user