|
|
@ -40,6 +40,7 @@ namespace Rs.MotionPlat
|
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
this.groupBox36 = new System.Windows.Forms.GroupBox();
|
|
|
|
this.groupBox36 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
|
|
|
this.btnDoorStatus = new System.Windows.Forms.Button();
|
|
|
|
this.btnSelectProduct = new System.Windows.Forms.Button();
|
|
|
|
this.btnSelectProduct = new System.Windows.Forms.Button();
|
|
|
|
this.btnUpCameraGrab = new System.Windows.Forms.Button();
|
|
|
|
this.btnUpCameraGrab = new System.Windows.Forms.Button();
|
|
|
|
this.btnClearData = new System.Windows.Forms.Button();
|
|
|
|
this.btnClearData = new System.Windows.Forms.Button();
|
|
|
@ -156,7 +157,6 @@ namespace Rs.MotionPlat
|
|
|
|
this.timertc6 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
this.timertc6 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
this.timeruph = new System.Windows.Forms.Timer(this.components);
|
|
|
|
this.timeruph = new System.Windows.Forms.Timer(this.components);
|
|
|
|
this.timerLight = new System.Windows.Forms.Timer(this.components);
|
|
|
|
this.timerLight = new System.Windows.Forms.Timer(this.components);
|
|
|
|
this.btnDoorStatus = new System.Windows.Forms.Button();
|
|
|
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
this.groupBox37.SuspendLayout();
|
|
|
|
this.groupBox37.SuspendLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_errinfo)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_errinfo)).BeginInit();
|
|
|
@ -282,6 +282,20 @@ namespace Rs.MotionPlat
|
|
|
|
this.groupBox36.TabStop = false;
|
|
|
|
this.groupBox36.TabStop = false;
|
|
|
|
this.groupBox36.Text = "Quick functions";
|
|
|
|
this.groupBox36.Text = "Quick functions";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
// btnDoorStatus
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.btnDoorStatus.BackColor = System.Drawing.Color.Green;
|
|
|
|
|
|
|
|
this.btnDoorStatus.FlatAppearance.BorderSize = 0;
|
|
|
|
|
|
|
|
this.btnDoorStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
|
|
|
this.btnDoorStatus.Font = new System.Drawing.Font("宋体", 23F);
|
|
|
|
|
|
|
|
this.btnDoorStatus.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
|
|
this.btnDoorStatus.Location = new System.Drawing.Point(8, 205);
|
|
|
|
|
|
|
|
this.btnDoorStatus.Name = "btnDoorStatus";
|
|
|
|
|
|
|
|
this.btnDoorStatus.Size = new System.Drawing.Size(301, 48);
|
|
|
|
|
|
|
|
this.btnDoorStatus.TabIndex = 1;
|
|
|
|
|
|
|
|
this.btnDoorStatus.Text = "Door";
|
|
|
|
|
|
|
|
this.btnDoorStatus.UseVisualStyleBackColor = false;
|
|
|
|
|
|
|
|
//
|
|
|
|
// btnSelectProduct
|
|
|
|
// btnSelectProduct
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.btnSelectProduct.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
this.btnSelectProduct.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
@ -1049,6 +1063,7 @@ namespace Rs.MotionPlat
|
|
|
|
this.cboxTestMethod.Enabled = false;
|
|
|
|
this.cboxTestMethod.Enabled = false;
|
|
|
|
this.cboxTestMethod.FormattingEnabled = true;
|
|
|
|
this.cboxTestMethod.FormattingEnabled = true;
|
|
|
|
this.cboxTestMethod.Items.AddRange(new object[] {
|
|
|
|
this.cboxTestMethod.Items.AddRange(new object[] {
|
|
|
|
|
|
|
|
"ONE",
|
|
|
|
"A",
|
|
|
|
"A",
|
|
|
|
"AAB",
|
|
|
|
"AAB",
|
|
|
|
"ABC"});
|
|
|
|
"ABC"});
|
|
|
@ -1796,20 +1811,6 @@ namespace Rs.MotionPlat
|
|
|
|
this.timerLight.Interval = 500;
|
|
|
|
this.timerLight.Interval = 500;
|
|
|
|
this.timerLight.Tick += new System.EventHandler(this.timerLight_Tick);
|
|
|
|
this.timerLight.Tick += new System.EventHandler(this.timerLight_Tick);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// btnDoorStatus
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.btnDoorStatus.BackColor = System.Drawing.Color.Green;
|
|
|
|
|
|
|
|
this.btnDoorStatus.FlatAppearance.BorderSize = 0;
|
|
|
|
|
|
|
|
this.btnDoorStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
|
|
|
this.btnDoorStatus.Font = new System.Drawing.Font("宋体", 23F);
|
|
|
|
|
|
|
|
this.btnDoorStatus.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
|
|
this.btnDoorStatus.Location = new System.Drawing.Point(8, 205);
|
|
|
|
|
|
|
|
this.btnDoorStatus.Name = "btnDoorStatus";
|
|
|
|
|
|
|
|
this.btnDoorStatus.Size = new System.Drawing.Size(301, 48);
|
|
|
|
|
|
|
|
this.btnDoorStatus.TabIndex = 1;
|
|
|
|
|
|
|
|
this.btnDoorStatus.Text = "Door";
|
|
|
|
|
|
|
|
this.btnDoorStatus.UseVisualStyleBackColor = false;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// FormMain
|
|
|
|
// FormMain
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|