日期:2014-05-17 浏览次数:20894 次
h3.Width = 290;
h3.Text = "PC + EPC + CRC";
ColumnHeader h1 = new ColumnHeader();
h1.Width = 45;
h1.Text = "No.";
ColumnHeader h2 = new ColumnHeader();
h2.Width = 60;
h2.Text = "Len";
ColumnHeader h3 = new ColumnHeader();
h3.Width = 290;
h3.Text = "EPC";
h4.Width = 65;
h4.Text = "Times";
listView1.Columns.Add(h1);
listView1.Columns.Add(h2);
listView1.Columns.Add(h3);
listView1.Columns.Add(h4);
listView1.View = View.Details;
listView1.GridLines = true;
listView1.FullRowSelect = true;