摘要: #region 加入checkBox /// /// 加入checkBox /// /// private void chekBox(DataGridView datagridview) { DataGridViewCheckBoxColumn newColumn = new DataGridViewCheckBoxColumn();//添加CHECKBOX newColumn.HeaderText = "选择"; data... 阅读全文
posted @ 2013-11-30 10:12 秋千,为谁荡 阅读(478) 评论(0) 推荐(0)
摘要: private void dataGridView(DataGridView dataGridView) { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.Dat... 阅读全文
posted @ 2013-11-30 10:11 秋千,为谁荡 阅读(4457) 评论(0) 推荐(0)
摘要: #region 获取本机默认打印机名称 ArrayList al1=new ArrayLIst(); private static PrintDocument fPrintDocument = new PrintDocument(); /// /// 获取本机默认打印机名称 /// public static String DefaultPrinter { get { return fPrintDocument... 阅读全文
posted @ 2013-11-30 10:08 秋千,为谁荡 阅读(474) 评论(0) 推荐(0)