修复修改周转盘偏移值时保存不了的问题

master
lhiven 1 year ago
parent b845413dd8
commit a490e368d1

@ -182,21 +182,21 @@
// takeProductToolStripMenuItem // takeProductToolStripMenuItem
// //
this.takeProductToolStripMenuItem.Name = "takeProductToolStripMenuItem"; this.takeProductToolStripMenuItem.Name = "takeProductToolStripMenuItem";
this.takeProductToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.takeProductToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.takeProductToolStripMenuItem.Text = "TakeProduct"; this.takeProductToolStripMenuItem.Text = "TakeProduct";
this.takeProductToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click); this.takeProductToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
// //
// dumpProductToolStripMenuItem // dumpProductToolStripMenuItem
// //
this.dumpProductToolStripMenuItem.Name = "dumpProductToolStripMenuItem"; this.dumpProductToolStripMenuItem.Name = "dumpProductToolStripMenuItem";
this.dumpProductToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.dumpProductToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.dumpProductToolStripMenuItem.Text = "DumpProduct"; this.dumpProductToolStripMenuItem.Text = "DumpProduct";
this.dumpProductToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click); this.dumpProductToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
// //
// moveToolStripMenuItem // moveToolStripMenuItem
// //
this.moveToolStripMenuItem.Name = "moveToolStripMenuItem"; this.moveToolStripMenuItem.Name = "moveToolStripMenuItem";
this.moveToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.moveToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.moveToolStripMenuItem.Text = "Move"; this.moveToolStripMenuItem.Text = "Move";
this.moveToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click); this.moveToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
// //
@ -657,6 +657,7 @@
this.dgvSlotOffset.RowTemplate.Height = 23; this.dgvSlotOffset.RowTemplate.Height = 23;
this.dgvSlotOffset.Size = new System.Drawing.Size(386, 354); this.dgvSlotOffset.Size = new System.Drawing.Size(386, 354);
this.dgvSlotOffset.TabIndex = 8; this.dgvSlotOffset.TabIndex = 8;
this.dgvSlotOffset.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSlotOffset_CellValueChanged);
// //
// dataGridViewTextBoxColumn4 // dataGridViewTextBoxColumn4
// //

Loading…
Cancel
Save