..
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Project.Dialog
|
||||
|
||||
private void SystemParameter_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
this.dv1.AutoResizeColumns();
|
||||
}
|
||||
|
||||
private void toolStripButton1_Click(object sender, EventArgs e)
|
||||
@@ -102,7 +102,7 @@ namespace Project.Dialog
|
||||
|
||||
private void motionParamDataGridView_CellContentClick(object sender, DataGridViewCellEventArgs e)
|
||||
{
|
||||
var idx = this.motionParamDataGridView.Rows[e.RowIndex].Cells["dvc_idx"].Value;
|
||||
var idx = this.dv1.Rows[e.RowIndex].Cells["dvc_idx"].Value;
|
||||
if (idx == null) return;
|
||||
|
||||
if (e.ColumnIndex != 13) return;
|
||||
|
||||
Reference in New Issue
Block a user