From 2f1cbec203dcff25df7a5c2b51b13ec558f2c3db Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期四, 13 二月 2025 11:15:00 +0800 Subject: [PATCH] 泵状态更新 --- 02-desktop/WinFrmUI/IStation.WinFrmUI.Monitor/IStation.WinFrmUI.Monitor.csproj | 61 ++++++++++++++++++++++++++++++ 1 files changed, 61 insertions(+), 0 deletions(-) diff --git a/02-desktop/WinFrmUI/IStation.WinFrmUI.Monitor/IStation.WinFrmUI.Monitor.csproj b/02-desktop/WinFrmUI/IStation.WinFrmUI.Monitor/IStation.WinFrmUI.Monitor.csproj index 749993c..e061e77 100644 --- a/02-desktop/WinFrmUI/IStation.WinFrmUI.Monitor/IStation.WinFrmUI.Monitor.csproj +++ b/02-desktop/WinFrmUI/IStation.WinFrmUI.Monitor/IStation.WinFrmUI.Monitor.csproj @@ -98,6 +98,9 @@ <Reference Include="SixLabors.ImageSharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL"> <HintPath>..\..\packages\SixLabors.ImageSharp.2.1.4\lib\netstandard2.0\SixLabors.ImageSharp.dll</HintPath> </Reference> + <Reference Include="SqlSugar, Version=5.1.4.168, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\..\packages\SqlSugar.5.1.4.169\lib\SqlSugar.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> <HintPath>..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> @@ -155,6 +158,7 @@ <Reference Include="WindowsBase" /> </ItemGroup> <ItemGroup> + <Compile Include="01-Monitor\DataCompare\ExportTestHelper.cs" /> <Compile Include="02-Analyze\CurveAnalyzePacket\CurveAnalyzePacketMgrPage.cs"> <SubType>UserControl</SubType> </Compile> @@ -245,6 +249,13 @@ <Compile Include="01-Monitor\DataCompare\DataComparePage.designer.cs"> <DependentUpon>DataComparePage.cs</DependentUpon> </Compile> + <Compile Include="02-Analyze\CurveAnalyzePacket_Easy\CurveAnalyzePacketEasyMgrPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="02-Analyze\CurveAnalyzePacket_Easy\CurveAnalyzePacketEasyMgrPage.designer.cs"> + <DependentUpon>CurveAnalyzePacketEasyMgrPage.cs</DependentUpon> + </Compile> + <Compile Include="02-Analyze\CurveAnalyzePacket_Easy\PhartExcelHelper.cs" /> <Compile Include="03-WorkingConditionAnalysis\00-helper\bak\ExportModelAnalysisFactorHelper.cs" /> <Compile Include="03-WorkingConditionAnalysis\00-helper\AnalysisHelper.cs" /> <Compile Include="03-WorkingConditionAnalysis\00-helper\bak\ExportScadaAnalysisFactorHelper.cs" /> @@ -385,6 +396,38 @@ <Compile Include="00-Core\01-Import\WaitMonitorDataImportDlg.Designer.cs"> <DependentUpon>WaitMonitorDataImportDlg.cs</DependentUpon> </Compile> + <Compile Include="04-calc\00-\AnalysisParameter.cs" /> + <Compile Include="04-calc\00-\AnalysisParameterCacheHelper.cs" /> + <Compile Include="04-calc\00-\_dal\AnalysisParameter.cs" /> + <Compile Include="04-calc\01-dtos\00-basic\00-station\Pump.cs" /> + <Compile Include="04-calc\01-dtos\00-basic\00-station\Station.cs" /> + <Compile Include="04-calc\01-dtos\01-analysis\AnalysisParameter.cs" /> + <Compile Include="04-calc\01-dtos\01-analysis\AnalysisPump.cs" /> + <Compile Include="04-calc\01-dtos\00-basic\02-config\ChScheduleConfig.cs" /> + <Compile Include="04-calc\01-dtos\00-basic\02-config\FrequencyLimit.cs" /> + <Compile Include="04-calc\01-dtos\00-basic\02-config\ScheduleConfig.cs" /> + <Compile Include="04-calc\01-dtos\00-basic\02-config\WaterSupplyLimit.cs" /> + <Compile Include="04-calc\01-dtos\00-basic\03-analysis\AnalysisDeviation.cs" /> + <Compile Include="04-calc\01-dtos\00-basic\03-analysis\AnalysisFactor.cs" /> + <Compile Include="04-calc\02-schedule\ScheduleHelper.cs" /> + <Compile Include="04-calc\02-schedule\ScheduleHelper_Model.cs" /> + <Compile Include="04-calc\01-dtos\03-monitor\MonitorRecord.cs" /> + <Compile Include="04-calc\00-\RunFlagHelper.cs" /> + <Compile Include="04-calc\03-vms\PumpScheduleVm.cs" /> + <Compile Include="04-calc\03-vms\StationScheduleVm.cs" /> + <Compile Include="04-calc\ScheduleCalcPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="04-calc\ScheduleCalcPage.designer.cs"> + <DependentUpon>ScheduleCalcPage.cs</DependentUpon> + </Compile> + <Compile Include="05-web\EtaExportHelper.cs" /> + <Compile Include="05-web\istation\dal\EtaMultiRealRecord.cs" /> + <Compile Include="05-web\istation\model\EtaMultiRealRecord.cs" /> + <Compile Include="05-web\istation\model\EtaMultiRunSummaryContent.cs" /> + <Compile Include="05-web\istation\model\EtaQHET.cs" /> + <Compile Include="05-web\istation\model\EtaQHETRect.cs" /> + <Compile Include="05-web\istation\model\EtaQHETRectList.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> @@ -489,6 +532,10 @@ <Project>{b2106586-1b41-4f94-a25d-e31da9408efc}</Project> <Name>IStation.Epanet</Name> </ProjectReference> + <ProjectReference Include="..\..\Component\IStation.MemoryCache\IStation.MemoryCache.csproj"> + <Project>{13c5daa0-5c0f-40db-a460-d28aeca0d521}</Project> + <Name>IStation.MemoryCache</Name> + </ProjectReference> <ProjectReference Include="..\..\Component\IStation.SnowflakeId\IStation.SnowflakeId.csproj"> <Project>{7cb8c9a8-a6de-4742-b7c7-1f8bcc6c3eea}</Project> <Name>IStation.SnowflakeId</Name> @@ -496,6 +543,10 @@ <ProjectReference Include="..\..\Core\IStation.Core\IStation.Core.csproj"> <Project>{c2675c69-ffed-481b-af5a-a56141e9515f}</Project> <Name>IStation.Core</Name> + </ProjectReference> + <ProjectReference Include="..\..\DAL\IStation.DAL.Core\IStation.DAL.Core.csproj"> + <Project>{08343d53-54be-4b8d-ade6-842b3ea771c4}</Project> + <Name>IStation.DAL.Core</Name> </ProjectReference> <ProjectReference Include="..\..\Model\IStation.Model.Basic\IStation.Model.Basic.csproj"> <Project>{768dfba7-383a-4780-bb29-d3f73997ee6b}</Project> @@ -580,6 +631,9 @@ <EmbeddedResource Include="01-Monitor\DataCompare\DataComparePage.resx"> <DependentUpon>DataComparePage.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="02-Analyze\CurveAnalyzePacket_Easy\CurveAnalyzePacketEasyMgrPage.resx"> + <DependentUpon>CurveAnalyzePacketEasyMgrPage.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="03-WorkingConditionAnalysis\02-DataVerification\DataVerificationPage.resx"> <DependentUpon>DataVerificationPage.cs</DependentUpon> </EmbeddedResource> @@ -594,6 +648,9 @@ </EmbeddedResource> <EmbeddedResource Include="03-WorkingConditionAnalysis\06-ModelCorrectionCompare\ModelCorrectionCompare.resx"> <DependentUpon>ModelCorrectionCompare.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="04-calc\ScheduleCalcPage.resx"> + <DependentUpon>ScheduleCalcPage.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Properties\licenses.licx" /> <EmbeddedResource Include="03-WorkingConditionAnalysis\ScadaVerify\ScadaDiffPage.resx"> @@ -698,6 +755,7 @@ <None Include="Properties\DataSources\IStation.Model.CurveAnalyzePacket.datasource" /> <None Include="Properties\DataSources\IStation.Model.CurveAnalyzePoint.datasource" /> <None Include="Properties\DataSources\IStation.Model.StationSignalRecord.datasource" /> + <None Include="Properties\DataSources\IStation.Vm.StationScheduleVm.datasource" /> <None Include="Properties\DataSources\ModelCorrectionCombinePage.ModelCombineDiffViewModel.datasource" /> <None Include="Properties\DataSources\ModelCorrectionCombinePage.ModelDiffViewModel.datasource" /> <None Include="Properties\DataSources\ModelCorrectionPage.ModelTimeViewModel.datasource" /> @@ -714,6 +772,9 @@ <Folder Include="02-Analyze\CurveAnalyzePacket\Analyze\" /> <Folder Include="03-WorkingConditionAnalysis\Scada\helper\" /> </ItemGroup> + <ItemGroup> + <None Include="Resources\exporttoxls.svg" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <ProjectExtensions> <VisualStudio> -- Gitblit v1.9.3