|
|
|
@ -29,11 +29,11 @@
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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();
|
|
|
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
this.moveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.panelEx2 = new Rs.Controls.PanelEx();
|
|
|
|
@ -49,10 +49,10 @@
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.rsTray1 = new Rs.Controls.RsTray();
|
|
|
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.txtTestFixtureTrayOffsetHeight = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.lblSubValue = new System.Windows.Forms.Label();
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblTestValue = new System.Windows.Forms.Label();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.btnTestHeight = new System.Windows.Forms.Button();
|
|
|
|
@ -75,8 +75,6 @@
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.panelEx1 = new Rs.Controls.PanelEx();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
|
|
|
this.panelEx2.SuspendLayout();
|
|
|
|
|
this.panelEx5.SuspendLayout();
|
|
|
|
@ -157,9 +155,9 @@
|
|
|
|
|
this.dgvRunPoints.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dgvRunPoints.AllowUserToResizeColumns = false;
|
|
|
|
|
this.dgvRunPoints.AllowUserToResizeRows = false;
|
|
|
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.dgvRunPoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
|
|
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.dgvRunPoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
this.dgvRunPoints.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
this.dgvRunPoints.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
|
this.dgvRunPoints.ColumnHeadersHeight = 30;
|
|
|
|
@ -175,14 +173,14 @@
|
|
|
|
|
this.dgvRunPoints.MultiSelect = false;
|
|
|
|
|
this.dgvRunPoints.Name = "dgvRunPoints";
|
|
|
|
|
this.dgvRunPoints.ReadOnly = true;
|
|
|
|
|
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.dgvRunPoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
|
|
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.dgvRunPoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
|
|
this.dgvRunPoints.RowHeadersVisible = false;
|
|
|
|
|
this.dgvRunPoints.RowHeadersWidth = 30;
|
|
|
|
|
this.dgvRunPoints.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
|
@ -204,8 +202,8 @@
|
|
|
|
|
// dataGridViewTextBoxColumn2
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "X";
|
|
|
|
|
dataGridViewCellStyle7.Format = "0.000";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle7;
|
|
|
|
|
dataGridViewCellStyle2.Format = "0.000";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
|
this.dataGridViewTextBoxColumn2.FillWeight = 35F;
|
|
|
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "X";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
|
@ -214,8 +212,8 @@
|
|
|
|
|
// dataGridViewTextBoxColumn3
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "Y";
|
|
|
|
|
dataGridViewCellStyle8.Format = "0.000";
|
|
|
|
|
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle8;
|
|
|
|
|
dataGridViewCellStyle3.Format = "0.000";
|
|
|
|
|
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
|
this.dataGridViewTextBoxColumn3.FillWeight = 35F;
|
|
|
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "Y";
|
|
|
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
|
@ -224,10 +222,10 @@
|
|
|
|
|
// dataGridViewLinkColumn1
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewLinkColumn1.ActiveLinkColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle9.BackColor = System.Drawing.Color.Silver;
|
|
|
|
|
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.dataGridViewLinkColumn1.DefaultCellStyle = dataGridViewCellStyle9;
|
|
|
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.Silver;
|
|
|
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.dataGridViewLinkColumn1.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
|
|
this.dataGridViewLinkColumn1.FillWeight = 20F;
|
|
|
|
|
this.dataGridViewLinkColumn1.HeaderText = "Move";
|
|
|
|
|
this.dataGridViewLinkColumn1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
|
|
@ -294,8 +292,6 @@
|
|
|
|
|
//
|
|
|
|
|
this.groupBox4.Controls.Add(this.txtTestFixtureTrayTestHeightOffsetX);
|
|
|
|
|
this.groupBox4.Controls.Add(this.txtTestFixtureTrayOffsetHeight);
|
|
|
|
|
this.groupBox4.Controls.Add(this.lblSubValue);
|
|
|
|
|
this.groupBox4.Controls.Add(this.label8);
|
|
|
|
|
this.groupBox4.Controls.Add(this.lblTestValue);
|
|
|
|
|
this.groupBox4.Controls.Add(this.label6);
|
|
|
|
|
this.groupBox4.Controls.Add(this.label5);
|
|
|
|
@ -310,6 +306,22 @@
|
|
|
|
|
this.groupBox4.TabStop = false;
|
|
|
|
|
this.groupBox4.Text = "测高";
|
|
|
|
|
//
|
|
|
|
|
// txtTestFixtureTrayTestHeightOffsetX
|
|
|
|
|
//
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Location = new System.Drawing.Point(85, 60);
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Name = "txtTestFixtureTrayTestHeightOffsetX";
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Size = new System.Drawing.Size(85, 21);
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.TabIndex = 53;
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Tag = "SysParam";
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Text = "0.01";
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtTestFixtureTrayTestHeightOffsetX_KeyUp);
|
|
|
|
|
//
|
|
|
|
|
// txtTestFixtureTrayOffsetHeight
|
|
|
|
|
//
|
|
|
|
|
this.txtTestFixtureTrayOffsetHeight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
@ -326,26 +338,6 @@
|
|
|
|
|
this.txtTestFixtureTrayOffsetHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
|
|
this.txtTestFixtureTrayOffsetHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtTestFixtureCheckBaseHeight_KeyUp);
|
|
|
|
|
//
|
|
|
|
|
// lblSubValue
|
|
|
|
|
//
|
|
|
|
|
this.lblSubValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.lblSubValue.AutoSize = true;
|
|
|
|
|
this.lblSubValue.Location = new System.Drawing.Point(124, 185);
|
|
|
|
|
this.lblSubValue.Name = "lblSubValue";
|
|
|
|
|
this.lblSubValue.Size = new System.Drawing.Size(23, 12);
|
|
|
|
|
this.lblSubValue.TabIndex = 47;
|
|
|
|
|
this.lblSubValue.Text = "0.0";
|
|
|
|
|
//
|
|
|
|
|
// label8
|
|
|
|
|
//
|
|
|
|
|
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(49, 185);
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label8.TabIndex = 47;
|
|
|
|
|
this.label8.Text = "差值:";
|
|
|
|
|
//
|
|
|
|
|
// lblTestValue
|
|
|
|
|
//
|
|
|
|
|
this.lblTestValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
@ -356,6 +348,16 @@
|
|
|
|
|
this.lblTestValue.TabIndex = 47;
|
|
|
|
|
this.lblTestValue.Text = "0.0";
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(13, 62);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label6.TabIndex = 47;
|
|
|
|
|
this.label6.Text = "测量偏移:";
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
@ -652,32 +654,6 @@
|
|
|
|
|
this.panelEx1.Size = new System.Drawing.Size(1030, 858);
|
|
|
|
|
this.panelEx1.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(13, 62);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label6.TabIndex = 47;
|
|
|
|
|
this.label6.Text = "测量偏移:";
|
|
|
|
|
//
|
|
|
|
|
// txtTestFixtureTrayTestHeightOffsetX
|
|
|
|
|
//
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Location = new System.Drawing.Point(85, 60);
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Name = "txtTestFixtureTrayTestHeightOffsetX";
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Size = new System.Drawing.Size(85, 21);
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.TabIndex = 53;
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Tag = "SysParam";
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.Text = "0.01";
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
|
|
this.txtTestFixtureTrayTestHeightOffsetX.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtTestFixtureCheckBaseHeight_KeyUp);
|
|
|
|
|
//
|
|
|
|
|
// TestFixtureTrayCheckHeight
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
@ -746,8 +722,6 @@
|
|
|
|
|
private System.Windows.Forms.TextBox txtSlotOffsetDistX;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
|
|
private System.Windows.Forms.Label lblSubValue;
|
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
|
|
private System.Windows.Forms.TextBox txtTestFixtureTrayTestHeightOffsetX;
|
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
}
|
|
|
|
|