From 015397f2009fe108820f7754555df93fbd7671e0 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 10 9月 2024 15:13:08 +0800 Subject: [PATCH] 删除不用的文件 --- DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj | 30 +++++++++++++++++++----------- 1 files changed, 19 insertions(+), 11 deletions(-) diff --git a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj index 03ff630..a001515 100644 --- a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj +++ b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj @@ -80,9 +80,17 @@ <Compile Include="BLL\CommonManager.cs" /> <Compile Include="BLL\DataCaptureColumnDictManager.cs" /> <Compile Include="BLL\DataCaptureConfigManager.cs" /> + <Compile Include="BLL\Important\2_QualityInfoCompleteManager.cs" /> + <Compile Include="BLL\Important\1_ReadQRcodeManager.cs" /> + <Compile Include="BLL\Important\3_WorkingProcedureCompleteManager.cs" /> + <Compile Include="BLL\Important\4_WorkPiecePushOffManager.cs" /> + <Compile Include="BLL\Important\5_WorkPieceSPCPushOffManager.cs" /> <Compile Include="BLL\SystemValue.cs" /> <Compile Include="BLL\WorkPieceInfoManager.cs" /> <Compile Include="BLL\WorkPieceLogManager.cs" /> + <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP0501 - 鏂扮増.cs" /> + <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP0501 - 鑰佺増.cs" /> + <Compile Include="DataCaptureHandlerV2\DeleteDataHandler.cs" /> <Compile Include="DataCaptureHandlerV2\OP80QualityDataHandler.cs" /> <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_01.cs" /> <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP3002.cs" /> @@ -93,17 +101,13 @@ <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_06.cs" /> <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_07.cs" /> <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP0501.cs" /> - <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP1002.cs" /> - <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP1003.cs" /> - <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP1004.cs" /> + <Compile Include="DataCaptureHandlerV2\Special\DataCaptureHandler_OP7009.cs" /> + <Compile Include="DataCaptureHandlerV2\Special\DataCaptureHandler_OP1002.cs" /> + <Compile Include="DataCaptureHandlerV2\Special\DataCaptureHandler_OP1003.cs" /> + <Compile Include="DataCaptureHandlerV2\Special\DataCaptureHandler_OP1004.cs" /> <Compile Include="DataCaptureHandlerV2\AlertMonitor.cs" /> <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP6002.cs" /> <Compile Include="DataCaptureHandler\DataCaptureHandler.cs" /> - <Compile Include="DataCaptureHandler\DataCaptureHandler_OP0506.cs" /> - <Compile Include="DataCaptureHandler\DataCaptureHandler_OP0507.cs" /> - <Compile Include="DataCaptureHandler\DataCaptureHandler_OP1005.cs" /> - <Compile Include="DataCaptureHandler\DataCaptureHandler_OP1006.cs" /> - <Compile Include="DataCaptureHandler\DataCaptureHandler_OP1007.cs" /> <Compile Include="DataCaptureHandler\DataCaptureHandler_OP3501.cs" /> <Compile Include="DataCaptureHandler\DataCaptureHandler_OP3503.cs" /> <Compile Include="DataCaptureHandler\DataCaptureHandler_OP3504.cs" /> @@ -115,12 +119,9 @@ <Compile Include="DataCaptureHandler\DataCaptureHandler_OP3004.cs" /> <Compile Include="DataCaptureHandler\DataCaptureHandler_OP3003.cs" /> <Compile Include="DataCaptureHandler\DataCaptureHandler_OP3001.cs" /> - <Compile Include="DataCaptureHandler\DataCaptureHandler_OP2002.cs" /> - <Compile Include="DataCaptureHandler\DataCaptureHandler_OP2003.cs" /> <Compile Include="DataCaptureHandler\DataCaptureHandler_OP2006.cs" /> <Compile Include="DataCaptureHandler\DataCaptureHandler_OP2005.cs" /> <Compile Include="DataCaptureHandler\DataCaptureHandler_OP2004.cs" /> - <Compile Include="DataCaptureHandler\DataCaptureHandler_OP2001.cs" /> <Compile Include="DataCaptureHandler\DataCaptureHandler_OP3502.cs" /> <Compile Include="DataCaptureHandler\DataCaptureHandler_OP3505.cs" /> <Compile Include="DataCaptureHandler\DataCaptureHandler_OP3506.cs" /> @@ -148,12 +149,19 @@ <Compile Include="DataCaptureHandler\PLCDataCapture\Siemens_HslCommunicationService.cs" /> <Compile Include="DataCaptureHandler\PLCDataCapture\PLCFactory.cs" /> <Compile Include="DataCaptureHandler\PLCDataCapture\PLCManger.cs" /> + <Compile Include="Enums\PieceLogTypeEnum.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> + <Compile Include="Utils\ClearDataHandler.cs" /> + <Compile Include="Utils\WorkPieceInfoHelper.cs" /> + <Compile Include="Utils\WorkPieceProcessHelper.cs" /> + <Compile Include="Utils\QualityStateHelper.cs" /> + <Compile Include="Utils\MonitorHelper.cs" /> + <Compile Include="Utils\SystemBussinessHelper.cs" /> <Compile Include="Utils\SystemHelper.cs" /> <Compile Include="Utils\ComboBoxHelper.cs" /> <Compile Include="Utils\ConfigHelper.cs" /> -- Gitblit v1.9.3