摘要: HTML标签-----http://www.w3school.com.cn/tags/index.asp标题 标题(Heading)是通过 - 等标签进行定义的。 eg. This is a heading 段落 段落是通过 标签进行定义的 ... 阅读全文
posted @ 2015-10-22 11:59 人生为卒 阅读(174) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/loveAnimal/p/3333044.html 阅读全文
posted @ 2015-10-21 17:16 人生为卒 阅读(96) 评论(0) 推荐(0)
摘要: //将输入的小写转换为大写 private void txtstockout_id_KeyPress(object sender, KeyPressEventArgs e) { //将输入的小写转换为大写 if ((i... 阅读全文
posted @ 2015-10-21 16:56 人生为卒 阅读(4049) 评论(0) 推荐(0)
摘要: ///变量定义 private System.Windows.Forms.Button printButton; private System.Drawing.Font printFont; private StreamReader strea... 阅读全文
posted @ 2015-10-14 13:53 人生为卒 阅读(192) 评论(0) 推荐(0)
摘要: gridView1_CustomDrawCell与gridView1_RowCellStyle都可以且用法一样。但是CustomDrawCell更稳定 private void gridView1_CustomDrawCell(object sender, RowCellStyleEventArgs... 阅读全文
posted @ 2015-10-13 16:30 人生为卒 阅读(939) 评论(0) 推荐(0)
摘要: 转载 http://www.cnblogs.com/babycool/p/3838204.html造成原因:还没找到 何为 “嵌入互操作类型” ??? 1.”嵌入互操作类型”中的嵌入就是引进、导入的意思,类似于c#中using,c中include的作用,目的是告诉编译器是否要把互操作类型引入。 ... 阅读全文
posted @ 2015-10-13 15:31 人生为卒 阅读(679) 评论(0) 推荐(0)
摘要: 项目属性设置:右键项目-属性-程序集信息 阅读全文
posted @ 2015-10-06 10:19 人生为卒 阅读(913) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/hcbin/archive/2010/05/04/1727071.html 阅读全文
posted @ 2015-09-30 17:16 人生为卒 阅读(118) 评论(0) 推荐(0)
摘要: //mscorlib.dll, v4.0.0.0&&Microsoft.Office.Interop.Excel.dll, v14.0.0.0/// /// 导出Excel /// /// 要导出的数据表public void ExcelPort(Dat... 阅读全文
posted @ 2015-09-30 08:57 人生为卒 阅读(335) 评论(0) 推荐(0)
摘要: private void gridView1_RowCellClick(object sender, RowCellClickEventArgs e) {//及时更新点击行数据this.gridView1.UpdateCurrentRow();GridView view = (Gri... 阅读全文
posted @ 2015-09-28 18:02 人生为卒 阅读(1654) 评论(0) 推荐(0)