摘要:
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 ... 阅读全文
摘要:
1 #region 设置数量等textbox控件样式及限制条件(具体调用的方法就是重写或直接调用ShieldNumberTextBoxOtherKeys函数) 2 3 /// 4 /// 屏蔽数字textbox的其他字符串 5 //... 阅读全文
摘要:
1 #region 操作DataGridView 2 3 /// 4 /// 初始化DataGridView属性 5 /// 6 /// 要处理的DataGridView 7 ///... 阅读全文
摘要:
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... 阅读全文