上一页 1 ··· 5 6 7 8 9
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using Alif.Alif_WSAPI; 6 using System.Data; 7 ... 阅读全文
posted @ 2014-12-01 10:47 宇宙卡门 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 1 #region 设置数量等textbox控件样式及限制条件(具体调用的方法就是重写或直接调用ShieldNumberTextBoxOtherKeys函数) 2 3 /// 4 /// 屏蔽数字textbox的其他字符串 5 //... 阅读全文
posted @ 2014-11-21 12:09 宇宙卡门 阅读(2165) 评论(0) 推荐(0) 编辑
摘要: 1 #region 操作DataGridView 2 3 /// 4 /// 初始化DataGridView属性 5 /// 6 /// 要处理的DataGridView 7 ///... 阅读全文
posted @ 2014-11-21 12:06 宇宙卡门 阅读(1531) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Windows.Forms; 6 using System.Runt... 阅读全文
posted @ 2014-11-20 17:20 宇宙卡门 阅读(1298) 评论(0) 推荐(1) 编辑
上一页 1 ··· 5 6 7 8 9