2008年11月14日
摘要: const string DGVCBCellType = "System.Windows.Forms.DataGridViewComboBoxCell"; const string DGVTBCellType = "System.Windows.Forms.DataGridViewTextBoxCell"; public CDynIngDGV() ... 阅读全文
posted @ 2008-11-14 18:02 BoneKing 阅读(550) 评论(0) 推荐(0) 编辑
摘要: [Serializable] public class SolidButton : Button, ISerializable { public SolidButton(SerializationInfo info, StreamingContext ctxt) { this.Location = new Poin... 阅读全文
posted @ 2008-11-14 14:44 BoneKing 阅读(383) 评论(0) 推荐(0) 编辑