From de7dbe7cf85aa01abb64040aae1c04dfba74c135 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 01 4月 2025 10:48:50 +0800 Subject: [PATCH] 优化 和plc交互问题 --- CC/iWareCC_ASRS/iWareCC.csproj | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/CC/iWareCC_ASRS/iWareCC.csproj b/CC/iWareCC_ASRS/iWareCC.csproj index 1a8e151..21bf0fa 100644 --- a/CC/iWareCC_ASRS/iWareCC.csproj +++ b/CC/iWareCC_ASRS/iWareCC.csproj @@ -142,6 +142,12 @@ <Compile Include="FormCC.Designer.cs"> <DependentUpon>FormCC.cs</DependentUpon> </Compile> + <Compile Include="Forms\FormManagerPassword.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="Forms\FormManagerPassword.Designer.cs"> + <DependentUpon>FormManagerPassword.cs</DependentUpon> + </Compile> <Compile Include="Forms\SrmStockForm.cs"> <SubType>Form</SubType> </Compile> @@ -165,6 +171,8 @@ <Compile Include="ThreadService\01_BZ01宸ヤ綅锛堟竻鐏帮紝娲楁澘鍚庡伐浣嶏級\DataProcess_BZ01.cs" /> <Compile Include="ThreadService\02_BZ39宸ヤ綅锛堣ˉ鏉垮悗宸ヤ綅锛塡DataProcess_RobotBuffer_ModeChange.cs" /> <Compile Include="ThreadService\02_BZ39宸ヤ綅锛堣ˉ鏉垮悗宸ヤ綅锛塡Inbound\2銆丏ataProcess_BZ39_IssueInboundTask.cs" /> + <Compile Include="ThreadService\02_BZ39宸ヤ綅锛堣ˉ鏉垮悗宸ヤ綅锛塡Outbound\2銆丏ataProcess_RobotBuffer_IssueOutboundTask - 澶嶅埗.cs" /> + <Compile Include="ThreadService\02_BZ39宸ヤ綅锛堣ˉ鏉垮悗宸ヤ綅锛塡Outbound\3銆丏ataProcess_RobotBuffer_FinishTaskForOutbound - 澶嶅埗.cs" /> <Compile Include="ThreadService\02_BZ39宸ヤ綅锛堣ˉ鏉垮悗宸ヤ綅锛塡Outbound\5銆丏ataProcess_RobotBuffer_PesonOutbound.cs" /> <Compile Include="ThreadService\02_BZ39宸ヤ綅锛堣ˉ鏉垮悗宸ヤ綅锛塡Outbound\4銆丏ataProcess_RobotBuffer_ForceOutbound.cs" /> <Compile Include="ThreadService\02_BZ39宸ヤ綅锛堣ˉ鏉垮悗宸ヤ綅锛塡Outbound\CC_DataProcess_RobotBuffer_ForceOutbound.cs" /> @@ -187,6 +195,9 @@ <EmbeddedResource Include="FormCC.resx"> <DependentUpon>FormCC.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Forms\FormManagerPassword.resx"> + <DependentUpon>FormManagerPassword.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Forms\SrmStockForm.resx"> <DependentUpon>SrmStockForm.cs</DependentUpon> </EmbeddedResource> -- Gitblit v1.9.3