资源说明:用C#实现的简单记事本;void SetStatusBar()
{
toolStripStatusLabelCharCount.Text = "字符总数:" + textEditor.Text.Length.ToString();
toolStripStatusLabel1.Enabled = toolStripStatusLabel1.Checked;
toolStripStatusLabel2.Enabled = toolStripStatusLabel2.Checked;
toolStripStatusLabel3.Enabled = toolStripStatusLabel3.Checked;
}
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。