From 0e5bf2be99387c9e44357f12f9782bccad6cd5b5 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期三, 23 十月 2024 13:07:26 +0800
Subject: [PATCH] 窗体最大化

---
 WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/PumpParallelChartDlg.Designer.cs |   10 +++++-----
 WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/PumpParallelChartDlg.cs          |    3 +--
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/PumpParallelChartDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/PumpParallelChartDlg.Designer.cs
index 3739012..8ee11bd 100644
--- a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/PumpParallelChartDlg.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/PumpParallelChartDlg.Designer.cs
@@ -44,24 +44,24 @@
             pumpSerialParallelChart.LineVisible = false;
             pumpSerialParallelChart.Location = new Point(0, 0);
             pumpSerialParallelChart.Name = "pumpSerialParallelChart";
-            pumpSerialParallelChart.Size = new Size(639, 1062);
+            pumpSerialParallelChart.Size = new Size(914, 1062);
             pumpSerialParallelChart.TabIndex = 4;
             // 
             // sidePanel1
             // 
             sidePanel1.Controls.Add(pumpParallelInfoCtrl1);
             sidePanel1.Dock = DockStyle.Right;
-            sidePanel1.Location = new Point(639, 0);
+            sidePanel1.Location = new Point(914, 0);
             sidePanel1.Name = "sidePanel1";
             sidePanel1.Size = new Size(700, 1062);
             sidePanel1.TabIndex = 5;
             sidePanel1.Text = "sidePanel1";
             // 
-            // pumpSerialParallelInfoCtrl1
+            // pumpParallelInfoCtrl1
             // 
             pumpParallelInfoCtrl1.Dock = DockStyle.Fill;
             pumpParallelInfoCtrl1.Location = new Point(1, 0);
-            pumpParallelInfoCtrl1.Name = "pumpSerialParallelInfoCtrl1";
+            pumpParallelInfoCtrl1.Name = "pumpParallelInfoCtrl1";
             pumpParallelInfoCtrl1.Size = new Size(699, 1062);
             pumpParallelInfoCtrl1.TabIndex = 0;
             // 
@@ -69,7 +69,7 @@
             // 
             AutoScaleDimensions = new SizeF(10F, 22F);
             AutoScaleMode = AutoScaleMode.Font;
-            ClientSize = new Size(1339, 1062);
+            ClientSize = new Size(1614, 1062);
             Controls.Add(pumpSerialParallelChart);
             Controls.Add(sidePanel1);
             Margin = new Padding(4, 5, 4, 5);
diff --git a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/PumpParallelChartDlg.cs b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/PumpParallelChartDlg.cs
index bfcd6cd..0e2b2f3 100644
--- a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/PumpParallelChartDlg.cs
+++ b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/PumpParallelChartDlg.cs
@@ -7,8 +7,7 @@
         public PumpParallelChartDlg()
         {
             InitializeComponent();
-            this.Text = "骞惰仈鍒嗘瀽";
-            this.WindowState = FormWindowState.Maximized;
+            this.Text = "骞惰仈鍒嗘瀽"; 
 
             this.pumpParallelInfoCtrl1.SetEvent += (id, qh, qe, qp) =>
             {

--
Gitblit v1.9.3