diff --git a/Rs.DeweyTester/Commom/GlobalVar.cs b/Rs.DeweyTester/Commom/GlobalVar.cs
index 95555b0..381d6ae 100644
--- a/Rs.DeweyTester/Commom/GlobalVar.cs
+++ b/Rs.DeweyTester/Commom/GlobalVar.cs
@@ -1152,6 +1152,102 @@ namespace Rs.Framework
}
}
+ ///
+ /// 排料吸嘴5基准位X
+ ///
+ [ParameterInit("double", "0", "system", "排料吸嘴5基准位X")]
+ public static double Nozzle5CenterBasePosX
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle5CenterBasePosX));
+ }
+ }
+
+ ///
+ /// 排料吸嘴5基准位Y2
+ ///
+ [ParameterInit("double", "0", "system", "排料吸嘴5基准位Y2")]
+ public static double Nozzle5CenterBasePosY2
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle5CenterBasePosY2));
+ }
+ }
+
+ ///
+ /// 排料吸嘴6基准位X
+ ///
+ [ParameterInit("double", "0", "system", "排料吸嘴6基准位X")]
+ public static double Nozzle6CenterBasePosX
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle6CenterBasePosX));
+ }
+ }
+
+ ///
+ /// 排料吸嘴6基准位Y2
+ ///
+ [ParameterInit("double", "0", "system", "排料吸嘴6基准位Y2")]
+ public static double Nozzle6CenterBasePosY2
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle6CenterBasePosY2));
+ }
+ }
+
+ ///
+ /// 排料吸嘴7基准位X
+ ///
+ [ParameterInit("double", "0", "system", "排料吸嘴7基准位X")]
+ public static double Nozzle7CenterBasePosX
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle7CenterBasePosX));
+ }
+ }
+
+ ///
+ /// 排料吸嘴7基准位Y2
+ ///
+ [ParameterInit("double", "0", "system", "排料吸嘴7基准位Y2")]
+ public static double Nozzle7CenterBasePosY2
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle7CenterBasePosY2));
+ }
+ }
+
+ ///
+ /// 排料吸嘴8基准位X
+ ///
+ [ParameterInit("double", "0", "system", "排料吸嘴8基准位X")]
+ public static double Nozzle8CenterBasePosX
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle8CenterBasePosX));
+ }
+ }
+
+ ///
+ /// 排料吸嘴8基准位Y2
+ ///
+ [ParameterInit("double", "0", "system", "排料吸嘴8基准位Y2")]
+ public static double Nozzle8CenterBasePosY2
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle8CenterBasePosY2));
+ }
+ }
+
///
/// 治具侧Y1
///
@@ -1250,6 +1346,57 @@ namespace Rs.Framework
}
}
+ ///
+ /// 吸嘴5基础高度
+ ///
+ [ParameterInit("double", "0", "system", "吸嘴5基础高度")]
+ public static double Nozzle5BaseHeight
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle5BaseHeight));
+ }
+ }
+
+
+ ///
+ /// 吸嘴6基础高度
+ ///
+ [ParameterInit("double", "0", "system", "吸嘴6基础高度")]
+ public static double Nozzle6BaseHeight
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle6BaseHeight));
+ }
+ }
+
+
+ ///
+ /// 吸嘴7基础高度
+ ///
+ [ParameterInit("double", "0", "system", "吸嘴7基础高度")]
+ public static double Nozzle7BaseHeight
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle7BaseHeight));
+ }
+ }
+
+
+ ///
+ /// 吸嘴8基础高度
+ ///
+ [ParameterInit("double", "0", "system", "吸嘴8基础高度")]
+ public static double Nozzle8BaseHeight
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle8BaseHeight));
+ }
+ }
+
///
/// 吸嘴1到相机中心X
@@ -1377,6 +1524,106 @@ namespace Rs.Framework
}
}
+ ///
+ /// 吸嘴5到吸嘴1中心X
+ ///
+ [ParameterInit("double", "0", "system", "吸嘴5到吸嘴1中心X")]
+ public static double Nozzle5ToNozzle1CenterOffsetX
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle5ToNozzle1CenterOffsetX));
+ }
+ }
+
+ ///
+ /// 吸嘴5到吸嘴1中心Y2
+ ///
+ [ParameterInit("double", "0", "system", "吸嘴5到吸嘴1中心Y2")]
+ public static double Nozzle5ToNozzle1CenterOffsetY2
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle5ToNozzle1CenterOffsetY2));
+ }
+ }
+
+
+ ///
+ /// 吸嘴6到吸嘴1中心X
+ ///
+ [ParameterInit("double", "0", "system", "吸嘴6到吸嘴1中心X")]
+ public static double Nozzle6ToNozzle1CenterOffsetX
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle6ToNozzle1CenterOffsetX));
+ }
+ }
+
+ ///
+ /// 吸嘴6到吸嘴1中心Y2
+ ///
+ [ParameterInit("double", "0", "system", "吸嘴6到吸嘴1中心Y2")]
+ public static double Nozzle6ToNozzle1CenterOffsetY2
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle6ToNozzle1CenterOffsetY2));
+ }
+ }
+
+
+ ///
+ /// 吸嘴7到吸嘴1中心X
+ ///
+ [ParameterInit("double", "0", "system", "吸嘴7到吸嘴1中心X")]
+ public static double Nozzle7ToNozzle1CenterOffsetX
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle7ToNozzle1CenterOffsetX));
+ }
+ }
+
+ ///
+ /// 吸嘴7到吸嘴1中心Y2
+ ///
+ [ParameterInit("double", "0", "system", "吸嘴7到吸嘴1中心Y2")]
+ public static double Nozzle7ToNozzle1CenterOffsetY2
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle7ToNozzle1CenterOffsetY2));
+ }
+ }
+
+
+ ///
+ /// 吸嘴8到吸嘴1中心X
+ ///
+ [ParameterInit("double", "0", "system", "吸嘴8到吸嘴1中心X")]
+ public static double Nozzle8ToNozzle1CenterOffsetX
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle8ToNozzle1CenterOffsetX));
+ }
+ }
+
+ ///
+ /// 吸嘴8到吸嘴1中心Y2
+ ///
+ [ParameterInit("double", "0", "system", "吸嘴8到吸嘴1中心Y2")]
+ public static double Nozzle8ToNozzle1CenterOffsetY2
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(Nozzle8ToNozzle1CenterOffsetY2));
+ }
+ }
+
+
///
diff --git a/Rs.DeweyTester/Recipe/StockTrayLocationRecipe.Designer.cs b/Rs.DeweyTester/Recipe/StockTrayLocationRecipe.Designer.cs
index 3666e1b..cb48075 100644
--- a/Rs.DeweyTester/Recipe/StockTrayLocationRecipe.Designer.cs
+++ b/Rs.DeweyTester/Recipe/StockTrayLocationRecipe.Designer.cs
@@ -29,21 +29,21 @@
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
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();
@@ -102,6 +102,22 @@
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewLinkColumn2 = new System.Windows.Forms.DataGridViewLinkColumn();
+ this.nozzle5GOToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.takeProductToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
+ this.dumpProductToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
+ this.moveToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
+ this.nozzle6GOToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.takeProductToolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
+ this.dumpProductToolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
+ this.moveToolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
+ this.nozzle7GOToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.takeProductToolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
+ this.dumpProductToolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
+ this.moveToolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
+ this.nozzle8GOToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.takeProductToolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
+ this.dumpProductToolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
+ this.moveToolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip1.SuspendLayout();
this.panelEx2.SuspendLayout();
this.panelEx5.SuspendLayout();
@@ -125,7 +141,11 @@
this.nozzle1GOToolStripMenuItem,
this.nozzle2GOToolStripMenuItem,
this.nozzle3GOToolStripMenuItem,
- this.nozzle4GOToolStripMenuItem});
+ this.nozzle4GOToolStripMenuItem,
+ this.nozzle5GOToolStripMenuItem,
+ this.nozzle6GOToolStripMenuItem,
+ this.nozzle7GOToolStripMenuItem,
+ this.nozzle8GOToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
//
@@ -512,9 +532,9 @@
this.dgvBasePoints.AllowUserToDeleteRows = false;
this.dgvBasePoints.AllowUserToResizeColumns = false;
this.dgvBasePoints.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
- dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
- this.dgvBasePoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
+ dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ dataGridViewCellStyle15.ForeColor = System.Drawing.Color.White;
+ this.dgvBasePoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle15;
this.dgvBasePoints.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvBasePoints.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
resources.ApplyResources(this.dgvBasePoints, "dgvBasePoints");
@@ -523,27 +543,27 @@
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.dgvBasePoints.DefaultCellStyle = dataGridViewCellStyle6;
+ dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
+ dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle20.ForeColor = System.Drawing.Color.White;
+ dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dgvBasePoints.DefaultCellStyle = dataGridViewCellStyle20;
this.dgvBasePoints.EnableHeadersVisualStyles = false;
this.dgvBasePoints.GridColor = System.Drawing.SystemColors.ActiveCaption;
this.dgvBasePoints.MultiSelect = false;
this.dgvBasePoints.Name = "dgvBasePoints";
this.dgvBasePoints.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.dgvBasePoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
+ dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
+ dataGridViewCellStyle21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle21.ForeColor = System.Drawing.Color.White;
+ dataGridViewCellStyle21.SelectionBackColor = System.Drawing.Color.White;
+ dataGridViewCellStyle21.SelectionForeColor = System.Drawing.Color.White;
+ dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.dgvBasePoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle21;
this.dgvBasePoints.RowHeadersVisible = false;
this.dgvBasePoints.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgvBasePoints.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
@@ -556,8 +576,8 @@
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "SlotIndex";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle2;
+ dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle16;
this.dataGridViewTextBoxColumn1.FillWeight = 10F;
resources.ApplyResources(this.dataGridViewTextBoxColumn1, "dataGridViewTextBoxColumn1");
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
@@ -566,8 +586,8 @@
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "X";
- dataGridViewCellStyle3.Format = "0.000";
- this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle3;
+ dataGridViewCellStyle17.Format = "0.000";
+ this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle17;
this.dataGridViewTextBoxColumn2.FillWeight = 40F;
resources.ApplyResources(this.dataGridViewTextBoxColumn2, "dataGridViewTextBoxColumn2");
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
@@ -576,8 +596,8 @@
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "Y";
- dataGridViewCellStyle4.Format = "0.000";
- this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle4;
+ dataGridViewCellStyle18.Format = "0.000";
+ this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle18;
this.dataGridViewTextBoxColumn3.FillWeight = 40F;
resources.ApplyResources(this.dataGridViewTextBoxColumn3, "dataGridViewTextBoxColumn3");
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
@@ -586,10 +606,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;
+ dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle19.BackColor = System.Drawing.Color.Silver;
+ dataGridViewCellStyle19.ForeColor = System.Drawing.Color.White;
+ this.dataGridViewLinkColumn1.DefaultCellStyle = dataGridViewCellStyle19;
this.dataGridViewLinkColumn1.FillWeight = 10F;
resources.ApplyResources(this.dataGridViewLinkColumn1, "dataGridViewLinkColumn1");
this.dataGridViewLinkColumn1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
@@ -615,9 +635,9 @@
this.dgvRunPoints.AllowUserToDeleteRows = false;
this.dgvRunPoints.AllowUserToResizeColumns = false;
this.dgvRunPoints.AllowUserToResizeRows = false;
- 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;
+ dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
+ this.dgvRunPoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle22;
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");
@@ -626,27 +646,27 @@
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6,
this.dataGridViewLinkColumn2});
- 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;
+ dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
+ dataGridViewCellStyle27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle27.ForeColor = System.Drawing.Color.White;
+ dataGridViewCellStyle27.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dgvRunPoints.DefaultCellStyle = dataGridViewCellStyle27;
this.dgvRunPoints.EnableHeadersVisualStyles = false;
this.dgvRunPoints.GridColor = System.Drawing.SystemColors.ActiveCaption;
this.dgvRunPoints.MultiSelect = false;
this.dgvRunPoints.Name = "dgvRunPoints";
this.dgvRunPoints.ReadOnly = true;
- 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;
+ dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
+ dataGridViewCellStyle28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle28.ForeColor = System.Drawing.Color.White;
+ dataGridViewCellStyle28.SelectionBackColor = System.Drawing.Color.White;
+ dataGridViewCellStyle28.SelectionForeColor = System.Drawing.Color.White;
+ dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.dgvRunPoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle28;
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)))));
@@ -659,8 +679,8 @@
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "SlotIndex";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle9;
+ dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle23;
this.dataGridViewTextBoxColumn4.FillWeight = 10F;
resources.ApplyResources(this.dataGridViewTextBoxColumn4, "dataGridViewTextBoxColumn4");
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
@@ -669,8 +689,8 @@
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "X";
- dataGridViewCellStyle10.Format = "0.000";
- this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle10;
+ dataGridViewCellStyle24.Format = "0.000";
+ this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle24;
this.dataGridViewTextBoxColumn5.FillWeight = 40F;
resources.ApplyResources(this.dataGridViewTextBoxColumn5, "dataGridViewTextBoxColumn5");
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
@@ -679,8 +699,8 @@
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "Y";
- dataGridViewCellStyle11.Format = "0.000";
- this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle11;
+ dataGridViewCellStyle25.Format = "0.000";
+ this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle25;
this.dataGridViewTextBoxColumn6.FillWeight = 40F;
resources.ApplyResources(this.dataGridViewTextBoxColumn6, "dataGridViewTextBoxColumn6");
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
@@ -689,10 +709,10 @@
// dataGridViewLinkColumn2
//
this.dataGridViewLinkColumn2.ActiveLinkColor = System.Drawing.Color.White;
- dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle12.BackColor = System.Drawing.Color.Silver;
- dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
- this.dataGridViewLinkColumn2.DefaultCellStyle = dataGridViewCellStyle12;
+ dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle26.BackColor = System.Drawing.Color.Silver;
+ dataGridViewCellStyle26.ForeColor = System.Drawing.Color.White;
+ this.dataGridViewLinkColumn2.DefaultCellStyle = dataGridViewCellStyle26;
this.dataGridViewLinkColumn2.FillWeight = 10F;
resources.ApplyResources(this.dataGridViewLinkColumn2, "dataGridViewLinkColumn2");
this.dataGridViewLinkColumn2.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
@@ -704,6 +724,105 @@
this.dataGridViewLinkColumn2.UseColumnTextForLinkValue = true;
this.dataGridViewLinkColumn2.VisitedLinkColor = System.Drawing.Color.White;
//
+ // 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
+ //
+ this.takeProductToolStripMenuItem4.Name = "takeProductToolStripMenuItem4";
+ resources.ApplyResources(this.takeProductToolStripMenuItem4, "takeProductToolStripMenuItem4");
+ this.takeProductToolStripMenuItem4.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
+ //
+ // dumpProductToolStripMenuItem4
+ //
+ this.dumpProductToolStripMenuItem4.Name = "dumpProductToolStripMenuItem4";
+ resources.ApplyResources(this.dumpProductToolStripMenuItem4, "dumpProductToolStripMenuItem4");
+ this.dumpProductToolStripMenuItem4.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
+ //
+ // moveToolStripMenuItem4
+ //
+ this.moveToolStripMenuItem4.Name = "moveToolStripMenuItem4";
+ resources.ApplyResources(this.moveToolStripMenuItem4, "moveToolStripMenuItem4");
+ this.moveToolStripMenuItem4.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
+ //
+ // 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
+ //
+ this.takeProductToolStripMenuItem5.Name = "takeProductToolStripMenuItem5";
+ resources.ApplyResources(this.takeProductToolStripMenuItem5, "takeProductToolStripMenuItem5");
+ //
+ // dumpProductToolStripMenuItem5
+ //
+ this.dumpProductToolStripMenuItem5.Name = "dumpProductToolStripMenuItem5";
+ resources.ApplyResources(this.dumpProductToolStripMenuItem5, "dumpProductToolStripMenuItem5");
+ //
+ // moveToolStripMenuItem5
+ //
+ this.moveToolStripMenuItem5.Name = "moveToolStripMenuItem5";
+ resources.ApplyResources(this.moveToolStripMenuItem5, "moveToolStripMenuItem5");
+ //
+ // 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
+ //
+ this.takeProductToolStripMenuItem6.Name = "takeProductToolStripMenuItem6";
+ resources.ApplyResources(this.takeProductToolStripMenuItem6, "takeProductToolStripMenuItem6");
+ //
+ // dumpProductToolStripMenuItem6
+ //
+ this.dumpProductToolStripMenuItem6.Name = "dumpProductToolStripMenuItem6";
+ resources.ApplyResources(this.dumpProductToolStripMenuItem6, "dumpProductToolStripMenuItem6");
+ //
+ // moveToolStripMenuItem6
+ //
+ this.moveToolStripMenuItem6.Name = "moveToolStripMenuItem6";
+ resources.ApplyResources(this.moveToolStripMenuItem6, "moveToolStripMenuItem6");
+ //
+ // 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
+ //
+ this.takeProductToolStripMenuItem7.Name = "takeProductToolStripMenuItem7";
+ resources.ApplyResources(this.takeProductToolStripMenuItem7, "takeProductToolStripMenuItem7");
+ //
+ // dumpProductToolStripMenuItem7
+ //
+ this.dumpProductToolStripMenuItem7.Name = "dumpProductToolStripMenuItem7";
+ resources.ApplyResources(this.dumpProductToolStripMenuItem7, "dumpProductToolStripMenuItem7");
+ //
+ // moveToolStripMenuItem7
+ //
+ this.moveToolStripMenuItem7.Name = "moveToolStripMenuItem7";
+ resources.ApplyResources(this.moveToolStripMenuItem7, "moveToolStripMenuItem7");
+ //
// StockTrayLocationRecipe
//
resources.ApplyResources(this, "$this");
@@ -791,5 +910,21 @@
private System.Windows.Forms.Button btnThreePointLocation;
private System.Windows.Forms.CheckBox cboxThreePointLocation;
private System.Windows.Forms.TextBox txtSlotOffsetDistY;
+ private System.Windows.Forms.ToolStripMenuItem nozzle5GOToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem takeProductToolStripMenuItem4;
+ private System.Windows.Forms.ToolStripMenuItem dumpProductToolStripMenuItem4;
+ private System.Windows.Forms.ToolStripMenuItem moveToolStripMenuItem4;
+ private System.Windows.Forms.ToolStripMenuItem nozzle6GOToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem takeProductToolStripMenuItem5;
+ private System.Windows.Forms.ToolStripMenuItem dumpProductToolStripMenuItem5;
+ private System.Windows.Forms.ToolStripMenuItem moveToolStripMenuItem5;
+ private System.Windows.Forms.ToolStripMenuItem nozzle7GOToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem takeProductToolStripMenuItem6;
+ private System.Windows.Forms.ToolStripMenuItem dumpProductToolStripMenuItem6;
+ private System.Windows.Forms.ToolStripMenuItem moveToolStripMenuItem6;
+ private System.Windows.Forms.ToolStripMenuItem nozzle8GOToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem takeProductToolStripMenuItem7;
+ private System.Windows.Forms.ToolStripMenuItem dumpProductToolStripMenuItem7;
+ private System.Windows.Forms.ToolStripMenuItem moveToolStripMenuItem7;
}
}
\ No newline at end of file
diff --git a/Rs.DeweyTester/Recipe/StockTrayLocationRecipe.resx b/Rs.DeweyTester/Recipe/StockTrayLocationRecipe.resx
index cb3d89d..54c7475 100644
--- a/Rs.DeweyTester/Recipe/StockTrayLocationRecipe.resx
+++ b/Rs.DeweyTester/Recipe/StockTrayLocationRecipe.resx
@@ -121,222 +121,615 @@
17, 17
+
+ 180, 22
+
+
+ CameraGo
+
+
+ 180, 22
+
+
+ Nozzle1GO
+
+
+ 180, 22
+
+
+ Nozzle2GO
+
+
+ 180, 22
+
+
+ Nozzle3GO
+
+
+ 180, 22
+
+
+ Nozzle4GO
+
+
+ 180, 22
+
+
+ TakeProduct
+
+
+ 180, 22
+
+
+ DumpProduct
+
+
+ 180, 22
+
+
+ Move
+
+
+ 180, 22
+
+
+ Nozzle5GO
+
+
+ 180, 22
+
+
+ Nozzle6GO
+
+
+ 180, 22
+
+
+ Nozzle7GO
+
+
+ 180, 22
+
+
+ Nozzle8GO
+
+
+ 181, 224
+
+
+ contextMenuStrip1
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
109, 22
Move
-
- 142, 22
-
-
- CameraGo
-
- 156, 22
+ 180, 22
TakeProduct
- 156, 22
+ 180, 22
DumpProduct
- 156, 22
+ 180, 22
Move
-
- 142, 22
-
-
- Nozzle1GO
-
- 156, 22
+ 180, 22
TakeProduct
- 156, 22
+ 180, 22
DumpProduct
- 156, 22
+ 180, 22
Move
-
- 142, 22
-
-
- Nozzle2GO
-
- 156, 22
+ 180, 22
TakeProduct
- 156, 22
+ 180, 22
DumpProduct
- 156, 22
+ 180, 22
Move
-
- 142, 22
-
-
- Nozzle3GO
-
- 156, 22
+ 180, 22
TakeProduct
- 156, 22
+ 180, 22
DumpProduct
- 156, 22
+ 180, 22
Move
-
- 142, 22
+
+ panelEx5
+
+
+ Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null
+
+
+ panelEx2
+
+
+ 0
+
+
+ panelEx3
+
+
+ Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null
+
+
+ panelEx2
+
+
+ 1
+
+
+
+ Fill
+
+
+ 0, 0
+
+
+ 590, 855
+
+
+
+ 3
+
+
+ panelEx2
+
+
+ Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null
+
+
+ $this
+
+
+ 1
+
+
+ panelEx4
+
+
+ Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null
+
+
+ panelEx5
+
+
+ 0
+
+
+ Fill
+
+
+ 0, 215
+
+
+ 590, 640
+
+
+ 2
+
+
+ panelEx5
+
+
+ Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null
+
+
+ panelEx2
+
+
+ 0
+
+
+ groupBox2
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panelEx4
+
+
+ 0
+
+
+ Fill
+
+
+ 0, 0
+
+
+ 590, 640
+
+
+ 2
+
+
+ panelEx4
+
+
+ Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null
+
+
+ panelEx5
+
+
+ 0
+
+
+ rsTray1
+
+
+ Rs.Controls.RsTray, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null
+
+
+ groupBox2
+
+
+ 0
+
+
+ Fill
+
+
+ 0, 0
+
+
+ 590, 640
+
+
+ 1
+
+
+ Tray
+
+
+ groupBox2
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panelEx4
+
+
+ 0
+
+
+ Fill
+
+
+ 3, 17
+
+
+ 584, 620
+
+
+ 0
+
+
+ rsTray1
+
+
+ Rs.Controls.RsTray, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null
+
+
+ groupBox2
+
+
+ 0
+
+
+ groupBox1
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panelEx3
+
+
+ 0
+
+
+ Top
+
+
+ 0, 0
+
+
+ 590, 215
+
+
+ 0
+
+
+ panelEx3
+
+
+ Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null
+
+
+ panelEx2
+
+
+ 1
+
+
+ txtSlotOffsetDistY
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 0
+
+
+ cboxThreePointLocation
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 1
+
+
+ btnThreePointLocation
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 2
+
+
+ btnCreateMatrix
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 3
+
+
+ btnSaveSlotOffsetDistY
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 4
+
+
+ btnTeachMarkY2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 5
+
+
+ btnSaveSlotOffsetDistX
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 6
+
+
+ btnTeachMarkX1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 7
+
+
+ btnMoveMarkY2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 8
+
+
+ btnMoveMarkX1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
-
- Nozzle4GO
+
+ 9
-
- 143, 114
+
+ txtSlotOffsetDistX
-
- contextMenuStrip1
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ groupBox1
-
-
- Fill
+
+ 10
-
- 3, 17
+
+ label4
-
- 584, 620
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
+
+ groupBox1
-
- rsTray1
+
+ 11
-
- Rs.Controls.RsTray, Rs.Controls, Version=2.20.24.5, Culture=neutral, PublicKeyToken=null
+
+ txtMarkY2
-
- groupBox2
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 0
+
+ groupBox1
-
- Fill
+
+ 12
-
- 0, 0
+
+ label3
-
- 590, 640
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1
+
+ groupBox1
-
- Tray
+
+ 13
-
- groupBox2
+
+ txtMarkX1
-
- System.Windows.Forms.GroupBox, 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
-
- panelEx4
+
+ groupBox1
-
- 0
+
+ 14
-
- Fill
+
+ label6
-
- 0, 0
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 590, 640
+
+ groupBox1
-
- 2
+
+ 15
-
- panelEx4
+
+ label5
-
- Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.5, Culture=neutral, PublicKeyToken=null
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- panelEx5
+
+ groupBox1
-
- 0
+
+ 16
-
+
Fill
-
- 0, 215
+
+ 0, 0
-
- 590, 640
+
+ 590, 215
-
- 2
+
+ 0
-
- panelEx5
+
+ MarkPoint
-
- Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.5, Culture=neutral, PublicKeyToken=null
+
+ groupBox1
-
- panelEx2
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ panelEx3
+
+
0
@@ -837,83 +1230,179 @@
16
-
+
+ groupBox3
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panelEx1
+
+
+ 0
+
+
+ Right
+
+
+ 590, 0
+
+
+ 1030, 855
+
+
+ 2
+
+
+ panelEx1
+
+
+ Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null
+
+
+ $this
+
+
+ 2
+
+
+ tableLayoutPanel1
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox4" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,50,Percent,50" /><Rows Styles="Percent,50" /></TableLayoutSettings>
+
+
Fill
-
+
0, 0
-
- 590, 215
+
+ 1030, 855
-
+
+ 4
+
+
+ Points
+
+
+ groupBox3
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panelEx1
+
+
0
-
- MarkPoint
+
+ 2
-
- groupBox1
+
+ groupBox4
-
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ 0
+
+
+ groupBox5
+
+
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- panelEx3
+
+ tableLayoutPanel1
+
+
+ 1
+
+
+ Fill
+
+
+ 3, 17
+
+
+ 1
+
+
+ 1024, 835
-
+
0
-
- Top
+
+ tableLayoutPanel1
-
- 0, 0
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 590, 215
+
+ groupBox3
-
+
0
-
- panelEx3
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox4" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,50,Percent,50" /><Rows Styles="Percent,50" /></TableLayoutSettings>
-
- Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.5, Culture=neutral, PublicKeyToken=null
+
+ dgvBasePoints
-
- panelEx2
+
+ System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1
+
+ groupBox4
-
+
+ 0
+
+
Fill
-
- 0, 0
+
+ 3, 3
-
- 590, 855
+
+ 506, 829
-
- 3
+
+ 0
-
- panelEx2
+
+ 基础点位
-
- Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.5, Culture=neutral, PublicKeyToken=null
+
+ groupBox4
-
- $this
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1
+
+ tableLayoutPanel1
-
- 2
+
+ 0
30
@@ -972,32 +1461,44 @@
0
-
+
+ dgvRunPoints
+
+
+ System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 0
+
+
Fill
-
- 3, 3
+
+ 515, 3
-
+
506, 829
-
+
0
-
- 基础点位
+
+ 实时运行点位
-
- groupBox4
+
+ groupBox5
-
+
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
tableLayoutPanel1
-
- 0
+
+ 1
30
@@ -1056,113 +1557,59 @@
0
-
- Fill
-
-
- 515, 3
-
-
- 506, 829
-
-
- 0
-
-
- 实时运行点位
-
-
- groupBox5
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 1
-
-
- Fill
-
-
- 3, 17
-
-
- 1
-
-
- 1024, 835
-
-
- 0
-
-
- tableLayoutPanel1
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox4" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,50,Percent,50" /><Rows Styles="Percent,50" /></TableLayoutSettings>
+
+ 180, 22
-
- Fill
+
+ TakeProduct
-
- 0, 0
+
+ 180, 22
-
- 1030, 855
+
+ DumpProduct
-
- 4
+
+ 180, 22
-
- Points
+
+ Move
-
- groupBox3
+
+ 180, 22
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TakeProduct
-
- panelEx1
+
+ 180, 22
-
- 0
+
+ DumpProduct
-
- Right
+
+ 180, 22
-
- 590, 0
+
+ Move
-
- 1030, 855
+
+ 180, 22
-
- 2
+
+ TakeProduct
-
- panelEx1
+
+ 180, 22
-
- Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.5, Culture=neutral, PublicKeyToken=null
+
+ DumpProduct
-
- $this
+
+ 180, 22
-
- 2
+
+ Move
True
@@ -1332,10 +1779,106 @@
System.Windows.Forms.DataGridViewLinkColumn, 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
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ dumpProductToolStripMenuItem4
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ moveToolStripMenuItem4
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ nozzle6GOToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ takeProductToolStripMenuItem5
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ dumpProductToolStripMenuItem5
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ moveToolStripMenuItem5
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ nozzle7GOToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ takeProductToolStripMenuItem6
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ dumpProductToolStripMenuItem6
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ moveToolStripMenuItem6
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ nozzle8GOToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ takeProductToolStripMenuItem7
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 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
+
StockTrayLocationRecipe
- Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=1.20.24.24, Culture=neutral, PublicKeyToken=null
+ Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=20.25.23.2, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/Rs.DeweyTester/SysConfig/NozzleConfig.Designer.cs b/Rs.DeweyTester/SysConfig/NozzleConfig.Designer.cs
index ff0f5b4..c0b9a0c 100644
--- a/Rs.DeweyTester/SysConfig/NozzleConfig.Designer.cs
+++ b/Rs.DeweyTester/SysConfig/NozzleConfig.Designer.cs
@@ -232,6 +232,38 @@
this.txtPlaceProdcutToStockTrayOffsetHeight = new System.Windows.Forms.TextBox();
this.label33 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
+ this.btnTeachNozzle5BaseHeight = new System.Windows.Forms.Button();
+ this.btnTeachNozzle7BaseHeight = new System.Windows.Forms.Button();
+ this.btnTeachNozzle6BaseHeight = new System.Windows.Forms.Button();
+ this.btnTeachNozzle8BaseHeight = new System.Windows.Forms.Button();
+ this.btnMoveNozzle5BaseHeight = new System.Windows.Forms.Button();
+ this.btnMoveNozzle7BaseHeight = new System.Windows.Forms.Button();
+ this.btnMoveNozzle6BaseHeight = new System.Windows.Forms.Button();
+ this.label12 = new System.Windows.Forms.Label();
+ this.btnMoveNozzle8BaseHeight = new System.Windows.Forms.Button();
+ this.txtNozzle5BaseHeight = new System.Windows.Forms.TextBox();
+ this.label14 = new System.Windows.Forms.Label();
+ this.txtNozzle7BaseHeight = new System.Windows.Forms.TextBox();
+ this.label15 = new System.Windows.Forms.Label();
+ this.label16 = new System.Windows.Forms.Label();
+ this.txtNozzle6BaseHeight = new System.Windows.Forms.TextBox();
+ this.txtNozzle8BaseHeight = new System.Windows.Forms.TextBox();
+ this.button31 = new System.Windows.Forms.Button();
+ this.button33 = new System.Windows.Forms.Button();
+ this.button35 = new System.Windows.Forms.Button();
+ this.button36 = new System.Windows.Forms.Button();
+ this.button38 = new System.Windows.Forms.Button();
+ this.button40 = new System.Windows.Forms.Button();
+ this.button44 = new System.Windows.Forms.Button();
+ this.button45 = new System.Windows.Forms.Button();
+ this.button46 = new System.Windows.Forms.Button();
+ this.button47 = new System.Windows.Forms.Button();
+ this.button48 = new System.Windows.Forms.Button();
+ this.button49 = new System.Windows.Forms.Button();
+ this.button50 = new System.Windows.Forms.Button();
+ this.button51 = new System.Windows.Forms.Button();
+ this.button52 = new System.Windows.Forms.Button();
+ this.button53 = new System.Windows.Forms.Button();
this.contextMenuStrip1.SuspendLayout();
this.contextMenuStrip2.SuspendLayout();
this.panelEx2.SuspendLayout();
@@ -732,9 +764,13 @@
// groupBox14
//
this.groupBox14.Controls.Add(this.button43);
+ this.groupBox14.Controls.Add(this.button53);
+ this.groupBox14.Controls.Add(this.button52);
this.groupBox14.Controls.Add(this.button42);
this.groupBox14.Controls.Add(this.button28);
+ this.groupBox14.Controls.Add(this.button51);
this.groupBox14.Controls.Add(this.button41);
+ this.groupBox14.Controls.Add(this.button50);
this.groupBox14.Controls.Add(this.button39);
this.groupBox14.Controls.Add(this.button32);
resources.ApplyResources(this.groupBox14, "groupBox14");
@@ -813,10 +849,14 @@
// groupBox15
//
this.groupBox15.Controls.Add(this.button26);
+ this.groupBox15.Controls.Add(this.button45);
this.groupBox15.Controls.Add(this.button23);
this.groupBox15.Controls.Add(this.button25);
+ this.groupBox15.Controls.Add(this.button44);
this.groupBox15.Controls.Add(this.button10);
+ this.groupBox15.Controls.Add(this.button40);
this.groupBox15.Controls.Add(this.button18);
+ this.groupBox15.Controls.Add(this.button38);
this.groupBox15.Controls.Add(this.button16);
resources.ApplyResources(this.groupBox15, "groupBox15");
this.groupBox15.ForeColor = System.Drawing.Color.White;
@@ -893,9 +933,13 @@
//
// groupBox16
//
+ this.groupBox16.Controls.Add(this.button49);
this.groupBox16.Controls.Add(this.button4);
+ this.groupBox16.Controls.Add(this.button48);
this.groupBox16.Controls.Add(this.button1);
+ this.groupBox16.Controls.Add(this.button47);
this.groupBox16.Controls.Add(this.button2);
+ this.groupBox16.Controls.Add(this.button46);
this.groupBox16.Controls.Add(this.button3);
resources.ApplyResources(this.groupBox16, "groupBox16");
this.groupBox16.ForeColor = System.Drawing.Color.White;
@@ -947,24 +991,44 @@
//
// groupBox6
//
+ this.groupBox6.Controls.Add(this.button36);
this.groupBox6.Controls.Add(this.button11);
+ this.groupBox6.Controls.Add(this.button35);
this.groupBox6.Controls.Add(this.button9);
+ this.groupBox6.Controls.Add(this.button33);
this.groupBox6.Controls.Add(this.button7);
+ this.groupBox6.Controls.Add(this.button31);
this.groupBox6.Controls.Add(this.button6);
+ this.groupBox6.Controls.Add(this.txtNozzle8BaseHeight);
+ this.groupBox6.Controls.Add(this.txtNozzle6BaseHeight);
this.groupBox6.Controls.Add(this.txtNozzle4BaseHeight);
+ this.groupBox6.Controls.Add(this.label16);
this.groupBox6.Controls.Add(this.txtNozzle2BaseHeight);
+ this.groupBox6.Controls.Add(this.label15);
this.groupBox6.Controls.Add(this.label36);
+ this.groupBox6.Controls.Add(this.txtNozzle7BaseHeight);
this.groupBox6.Controls.Add(this.label37);
+ this.groupBox6.Controls.Add(this.label14);
this.groupBox6.Controls.Add(this.txtNozzle3BaseHeight);
+ this.groupBox6.Controls.Add(this.txtNozzle5BaseHeight);
this.groupBox6.Controls.Add(this.label40);
+ this.groupBox6.Controls.Add(this.btnMoveNozzle8BaseHeight);
this.groupBox6.Controls.Add(this.txtNozzle1BaseHeight);
+ this.groupBox6.Controls.Add(this.label12);
this.groupBox6.Controls.Add(this.btnMoveNozzle4BaseHeight);
+ this.groupBox6.Controls.Add(this.btnMoveNozzle6BaseHeight);
this.groupBox6.Controls.Add(this.label41);
+ this.groupBox6.Controls.Add(this.btnMoveNozzle7BaseHeight);
this.groupBox6.Controls.Add(this.btnMoveNozzle2BaseHeight);
+ this.groupBox6.Controls.Add(this.btnMoveNozzle5BaseHeight);
this.groupBox6.Controls.Add(this.btnMoveNozzle3BaseHeight);
+ this.groupBox6.Controls.Add(this.btnTeachNozzle8BaseHeight);
this.groupBox6.Controls.Add(this.btnMoveNozzle1BaseHeight);
+ this.groupBox6.Controls.Add(this.btnTeachNozzle6BaseHeight);
this.groupBox6.Controls.Add(this.btnTeachNozzle4BaseHeight);
+ this.groupBox6.Controls.Add(this.btnTeachNozzle7BaseHeight);
this.groupBox6.Controls.Add(this.btnTeachNozzle2BaseHeight);
+ this.groupBox6.Controls.Add(this.btnTeachNozzle5BaseHeight);
this.groupBox6.Controls.Add(this.btnTeachNozzle3BaseHeight);
this.groupBox6.Controls.Add(this.btnTeachNozzle1BaseHeight);
resources.ApplyResources(this.groupBox6, "groupBox6");
@@ -2158,6 +2222,322 @@
resources.ApplyResources(this.label27, "label27");
this.label27.Name = "label27";
//
+ // btnTeachNozzle5BaseHeight
+ //
+ this.btnTeachNozzle5BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.btnTeachNozzle5BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.btnTeachNozzle5BaseHeight, "btnTeachNozzle5BaseHeight");
+ this.btnTeachNozzle5BaseHeight.ForeColor = System.Drawing.Color.White;
+ this.btnTeachNozzle5BaseHeight.Name = "btnTeachNozzle5BaseHeight";
+ this.btnTeachNozzle5BaseHeight.Tag = "NozzleZ5";
+ this.btnTeachNozzle5BaseHeight.UseVisualStyleBackColor = false;
+ this.btnTeachNozzle5BaseHeight.Click += new System.EventHandler(this.Teach_Click);
+ //
+ // btnTeachNozzle7BaseHeight
+ //
+ this.btnTeachNozzle7BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.btnTeachNozzle7BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.btnTeachNozzle7BaseHeight, "btnTeachNozzle7BaseHeight");
+ this.btnTeachNozzle7BaseHeight.ForeColor = System.Drawing.Color.White;
+ this.btnTeachNozzle7BaseHeight.Name = "btnTeachNozzle7BaseHeight";
+ this.btnTeachNozzle7BaseHeight.Tag = "NozzleZ7";
+ this.btnTeachNozzle7BaseHeight.UseVisualStyleBackColor = false;
+ this.btnTeachNozzle7BaseHeight.Click += new System.EventHandler(this.Teach_Click);
+ //
+ // btnTeachNozzle6BaseHeight
+ //
+ this.btnTeachNozzle6BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.btnTeachNozzle6BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.btnTeachNozzle6BaseHeight, "btnTeachNozzle6BaseHeight");
+ this.btnTeachNozzle6BaseHeight.ForeColor = System.Drawing.Color.White;
+ this.btnTeachNozzle6BaseHeight.Name = "btnTeachNozzle6BaseHeight";
+ this.btnTeachNozzle6BaseHeight.Tag = "NozzleZ6";
+ this.btnTeachNozzle6BaseHeight.UseVisualStyleBackColor = false;
+ this.btnTeachNozzle6BaseHeight.Click += new System.EventHandler(this.Teach_Click);
+ //
+ // btnTeachNozzle8BaseHeight
+ //
+ this.btnTeachNozzle8BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.btnTeachNozzle8BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.btnTeachNozzle8BaseHeight, "btnTeachNozzle8BaseHeight");
+ this.btnTeachNozzle8BaseHeight.ForeColor = System.Drawing.Color.White;
+ this.btnTeachNozzle8BaseHeight.Name = "btnTeachNozzle8BaseHeight";
+ this.btnTeachNozzle8BaseHeight.Tag = "NozzleZ8";
+ this.btnTeachNozzle8BaseHeight.UseVisualStyleBackColor = false;
+ this.btnTeachNozzle8BaseHeight.Click += new System.EventHandler(this.Teach_Click);
+ //
+ // btnMoveNozzle5BaseHeight
+ //
+ this.btnMoveNozzle5BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.btnMoveNozzle5BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.btnMoveNozzle5BaseHeight, "btnMoveNozzle5BaseHeight");
+ this.btnMoveNozzle5BaseHeight.ForeColor = System.Drawing.Color.White;
+ this.btnMoveNozzle5BaseHeight.Name = "btnMoveNozzle5BaseHeight";
+ this.btnMoveNozzle5BaseHeight.Tag = "NozzleZ5";
+ this.btnMoveNozzle5BaseHeight.UseVisualStyleBackColor = false;
+ this.btnMoveNozzle5BaseHeight.Click += new System.EventHandler(this.Move_Click);
+ //
+ // btnMoveNozzle7BaseHeight
+ //
+ this.btnMoveNozzle7BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.btnMoveNozzle7BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.btnMoveNozzle7BaseHeight, "btnMoveNozzle7BaseHeight");
+ this.btnMoveNozzle7BaseHeight.ForeColor = System.Drawing.Color.White;
+ this.btnMoveNozzle7BaseHeight.Name = "btnMoveNozzle7BaseHeight";
+ this.btnMoveNozzle7BaseHeight.Tag = "NozzleZ7";
+ this.btnMoveNozzle7BaseHeight.UseVisualStyleBackColor = false;
+ this.btnMoveNozzle7BaseHeight.Click += new System.EventHandler(this.Move_Click);
+ //
+ // btnMoveNozzle6BaseHeight
+ //
+ this.btnMoveNozzle6BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.btnMoveNozzle6BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.btnMoveNozzle6BaseHeight, "btnMoveNozzle6BaseHeight");
+ this.btnMoveNozzle6BaseHeight.ForeColor = System.Drawing.Color.White;
+ this.btnMoveNozzle6BaseHeight.Name = "btnMoveNozzle6BaseHeight";
+ this.btnMoveNozzle6BaseHeight.Tag = "NozzleZ6";
+ this.btnMoveNozzle6BaseHeight.UseVisualStyleBackColor = false;
+ this.btnMoveNozzle6BaseHeight.Click += new System.EventHandler(this.Move_Click);
+ //
+ // label12
+ //
+ resources.ApplyResources(this.label12, "label12");
+ this.label12.Name = "label12";
+ //
+ // btnMoveNozzle8BaseHeight
+ //
+ this.btnMoveNozzle8BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.btnMoveNozzle8BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.btnMoveNozzle8BaseHeight, "btnMoveNozzle8BaseHeight");
+ this.btnMoveNozzle8BaseHeight.ForeColor = System.Drawing.Color.White;
+ this.btnMoveNozzle8BaseHeight.Name = "btnMoveNozzle8BaseHeight";
+ this.btnMoveNozzle8BaseHeight.Tag = "NozzleZ8";
+ this.btnMoveNozzle8BaseHeight.UseVisualStyleBackColor = false;
+ this.btnMoveNozzle8BaseHeight.Click += new System.EventHandler(this.Move_Click);
+ //
+ // txtNozzle5BaseHeight
+ //
+ this.txtNozzle5BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
+ this.txtNozzle5BaseHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ resources.ApplyResources(this.txtNozzle5BaseHeight, "txtNozzle5BaseHeight");
+ this.txtNozzle5BaseHeight.ForeColor = System.Drawing.Color.White;
+ this.txtNozzle5BaseHeight.Name = "txtNozzle5BaseHeight";
+ this.txtNozzle5BaseHeight.Tag = "NozzleZ5";
+ this.txtNozzle5BaseHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
+ //
+ // label14
+ //
+ resources.ApplyResources(this.label14, "label14");
+ this.label14.Name = "label14";
+ //
+ // txtNozzle7BaseHeight
+ //
+ this.txtNozzle7BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
+ this.txtNozzle7BaseHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ resources.ApplyResources(this.txtNozzle7BaseHeight, "txtNozzle7BaseHeight");
+ this.txtNozzle7BaseHeight.ForeColor = System.Drawing.Color.White;
+ this.txtNozzle7BaseHeight.Name = "txtNozzle7BaseHeight";
+ this.txtNozzle7BaseHeight.Tag = "NozzleZ7";
+ this.txtNozzle7BaseHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
+ //
+ // label15
+ //
+ resources.ApplyResources(this.label15, "label15");
+ this.label15.Name = "label15";
+ //
+ // label16
+ //
+ resources.ApplyResources(this.label16, "label16");
+ this.label16.Name = "label16";
+ //
+ // txtNozzle6BaseHeight
+ //
+ this.txtNozzle6BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
+ this.txtNozzle6BaseHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ resources.ApplyResources(this.txtNozzle6BaseHeight, "txtNozzle6BaseHeight");
+ this.txtNozzle6BaseHeight.ForeColor = System.Drawing.Color.White;
+ this.txtNozzle6BaseHeight.Name = "txtNozzle6BaseHeight";
+ this.txtNozzle6BaseHeight.Tag = "NozzleZ6";
+ this.txtNozzle6BaseHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
+ //
+ // txtNozzle8BaseHeight
+ //
+ this.txtNozzle8BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
+ this.txtNozzle8BaseHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ resources.ApplyResources(this.txtNozzle8BaseHeight, "txtNozzle8BaseHeight");
+ this.txtNozzle8BaseHeight.ForeColor = System.Drawing.Color.White;
+ this.txtNozzle8BaseHeight.Name = "txtNozzle8BaseHeight";
+ this.txtNozzle8BaseHeight.Tag = "NozzleZ8";
+ this.txtNozzle8BaseHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
+ //
+ // button31
+ //
+ this.button31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button31.FlatAppearance.BorderColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.button31, "button31");
+ this.button31.ForeColor = System.Drawing.Color.White;
+ this.button31.Name = "button31";
+ this.button31.Tag = "NozzleZ1";
+ this.button31.UseVisualStyleBackColor = false;
+ this.button31.Click += new System.EventHandler(this.GoSafePos_Click);
+ //
+ // button33
+ //
+ this.button33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button33.FlatAppearance.BorderColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.button33, "button33");
+ this.button33.ForeColor = System.Drawing.Color.White;
+ this.button33.Name = "button33";
+ this.button33.Tag = "NozzleZ2";
+ this.button33.UseVisualStyleBackColor = false;
+ this.button33.Click += new System.EventHandler(this.GoSafePos_Click);
+ //
+ // button35
+ //
+ this.button35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button35.FlatAppearance.BorderColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.button35, "button35");
+ this.button35.ForeColor = System.Drawing.Color.White;
+ this.button35.Name = "button35";
+ this.button35.Tag = "NozzleZ3";
+ this.button35.UseVisualStyleBackColor = false;
+ this.button35.Click += new System.EventHandler(this.GoSafePos_Click);
+ //
+ // button36
+ //
+ this.button36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button36.FlatAppearance.BorderColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.button36, "button36");
+ this.button36.ForeColor = System.Drawing.Color.White;
+ this.button36.Name = "button36";
+ this.button36.Tag = "NozzleZ4";
+ this.button36.UseVisualStyleBackColor = false;
+ this.button36.Click += new System.EventHandler(this.GoSafePos_Click);
+ //
+ // button38
+ //
+ this.button38.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button38.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button38.FlatAppearance.BorderSize = 0;
+ resources.ApplyResources(this.button38, "button38");
+ this.button38.Name = "button38";
+ this.button38.Tag = "吸料真空{0}吸";
+ this.button38.UseVisualStyleBackColor = false;
+ this.button38.Click += new System.EventHandler(this.btnIoOut_Click);
+ //
+ // button40
+ //
+ this.button40.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button40.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button40.FlatAppearance.BorderSize = 0;
+ resources.ApplyResources(this.button40, "button40");
+ this.button40.Name = "button40";
+ this.button40.Tag = "吸料真空{0}吸";
+ this.button40.UseVisualStyleBackColor = false;
+ this.button40.Click += new System.EventHandler(this.btnIoOut_Click);
+ //
+ // button44
+ //
+ this.button44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button44.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button44.FlatAppearance.BorderSize = 0;
+ resources.ApplyResources(this.button44, "button44");
+ this.button44.Name = "button44";
+ this.button44.Tag = "吸料真空{0}吸";
+ this.button44.UseVisualStyleBackColor = false;
+ this.button44.Click += new System.EventHandler(this.btnIoOut_Click);
+ //
+ // button45
+ //
+ this.button45.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button45.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button45.FlatAppearance.BorderSize = 0;
+ resources.ApplyResources(this.button45, "button45");
+ this.button45.Name = "button45";
+ this.button45.Tag = "吸料真空{0}吸";
+ this.button45.UseVisualStyleBackColor = false;
+ this.button45.Click += new System.EventHandler(this.btnIoOut_Click);
+ //
+ // button46
+ //
+ this.button46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button46.FlatAppearance.BorderSize = 0;
+ resources.ApplyResources(this.button46, "button46");
+ this.button46.Name = "button46";
+ this.button46.Tag = "吸料真空{0}检测";
+ this.button46.UseVisualStyleBackColor = false;
+ //
+ // button47
+ //
+ this.button47.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button47.FlatAppearance.BorderSize = 0;
+ resources.ApplyResources(this.button47, "button47");
+ this.button47.Name = "button47";
+ this.button47.Tag = "吸料真空{0}检测";
+ this.button47.UseVisualStyleBackColor = false;
+ //
+ // button48
+ //
+ this.button48.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button48.FlatAppearance.BorderSize = 0;
+ resources.ApplyResources(this.button48, "button48");
+ this.button48.Name = "button48";
+ this.button48.Tag = "吸料真空{0}检测";
+ this.button48.UseVisualStyleBackColor = false;
+ //
+ // button49
+ //
+ this.button49.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button49.FlatAppearance.BorderSize = 0;
+ resources.ApplyResources(this.button49, "button49");
+ this.button49.Name = "button49";
+ this.button49.Tag = "吸料真空{0}检测";
+ this.button49.UseVisualStyleBackColor = false;
+ //
+ // button50
+ //
+ this.button50.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button50.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button50.FlatAppearance.BorderSize = 0;
+ resources.ApplyResources(this.button50, "button50");
+ this.button50.Name = "button50";
+ this.button50.Tag = "吸料真空{0}破";
+ this.button50.UseVisualStyleBackColor = false;
+ this.button50.Click += new System.EventHandler(this.btnIoOut_Click);
+ //
+ // button51
+ //
+ this.button51.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button51.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button51.FlatAppearance.BorderSize = 0;
+ resources.ApplyResources(this.button51, "button51");
+ this.button51.Name = "button51";
+ this.button51.Tag = "吸料真空{0}破";
+ this.button51.UseVisualStyleBackColor = false;
+ this.button51.Click += new System.EventHandler(this.btnIoOut_Click);
+ //
+ // button52
+ //
+ this.button52.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button52.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button52.FlatAppearance.BorderSize = 0;
+ resources.ApplyResources(this.button52, "button52");
+ this.button52.Name = "button52";
+ this.button52.Tag = "吸料真空{0}破";
+ this.button52.UseVisualStyleBackColor = false;
+ this.button52.Click += new System.EventHandler(this.btnIoOut_Click);
+ //
+ // button53
+ //
+ this.button53.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
+ this.button53.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button53.FlatAppearance.BorderSize = 0;
+ resources.ApplyResources(this.button53, "button53");
+ this.button53.Name = "button53";
+ this.button53.Tag = "吸料真空{0}破";
+ this.button53.UseVisualStyleBackColor = false;
+ this.button53.Click += new System.EventHandler(this.btnIoOut_Click);
+ //
// NozzleConfig
//
resources.ApplyResources(this, "$this");
@@ -2417,5 +2797,37 @@
private System.Windows.Forms.Button btnMoveFixtureSafePosY;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtFixtureSafePosY;
+ private System.Windows.Forms.Button button53;
+ private System.Windows.Forms.Button button52;
+ private System.Windows.Forms.Button button51;
+ private System.Windows.Forms.Button button50;
+ private System.Windows.Forms.Button button45;
+ private System.Windows.Forms.Button button44;
+ private System.Windows.Forms.Button button40;
+ private System.Windows.Forms.Button button38;
+ private System.Windows.Forms.Button button49;
+ private System.Windows.Forms.Button button48;
+ private System.Windows.Forms.Button button47;
+ private System.Windows.Forms.Button button46;
+ private System.Windows.Forms.Button button36;
+ private System.Windows.Forms.Button button35;
+ private System.Windows.Forms.Button button33;
+ private System.Windows.Forms.Button button31;
+ private System.Windows.Forms.TextBox txtNozzle8BaseHeight;
+ private System.Windows.Forms.TextBox txtNozzle6BaseHeight;
+ private System.Windows.Forms.Label label16;
+ private System.Windows.Forms.Label label15;
+ private System.Windows.Forms.TextBox txtNozzle7BaseHeight;
+ private System.Windows.Forms.Label label14;
+ private System.Windows.Forms.TextBox txtNozzle5BaseHeight;
+ private System.Windows.Forms.Button btnMoveNozzle8BaseHeight;
+ private System.Windows.Forms.Label label12;
+ private System.Windows.Forms.Button btnMoveNozzle6BaseHeight;
+ private System.Windows.Forms.Button btnMoveNozzle7BaseHeight;
+ private System.Windows.Forms.Button btnMoveNozzle5BaseHeight;
+ private System.Windows.Forms.Button btnTeachNozzle8BaseHeight;
+ private System.Windows.Forms.Button btnTeachNozzle6BaseHeight;
+ private System.Windows.Forms.Button btnTeachNozzle7BaseHeight;
+ private System.Windows.Forms.Button btnTeachNozzle5BaseHeight;
}
}
\ No newline at end of file
diff --git a/Rs.DeweyTester/SysConfig/NozzleConfig.resx b/Rs.DeweyTester/SysConfig/NozzleConfig.resx
index d1e4210..0783ec2 100644
--- a/Rs.DeweyTester/SysConfig/NozzleConfig.resx
+++ b/Rs.DeweyTester/SysConfig/NozzleConfig.resx
@@ -121,12 +121,6 @@
17, 17
-
- 128, 22
-
-
- GoHome
-
129, 26
@@ -136,9 +130,30 @@
System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 128, 22
+
+
+ GoHome
+
182, 17
+
+ 109, 92
+
+
+ contextMenuStrip2
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 108, 22
+
+
+ Row1
+
102, 22
@@ -187,11 +202,11 @@
Col8
-
+
108, 22
-
- Row1
+
+ Row2
102, 22
@@ -241,11 +256,11 @@
Col8
-
+
108, 22
-
- Row2
+
+ Row3
102, 22
@@ -295,11 +310,11 @@
Col8
-
+
108, 22
-
- Row3
+
+ Row4
102, 22
@@ -349,3802 +364,6235 @@
Col8
-
- 108, 22
+
+ 347, 17
+
+
+ groupBox13
-
- Row4
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 109, 92
+
+ panel3
-
- contextMenuStrip2
+
+ 0
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Left
+
+
+ 535, 0
+
+
+ 433, 849
-
- 347, 17
-
-
- True
+
+ 2
-
-
- NoControl
+
+ panel3
-
- 165, 34
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 30, 16
+
+ panelEx2
-
+
0
-
- 4
+
+ Flat
-
- cboxNozzle4
+
+ NoControl
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 397, 271
-
- groupBox3
+
+ 80, 25
-
+
+ 44
+
+
+ 回安全位
+
+
+ button36
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox6
+
+
0
-
- True
+
+ Flat
-
+
NoControl
-
- 121, 34
+
+ 397, 131
-
- 30, 16
+
+ 80, 25
-
- 0
+
+ 44
-
- 3
+
+ 回安全位
-
- cboxNozzle3
+
+ button11
-
- System.Windows.Forms.CheckBox, 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
-
- groupBox3
+
+ groupBox6
-
+
1
-
- True
+
+ Flat
-
+
NoControl
-
- 78, 34
+
+ 397, 235
-
- 30, 16
+
+ 80, 25
-
- 0
+
+ 44
-
- 2
+
+ 回安全位
-
- cboxNozzle2
+
+ button35
-
- System.Windows.Forms.CheckBox, 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
-
- groupBox3
+
+ groupBox6
-
+
2
-
- True
+
+ Flat
-
+
NoControl
-
- 34, 34
+
+ 397, 95
-
- 30, 16
+
+ 80, 25
-
- 0
+
+ 44
-
- 1
+
+ 回安全位
-
- cboxNozzle1
+
+ button9
-
- System.Windows.Forms.CheckBox, 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
-
- groupBox3
+
+ groupBox6
-
+
3
-
- Top
+
+ Flat
-
- 3, 453
+
+ NoControl
-
- 403, 84
+
+ 397, 199
-
- 60
+
+ 80, 25
-
- Nozzles
+
+ 44
-
- False
+
+ 回安全位
-
- groupBox3
+
+ button33
-
- 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
-
- groupBox13
+
+ groupBox6
-
- 0
+
+ 4
-
- SimSun-ExtB, 9pt
+
+ Flat
-
- 305, 24
+
+ NoControl
-
- 50, 19
+
+ 397, 59
-
- 46
+
+ 80, 25
-
- 50
+
+ 44
-
- Center
+
+ 回安全位
-
- txtLoadNozzleCloseVacSuctionDelaytime
+
+ button7
-
- 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
-
- groupBox1
+
+ groupBox6
-
- 0
+
+ 5
-
- True
+
+ Flat
-
+
NoControl
-
- 14, 56
+
+ 397, 162
-
- 71, 12
+
+ 80, 25
-
- 43
+
+ 44
-
- 真空破时间:
+
+ 回安全位
-
- label19
+
+ button31
-
- System.Windows.Forms.Label, 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
-
- groupBox1
+
+ groupBox6
-
- 1
+
+ 6
-
- True
+
+ Flat
-
+
NoControl
-
- 211, 56
+
+ 397, 22
-
- 95, 12
+
+ 80, 25
-
- 43
+
+ 44
-
- 关真空破后延时:
+
+ 回安全位
-
- label23
+
+ button6
-
- System.Windows.Forms.Label, 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
-
- groupBox1
+
+ groupBox6
-
- 2
+
+ 7
-
- True
+
+ SimSun-ExtB, 9pt
-
- NoControl
+
+ 95, 271
-
- 159, 28
+
+ 85, 19
-
- 17, 12
+
+ 46
-
- 43
+
+ 0.01
-
- ms
+
+ Center
-
- label21
+
+ txtNozzle8BaseHeight
-
- 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
-
- groupBox1
+
+ groupBox6
-
- 3
+
+ 8
-
- True
+
+ SimSun-ExtB, 9pt
-
- NoControl
+
+ 95, 199
-
- 211, 28
+
+ 85, 19
-
- 95, 12
+
+ 46
-
- 43
+
+ 0.01
-
- 关真空吸后延时:
+
+ Center
-
- label26
+
+ txtNozzle6BaseHeight
-
- 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
-
- groupBox1
+
+ groupBox6
-
- 4
+
+ 9
-
- True
+
+ SimSun-ExtB, 9pt
-
- NoControl
+
+ 95, 131
-
- 159, 61
+
+ 85, 19
-
- 17, 12
+
+ 46
-
- 43
+
+ 0.01
-
- ms
+
+ Center
-
- label20
+
+ txtNozzle4BaseHeight
-
- 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
-
- groupBox1
+
+ groupBox6
-
- 5
+
+ 10
-
+
True
-
+
NoControl
-
- 361, 28
+
+ 9, 276
-
- 17, 12
+
+ 59, 12
-
+
43
-
- ms
+
+ NozzleZ8:
-
- label24
+
+ label16
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox1
+
+ groupBox6
-
- 6
+
+ 11
-
- True
+
+ SimSun-ExtB, 9pt
-
- NoControl
+
+ 95, 59
-
- 14, 28
+
+