From d2e25f51a7fb6cf8bb77135f371db51957803582 Mon Sep 17 00:00:00 2001 From: 仲国强 <519541279@qq.com> Date: 星期五, 08 十月 2021 15:32:40 +0800 Subject: [PATCH] 工序工价资料新增保存功能 --- WorkM/WorkM.csproj | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/WorkM/WorkM.csproj b/WorkM/WorkM.csproj index b7c1a36..61f6624 100644 --- a/WorkM/WorkM.csproj +++ b/WorkM/WorkM.csproj @@ -359,6 +359,12 @@ <Compile Include="娴佽浆鍗$鐞哱MES_StationOutBill.designer.cs"> <DependentUpon>MES_StationOutBill.cs</DependentUpon> </Compile> + <Compile Include="娴佽浆鍗$鐞哱MES_StationOutBillList_Bad.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="娴佽浆鍗$鐞哱MES_StationOutBillList_Bad.designer.cs"> + <DependentUpon>MES_StationOutBillList_Bad.cs</DependentUpon> + </Compile> <Compile Include="娴佽浆鍗$鐞哱MES_StationOutBillList.cs"> <SubType>Form</SubType> </Compile> @@ -987,6 +993,10 @@ <DependentUpon>MES_StationOutBill.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> + <EmbeddedResource Include="娴佽浆鍗$鐞哱MES_StationOutBillList_Bad.resx"> + <DependentUpon>MES_StationOutBillList_Bad.cs</DependentUpon> + <SubType>Designer</SubType> + </EmbeddedResource> <EmbeddedResource Include="娴佽浆鍗$鐞哱MES_StationOutBillList.resx"> <DependentUpon>MES_StationOutBillList.cs</DependentUpon> <SubType>Designer</SubType> -- Gitblit v1.9.1