| 发表于:2007-03-12 16:13:352楼 得分:0 |
this.dtgresult.columncount = 6; this.dtgresult.columns[0].headertext = "序号 "; this.dtgresult.columns[0].readonly = true; this.dtgresult.columns[1].headertext = "仪表厂家 "; this.dtgresult.columns[1].readonly = true; this.dtgresult.columns[2].headertext = "仪表系列 "; this.dtgresult.columns[2].readonly = true; this.dtgresult.columns[3].headertext = "仪表型号 "; this.dtgresult.columns[3].readonly = true; this.dtgresult.columns[4].headertext = "kks码 "; this.dtgresult.columns[4].readonly = true; this.dtgresult.columns[5].headertext = "中文描述 "; this.dtgresult.columns[5].readonly = true; 要讨论技术问题,请加35813890 | | |
|