SVN r897
SVN-Revision: r897
This commit is contained in:
@@ -104,28 +104,17 @@ namespace Lskj.Main.Control
|
||||
if (Business.SystemInfo.Instance.DisableShowNotify)//角标禁显
|
||||
{
|
||||
this.cb_mark.Visible = false;
|
||||
this.lbl_mark_num.Visible = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (num < 1)
|
||||
{
|
||||
this.cb_mark.Visible = false;
|
||||
this.lbl_mark_num.Visible = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.cb_mark.Visible = true;
|
||||
this.lbl_mark_num.Visible = true;
|
||||
this.lbl_mark_num.BringToFront();
|
||||
|
||||
if (num < 10)
|
||||
{
|
||||
this.lbl_mark_num.Location = new Point(84, 6);
|
||||
}
|
||||
if (num > 99)
|
||||
num = 99;
|
||||
this.lbl_mark_num.Text = num + "";
|
||||
this.cb_mark.SetMenuNum(num);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user