资源大小: 52KB
发布时间: 2010-05-02
文件格式: doc
下载次数: 2
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

打印窗体textbox中的数据: //在窗体中绘制要打印的数据 private void printDocument1_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e) { //绘制label1中的内容 e.Graphics.DrawString(label1.Text, new Font("宋体", 20, FontStyle.Regular), Brushes.Black,270, 400); //绘制textBox1中的内容 e.Graphics.DrawString(textBox1.Text, new Font("宋体", 20, FontStyle.Regular), Brushes.Black, 330, 400); //绘制label2中的内容 e.Graphics.DrawString(label2.Text, new


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。