|
|
|
@ -50,7 +50,11 @@
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.rsTray1 = new Rs.Controls.RsTray();
|
|
|
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.txtTurnoverCheckBaseHeight = 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.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
|
|
|
this.panelEx3 = new Rs.Controls.PanelEx();
|
|
|
|
@ -66,10 +70,8 @@
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.panelEx1 = new Rs.Controls.PanelEx();
|
|
|
|
|
this.lblSubValue = new System.Windows.Forms.Label();
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblTestValue = new System.Windows.Forms.Label();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
|
|
|
this.panelEx2.SuspendLayout();
|
|
|
|
|
this.panelEx5.SuspendLayout();
|
|
|
|
@ -302,7 +304,9 @@
|
|
|
|
|
this.groupBox4.Controls.Add(this.label8);
|
|
|
|
|
this.groupBox4.Controls.Add(this.lblTestValue);
|
|
|
|
|
this.groupBox4.Controls.Add(this.label5);
|
|
|
|
|
this.groupBox4.Controls.Add(this.txtTurnoverCheckBaseHeight);
|
|
|
|
|
this.groupBox4.Controls.Add(this.txtTurnoverTrayTestHeightOffsetX);
|
|
|
|
|
this.groupBox4.Controls.Add(this.label1);
|
|
|
|
|
this.groupBox4.Controls.Add(this.txtTurnoverTrayOffsetHeight);
|
|
|
|
|
this.groupBox4.Controls.Add(this.label2);
|
|
|
|
|
this.groupBox4.Controls.Add(this.button6);
|
|
|
|
|
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
@ -314,31 +318,71 @@
|
|
|
|
|
this.groupBox4.TabStop = false;
|
|
|
|
|
this.groupBox4.Text = "测高";
|
|
|
|
|
//
|
|
|
|
|
// txtTurnoverCheckBaseHeight
|
|
|
|
|
//
|
|
|
|
|
this.txtTurnoverCheckBaseHeight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.txtTurnoverCheckBaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtTurnoverCheckBaseHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.txtTurnoverCheckBaseHeight.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
this.txtTurnoverCheckBaseHeight.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtTurnoverCheckBaseHeight.Location = new System.Drawing.Point(87, 31);
|
|
|
|
|
this.txtTurnoverCheckBaseHeight.Name = "txtTurnoverCheckBaseHeight";
|
|
|
|
|
this.txtTurnoverCheckBaseHeight.Size = new System.Drawing.Size(85, 21);
|
|
|
|
|
this.txtTurnoverCheckBaseHeight.TabIndex = 53;
|
|
|
|
|
this.txtTurnoverCheckBaseHeight.Tag = "SysParam";
|
|
|
|
|
this.txtTurnoverCheckBaseHeight.Text = "0.01";
|
|
|
|
|
this.txtTurnoverCheckBaseHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
|
|
this.txtTurnoverCheckBaseHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtTurnoverCheckBaseHeight_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(144, 174);
|
|
|
|
|
this.lblSubValue.Name = "lblSubValue";
|
|
|
|
|
this.lblSubValue.Size = new System.Drawing.Size(23, 12);
|
|
|
|
|
this.lblSubValue.TabIndex = 54;
|
|
|
|
|
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(69, 174);
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label8.TabIndex = 55;
|
|
|
|
|
this.label8.Text = "差值:";
|
|
|
|
|
//
|
|
|
|
|
// lblTestValue
|
|
|
|
|
//
|
|
|
|
|
this.lblTestValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.lblTestValue.AutoSize = true;
|
|
|
|
|
this.lblTestValue.Location = new System.Drawing.Point(144, 151);
|
|
|
|
|
this.lblTestValue.Name = "lblTestValue";
|
|
|
|
|
this.lblTestValue.Size = new System.Drawing.Size(23, 12);
|
|
|
|
|
this.lblTestValue.TabIndex = 56;
|
|
|
|
|
this.lblTestValue.Text = "0.0";
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(49, 151);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label5.TabIndex = 57;
|
|
|
|
|
this.label5.Text = "测高结果:";
|
|
|
|
|
//
|
|
|
|
|
// txtTurnoverTrayOffsetHeight
|
|
|
|
|
//
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight.Location = new System.Drawing.Point(87, 20);
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight.Name = "txtTurnoverTrayOffsetHeight";
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight.Size = new System.Drawing.Size(85, 21);
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight.TabIndex = 53;
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight.Tag = "SysParam";
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight.Text = "0.01";
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
|
|
this.txtTurnoverTrayOffsetHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtTurnoverCheckBaseHeight_KeyUp);
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(27, 33);
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(27, 22);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(47, 12);
|
|
|
|
|
this.label2.TabIndex = 47;
|
|
|
|
|
this.label2.Text = "基础高度:";
|
|
|
|
|
this.label2.Text = "高度差:";
|
|
|
|
|
//
|
|
|
|
|
// button6
|
|
|
|
|
//
|
|
|
|
@ -347,7 +391,7 @@
|
|
|
|
|
this.button6.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.button6.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.button6.Location = new System.Drawing.Point(39, 84);
|
|
|
|
|
this.button6.Location = new System.Drawing.Point(34, 94);
|
|
|
|
|
this.button6.Name = "button6";
|
|
|
|
|
this.button6.Size = new System.Drawing.Size(133, 31);
|
|
|
|
|
this.button6.TabIndex = 49;
|
|
|
|
@ -530,45 +574,31 @@
|
|
|
|
|
this.panelEx1.Size = new System.Drawing.Size(1030, 843);
|
|
|
|
|
this.panelEx1.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// 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(144, 174);
|
|
|
|
|
this.lblSubValue.Name = "lblSubValue";
|
|
|
|
|
this.lblSubValue.Size = new System.Drawing.Size(23, 12);
|
|
|
|
|
this.lblSubValue.TabIndex = 54;
|
|
|
|
|
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(69, 174);
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label8.TabIndex = 55;
|
|
|
|
|
this.label8.Text = "差值:";
|
|
|
|
|
//
|
|
|
|
|
// lblTestValue
|
|
|
|
|
//
|
|
|
|
|
this.lblTestValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.lblTestValue.AutoSize = true;
|
|
|
|
|
this.lblTestValue.Location = new System.Drawing.Point(144, 151);
|
|
|
|
|
this.lblTestValue.Name = "lblTestValue";
|
|
|
|
|
this.lblTestValue.Size = new System.Drawing.Size(23, 12);
|
|
|
|
|
this.lblTestValue.TabIndex = 56;
|
|
|
|
|
this.lblTestValue.Text = "0.0";
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(49, 151);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label5.TabIndex = 57;
|
|
|
|
|
this.label5.Text = "测高结果:";
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(15, 59);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label1.TabIndex = 47;
|
|
|
|
|
this.label1.Text = "测高偏移:";
|
|
|
|
|
//
|
|
|
|
|
// txtTurnoverTrayTestHeightOffsetX
|
|
|
|
|
//
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX.Location = new System.Drawing.Point(87, 57);
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX.Name = "txtTurnoverTrayTestHeightOffsetX";
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX.Size = new System.Drawing.Size(85, 21);
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX.TabIndex = 53;
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX.Tag = "SysParam";
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX.Text = "0.01";
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
|
|
this.txtTurnoverTrayTestHeightOffsetX.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtTurnoverCheckBaseHeight_KeyUp);
|
|
|
|
|
//
|
|
|
|
|
// TurnoverTrayCheckHeight
|
|
|
|
|
//
|
|
|
|
@ -628,7 +658,7 @@
|
|
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem moveToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
|
|
|
private System.Windows.Forms.TextBox txtTurnoverCheckBaseHeight;
|
|
|
|
|
private System.Windows.Forms.TextBox txtTurnoverTrayOffsetHeight;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Button button6;
|
|
|
|
|
private Controls.RsTray rsTray1;
|
|
|
|
@ -636,5 +666,7 @@
|
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
|
|
private System.Windows.Forms.Label lblTestValue;
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
private System.Windows.Forms.TextBox txtTurnoverTrayTestHeightOffsetX;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
}
|
|
|
|
|
}
|