增加关闭气浮值

develop
lhiven 10 months ago
parent ff12c30380
commit f8a2cdfb8f

@ -39,7 +39,9 @@
this.cboxMsgShowKo = new System.Windows.Forms.CheckBox();
this.cboxMsgShowEn = new System.Windows.Forms.CheckBox();
this.cboxMsgShowCn = new System.Windows.Forms.CheckBox();
this.txtClosedQifuValue = new System.Windows.Forms.TextBox();
this.txtQifuValue = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.txtDischargeRetakeNum = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.cboxScanBarcodeFailAutoSkip = new System.Windows.Forms.CheckBox();
@ -124,8 +126,6 @@
this.cboxEnableExceptionHandlingNozzle = new System.Windows.Forms.CheckBox();
this.cboxEnableScanBarCodeByDownCamera = new System.Windows.Forms.CheckBox();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.label18 = new System.Windows.Forms.Label();
this.txtClosedQifuValue = new System.Windows.Forms.TextBox();
this.tableLayoutPanel1.SuspendLayout();
this.groupBox8.SuspendLayout();
this.groupBox2.SuspendLayout();
@ -242,6 +242,15 @@
this.cboxMsgShowCn.Name = "cboxMsgShowCn";
this.cboxMsgShowCn.UseVisualStyleBackColor = true;
//
// txtClosedQifuValue
//
this.txtClosedQifuValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtClosedQifuValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtClosedQifuValue.ForeColor = System.Drawing.Color.White;
resources.ApplyResources(this.txtClosedQifuValue, "txtClosedQifuValue");
this.txtClosedQifuValue.Name = "txtClosedQifuValue";
this.txtClosedQifuValue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtQifuValue_KeyUp);
//
// txtQifuValue
//
this.txtQifuValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
@ -251,6 +260,11 @@
this.txtQifuValue.Name = "txtQifuValue";
this.txtQifuValue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtQifuValue_KeyUp);
//
// label18
//
resources.ApplyResources(this.label18, "label18");
this.label18.Name = "label18";
//
// txtDischargeRetakeNum
//
this.txtDischargeRetakeNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
@ -881,20 +895,6 @@
this.cboxEnableScanBarCodeByDownCamera.Name = "cboxEnableScanBarCodeByDownCamera";
this.cboxEnableScanBarCodeByDownCamera.UseVisualStyleBackColor = true;
//
// label18
//
resources.ApplyResources(this.label18, "label18");
this.label18.Name = "label18";
//
// txtClosedQifuValue
//
this.txtClosedQifuValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtClosedQifuValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtClosedQifuValue.ForeColor = System.Drawing.Color.White;
resources.ApplyResources(this.txtClosedQifuValue, "txtClosedQifuValue");
this.txtClosedQifuValue.Name = "txtClosedQifuValue";
this.txtClosedQifuValue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtQifuValue_KeyUp);
//
// CommonConfig
//
resources.ApplyResources(this, "$this");

@ -990,6 +990,9 @@
<data name="cboxEnableTestFixtureFiberCheck.Text" xml:space="preserve">
<value>启用光纤检测</value>
</data>
<data name="cboxEnableTestFixtureFiberCheck.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;cboxEnableTestFixtureFiberCheck.Name" xml:space="preserve">
<value>cboxEnableTestFixtureFiberCheck</value>
</data>

Loading…
Cancel
Save