posted @ 2010-11-16 20:56 严武 阅读(806) 评论(0) 推荐(0) 编辑
摘要:
private void radioButton1_CheckedChanged(object sender, System.EventArgs e) { //设置字体为宋体 textBox1.Font=new Font("宋体",textBox1.Font.Size,textBox1.Font.Style); } private void radioButton4_CheckedChanged(object sender, System.EventArgs e) { //设置字体的大小为12 textBox1.Font=new Font(textBox1.Font.Fon 阅读全文