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);
|
row->get(1, action);
|
||||||
if (action == "Negato")
|
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
|
BUTTON BUT_BA6_ELENCO 10 2
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 4 14 "~Elenco"
|
PROMPT 4 14 "~Elenco"
|
||||||
PICTURE 212
|
PICTURE BMP_PRINTELENCO
|
||||||
MESSAGE EXIT,BUT_BA6_ELENCO
|
MESSAGE EXIT,BUT_BA6_ELENCO
|
||||||
END
|
END
|
||||||
|
|
||||||
BUTTON BUT_BA6_SCHEDE 10 2
|
BUTTON BUT_BA6_SCHEDE 10 2
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 16 14 "~Schede"
|
PROMPT 16 14 "~Schede"
|
||||||
PICTURE 213
|
PICTURE BMP_PRINTSCHEDE
|
||||||
MESSAGE EXIT,BUT_BA6_SCHEDE
|
MESSAGE EXIT,BUT_BA6_SCHEDE
|
||||||
END
|
END
|
||||||
|
|
||||||
BUTTON BUT_BA6_ETICHETTE 10 2
|
BUTTON BUT_BA6_ETICHETTE 10 2
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 40 14 "E~tichette"
|
PROMPT 40 14 "E~tichette"
|
||||||
PICTURE 214
|
PICTURE BMP_PRINTETICH
|
||||||
MESSAGE EXIT,BUT_BA6_ETICHETTE
|
MESSAGE EXIT,BUT_BA6_ETICHETTE
|
||||||
END
|
END
|
||||||
|
|
||||||
BUTTON BUT_BA6_RUBRICHE 10 2
|
BUTTON BUT_BA6_RUBRICHE 10 2
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 28 14 "~Rubriche"
|
PROMPT 28 14 "~Rubriche"
|
||||||
PICTURE 215
|
PICTURE BMP_PRINTRUBRICA
|
||||||
MESSAGE EXIT,BUT_BA6_RUBRICHE
|
MESSAGE EXIT,BUT_BA6_RUBRICHE
|
||||||
END
|
END
|
||||||
|
|
||||||
|
@ -806,16 +806,16 @@ bool TDistinta_tree::get_description(TString& desc) const
|
|||||||
|
|
||||||
TImage* TDistinta_tree::image(bool selected) const
|
TImage* TDistinta_tree::image(bool selected) const
|
||||||
{
|
{
|
||||||
TImage* img;
|
TImage* img = NULL;
|
||||||
if (is_cyclic())
|
if (is_cyclic())
|
||||||
img = get_res_image(BMP_STOP);
|
img = get_res_icon(10203);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (is_leaf())
|
if (is_leaf())
|
||||||
{
|
{
|
||||||
TCodice_articolo art; curr_code(art);
|
TCodice_articolo art; curr_code(art);
|
||||||
if (art == "???")
|
if (art == "???")
|
||||||
img = get_res_image(BMP_STOP);
|
img = get_res_icon(10203);
|
||||||
else
|
else
|
||||||
img = get_res_image(BMP_FILE);
|
img = get_res_image(BMP_FILE);
|
||||||
}
|
}
|
||||||
|
@ -2036,7 +2036,7 @@ TImage* TDocument_tree::image(bool selected) const
|
|||||||
{
|
{
|
||||||
const TRectype& rec = riga();
|
const TRectype& rec = riga();
|
||||||
if (rec.get_bool(RDOC_RIGAEVASA))
|
if (rec.get_bool(RDOC_RIGAEVASA))
|
||||||
return get_res_image(BMP_STOP);
|
return get_res_icon(10203);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user