|
|
|
@ -84,6 +84,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.panel7 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel8 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.groupBox39 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.btnEndLot = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
|
|
|
this.cboxNoise = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.cboxMtcp = new System.Windows.Forms.CheckBox();
|
|
|
|
@ -376,6 +377,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.panelEx3, 0, 2);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.panelEx4, 0, 3);
|
|
|
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel2.Enabled = false;
|
|
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
|
|
this.tableLayoutPanel2.RowCount = 4;
|
|
|
|
@ -934,6 +936,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
//
|
|
|
|
|
// groupBox39
|
|
|
|
|
//
|
|
|
|
|
this.groupBox39.Controls.Add(this.btnEndLot);
|
|
|
|
|
this.groupBox39.Controls.Add(this.btnSave);
|
|
|
|
|
this.groupBox39.Controls.Add(this.cboxNoise);
|
|
|
|
|
this.groupBox39.Controls.Add(this.cboxMtcp);
|
|
|
|
@ -956,6 +959,20 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.groupBox39.TabStop = false;
|
|
|
|
|
this.groupBox39.Text = "Config";
|
|
|
|
|
//
|
|
|
|
|
// btnEndLot
|
|
|
|
|
//
|
|
|
|
|
this.btnEndLot.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnEndLot.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnEndLot.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btnEndLot.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnEndLot.Location = new System.Drawing.Point(407, 74);
|
|
|
|
|
this.btnEndLot.Name = "btnEndLot";
|
|
|
|
|
this.btnEndLot.Size = new System.Drawing.Size(86, 29);
|
|
|
|
|
this.btnEndLot.TabIndex = 0;
|
|
|
|
|
this.btnEndLot.Text = "LotEnd";
|
|
|
|
|
this.btnEndLot.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnEndLot.Click += new System.EventHandler(this.btnEndLot_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnSave
|
|
|
|
|
//
|
|
|
|
|
this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
@ -1081,12 +1098,6 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.cboxTestMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboxTestMode.Enabled = false;
|
|
|
|
|
this.cboxTestMode.FormattingEnabled = true;
|
|
|
|
|
this.cboxTestMode.Items.AddRange(new object[] {
|
|
|
|
|
"Production",
|
|
|
|
|
"GRR",
|
|
|
|
|
"AUDIT",
|
|
|
|
|
"REL",
|
|
|
|
|
"DOE"});
|
|
|
|
|
this.cboxTestMode.Location = new System.Drawing.Point(83, 45);
|
|
|
|
|
this.cboxTestMode.Name = "cboxTestMode";
|
|
|
|
|
this.cboxTestMode.Size = new System.Drawing.Size(173, 20);
|
|
|
|
@ -2049,5 +2060,6 @@ namespace Rs.MotionPlat
|
|
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
|
|
private System.Windows.Forms.Label lblAvgUpg;
|
|
|
|
|
private System.Windows.Forms.Timer timeruph;
|
|
|
|
|
private System.Windows.Forms.Button btnEndLot;
|
|
|
|
|
}
|
|
|
|
|
}
|