winForm Load事件中 不能调整DataGridView格式啊
for (int i = 0; i < dgvItem.Rows.Count; i++)//行距增加 { this.dgvItem.Rows[i].Height = 30; }