优化8个头的版本

Eight
lhiven 1 year ago
parent 31db1ef960
commit aa5618b79e

@ -1152,6 +1152,102 @@ namespace Rs.Framework
}
}
/// <summary>
/// 排料吸嘴5基准位X
/// </summary>
[ParameterInit("double", "0", "system", "排料吸嘴5基准位X")]
public static double Nozzle5CenterBasePosX
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle5CenterBasePosX));
}
}
/// <summary>
/// 排料吸嘴5基准位Y2
/// </summary>
[ParameterInit("double", "0", "system", "排料吸嘴5基准位Y2")]
public static double Nozzle5CenterBasePosY2
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle5CenterBasePosY2));
}
}
/// <summary>
/// 排料吸嘴6基准位X
/// </summary>
[ParameterInit("double", "0", "system", "排料吸嘴6基准位X")]
public static double Nozzle6CenterBasePosX
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle6CenterBasePosX));
}
}
/// <summary>
/// 排料吸嘴6基准位Y2
/// </summary>
[ParameterInit("double", "0", "system", "排料吸嘴6基准位Y2")]
public static double Nozzle6CenterBasePosY2
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle6CenterBasePosY2));
}
}
/// <summary>
/// 排料吸嘴7基准位X
/// </summary>
[ParameterInit("double", "0", "system", "排料吸嘴7基准位X")]
public static double Nozzle7CenterBasePosX
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle7CenterBasePosX));
}
}
/// <summary>
/// 排料吸嘴7基准位Y2
/// </summary>
[ParameterInit("double", "0", "system", "排料吸嘴7基准位Y2")]
public static double Nozzle7CenterBasePosY2
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle7CenterBasePosY2));
}
}
/// <summary>
/// 排料吸嘴8基准位X
/// </summary>
[ParameterInit("double", "0", "system", "排料吸嘴8基准位X")]
public static double Nozzle8CenterBasePosX
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle8CenterBasePosX));
}
}
/// <summary>
/// 排料吸嘴8基准位Y2
/// </summary>
[ParameterInit("double", "0", "system", "排料吸嘴8基准位Y2")]
public static double Nozzle8CenterBasePosY2
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle8CenterBasePosY2));
}
}
/// <summary>
/// 治具侧Y1
/// </summary>
@ -1250,6 +1346,57 @@ namespace Rs.Framework
}
}
/// <summary>
/// 吸嘴5基础高度
/// </summary>
[ParameterInit("double", "0", "system", "吸嘴5基础高度")]
public static double Nozzle5BaseHeight
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle5BaseHeight));
}
}
/// <summary>
/// 吸嘴6基础高度
/// </summary>
[ParameterInit("double", "0", "system", "吸嘴6基础高度")]
public static double Nozzle6BaseHeight
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle6BaseHeight));
}
}
/// <summary>
/// 吸嘴7基础高度
/// </summary>
[ParameterInit("double", "0", "system", "吸嘴7基础高度")]
public static double Nozzle7BaseHeight
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle7BaseHeight));
}
}
/// <summary>
/// 吸嘴8基础高度
/// </summary>
[ParameterInit("double", "0", "system", "吸嘴8基础高度")]
public static double Nozzle8BaseHeight
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle8BaseHeight));
}
}
/// <summary>
/// 吸嘴1到相机中心X
@ -1377,6 +1524,106 @@ namespace Rs.Framework
}
}
/// <summary>
/// 吸嘴5到吸嘴1中心X
/// </summary>
[ParameterInit("double", "0", "system", "吸嘴5到吸嘴1中心X")]
public static double Nozzle5ToNozzle1CenterOffsetX
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle5ToNozzle1CenterOffsetX));
}
}
/// <summary>
/// 吸嘴5到吸嘴1中心Y2
/// </summary>
[ParameterInit("double", "0", "system", "吸嘴5到吸嘴1中心Y2")]
public static double Nozzle5ToNozzle1CenterOffsetY2
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle5ToNozzle1CenterOffsetY2));
}
}
/// <summary>
/// 吸嘴6到吸嘴1中心X
/// </summary>
[ParameterInit("double", "0", "system", "吸嘴6到吸嘴1中心X")]
public static double Nozzle6ToNozzle1CenterOffsetX
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle6ToNozzle1CenterOffsetX));
}
}
/// <summary>
/// 吸嘴6到吸嘴1中心Y2
/// </summary>
[ParameterInit("double", "0", "system", "吸嘴6到吸嘴1中心Y2")]
public static double Nozzle6ToNozzle1CenterOffsetY2
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle6ToNozzle1CenterOffsetY2));
}
}
/// <summary>
/// 吸嘴7到吸嘴1中心X
/// </summary>
[ParameterInit("double", "0", "system", "吸嘴7到吸嘴1中心X")]
public static double Nozzle7ToNozzle1CenterOffsetX
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle7ToNozzle1CenterOffsetX));
}
}
/// <summary>
/// 吸嘴7到吸嘴1中心Y2
/// </summary>
[ParameterInit("double", "0", "system", "吸嘴7到吸嘴1中心Y2")]
public static double Nozzle7ToNozzle1CenterOffsetY2
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle7ToNozzle1CenterOffsetY2));
}
}
/// <summary>
/// 吸嘴8到吸嘴1中心X
/// </summary>
[ParameterInit("double", "0", "system", "吸嘴8到吸嘴1中心X")]
public static double Nozzle8ToNozzle1CenterOffsetX
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle8ToNozzle1CenterOffsetX));
}
}
/// <summary>
/// 吸嘴8到吸嘴1中心Y2
/// </summary>
[ParameterInit("double", "0", "system", "吸嘴8到吸嘴1中心Y2")]
public static double Nozzle8ToNozzle1CenterOffsetY2
{
get
{
return SysConfigParam.GetValue<double>(nameof(Nozzle8ToNozzle1CenterOffsetY2));
}
}
/// <summary>

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

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff

@ -139,6 +139,37 @@ namespace Rs.MotionPlat.SysConfig
txtNozzle4ToNozzle1CenterOffsetY2.Text = nozzle42nozzle1DistY2.ToString("0.000");
SysConfigParam.Update(txtNozzle4ToNozzle1CenterOffsetX.Name.Replace("txt", ""), nozzle42nozzle1DistX.ToString());
SysConfigParam.Update(txtNozzle4ToNozzle1CenterOffsetY2.Name.Replace("txt", ""), nozzle42nozzle1DistY2.ToString());
double nozzle52nozzle1DistX = GlobalVar.Nozzle5CenterBasePosX - GlobalVar.Nozzle1CenterBasePosX;
double nozzle52nozzle1DistY2 = GlobalVar.Nozzle5CenterBasePosY2 - GlobalVar.Nozzle1CenterBasePosY2;
txtNozzle5ToNozzle1CenterOffsetX.Text = nozzle52nozzle1DistX.ToString("0.000");
txtNozzle5ToNozzle1CenterOffsetY2.Text = nozzle52nozzle1DistY2.ToString("0.000");
SysConfigParam.Update(txtNozzle5ToNozzle1CenterOffsetX.Name.Replace("txt", ""), nozzle52nozzle1DistX.ToString());
SysConfigParam.Update(txtNozzle5ToNozzle1CenterOffsetY2.Name.Replace("txt", ""), nozzle52nozzle1DistY2.ToString());
double nozzle62nozzle1DistX = GlobalVar.Nozzle6CenterBasePosX - GlobalVar.Nozzle1CenterBasePosX;
double nozzle62nozzle1DistY2 = GlobalVar.Nozzle6CenterBasePosY2 - GlobalVar.Nozzle1CenterBasePosY2;
txtNozzle6ToNozzle1CenterOffsetX.Text = nozzle62nozzle1DistX.ToString("0.000");
txtNozzle6ToNozzle1CenterOffsetY2.Text = nozzle62nozzle1DistY2.ToString("0.000");
SysConfigParam.Update(txtNozzle6ToNozzle1CenterOffsetX.Name.Replace("txt", ""), nozzle62nozzle1DistX.ToString());
SysConfigParam.Update(txtNozzle6ToNozzle1CenterOffsetY2.Name.Replace("txt", ""), nozzle62nozzle1DistY2.ToString());
double nozzle72nozzle1DistX = GlobalVar.Nozzle7CenterBasePosX - GlobalVar.Nozzle1CenterBasePosX;
double nozzle72nozzle1DistY2 = GlobalVar.Nozzle7CenterBasePosY2 - GlobalVar.Nozzle1CenterBasePosY2;
txtNozzle7ToNozzle1CenterOffsetX.Text = nozzle72nozzle1DistX.ToString("0.000");
txtNozzle7ToNozzle1CenterOffsetY2.Text = nozzle72nozzle1DistY2.ToString("0.000");
SysConfigParam.Update(txtNozzle7ToNozzle1CenterOffsetX.Name.Replace("txt", ""), nozzle72nozzle1DistX.ToString());
SysConfigParam.Update(txtNozzle7ToNozzle1CenterOffsetY2.Name.Replace("txt", ""), nozzle72nozzle1DistY2.ToString());
double nozzle82nozzle1DistX = GlobalVar.Nozzle8CenterBasePosX - GlobalVar.Nozzle1CenterBasePosX;
double nozzle82nozzle1DistY2 = GlobalVar.Nozzle8CenterBasePosY2 - GlobalVar.Nozzle1CenterBasePosY2;
txtNozzle8ToNozzle1CenterOffsetX.Text = nozzle82nozzle1DistX.ToString("0.000");
txtNozzle8ToNozzle1CenterOffsetY2.Text = nozzle82nozzle1DistY2.ToString("0.000");
SysConfigParam.Update(txtNozzle8ToNozzle1CenterOffsetX.Name.Replace("txt", ""), nozzle82nozzle1DistX.ToString());
SysConfigParam.Update(txtNozzle8ToNozzle1CenterOffsetY2.Name.Replace("txt", ""), nozzle82nozzle1DistY2.ToString());
Msg.ShowInfo("Save ok");
}
catch (Exception ex)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save