From 331e49f5a9718cd15baa412a3ca9bb0b70a469c7 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期六, 26 十月 2024 18:33:24 +0800 Subject: [PATCH] 检验基准维护 --- DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmAql1.Designer.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmAql1.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmAql1.Designer.cs index 6029584..2563c5f 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmAql1.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmAql1.Designer.cs @@ -801,6 +801,7 @@ // // txt_ftwoChecked // + this.txt_ftwoChecked.Enabled = false; this.txt_ftwoChecked.Location = new System.Drawing.Point(875, 144); this.txt_ftwoChecked.Name = "txt_ftwoChecked"; this.txt_ftwoChecked.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); @@ -900,6 +901,7 @@ // // txt_foneChecked // + this.txt_foneChecked.Enabled = false; this.txt_foneChecked.Location = new System.Drawing.Point(875, 101); this.txt_foneChecked.Name = "txt_foneChecked"; this.txt_foneChecked.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); @@ -1086,7 +1088,7 @@ // // toolBarMenu1 // - this.toolBarMenu1.chkParameter = null; + this.toolBarMenu1.chkParameter = "MES_QM_AQL1,FONE_CHECKDATE,FONE_CHECKED,FONE_CHECKOR"; this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; this.toolBarMenu1.guidKey = null; this.toolBarMenu1.isSetBtn = false; -- Gitblit v1.9.3