|
|
|
@ -66,6 +66,7 @@
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboxVirtualAxis = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.cboxCheckSafeEnable = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.cboxEnableVirtuleBarCode = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.cboxGRR = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.cboxEnableTestFixtureFiberCheck = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.cboxEnableTwoSpeed = new System.Windows.Forms.CheckBox();
|
|
|
|
@ -92,7 +93,7 @@
|
|
|
|
|
this.label27 = new System.Windows.Forms.Label();
|
|
|
|
|
this.txtControlCenterIP = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboxEnableVirtuleBarCode = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.cboxDisableDoor = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.groupBox8.SuspendLayout();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
@ -396,6 +397,7 @@
|
|
|
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
|
|
|
this.groupBox1.Controls.Add(this.cboxVirtualAxis);
|
|
|
|
|
this.groupBox1.Controls.Add(this.cboxCheckSafeEnable);
|
|
|
|
|
this.groupBox1.Controls.Add(this.cboxDisableDoor);
|
|
|
|
|
this.groupBox1.Controls.Add(this.cboxEnableVirtuleBarCode);
|
|
|
|
|
this.groupBox1.Controls.Add(this.cboxGRR);
|
|
|
|
|
this.groupBox1.Controls.Add(this.cboxEnableTestFixtureFiberCheck);
|
|
|
|
@ -583,6 +585,16 @@
|
|
|
|
|
this.cboxCheckSafeEnable.Text = "安全检查";
|
|
|
|
|
this.cboxCheckSafeEnable.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// cboxEnableVirtuleBarCode
|
|
|
|
|
//
|
|
|
|
|
this.cboxEnableVirtuleBarCode.AutoSize = true;
|
|
|
|
|
this.cboxEnableVirtuleBarCode.Location = new System.Drawing.Point(439, 277);
|
|
|
|
|
this.cboxEnableVirtuleBarCode.Name = "cboxEnableVirtuleBarCode";
|
|
|
|
|
this.cboxEnableVirtuleBarCode.Size = new System.Drawing.Size(60, 16);
|
|
|
|
|
this.cboxEnableVirtuleBarCode.TabIndex = 8;
|
|
|
|
|
this.cboxEnableVirtuleBarCode.Text = "虚拟码";
|
|
|
|
|
this.cboxEnableVirtuleBarCode.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// cboxGRR
|
|
|
|
|
//
|
|
|
|
|
this.cboxGRR.AutoSize = true;
|
|
|
|
@ -858,15 +870,15 @@
|
|
|
|
|
this.label26.TabIndex = 0;
|
|
|
|
|
this.label26.Text = "中控IP:";
|
|
|
|
|
//
|
|
|
|
|
// cboxEnableVirtuleBarCode
|
|
|
|
|
// cboxDisableDoor
|
|
|
|
|
//
|
|
|
|
|
this.cboxEnableVirtuleBarCode.AutoSize = true;
|
|
|
|
|
this.cboxEnableVirtuleBarCode.Location = new System.Drawing.Point(439, 277);
|
|
|
|
|
this.cboxEnableVirtuleBarCode.Name = "cboxEnableVirtuleBarCode";
|
|
|
|
|
this.cboxEnableVirtuleBarCode.Size = new System.Drawing.Size(60, 16);
|
|
|
|
|
this.cboxEnableVirtuleBarCode.TabIndex = 8;
|
|
|
|
|
this.cboxEnableVirtuleBarCode.Text = "虚拟码";
|
|
|
|
|
this.cboxEnableVirtuleBarCode.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cboxDisableDoor.AutoSize = true;
|
|
|
|
|
this.cboxDisableDoor.Location = new System.Drawing.Point(507, 126);
|
|
|
|
|
this.cboxDisableDoor.Name = "cboxDisableDoor";
|
|
|
|
|
this.cboxDisableDoor.Size = new System.Drawing.Size(72, 16);
|
|
|
|
|
this.cboxDisableDoor.TabIndex = 8;
|
|
|
|
|
this.cboxDisableDoor.Text = "禁用门禁";
|
|
|
|
|
this.cboxDisableDoor.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// CommonConfig
|
|
|
|
|
//
|
|
|
|
@ -968,5 +980,6 @@
|
|
|
|
|
private System.Windows.Forms.TextBox txtDischargeRetakeNum;
|
|
|
|
|
private System.Windows.Forms.Label label29;
|
|
|
|
|
private System.Windows.Forms.CheckBox cboxEnableVirtuleBarCode;
|
|
|
|
|
private System.Windows.Forms.CheckBox cboxDisableDoor;
|
|
|
|
|
}
|
|
|
|
|
}
|