From c0575b3330ef57fffd9e617eb25ea38f821c0aa7 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 31 十月 2024 10:19:43 +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..d7e634d 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,chk_mesQmAql1";
             this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
             this.toolBarMenu1.guidKey = null;
             this.toolBarMenu1.isSetBtn = false;

--
Gitblit v1.9.3