- 博客(0)
- 资源 (1)
- 问答 (2)
- 收藏
- 关注
简易记事本
用C#实现的简单记事本;void SetStatusBar()
{
toolStripStatusLabelCharCount.Text = "字符总数:" + textEditor.Text.Length.ToString();
toolStripStatusLabel1.Enabled = toolStripStatusLabel1.Checked;
toolStripStatusLabel2.Enabled = toolStripStatusLabel2.Checked;
toolStripStatusLabel3.Enabled = toolStripStatusLabel3.Checked;
}
2011-09-21
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅