From c22cc4c60e9ff156fc25b39a5c024cc758df354b Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 30 十二月 2024 09:40:51 +0800
Subject: [PATCH] 水力模块联动修改

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationPumpAnalyChartCtrl.Designer.cs |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationPumpAnalyChartCtrl.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationPumpAnalyChartCtrl.Designer.cs
index d317500..d76d34d 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationPumpAnalyChartCtrl.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationPumpAnalyChartCtrl.Designer.cs
@@ -112,7 +112,7 @@
             barTxtQ.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
             barTxtQ.Caption = "娴侀噺:";
             barTxtQ.Edit = repositoryItemTextEdit1;
-            barTxtQ.EditWidth = 80;
+            barTxtQ.EditWidth = 100;
             barTxtQ.Id = 3;
             barTxtQ.Name = "barTxtQ";
             barTxtQ.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
@@ -129,7 +129,7 @@
             barTxtH.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
             barTxtH.Caption = "鎵▼:";
             barTxtH.Edit = repositoryItemTextEdit2;
-            barTxtH.EditWidth = 80;
+            barTxtH.EditWidth = 100;
             barTxtH.Id = 5;
             barTxtH.Name = "barTxtH";
             barTxtH.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
@@ -146,7 +146,7 @@
             barTxtP.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
             barTxtP.Caption = "鍔熺巼:";
             barTxtP.Edit = repositoryItemTextEdit3;
-            barTxtP.EditWidth = 80;
+            barTxtP.EditWidth = 100;
             barTxtP.Id = 6;
             barTxtP.Name = "barTxtP";
             barTxtP.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
@@ -163,7 +163,7 @@
             barTxtE.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
             barTxtE.Caption = "鏁堢巼:";
             barTxtE.Edit = repositoryItemTextEdit4;
-            barTxtE.EditWidth = 80;
+            barTxtE.EditWidth = 100;
             barTxtE.Id = 7;
             barTxtE.Name = "barTxtE";
             barTxtE.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
@@ -181,7 +181,7 @@
             barDockControlTop.Dock = DockStyle.Top;
             barDockControlTop.Location = new Point(0, 0);
             barDockControlTop.Manager = barManager1;
-            barDockControlTop.Size = new Size(818, 24);
+            barDockControlTop.Size = new Size(907, 24);
             // 
             // barDockControlBottom
             // 
@@ -189,7 +189,7 @@
             barDockControlBottom.Dock = DockStyle.Bottom;
             barDockControlBottom.Location = new Point(0, 535);
             barDockControlBottom.Manager = barManager1;
-            barDockControlBottom.Size = new Size(818, 0);
+            barDockControlBottom.Size = new Size(907, 0);
             // 
             // barDockControlLeft
             // 
@@ -203,7 +203,7 @@
             // 
             barDockControlRight.CausesValidation = false;
             barDockControlRight.Dock = DockStyle.Right;
-            barDockControlRight.Location = new Point(818, 24);
+            barDockControlRight.Location = new Point(907, 24);
             barDockControlRight.Manager = barManager1;
             barDockControlRight.Size = new Size(0, 511);
             // 
@@ -213,7 +213,10 @@
             pumpRunViewChart1.Location = new Point(0, 24);
             pumpRunViewChart1.Margin = new Padding(2, 2, 2, 2);
             pumpRunViewChart1.Name = "pumpRunViewChart1";
-            pumpRunViewChart1.Size = new Size(818, 511);
+            pumpRunViewChart1.QEVisible = true;
+            pumpRunViewChart1.QPVisble = true;
+            pumpRunViewChart1.RunPointVisible = true;
+            pumpRunViewChart1.Size = new Size(907, 511);
             pumpRunViewChart1.TabIndex = 4;
             // 
             // SimulationPumpAnalyChartCtrl
@@ -226,7 +229,7 @@
             Controls.Add(barDockControlBottom);
             Controls.Add(barDockControlTop);
             Name = "SimulationPumpAnalyChartCtrl";
-            Size = new Size(818, 535);
+            Size = new Size(907, 535);
             ((ISupportInitialize)barManager1).EndInit();
             ((ISupportInitialize)repositoryItemTextEdit1).EndInit();
             ((ISupportInitialize)repositoryItemTextEdit2).EndInit();

--
Gitblit v1.9.3