This commit is contained in:
atvstdla
2025-09-23 17:17:49 +09:00
parent 1d2bc49365
commit 7f18759004
17 changed files with 2407 additions and 2524 deletions

View File

@@ -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;