摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Net;us... 阅读全文
posted @ 2015-11-05 15:37 抹不掉的回忆 阅读(146) 评论(0) 推荐(0) 编辑
摘要: //打印 private void label12_Click(object sender, EventArgs e) { printDialog1.Document = printDocument1; DialogResult... 阅读全文
posted @ 2015-11-05 15:36 抹不掉的回忆 阅读(176) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Data.SqlClient;using System.ComponentModel;using System.Data;using System.Drawing;using Sys... 阅读全文
posted @ 2015-11-05 15:35 抹不掉的回忆 阅读(164) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Data.SqlClient;using System.Linq;using System.Text;using System.Threading.Tasks;namespace C... 阅读全文
posted @ 2015-11-05 15:32 抹不掉的回忆 阅读(137) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.SqlClient;//引用namespa... 阅读全文
posted @ 2015-11-05 15:31 抹不掉的回忆 阅读(120) 评论(0) 推荐(0) 编辑
摘要: chexkbox 多选 属性 checklistbox 多选组 formclosing 关闭窗口之前发生 formclosed 关闭窗口之后发生 visible 是否可见 tabindex 设置下移的先后顺序 if (checkbox.chexbox1)radiobu... 阅读全文
posted @ 2015-11-05 15:30 抹不掉的回忆 阅读(146) 评论(0) 推荐(0) 编辑