From 61d24a12c18906d016dbeea7653f82a317684892 Mon Sep 17 00:00:00 2001 From: lhiven Date: Mon, 1 Jul 2024 15:00:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=99=E7=9B=98=E8=A1=8C?= =?UTF-8?q?=E5=88=97=E6=95=B0=E9=87=8F=E4=BF=AE=E6=94=B9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StockTrayLocationRecipe.Designer.cs | 248 +- Rs.SkyLine/Recipe/StockTrayLocationRecipe.cs | 20 + .../Recipe/StockTrayLocationRecipe.resx | 2832 +++++++++-------- 3 files changed, 1665 insertions(+), 1435 deletions(-) diff --git a/Rs.SkyLine/Recipe/StockTrayLocationRecipe.Designer.cs b/Rs.SkyLine/Recipe/StockTrayLocationRecipe.Designer.cs index 694c0da..7be6635 100644 --- a/Rs.SkyLine/Recipe/StockTrayLocationRecipe.Designer.cs +++ b/Rs.SkyLine/Recipe/StockTrayLocationRecipe.Designer.cs @@ -30,13 +30,13 @@ { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StockTrayLocationRecipe)); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.goToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.moveToolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem(); @@ -104,10 +104,14 @@ this.btnSm = new System.Windows.Forms.Button(); this.btnMoveMarkX2 = new System.Windows.Forms.Button(); this.btnMoveMarkX1 = new System.Windows.Forms.Button(); + this.txtColumnNum = new System.Windows.Forms.TextBox(); + this.txtRowNum = new System.Windows.Forms.TextBox(); this.txtSlotOffsetDistY = new System.Windows.Forms.TextBox(); this.txtSlotOffsetDistX = new System.Windows.Forms.TextBox(); this.txtMark2CenterDistY = new System.Windows.Forms.TextBox(); + this.label14 = new System.Windows.Forms.Label(); this.txtMark2CenterDistX = new System.Windows.Forms.TextBox(); + this.label13 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txttxtStockTrayOffsetY = new System.Windows.Forms.TextBox(); this.txtMarkY2 = new System.Windows.Forms.TextBox(); @@ -145,7 +149,6 @@ // // contextMenuStrip1 // - resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1"); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.goToolStripMenuItem, this.nozzle1GOToolStripMenuItem, @@ -158,303 +161,304 @@ this.nozzle8GOToolStripMenuItem, this.nozzle9GOToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; + resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1"); // // goToolStripMenuItem // - resources.ApplyResources(this.goToolStripMenuItem, "goToolStripMenuItem"); this.goToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.moveToolStripMenuItem9, this.grabPosToolStripMenuItem}); this.goToolStripMenuItem.Name = "goToolStripMenuItem"; + resources.ApplyResources(this.goToolStripMenuItem, "goToolStripMenuItem"); // // moveToolStripMenuItem9 // - resources.ApplyResources(this.moveToolStripMenuItem9, "moveToolStripMenuItem9"); this.moveToolStripMenuItem9.Name = "moveToolStripMenuItem9"; + resources.ApplyResources(this.moveToolStripMenuItem9, "moveToolStripMenuItem9"); this.moveToolStripMenuItem9.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // grabPosToolStripMenuItem // - resources.ApplyResources(this.grabPosToolStripMenuItem, "grabPosToolStripMenuItem"); this.grabPosToolStripMenuItem.Name = "grabPosToolStripMenuItem"; + resources.ApplyResources(this.grabPosToolStripMenuItem, "grabPosToolStripMenuItem"); this.grabPosToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // nozzle1GOToolStripMenuItem // - resources.ApplyResources(this.nozzle1GOToolStripMenuItem, "nozzle1GOToolStripMenuItem"); this.nozzle1GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.takeProductToolStripMenuItem, this.dumpProductToolStripMenuItem, this.moveToolStripMenuItem}); this.nozzle1GOToolStripMenuItem.Name = "nozzle1GOToolStripMenuItem"; + resources.ApplyResources(this.nozzle1GOToolStripMenuItem, "nozzle1GOToolStripMenuItem"); // // takeProductToolStripMenuItem // - resources.ApplyResources(this.takeProductToolStripMenuItem, "takeProductToolStripMenuItem"); this.takeProductToolStripMenuItem.Name = "takeProductToolStripMenuItem"; + resources.ApplyResources(this.takeProductToolStripMenuItem, "takeProductToolStripMenuItem"); this.takeProductToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // dumpProductToolStripMenuItem // - resources.ApplyResources(this.dumpProductToolStripMenuItem, "dumpProductToolStripMenuItem"); this.dumpProductToolStripMenuItem.Name = "dumpProductToolStripMenuItem"; + resources.ApplyResources(this.dumpProductToolStripMenuItem, "dumpProductToolStripMenuItem"); this.dumpProductToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // moveToolStripMenuItem // - resources.ApplyResources(this.moveToolStripMenuItem, "moveToolStripMenuItem"); this.moveToolStripMenuItem.Name = "moveToolStripMenuItem"; + resources.ApplyResources(this.moveToolStripMenuItem, "moveToolStripMenuItem"); this.moveToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // nozzle2GOToolStripMenuItem // - resources.ApplyResources(this.nozzle2GOToolStripMenuItem, "nozzle2GOToolStripMenuItem"); this.nozzle2GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.takeProductToolStripMenuItem1, this.dumpProductToolStripMenuItem1, this.moveToolStripMenuItem1}); this.nozzle2GOToolStripMenuItem.Name = "nozzle2GOToolStripMenuItem"; + resources.ApplyResources(this.nozzle2GOToolStripMenuItem, "nozzle2GOToolStripMenuItem"); // // takeProductToolStripMenuItem1 // - resources.ApplyResources(this.takeProductToolStripMenuItem1, "takeProductToolStripMenuItem1"); this.takeProductToolStripMenuItem1.Name = "takeProductToolStripMenuItem1"; + resources.ApplyResources(this.takeProductToolStripMenuItem1, "takeProductToolStripMenuItem1"); this.takeProductToolStripMenuItem1.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // dumpProductToolStripMenuItem1 // - resources.ApplyResources(this.dumpProductToolStripMenuItem1, "dumpProductToolStripMenuItem1"); this.dumpProductToolStripMenuItem1.Name = "dumpProductToolStripMenuItem1"; + resources.ApplyResources(this.dumpProductToolStripMenuItem1, "dumpProductToolStripMenuItem1"); this.dumpProductToolStripMenuItem1.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // moveToolStripMenuItem1 // - resources.ApplyResources(this.moveToolStripMenuItem1, "moveToolStripMenuItem1"); this.moveToolStripMenuItem1.Name = "moveToolStripMenuItem1"; + resources.ApplyResources(this.moveToolStripMenuItem1, "moveToolStripMenuItem1"); this.moveToolStripMenuItem1.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // nozzle3GOToolStripMenuItem // - resources.ApplyResources(this.nozzle3GOToolStripMenuItem, "nozzle3GOToolStripMenuItem"); this.nozzle3GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.takeProductToolStripMenuItem2, this.dumpProductToolStripMenuItem2, this.moveToolStripMenuItem2}); this.nozzle3GOToolStripMenuItem.Name = "nozzle3GOToolStripMenuItem"; + resources.ApplyResources(this.nozzle3GOToolStripMenuItem, "nozzle3GOToolStripMenuItem"); // // takeProductToolStripMenuItem2 // - resources.ApplyResources(this.takeProductToolStripMenuItem2, "takeProductToolStripMenuItem2"); this.takeProductToolStripMenuItem2.Name = "takeProductToolStripMenuItem2"; + resources.ApplyResources(this.takeProductToolStripMenuItem2, "takeProductToolStripMenuItem2"); this.takeProductToolStripMenuItem2.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // dumpProductToolStripMenuItem2 // - resources.ApplyResources(this.dumpProductToolStripMenuItem2, "dumpProductToolStripMenuItem2"); this.dumpProductToolStripMenuItem2.Name = "dumpProductToolStripMenuItem2"; + resources.ApplyResources(this.dumpProductToolStripMenuItem2, "dumpProductToolStripMenuItem2"); this.dumpProductToolStripMenuItem2.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // moveToolStripMenuItem2 // - resources.ApplyResources(this.moveToolStripMenuItem2, "moveToolStripMenuItem2"); this.moveToolStripMenuItem2.Name = "moveToolStripMenuItem2"; + resources.ApplyResources(this.moveToolStripMenuItem2, "moveToolStripMenuItem2"); this.moveToolStripMenuItem2.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // nozzle4GOToolStripMenuItem // - resources.ApplyResources(this.nozzle4GOToolStripMenuItem, "nozzle4GOToolStripMenuItem"); this.nozzle4GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.takeProductToolStripMenuItem3, this.dumpProductToolStripMenuItem3, this.moveToolStripMenuItem3}); this.nozzle4GOToolStripMenuItem.Name = "nozzle4GOToolStripMenuItem"; + resources.ApplyResources(this.nozzle4GOToolStripMenuItem, "nozzle4GOToolStripMenuItem"); // // takeProductToolStripMenuItem3 // - resources.ApplyResources(this.takeProductToolStripMenuItem3, "takeProductToolStripMenuItem3"); this.takeProductToolStripMenuItem3.Name = "takeProductToolStripMenuItem3"; + resources.ApplyResources(this.takeProductToolStripMenuItem3, "takeProductToolStripMenuItem3"); this.takeProductToolStripMenuItem3.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // dumpProductToolStripMenuItem3 // - resources.ApplyResources(this.dumpProductToolStripMenuItem3, "dumpProductToolStripMenuItem3"); this.dumpProductToolStripMenuItem3.Name = "dumpProductToolStripMenuItem3"; + resources.ApplyResources(this.dumpProductToolStripMenuItem3, "dumpProductToolStripMenuItem3"); this.dumpProductToolStripMenuItem3.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // moveToolStripMenuItem3 // - resources.ApplyResources(this.moveToolStripMenuItem3, "moveToolStripMenuItem3"); this.moveToolStripMenuItem3.Name = "moveToolStripMenuItem3"; + resources.ApplyResources(this.moveToolStripMenuItem3, "moveToolStripMenuItem3"); this.moveToolStripMenuItem3.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // nozzle5GOToolStripMenuItem // - resources.ApplyResources(this.nozzle5GOToolStripMenuItem, "nozzle5GOToolStripMenuItem"); this.nozzle5GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.takeProductToolStripMenuItem4, this.dumpProductToolStripMenuItem4, this.moveToolStripMenuItem4}); this.nozzle5GOToolStripMenuItem.Name = "nozzle5GOToolStripMenuItem"; + resources.ApplyResources(this.nozzle5GOToolStripMenuItem, "nozzle5GOToolStripMenuItem"); // // takeProductToolStripMenuItem4 // - resources.ApplyResources(this.takeProductToolStripMenuItem4, "takeProductToolStripMenuItem4"); this.takeProductToolStripMenuItem4.Name = "takeProductToolStripMenuItem4"; + resources.ApplyResources(this.takeProductToolStripMenuItem4, "takeProductToolStripMenuItem4"); this.takeProductToolStripMenuItem4.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // dumpProductToolStripMenuItem4 // - resources.ApplyResources(this.dumpProductToolStripMenuItem4, "dumpProductToolStripMenuItem4"); this.dumpProductToolStripMenuItem4.Name = "dumpProductToolStripMenuItem4"; + resources.ApplyResources(this.dumpProductToolStripMenuItem4, "dumpProductToolStripMenuItem4"); this.dumpProductToolStripMenuItem4.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // moveToolStripMenuItem4 // - resources.ApplyResources(this.moveToolStripMenuItem4, "moveToolStripMenuItem4"); this.moveToolStripMenuItem4.Name = "moveToolStripMenuItem4"; + resources.ApplyResources(this.moveToolStripMenuItem4, "moveToolStripMenuItem4"); this.moveToolStripMenuItem4.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // nozzle6GOToolStripMenuItem // - resources.ApplyResources(this.nozzle6GOToolStripMenuItem, "nozzle6GOToolStripMenuItem"); this.nozzle6GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.takeProductToolStripMenuItem5, this.dumpProductToolStripMenuItem5, this.moveToolStripMenuItem5}); this.nozzle6GOToolStripMenuItem.Name = "nozzle6GOToolStripMenuItem"; + resources.ApplyResources(this.nozzle6GOToolStripMenuItem, "nozzle6GOToolStripMenuItem"); // // takeProductToolStripMenuItem5 // - resources.ApplyResources(this.takeProductToolStripMenuItem5, "takeProductToolStripMenuItem5"); this.takeProductToolStripMenuItem5.Name = "takeProductToolStripMenuItem5"; + resources.ApplyResources(this.takeProductToolStripMenuItem5, "takeProductToolStripMenuItem5"); this.takeProductToolStripMenuItem5.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // dumpProductToolStripMenuItem5 // - resources.ApplyResources(this.dumpProductToolStripMenuItem5, "dumpProductToolStripMenuItem5"); this.dumpProductToolStripMenuItem5.Name = "dumpProductToolStripMenuItem5"; + resources.ApplyResources(this.dumpProductToolStripMenuItem5, "dumpProductToolStripMenuItem5"); this.dumpProductToolStripMenuItem5.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // moveToolStripMenuItem5 // - resources.ApplyResources(this.moveToolStripMenuItem5, "moveToolStripMenuItem5"); this.moveToolStripMenuItem5.Name = "moveToolStripMenuItem5"; + resources.ApplyResources(this.moveToolStripMenuItem5, "moveToolStripMenuItem5"); this.moveToolStripMenuItem5.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // nozzle7GOToolStripMenuItem // - resources.ApplyResources(this.nozzle7GOToolStripMenuItem, "nozzle7GOToolStripMenuItem"); this.nozzle7GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.takeProductToolStripMenuItem6, this.dumpProductToolStripMenuItem6, this.moveToolStripMenuItem6}); this.nozzle7GOToolStripMenuItem.Name = "nozzle7GOToolStripMenuItem"; + resources.ApplyResources(this.nozzle7GOToolStripMenuItem, "nozzle7GOToolStripMenuItem"); // // takeProductToolStripMenuItem6 // - resources.ApplyResources(this.takeProductToolStripMenuItem6, "takeProductToolStripMenuItem6"); this.takeProductToolStripMenuItem6.Name = "takeProductToolStripMenuItem6"; + resources.ApplyResources(this.takeProductToolStripMenuItem6, "takeProductToolStripMenuItem6"); this.takeProductToolStripMenuItem6.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // dumpProductToolStripMenuItem6 // - resources.ApplyResources(this.dumpProductToolStripMenuItem6, "dumpProductToolStripMenuItem6"); this.dumpProductToolStripMenuItem6.Name = "dumpProductToolStripMenuItem6"; + resources.ApplyResources(this.dumpProductToolStripMenuItem6, "dumpProductToolStripMenuItem6"); this.dumpProductToolStripMenuItem6.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // moveToolStripMenuItem6 // - resources.ApplyResources(this.moveToolStripMenuItem6, "moveToolStripMenuItem6"); this.moveToolStripMenuItem6.Name = "moveToolStripMenuItem6"; + resources.ApplyResources(this.moveToolStripMenuItem6, "moveToolStripMenuItem6"); this.moveToolStripMenuItem6.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // nozzle8GOToolStripMenuItem // - resources.ApplyResources(this.nozzle8GOToolStripMenuItem, "nozzle8GOToolStripMenuItem"); this.nozzle8GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.takeProductToolStripMenuItem7, this.dumpProductToolStripMenuItem7, this.moveToolStripMenuItem7}); this.nozzle8GOToolStripMenuItem.Name = "nozzle8GOToolStripMenuItem"; + resources.ApplyResources(this.nozzle8GOToolStripMenuItem, "nozzle8GOToolStripMenuItem"); // // takeProductToolStripMenuItem7 // - resources.ApplyResources(this.takeProductToolStripMenuItem7, "takeProductToolStripMenuItem7"); this.takeProductToolStripMenuItem7.Name = "takeProductToolStripMenuItem7"; + resources.ApplyResources(this.takeProductToolStripMenuItem7, "takeProductToolStripMenuItem7"); this.takeProductToolStripMenuItem7.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // dumpProductToolStripMenuItem7 // - resources.ApplyResources(this.dumpProductToolStripMenuItem7, "dumpProductToolStripMenuItem7"); this.dumpProductToolStripMenuItem7.Name = "dumpProductToolStripMenuItem7"; + resources.ApplyResources(this.dumpProductToolStripMenuItem7, "dumpProductToolStripMenuItem7"); this.dumpProductToolStripMenuItem7.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // moveToolStripMenuItem7 // - resources.ApplyResources(this.moveToolStripMenuItem7, "moveToolStripMenuItem7"); this.moveToolStripMenuItem7.Name = "moveToolStripMenuItem7"; + resources.ApplyResources(this.moveToolStripMenuItem7, "moveToolStripMenuItem7"); this.moveToolStripMenuItem7.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // nozzle9GOToolStripMenuItem // - resources.ApplyResources(this.nozzle9GOToolStripMenuItem, "nozzle9GOToolStripMenuItem"); this.nozzle9GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.takeProductToolStripMenuItem8, this.dumpProductToolStripMenuItem8, this.moveToolStripMenuItem8}); this.nozzle9GOToolStripMenuItem.Name = "nozzle9GOToolStripMenuItem"; + resources.ApplyResources(this.nozzle9GOToolStripMenuItem, "nozzle9GOToolStripMenuItem"); // // takeProductToolStripMenuItem8 // - resources.ApplyResources(this.takeProductToolStripMenuItem8, "takeProductToolStripMenuItem8"); this.takeProductToolStripMenuItem8.Name = "takeProductToolStripMenuItem8"; + resources.ApplyResources(this.takeProductToolStripMenuItem8, "takeProductToolStripMenuItem8"); this.takeProductToolStripMenuItem8.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // dumpProductToolStripMenuItem8 // - resources.ApplyResources(this.dumpProductToolStripMenuItem8, "dumpProductToolStripMenuItem8"); this.dumpProductToolStripMenuItem8.Name = "dumpProductToolStripMenuItem8"; + resources.ApplyResources(this.dumpProductToolStripMenuItem8, "dumpProductToolStripMenuItem8"); this.dumpProductToolStripMenuItem8.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // moveToolStripMenuItem8 // - resources.ApplyResources(this.moveToolStripMenuItem8, "moveToolStripMenuItem8"); this.moveToolStripMenuItem8.Name = "moveToolStripMenuItem8"; + resources.ApplyResources(this.moveToolStripMenuItem8, "moveToolStripMenuItem8"); this.moveToolStripMenuItem8.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // panelEx2 // - resources.ApplyResources(this.panelEx2, "panelEx2"); this.panelEx2.Controls.Add(this.panelEx5); this.panelEx2.Controls.Add(this.panelEx3); + resources.ApplyResources(this.panelEx2, "panelEx2"); this.panelEx2.Name = "panelEx2"; // // panelEx5 // - resources.ApplyResources(this.panelEx5, "panelEx5"); this.panelEx5.Controls.Add(this.panelEx4); + resources.ApplyResources(this.panelEx5, "panelEx5"); this.panelEx5.Name = "panelEx5"; // // panelEx4 // - resources.ApplyResources(this.panelEx4, "panelEx4"); this.panelEx4.Controls.Add(this.groupBox2); + resources.ApplyResources(this.panelEx4, "panelEx4"); this.panelEx4.Name = "panelEx4"; // // groupBox2 // - resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Controls.Add(this.rsTray1); + resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.ForeColor = System.Drawing.Color.White; this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; // // rsTray1 // - resources.ApplyResources(this.rsTray1, "rsTray1"); this.rsTray1.CanDraw = true; this.rsTray1.ColSpace = 10; this.rsTray1.ColumnNum = 10; + resources.ApplyResources(this.rsTray1, "rsTray1"); this.rsTray1.HeadText = null; this.rsTray1.InitSlotStatus = Rs.Controls.ESlotStatus.NotHave; this.rsTray1.ItemName = null; @@ -476,13 +480,12 @@ // // panelEx3 // - resources.ApplyResources(this.panelEx3, "panelEx3"); this.panelEx3.Controls.Add(this.groupBox1); + resources.ApplyResources(this.panelEx3, "panelEx3"); this.panelEx3.Name = "panelEx3"; // // groupBox1 // - resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.txtStockTakePictureOffsetY); this.groupBox1.Controls.Add(this.txtStockTakePictureOffsetX); this.groupBox1.Controls.Add(this.label11); @@ -503,10 +506,14 @@ this.groupBox1.Controls.Add(this.btnSm); this.groupBox1.Controls.Add(this.btnMoveMarkX2); this.groupBox1.Controls.Add(this.btnMoveMarkX1); + this.groupBox1.Controls.Add(this.txtColumnNum); + this.groupBox1.Controls.Add(this.txtRowNum); this.groupBox1.Controls.Add(this.txtSlotOffsetDistY); this.groupBox1.Controls.Add(this.txtSlotOffsetDistX); this.groupBox1.Controls.Add(this.txtMark2CenterDistY); + this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.txtMark2CenterDistX); + this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txttxtStockTrayOffsetY); this.groupBox1.Controls.Add(this.txtMarkY2); @@ -523,15 +530,16 @@ this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); + resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.ForeColor = System.Drawing.Color.White; this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // txtStockTakePictureOffsetY // - resources.ApplyResources(this.txtStockTakePictureOffsetY, "txtStockTakePictureOffsetY"); this.txtStockTakePictureOffsetY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtStockTakePictureOffsetY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtStockTakePictureOffsetY, "txtStockTakePictureOffsetY"); this.txtStockTakePictureOffsetY.ForeColor = System.Drawing.Color.White; this.txtStockTakePictureOffsetY.Name = "txtStockTakePictureOffsetY"; this.txtStockTakePictureOffsetY.Tag = ""; @@ -539,9 +547,9 @@ // // txtStockTakePictureOffsetX // - resources.ApplyResources(this.txtStockTakePictureOffsetX, "txtStockTakePictureOffsetX"); this.txtStockTakePictureOffsetX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtStockTakePictureOffsetX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtStockTakePictureOffsetX, "txtStockTakePictureOffsetX"); this.txtStockTakePictureOffsetX.ForeColor = System.Drawing.Color.White; this.txtStockTakePictureOffsetX.Name = "txtStockTakePictureOffsetX"; this.txtStockTakePictureOffsetX.Tag = ""; @@ -559,9 +567,9 @@ // // btnCreateTrayStatus // - resources.ApplyResources(this.btnCreateTrayStatus, "btnCreateTrayStatus"); this.btnCreateTrayStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnCreateTrayStatus.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnCreateTrayStatus, "btnCreateTrayStatus"); this.btnCreateTrayStatus.ForeColor = System.Drawing.Color.White; this.btnCreateTrayStatus.Name = "btnCreateTrayStatus"; this.btnCreateTrayStatus.Tag = "LoadY"; @@ -592,9 +600,9 @@ // // txtTeachMarkY2 // - resources.ApplyResources(this.txtTeachMarkY2, "txtTeachMarkY2"); this.txtTeachMarkY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.txtTeachMarkY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.txtTeachMarkY2, "txtTeachMarkY2"); this.txtTeachMarkY2.ForeColor = System.Drawing.Color.White; this.txtTeachMarkY2.Name = "txtTeachMarkY2"; this.txtTeachMarkY2.Tag = "LoadY"; @@ -603,9 +611,9 @@ // // btnTeachMarkY1 // - resources.ApplyResources(this.btnTeachMarkY1, "btnTeachMarkY1"); this.btnTeachMarkY1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachMarkY1.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachMarkY1, "btnTeachMarkY1"); this.btnTeachMarkY1.ForeColor = System.Drawing.Color.White; this.btnTeachMarkY1.Name = "btnTeachMarkY1"; this.btnTeachMarkY1.Tag = "LoadY"; @@ -636,9 +644,9 @@ // // txtTeachMarkX2 // - resources.ApplyResources(this.txtTeachMarkX2, "txtTeachMarkX2"); this.txtTeachMarkX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.txtTeachMarkX2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.txtTeachMarkX2, "txtTeachMarkX2"); this.txtTeachMarkX2.ForeColor = System.Drawing.Color.White; this.txtTeachMarkX2.Name = "txtTeachMarkX2"; this.txtTeachMarkX2.Tag = "LoadX"; @@ -647,9 +655,9 @@ // // btnTeachMarkX1 // - resources.ApplyResources(this.btnTeachMarkX1, "btnTeachMarkX1"); this.btnTeachMarkX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachMarkX1.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachMarkX1, "btnTeachMarkX1"); this.btnTeachMarkX1.ForeColor = System.Drawing.Color.White; this.btnTeachMarkX1.Name = "btnTeachMarkX1"; this.btnTeachMarkX1.Tag = "LoadX"; @@ -669,9 +677,9 @@ // // btnMoveMarkY2 // - resources.ApplyResources(this.btnMoveMarkY2, "btnMoveMarkY2"); this.btnMoveMarkY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveMarkY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveMarkY2, "btnMoveMarkY2"); this.btnMoveMarkY2.ForeColor = System.Drawing.Color.White; this.btnMoveMarkY2.Name = "btnMoveMarkY2"; this.btnMoveMarkY2.Tag = "LoadY"; @@ -680,9 +688,9 @@ // // btnMoveMarkY1 // - resources.ApplyResources(this.btnMoveMarkY1, "btnMoveMarkY1"); this.btnMoveMarkY1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveMarkY1.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveMarkY1, "btnMoveMarkY1"); this.btnMoveMarkY1.ForeColor = System.Drawing.Color.White; this.btnMoveMarkY1.Name = "btnMoveMarkY1"; this.btnMoveMarkY1.Tag = "LoadY"; @@ -713,9 +721,9 @@ // // btnMoveMarkX2 // - resources.ApplyResources(this.btnMoveMarkX2, "btnMoveMarkX2"); this.btnMoveMarkX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveMarkX2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveMarkX2, "btnMoveMarkX2"); this.btnMoveMarkX2.ForeColor = System.Drawing.Color.White; this.btnMoveMarkX2.Name = "btnMoveMarkX2"; this.btnMoveMarkX2.Tag = "LoadX"; @@ -724,15 +732,35 @@ // // btnMoveMarkX1 // - resources.ApplyResources(this.btnMoveMarkX1, "btnMoveMarkX1"); this.btnMoveMarkX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveMarkX1.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveMarkX1, "btnMoveMarkX1"); this.btnMoveMarkX1.ForeColor = System.Drawing.Color.White; this.btnMoveMarkX1.Name = "btnMoveMarkX1"; this.btnMoveMarkX1.Tag = "LoadX"; this.btnMoveMarkX1.UseVisualStyleBackColor = false; this.btnMoveMarkX1.Click += new System.EventHandler(this.btnMove_Click); // + // txtColumnNum + // + resources.ApplyResources(this.txtColumnNum, "txtColumnNum"); + this.txtColumnNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); + this.txtColumnNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtColumnNum.ForeColor = System.Drawing.Color.White; + this.txtColumnNum.Name = "txtColumnNum"; + this.txtColumnNum.Tag = "LoadY"; + this.txtColumnNum.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtRow_KeyUp); + // + // txtRowNum + // + resources.ApplyResources(this.txtRowNum, "txtRowNum"); + this.txtRowNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); + this.txtRowNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtRowNum.ForeColor = System.Drawing.Color.White; + this.txtRowNum.Name = "txtRowNum"; + this.txtRowNum.Tag = "LoadY"; + this.txtRowNum.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtRow_KeyUp); + // // txtSlotOffsetDistY // resources.ApplyResources(this.txtSlotOffsetDistY, "txtSlotOffsetDistY"); @@ -760,6 +788,11 @@ this.txtMark2CenterDistY.Name = "txtMark2CenterDistY"; this.txtMark2CenterDistY.Tag = "LoadY"; // + // label14 + // + resources.ApplyResources(this.label14, "label14"); + this.label14.Name = "label14"; + // // txtMark2CenterDistX // resources.ApplyResources(this.txtMark2CenterDistX, "txtMark2CenterDistX"); @@ -769,6 +802,11 @@ this.txtMark2CenterDistX.Name = "txtMark2CenterDistX"; this.txtMark2CenterDistX.Tag = "LoadX"; // + // label13 + // + resources.ApplyResources(this.label13, "label13"); + this.label13.Name = "label13"; + // // label4 // resources.ApplyResources(this.label4, "label4"); @@ -776,9 +814,9 @@ // // txttxtStockTrayOffsetY // - resources.ApplyResources(this.txttxtStockTrayOffsetY, "txttxtStockTrayOffsetY"); this.txttxtStockTrayOffsetY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txttxtStockTrayOffsetY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txttxtStockTrayOffsetY, "txttxtStockTrayOffsetY"); this.txttxtStockTrayOffsetY.ForeColor = System.Drawing.Color.White; this.txttxtStockTrayOffsetY.Name = "txttxtStockTrayOffsetY"; this.txttxtStockTrayOffsetY.Tag = ""; @@ -786,9 +824,9 @@ // // txtMarkY2 // - resources.ApplyResources(this.txtMarkY2, "txtMarkY2"); this.txtMarkY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtMarkY2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtMarkY2, "txtMarkY2"); this.txtMarkY2.ForeColor = System.Drawing.Color.White; this.txtMarkY2.Name = "txtMarkY2"; this.txtMarkY2.ReadOnly = true; @@ -796,9 +834,9 @@ // // txtMarkY1 // - resources.ApplyResources(this.txtMarkY1, "txtMarkY1"); this.txtMarkY1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtMarkY1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtMarkY1, "txtMarkY1"); this.txtMarkY1.ForeColor = System.Drawing.Color.White; this.txtMarkY1.Name = "txtMarkY1"; this.txtMarkY1.ReadOnly = true; @@ -806,9 +844,9 @@ // // txtStockTrayOffsetX // - resources.ApplyResources(this.txtStockTrayOffsetX, "txtStockTrayOffsetX"); this.txtStockTrayOffsetX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtStockTrayOffsetX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtStockTrayOffsetX, "txtStockTrayOffsetX"); this.txtStockTrayOffsetX.ForeColor = System.Drawing.Color.White; this.txtStockTrayOffsetX.Name = "txtStockTrayOffsetX"; this.txtStockTrayOffsetX.Tag = ""; @@ -821,9 +859,9 @@ // // txtMarkX2 // - resources.ApplyResources(this.txtMarkX2, "txtMarkX2"); this.txtMarkX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtMarkX2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtMarkX2, "txtMarkX2"); this.txtMarkX2.ForeColor = System.Drawing.Color.White; this.txtMarkX2.Name = "txtMarkX2"; this.txtMarkX2.ReadOnly = true; @@ -841,9 +879,9 @@ // // txtMarkX1 // - resources.ApplyResources(this.txtMarkX1, "txtMarkX1"); this.txtMarkX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtMarkX1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtMarkX1, "txtMarkX1"); this.txtMarkX1.ForeColor = System.Drawing.Color.White; this.txtMarkX1.Name = "txtMarkX1"; this.txtMarkX1.ReadOnly = true; @@ -881,56 +919,56 @@ // // panelEx1 // - resources.ApplyResources(this.panelEx1, "panelEx1"); this.panelEx1.Controls.Add(this.groupBox3); + resources.ApplyResources(this.panelEx1, "panelEx1"); this.panelEx1.Name = "panelEx1"; // // groupBox3 // - resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.Controls.Add(this.dgvRunPoints); + resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.ForeColor = System.Drawing.Color.White; this.groupBox3.Name = "groupBox3"; this.groupBox3.TabStop = false; // // dgvRunPoints // - resources.ApplyResources(this.dgvRunPoints, "dgvRunPoints"); this.dgvRunPoints.AllowUserToAddRows = false; this.dgvRunPoints.AllowUserToDeleteRows = false; this.dgvRunPoints.AllowUserToResizeColumns = false; this.dgvRunPoints.AllowUserToResizeRows = false; - dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); - dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; - this.dgvRunPoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; + dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); + dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White; + this.dgvRunPoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8; this.dgvRunPoints.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvRunPoints.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); + resources.ApplyResources(this.dgvRunPoints, "dgvRunPoints"); this.dgvRunPoints.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewLinkColumn1}); - dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); - dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White; - dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False; - this.dgvRunPoints.DefaultCellStyle = dataGridViewCellStyle6; + dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); + dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White; + dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dgvRunPoints.DefaultCellStyle = dataGridViewCellStyle13; this.dgvRunPoints.EnableHeadersVisualStyles = false; this.dgvRunPoints.GridColor = System.Drawing.SystemColors.ActiveCaption; this.dgvRunPoints.MultiSelect = false; this.dgvRunPoints.Name = "dgvRunPoints"; this.dgvRunPoints.ReadOnly = true; - dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); - dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White; - dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.White; - dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.White; - dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; - this.dgvRunPoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle7; + dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); + dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White; + dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.White; + dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White; + dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgvRunPoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle14; this.dgvRunPoints.RowHeadersVisible = false; this.dgvRunPoints.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dgvRunPoints.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); @@ -943,8 +981,8 @@ // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "SlotIndex"; - dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle2; + dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle9; this.dataGridViewTextBoxColumn1.FillWeight = 10F; resources.ApplyResources(this.dataGridViewTextBoxColumn1, "dataGridViewTextBoxColumn1"); this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; @@ -953,8 +991,8 @@ // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "X"; - dataGridViewCellStyle3.Format = "0.000"; - this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle3; + dataGridViewCellStyle10.Format = "0.000"; + this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle10; this.dataGridViewTextBoxColumn2.FillWeight = 40F; resources.ApplyResources(this.dataGridViewTextBoxColumn2, "dataGridViewTextBoxColumn2"); this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; @@ -963,8 +1001,8 @@ // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "Y"; - dataGridViewCellStyle4.Format = "0.000"; - this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle4; + dataGridViewCellStyle11.Format = "0.000"; + this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle11; this.dataGridViewTextBoxColumn3.FillWeight = 40F; resources.ApplyResources(this.dataGridViewTextBoxColumn3, "dataGridViewTextBoxColumn3"); this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; @@ -973,10 +1011,10 @@ // dataGridViewLinkColumn1 // this.dataGridViewLinkColumn1.ActiveLinkColor = System.Drawing.Color.White; - dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - dataGridViewCellStyle5.BackColor = System.Drawing.Color.Silver; - dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White; - this.dataGridViewLinkColumn1.DefaultCellStyle = dataGridViewCellStyle5; + dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle12.BackColor = System.Drawing.Color.Silver; + dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White; + this.dataGridViewLinkColumn1.DefaultCellStyle = dataGridViewCellStyle12; this.dataGridViewLinkColumn1.FillWeight = 10F; resources.ApplyResources(this.dataGridViewLinkColumn1, "dataGridViewLinkColumn1"); this.dataGridViewLinkColumn1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; @@ -1107,5 +1145,9 @@ private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn1; private System.Windows.Forms.Button btnLg; private System.Windows.Forms.Button btnSm; + private System.Windows.Forms.TextBox txtColumnNum; + private System.Windows.Forms.TextBox txtRowNum; + private System.Windows.Forms.Label label14; + private System.Windows.Forms.Label label13; } } \ No newline at end of file diff --git a/Rs.SkyLine/Recipe/StockTrayLocationRecipe.cs b/Rs.SkyLine/Recipe/StockTrayLocationRecipe.cs index 678da24..755c007 100644 --- a/Rs.SkyLine/Recipe/StockTrayLocationRecipe.cs +++ b/Rs.SkyLine/Recipe/StockTrayLocationRecipe.cs @@ -354,5 +354,25 @@ namespace Rs.MotionPlat.Recipe LookPicture lp = new LookPicture("lg"); lp.Show(); } + + private void txtRow_KeyUp(object sender, KeyEventArgs e) + { + if(e.KeyCode== Keys.Enter) + { + TextBox txt = (TextBox)sender; + string name = txt.Name.Replace("txt", ""); + if (txt != null) + { + if (ObjectHelper.IsNotNullorEmpty(dt)) + { + string updateSql = $"update NormalTray set {name}={txt.Text} where id={dt.Rows[0]["id"]}"; + if (db.ExecuteNonQuery(updateSql) > 0) + { + + } + } + } + } + } } } diff --git a/Rs.SkyLine/Recipe/StockTrayLocationRecipe.resx b/Rs.SkyLine/Recipe/StockTrayLocationRecipe.resx index 0b616d9..ec5d25c 100644 --- a/Rs.SkyLine/Recipe/StockTrayLocationRecipe.resx +++ b/Rs.SkyLine/Recipe/StockTrayLocationRecipe.resx @@ -117,2041 +117,2209 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 17 + - - 79, 25 - - - - Flat - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TakeProduct + + 143, 224 - - 156, 22 + + contextMenuStrip1 - - 156, 22 + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + 142, 22 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CameraGo - - 85, 21 + + 126, 22 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Move - - DumpProduct + + 126, 22 - - panelEx4 + + GrabPos - + 142, 22 - - 286, 121 + + Nozzle1GO - - 11 + + 156, 22 - + TakeProduct - + 156, 22 - - groupBox1 + + DumpProduct - - - False + + 156, 22 - - Flat + + Move - - dumpProductToolStripMenuItem2 + + 142, 22 - - 9 + + Nozzle2GO - + 156, 22 - - 156, 22 + + TakeProduct - - groupBox1 + + 156, 22 - - 3 + + DumpProduct - - Nozzle1GO + + 156, 22 - - SlotOffsetX: + + Move - - 宋体, 9pt + + 142, 22 - - Center + + Nozzle3GO - - txtMark2CenterDistY + + 156, 22 - - 685, 46 + + TakeProduct - - nozzle8GOToolStripMenuItem + + 156, 22 - - groupBox1 + + DumpProduct - + 156, 22 + + Move + 142, 22 - - 0 - - - False - - - txtMarkY2 + + Nozzle4GO - - groupBox1 + + 156, 22 - - groupBox2 + + TakeProduct - - groupBox1 + + 156, 22 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + DumpProduct - - moveToolStripMenuItem1 + + 156, 22 - - False + + Move - - 50 + + 142, 22 - - CreateMatrix + + Nozzle5GO - - 106, 19 + + 156, 22 - - label2 + + TakeProduct - - moveToolStripMenuItem3 + + 156, 22 - - groupBox1 + + DumpProduct - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 156, 22 - - 47, 12 + + Move - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 142, 22 - - 54 + + Nozzle6GO - - 52 + + 156, 22 - - nozzle4GOToolStripMenuItem + + TakeProduct - - 1030, 855 + + 156, 22 - - 48 + + DumpProduct - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 156, 22 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Move - + 142, 22 - - MarkY2: + + Nozzle7GO - - groupBox1 + + 156, 22 - - 488, 54 + + TakeProduct - - Top, Right + + 156, 22 - - label5 + + DumpProduct - - Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=3.20.24.7, Culture=neutral, PublicKeyToken=null + + 156, 22 - - False + + Move - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 142, 22 - - Top, Right + + Nozzle8GO - + 156, 22 - - 49 + + TakeProduct - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 156, 22 - - 79, 25 + + DumpProduct - - groupBox1 + + 156, 22 + + + Move + + + 142, 22 Nozzle9GO - - panelEx4 + + 156, 22 - - 0, 256 + + TakeProduct + + + 156, 22 DumpProduct - - label11 + + 156, 22 - - panelEx2 + + Move - - IX + + panelEx4 - - dumpProductToolStripMenuItem1 + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - btnTeachMarkY1 + + panelEx5 - - groupBox1 + + 0 - - dataGridViewTextBoxColumn3 + + + Fill - - 429, 198 + + 0, 256 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 781, 599 - + + + 2 + + + panelEx5 + + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null + + panelEx2 - - DumpProduct + + 0 - - 156, 22 + + 宋体, 9pt - - 48 + + 286, 121 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 85, 21 - - 79, 25 + + 58 - - TakeProduct + + 0 - - 79, 25 + + Center - - txtSlotOffsetDistY + + txtStockTakePictureOffsetY - - 取放料补偿Y: + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 0 - - Move - - - 156, 22 + + 宋体, 9pt - - False + + 106, 121 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 85, 21 - - 1030, 855 + + 59 - + 0 - - dumpProductToolStripMenuItem6 + + Center - + + txtStockTakePictureOffsetX + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - 示教 + + 1 - - 685, 15 + + True - - 8 + + 218, 125 - - 551, 87 + + 65, 12 - - 宋体, 9pt + + 56 - - Center + + 拍照偏移Y: - - btnSaveSlotOffsetDistY + + label11 - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 156, 22 + + 38, 125 - - groupBox1 + + 65, 12 - - groupBox1 + + 57 - - Flat + + 拍照偏移X: - - 47, 12 + + label12 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + groupBox1 - + + 3 + + Flat - - 77, 12 + + 9, 194 - - False + + 133, 51 - - Center + + 55 - - dataGridViewTextBoxColumn1 - - - 宋体, 9pt - - - Y - - - StockTrayLocationRecipe + + CreateTrayStatus - + False - - 47, 12 - - - 3 - - - 320, 233 - - - 77, 12 - - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.3, Culture=neutral, PublicKeyToken=null - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnLg + + btnCreateTrayStatus - - 442, 227 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - - groupBox1 + + 4 Top, Right - - 65, 12 + + Flat - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 685, 46 - - 21 + + 79, 25 - - SM + + 51 - - CreateTrayStatus + + Save - - 79, 25 + + btnSaveSlotOffsetDistY - - False + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - - 156, 22 + + 5 - - moveToolStripMenuItem4 + + Top, Right - - 206, 91 + + Flat - - 30 + + 429, 229 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 79, 25 - - True + + 51 - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Save - - 576, 19 + + False - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnSaveMark2CenterDistY - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panelEx1 + + groupBox1 - - Fill + + 6 - - 52 + + Flat - - MarkY1: + + 344, 225 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 79, 25 - - 1024, 835 + + 51 - - 18 + + 示教 - - 59 + + False + + + txtTeachMarkY2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 groupBox1 - - label12 + + 7 - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.3, Culture=neutral, PublicKeyToken=null + + Flat - - Mark -> CenterDistX: + + 215, 46 - - 52 + + 79, 25 - - 488, 23 + + 51 - - 15 + + 示教 - - 54 + + btnTeachMarkY1 - - 10 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - DumpProduct + + groupBox1 - - 2 + + 8 Top, Right - - True - - - groupBox1 - - - 156, 22 - Flat - - 781, 256 - - - btnMoveMarkY2 - - - Top, Right + + 685, 15 - - False + + 79, 25 - - 142, 22 + + 52 - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Save - - 26, 89 + + btnSaveSlotOffsetDistX - - 5 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 142, 22 + + groupBox1 - - 53 + + 9 - + Top, Right - - True + + Flat - - 0.01 + + 429, 198 - - groupBox1 + + 79, 25 - - 25 + + 52 - - 0 - - - 29 + + Save - - 51 + + False - - Flat + + btnSaveMark2CenterDistX - - 2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 53 + + groupBox1 - - 33 + + 10 - - 0.01 + + Flat - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 344, 194 - - Flat + + 79, 25 - - 85, 21 + + 52 - - 6, 12 + + 示教 - + False - - groupBox1 + + txtTeachMarkX2 - - txtSlotOffsetDistX + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox1 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - groupBox1 + + Flat - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 215, 15 - - groupBox1 + + 79, 25 - - 0 + + 52 - - btnCreateMatrix + + 示教 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnTeachMarkX1 - - 32 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 12 - - Rs.Controls.RsTray, Rs.Controls, Version=2.20.24.3, Culture=neutral, PublicKeyToken=null + + Bottom, Right - - 156, 22 + + Flat - - moveToolStripMenuItem7 + + 631, 193 - - True + + 133, 50 - - 79, 25 + + 49 - - DumpProduct + + CreateMatrix - - 0 + + btnCreateMatrix - - 27 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top, Right + + groupBox1 - - txttxtStockTrayOffsetY + + 13 - + + Flat + + + 442, 227 + + 79, 25 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 49 - - 48 + + 运动到此 - + False - - panelEx2 + + btnMoveMarkY2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 groupBox1 - + + 14 + + Flat - - takeProductToolStripMenuItem1 + + 324, 46 - - 685, 89 + + 79, 25 - - 442, 196 + + 49 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 运动到此 - - label4 + + btnMoveMarkY1 - - 184, 206 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 142, 22 + + groupBox1 - - takeProductToolStripMenuItem + + 15 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top, Right - - 47, 12 + + Flat - - 75, 23 + + 685, 89 - - 6 + + 79, 25 - - DumpProduct + + 50 - - 22 + + LG - - 781, 256 + + btnLg - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - dumpProductToolStripMenuItem4 + + 16 - - moveToolStripMenuItem2 + + Top, Right - - 156, 22 + + Flat - - takeProductToolStripMenuItem5 + + 551, 87 - - 781, 855 + + 79, 25 - - 运动到此 + + 50 - - label3 - - - goToolStripMenuItem + + SM - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.3, Culture=neutral, PublicKeyToken=null + + btnSm - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 79, 25 - - - Top, Right - - - GrabPos + + groupBox1 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17 - - Top, Right + + Flat - - moveToolStripMenuItem8 + + 442, 196 - - 0.01 + + 79, 25 - - Move + + 50 - - 53 + + 运动到此 - - 0, 0 + + False - - 156, 22 + + btnMoveMarkX2 - - 85, 21 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox1 - - 28 + + 18 - - 65, 12 + + Flat - - button1 + + 324, 15 - - Move + + 79, 25 - - btnSm + + 50 - - groupBox1 + + 运动到此 - - groupBox3 + + btnMoveMarkX1 - - 324, 15 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 85, 21 + + groupBox1 - - 7 + + 19 - - 79, 25 + + Top, Right - + 宋体, 9pt - - 13 + + 704, 140 - - 1 + + 60, 21 - - Mark -> CenterDistY: + + 53 - - txtMarkY1 + + 8 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Center - - Flat + + txtColumnNum - - 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - DumpProduct + + groupBox1 - - label8 + + 20 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top, Right - + 宋体, 9pt - - TakeProduct + + 585, 140 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 60, 21 - - 429, 229 + + 53 - - Nozzle8GO + + 8 - - 拍照偏移X: + + Center - - btnSaveMark2CenterDistX + + txtRowNum - - 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Move + + groupBox1 - - dgvRunPoints + + 21 - + + Top, Right + + 宋体, 9pt - - txtStockTakePictureOffsetY + + 576, 50 - - 781, 0 + + 85, 21 - - Top, Right + + 53 - - 54 + + 0.01 - - Move + + Center - - 344, 225 + + txtSlotOffsetDistY - + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - 宋体, 9pt + + 22 - - Right + + Top, Right - - Flat + + 宋体, 9pt - - Save + + 576, 19 - - 4 + + 85, 21 - - Move + + 54 - - 142, 22 + + 0.01 - - btnMoveMarkX1 + + Center - - 宋体, 9pt + + txtSlotOffsetDistX - - 31 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnSaveSlotOffsetDistX + + groupBox1 - - panelEx3 + + 23 - - 85, 21 + + Top, Right - - 1 + + 宋体, 9pt - - groupBox1 + + 320, 233 - - nozzle9GOToolStripMenuItem + + 85, 21 - - moveToolStripMenuItem6 + + 53 - - txtTeachMarkX2 - - - 50 - - - Tray - - - Flat + + 0.01 - - 0, 0 + + Center - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - 235, 229 + + txtMark2CenterDistY - - Center + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - Center + + 24 - - 50 + + Top, Right - - 126, 22 + + True - - dumpProductToolStripMenuItem8 + + NoControl - - moveToolStripMenuItem9 + + 651, 142 - - 1 + + 47, 12 - - groupBox2 + + 47 - - Flat + + ColNum: - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label14 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnMoveMarkX2 + + groupBox1 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 25 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top, Right - - groupBox1 + + 宋体, 9pt - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.3, Culture=neutral, PublicKeyToken=null + + 320, 202 - - 34 + + 85, 21 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 54 - - label6 + + 0.01 - - 9, 194 + + Center - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - moveToolStripMenuItem + + txtMark2CenterDistX - - Flat + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - - rsTray1 - - - 781, 599 + + 26 - - 37 + + Top, Right - + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 26 - - - 取放料补偿X: - - - 79, 25 + + NoControl - - 143, 224 + + 517, 142 - - 57, 23 + + 47, 12 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 47 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + RowNum: - - txtStockTrayOffsetX + + label13 - - False + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - - 53 - - - groupBox1 + + 27 - - 133, 51 + + Top, Right - - 54 + + True - - 运动到此 + + 488, 54 - + 77, 12 - - 320, 202 + + 47 - - 4 + + SlotOffsetY: - - 48 + + label4 - - 47 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0, 0 + + groupBox1 - - Flat + + 28 - - Save + + 宋体, 9pt - - nozzle2GOToolStripMenuItem + + 286, 87 - - Center + + 85, 21 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 53 - - Fill + + 0.01 Center - - 38, 125 + + txttxtStockTrayOffsetY - - Nozzle6GO + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 156, 22 + + groupBox1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 29 - - 2 + + 宋体, 9pt - - False + + 235, 229 - - 142, 22 + + 85, 21 + + + 53 0.01 - - 133, 50 + + Center - - dumpProductToolStripMenuItem + + False - - Move + + txtMarkY2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - 85, 21 + + groupBox1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 30 - - 57 + + 宋体, 9pt - - Flat + + 106, 50 - - 533, 160 + + 85, 21 - - 运动到此 + + 53 - - txtStockTakePictureOffsetX + + 0.01 - - 运动到此 + + Center - - button1 + + txtMarkY1 - - Nozzle2GO + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 拍照偏移Y: + + groupBox1 - - False + + 31 - - 0.01 + + 宋体, 9pt - - 48 + + 106, 85 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 85, 21 - - takeProductToolStripMenuItem7 + + 54 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0.01 - + Center - - groupBox1 - - - grabPosToolStripMenuItem + + txtStockTrayOffsetX - - MarkX1: + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 32 - - label9 + + Top, Right - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 184, 237 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 125, 12 - - Top + + 47 - - 156, 22 + + Mark -> CenterDistY: - - Fill + + False - - 3, 17 + + label2 - - 781, 599 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - - groupBox1 + + 33 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 宋体, 9pt - - Points + + 235, 198 - - True + + 85, 21 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 54 - + 0.01 - - X - - - 215, 46 + + Center - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + txtMarkX2 - - DumpProduct + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - - Fill - - - 51 - - - dumpProductToolStripMenuItem5 - - - panelEx1 + + 34 - - 0.01 + + Top, Right - - dumpProductToolStripMenuItem3 + + True - - 0, 0 + + 488, 23 - - Center + + 77, 12 - - 0, 0 + + 48 - - Center + + SlotOffsetX: - - 14 + + label3 - - 宋体, 9pt + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 142, 22 + + groupBox1 - - True + + 35 True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - txtMark2CenterDistX + + 206, 91 - - nozzle5GOToolStripMenuItem + + 77, 12 - - 156, 22 + + 47 - - Move + + 取放料补偿Y: - - Top, Right + + label10 - - 106, 121 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top, Right + + groupBox1 - - 56 + + 36 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 51 - - - 30 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 + + 宋体, 9pt - - 235, 198 + + 106, 19 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 85, 21 - - txtMarkX2 + + 54 - - btnCreateTrayStatus + + 0.01 - - 156, 22 + + Center - - 3, 17 + + txtMarkX1 - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Center + + groupBox1 - - 77, 12 + + 37 - - 0 + + True - - nozzle6GOToolStripMenuItem + + 186, 233 - - label1 + + 47, 12 - - panelEx5 + + 47 - - 1811, 855 + + MarkY2: - - takeProductToolStripMenuItem3 + + False - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label8 - - 324, 46 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 36 + + groupBox1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 38 - - TakeProduct + + True - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 26, 89 - - 宋体, 9pt + + 77, 12 - - 186, 202 + + 48 - - groupBox1 + + 取放料补偿X: - - 19 + + label9 - - label10 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 示教 + + groupBox1 - - groupBox3 + + 39 - - SlotOffsetY: + + Top, Right - + True - - 54 + + 184, 206 - - 47 + + 125, 12 - - 0 + + 48 - - 186, 233 + + Mark -> CenterDistX: - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - Top, Right + + label1 - - 79, 25 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - - StockTrayLocationRecipe + + 40 - - CameraGo + + True - - 0.01 + + 186, 202 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 47, 12 - - MarkPoint + + 48 - - 30 + + MarkX2: - - 60 + + False - + + label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - DumpProduct + + 41 - - 0 + + True 57, 54 - - nozzle7GOToolStripMenuItem + + 47, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 47 - - LG + + MarkY1: - - nozzle1GOToolStripMenuItem + + label6 - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnSaveMark2CenterDistY + + groupBox1 - - takeProductToolStripMenuItem6 + + 42 - - dumpProductToolStripMenuItem7 + + True - - TakeProduct + + 57, 23 - - btnTeachMarkX1 + + 47, 12 - - 38 + + 48 - - 53 + + MarkX1: - - takeProductToolStripMenuItem8 + + label5 - - TakeProduct + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - 79, 25 + + 43 - - dataGridViewTextBoxColumn2 + + Fill - - 47 + + 0, 0 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 781, 256 - - 47 + + 0 - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MarkPoint - - 631, 193 + + groupBox1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 示教 + + panelEx3 - + 0 - - Nozzle7GO - - - 2 - - - 215, 15 + + Top - - Bottom, Right + + 0, 0 - - 156, 22 + + 781, 256 - - 106, 50 + + 0 - - Center + + panelEx3 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - 55 + + panelEx2 - - 156, 22 + + 1 - - 184, 237 + + Fill - - 85, 21 + + 0, 0 - - 50 + + 781, 855 - - contextMenuStrip1 + + 3 - - groupBox1 + + panelEx2 - - label7 + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - 47 + + $this - - 20 + + 1 - - 775, 579 + + groupBox2 - - True + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 79, 25 + + panelEx4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - 156, 22 + + Fill - - 142, 22 + + 0, 0 - - 85, 21 + + 781, 599 - - 156, 22 + + 2 - - 125, 12 + + panelEx4 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - Nozzle4GO + + panelEx5 - - $this + + 0 - - 781, 599 + + rsTray1 - - btnMoveMarkY1 + + Rs.Controls.RsTray, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - 85, 21 + + groupBox2 - - 126, 22 + + 0 - - 79, 25 + + Fill - - txtMarkX1 + + 0, 0 - - 23 + + 781, 599 - - 218, 125 + + 1 - - Top, Right + + Tray - - Save + + groupBox2 - - 39 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 156, 22 + + panelEx4 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - 宋体, 9pt + + Fill - - 0, 0 + + 3, 17 - - 35 + + 775, 579 0 - - 156, 22 - - - 宋体, 9pt + + rsTray1 - - 125, 12 + + Rs.Controls.RsTray, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - Fill + + groupBox2 - - 156, 22 + + 0 - - panelEx5 + + groupBox3 - - panelEx3 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - nozzle3GOToolStripMenuItem + + panelEx1 - - Move + + 0 - - txtTeachMarkY2 + + Right - - 24 + + 781, 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1030, 855 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - 17 + + panelEx1 - - groupBox1 + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - TakeProduct + + $this - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - 156, 22 + + dgvRunPoints - + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox3 + + + 0 + + + Fill + + + 0, 0 + + + 1030, 855 + + + 4 + + + Points + + + groupBox3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panelEx1 + + + 0 + + + 30 + + + True + + + IX + + + True + + + X + + + True + + + Y + + + True + + Move - - 0.01 + + False - + Fill - + + 3, 17 + + + 30 + + + 1024, 835 + + + 7 + + + dgvRunPoints + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox3 + + + 0 + + + True + + + 6, 12 + + + 1811, 855 + + + StockTrayLocationRecipe + + + goToolStripMenuItem + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 85, 21 + + moveToolStripMenuItem9 - - Nozzle5GO + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + grabPosToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + nozzle1GOToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + takeProductToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + dumpProductToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + moveToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + nozzle2GOToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + takeProductToolStripMenuItem1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + dumpProductToolStripMenuItem1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + moveToolStripMenuItem1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + nozzle3GOToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 takeProductToolStripMenuItem2 - - Nozzle3GO + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Fill + + dumpProductToolStripMenuItem2 - - False + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TakeProduct + + moveToolStripMenuItem2 - - 576, 50 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + nozzle4GOToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + takeProductToolStripMenuItem3 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + dumpProductToolStripMenuItem3 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + moveToolStripMenuItem3 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + nozzle5GOToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 takeProductToolStripMenuItem4 - - 85, 21 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + dumpProductToolStripMenuItem4 - - 49 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + moveToolStripMenuItem4 - - 58 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 106, 85 + + nozzle6GOToolStripMenuItem - - System.Windows.Forms.DataGridViewLinkColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 85, 21 + + takeProductToolStripMenuItem5 - - 344, 194 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + dumpProductToolStripMenuItem5 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 moveToolStripMenuItem5 - - 0 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MarkX2: + + nozzle7GOToolStripMenuItem - - 51 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flat + + takeProductToolStripMenuItem6 - - Save + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - dataGridViewLinkColumn1 + + dumpProductToolStripMenuItem6 - - 52 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0.01 + + moveToolStripMenuItem6 - - groupBox1 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Move + + nozzle8GOToolStripMenuItem - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.3, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 49 + + takeProductToolStripMenuItem7 - - 示教 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 286, 87 + + dumpProductToolStripMenuItem7 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + moveToolStripMenuItem7 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + nozzle9GOToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + takeProductToolStripMenuItem8 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + dumpProductToolStripMenuItem8 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + moveToolStripMenuItem8 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + dataGridViewTextBoxColumn1 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + dataGridViewTextBoxColumn2 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + dataGridViewTextBoxColumn3 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + dataGridViewLinkColumn1 + + + System.Windows.Forms.DataGridViewLinkColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + StockTrayLocationRecipe + + + Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=3.20.24.26, Culture=neutral, PublicKeyToken=null - - True - - - True - - - 17, 17 - - - True - - - True - - - True - \ No newline at end of file