From 4917fb959e2befec07a693e72d7010c09494ec7c Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期四, 03 四月 2025 15:38:34 +0800 Subject: [PATCH] 1.新增二输水流量压力偏差曲线 --- 02-desktop/Desktop/IStation.Desktop.Ch2/Func/FuncCreater.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/02-desktop/Desktop/IStation.Desktop.Ch2/Func/FuncCreater.cs b/02-desktop/Desktop/IStation.Desktop.Ch2/Func/FuncCreater.cs index 34ff71b..1429192 100644 --- a/02-desktop/Desktop/IStation.Desktop.Ch2/Func/FuncCreater.cs +++ b/02-desktop/Desktop/IStation.Desktop.Ch2/Func/FuncCreater.cs @@ -59,6 +59,7 @@ var modelCorrectionCompare = new FuncElement("妯″瀷淇瀵规瘮", dll, $"{nameSpace}.ModelCorrectionComparePage", modular, Resources.HydraulicModel); var scheduleCalcPage = new FuncElement("璋冨害鍒嗘瀽", dll, $"{nameSpace}.ScheduleCalcPage", modular, Resources.WorkPumpCurve); var operationalAnalysis = new FuncElement("杩愯瑙嗗浘", dll, $"{nameSpace}.OperationalViewPage", modular, Resources.OperationalAnalysis); + var stationRelationship = new FuncElement("娉电珯鍏崇郴", dll, $"{nameSpace}.StationRelationshipPage", modular, Resources.OperationalAnalysis); //var scadaVerify = new FuncElement("宸ュ喌楠岃瘉", dll, $"{nameSpace}.ScadaVerifyPage", modular, Resources.CurveAnalyze); @@ -66,7 +67,7 @@ //var scadaStatisticsPage = new FuncElement("Scada缁熻", dll, $"{nameSpace}.ScadaStatisticsPage", modular, Resources.CurveAnalyze); //var scadaAvgDiffVerify = new FuncElement("宸ュ喌鍧囧樊楠岃瘉", dll, $"{nameSpace}.ScadaDiffPage", modular, Resources.CurveAnalyze); - return new List<FuncElement>() { dataIntegration, dataVerification, dataCorrection, modelCorrection, modelCorrectionCombine, modelCorrectionCompare, scheduleCalcPage, operationalAnalysis }; + return new List<FuncElement>() { dataIntegration, dataVerification, dataCorrection, modelCorrection, modelCorrectionCombine, modelCorrectionCompare, scheduleCalcPage, operationalAnalysis, stationRelationship }; //return new List<FuncElement>() { dataIntegration, dataVerification, dataCorrection, modelCorrection, modelCorrectionCombine, operationalAnalysis, scadaVerify, scadaAvgDiffVerify, scadaValueVerify, scadaStatisticsPage }; } -- Gitblit v1.9.3