From 4813bf5781140ecd5c2c7a75d36bf0a2d45a50f4 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 02 9月 2025 09:48:42 +0800 Subject: [PATCH] 增加 页面查询 --- WMS/WMS/WMS.csproj | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/WMS/WMS/WMS.csproj b/WMS/WMS/WMS.csproj index 0892f67..131d537 100644 --- a/WMS/WMS/WMS.csproj +++ b/WMS/WMS/WMS.csproj @@ -222,6 +222,12 @@ <Compile Include="UI\SynthesizeQuery\FrmMes.Designer.cs"> <DependentUpon>FrmMes.cs</DependentUpon> </Compile> + <Compile Include="UI\SynthesizeQuery\FrmMesDetails.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="UI\SynthesizeQuery\FrmMesDetails.Designer.cs"> + <DependentUpon>FrmMesDetails.cs</DependentUpon> + </Compile> <Compile Include="UI\WORK\FrmTaskHandOperation.cs"> <SubType>Form</SubType> </Compile> @@ -378,6 +384,9 @@ <EmbeddedResource Include="UI\SynthesizeQuery\FrmMes.resx"> <DependentUpon>FrmMes.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="UI\SynthesizeQuery\FrmMesDetails.resx"> + <DependentUpon>FrmMesDetails.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="UI\WORK\FrmTaskHandOperation.resx"> <DependentUpon>FrmTaskHandOperation.cs</DependentUpon> </EmbeddedResource> -- Gitblit v1.9.3