Zoe
摘要: 打印控件:要打印,第一步先要想到制作打印对象 PrintDocument - 默认事件 Font f = new Font("黑体",20);Brush b = new SolidBrush(Color.Red);e.Graphics.DrawString(textBox1.Text, f, b, 阅读全文
posted @ 2017-05-03 16:43 口袋里的SKY 阅读(174) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System... 阅读全文
posted @ 2017-05-03 15:25 口袋里的SKY 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 对话框控件:ColorDialog - 颜色选择ShowDialog()DialogResult 类型对象.Color FontDialog - ShowDialog()DialogResult对象.Font对象.Color OpenFileDialog - 文件打开对话框 ShowDialog() 阅读全文
posted @ 2017-05-03 11:44 口袋里的SKY 阅读(118) 评论(0) 推荐(0) 编辑