From 4a8df7e654aa502694bcff271b216c46e26c788b Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期日, 06 四月 2025 10:46:27 +0800
Subject: [PATCH] 汽泡提示

---
 DevApp/Gs.DevApp/Gs.DevApp.csproj |   39 +++++++++++++++++++++------------------
 1 files changed, 21 insertions(+), 18 deletions(-)

diff --git a/DevApp/Gs.DevApp/Gs.DevApp.csproj b/DevApp/Gs.DevApp/Gs.DevApp.csproj
index dfe4097..ab8013b 100644
--- a/DevApp/Gs.DevApp/Gs.DevApp.csproj
+++ b/DevApp/Gs.DevApp/Gs.DevApp.csproj
@@ -302,6 +302,12 @@
     <Compile Include="DevFrm\FQC\Frm_FqcDetect01.Designer.cs">
       <DependentUpon>Frm_FqcDetect01.cs</DependentUpon>
     </Compile>
+    <Compile Include="DevFrm\FQC\SelectFqcItem.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="DevFrm\FQC\SelectFqcItem.Designer.cs">
+      <DependentUpon>SelectFqcItem.cs</DependentUpon>
+    </Compile>
     <Compile Include="DevFrm\IPQC\Frm_ShouJian.cs">
       <SubType>Form</SubType>
     </Compile>
@@ -985,12 +991,6 @@
     <Compile Include="UserControl\UcBtnPrint.Designer.cs">
       <DependentUpon>UcBtnPrint.cs</DependentUpon>
     </Compile>
-    <Compile Include="UserControl\UcComBox.cs">
-      <SubType>UserControl</SubType>
-    </Compile>
-    <Compile Include="UserControl\UcComBox.Designer.cs">
-      <DependentUpon>UcComBox.cs</DependentUpon>
-    </Compile>
     <Compile Include="UserControl\UcDictionary.cs">
       <SubType>UserControl</SubType>
     </Compile>
@@ -1015,17 +1015,17 @@
     <Compile Include="UserControl\UcLookDaa.Designer.cs">
       <DependentUpon>UcLookDaa.cs</DependentUpon>
     </Compile>
-    <Compile Include="UserControl\UcLookDefectType.cs">
-      <SubType>UserControl</SubType>
-    </Compile>
-    <Compile Include="UserControl\UcLookDefectType.Designer.cs">
-      <DependentUpon>UcLookDefectType.cs</DependentUpon>
-    </Compile>
     <Compile Include="UserControl\UcLookDepartment.cs">
       <SubType>UserControl</SubType>
     </Compile>
     <Compile Include="UserControl\UcLookDepartment.Designer.cs">
       <DependentUpon>UcLookDepartment.cs</DependentUpon>
+    </Compile>
+    <Compile Include="UserControl\UcLookGx.cs">
+      <SubType>UserControl</SubType>
+    </Compile>
+    <Compile Include="UserControl\UcLookGx.Designer.cs">
+      <DependentUpon>UcLookGx.cs</DependentUpon>
     </Compile>
     <Compile Include="UserControl\UcLookHuoZhu.cs">
       <SubType>UserControl</SubType>
@@ -1191,6 +1191,12 @@
     </EmbeddedResource>
     <EmbeddedResource Include="DevFrm\FQC\Frm_Fqc.resx">
       <DependentUpon>Frm_Fqc.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="DevFrm\FQC\Frm_FqcDetect01.resx">
+      <DependentUpon>Frm_FqcDetect01.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="DevFrm\FQC\SelectFqcItem.resx">
+      <DependentUpon>SelectFqcItem.cs</DependentUpon>
     </EmbeddedResource>
     <EmbeddedResource Include="DevFrm\FrmLogin.resx">
       <DependentUpon>FrmLogin.cs</DependentUpon>
@@ -1518,9 +1524,6 @@
     <EmbeddedResource Include="UserControl\UcBtnPrint.resx">
       <DependentUpon>UcBtnPrint.cs</DependentUpon>
     </EmbeddedResource>
-    <EmbeddedResource Include="UserControl\UcComBox.resx">
-      <DependentUpon>UcComBox.cs</DependentUpon>
-    </EmbeddedResource>
     <EmbeddedResource Include="UserControl\UcLookCk.resx">
       <DependentUpon>UcLookCk.cs</DependentUpon>
     </EmbeddedResource>
@@ -1530,12 +1533,12 @@
     <EmbeddedResource Include="UserControl\UcLookDaa.resx">
       <DependentUpon>UcLookDaa.cs</DependentUpon>
     </EmbeddedResource>
-    <EmbeddedResource Include="UserControl\UcLookDefectType.resx">
-      <DependentUpon>UcLookDefectType.cs</DependentUpon>
-    </EmbeddedResource>
     <EmbeddedResource Include="UserControl\UcLookDepartment.resx">
       <DependentUpon>UcLookDepartment.cs</DependentUpon>
     </EmbeddedResource>
+    <EmbeddedResource Include="UserControl\UcLookGx.resx">
+      <DependentUpon>UcLookGx.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="UserControl\UcLookHuoZhu.resx">
       <DependentUpon>UcLookHuoZhu.cs</DependentUpon>
     </EmbeddedResource>

--
Gitblit v1.9.3