From 3816b7dfff85051c09a99f2e49196a731ce994a5 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 19 九月 2024 10:03:59 +0800
Subject: [PATCH] 添加图表显示窗体

---
 WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-chart/01-chart/XtrPerform2dChart.Designer.cs |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-chart/01-chart/XtrPerform2dChart.Designer.cs b/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-chart/01-chart/XtrPerform2dChart.Designer.cs
index a9004bc..d1a2fb4 100644
--- a/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-chart/01-chart/XtrPerform2dChart.Designer.cs
+++ b/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-chart/01-chart/XtrPerform2dChart.Designer.cs
@@ -176,6 +176,7 @@
             chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBoxAndMarker;
             chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
             chartControl1.Location = new Point(0, 0);
+            chartControl1.Margin = new Padding(2, 2, 2, 2);
             chartControl1.Name = "chartControl1";
             series1.Name = "SeriesCurveQH";
             series1.SeriesID = 0;
@@ -214,7 +215,7 @@
     series5,
     series6
     };
-            chartControl1.Size = new Size(1023, 857);
+            chartControl1.Size = new Size(716, 545);
             chartControl1.TabIndex = 0;
             // 
             // popMenuChart
@@ -323,15 +324,17 @@
             barDockControlTop.Dock = DockStyle.Top;
             barDockControlTop.Location = new Point(0, 0);
             barDockControlTop.Manager = barManager1;
-            barDockControlTop.Size = new Size(1023, 0);
+            barDockControlTop.Margin = new Padding(2, 2, 2, 2);
+            barDockControlTop.Size = new Size(716, 0);
             // 
             // barDockControlBottom
             // 
             barDockControlBottom.CausesValidation = false;
             barDockControlBottom.Dock = DockStyle.Bottom;
-            barDockControlBottom.Location = new Point(0, 857);
+            barDockControlBottom.Location = new Point(0, 545);
             barDockControlBottom.Manager = barManager1;
-            barDockControlBottom.Size = new Size(1023, 0);
+            barDockControlBottom.Margin = new Padding(2, 2, 2, 2);
+            barDockControlBottom.Size = new Size(716, 0);
             // 
             // barDockControlLeft
             // 
@@ -339,15 +342,17 @@
             barDockControlLeft.Dock = DockStyle.Left;
             barDockControlLeft.Location = new Point(0, 0);
             barDockControlLeft.Manager = barManager1;
-            barDockControlLeft.Size = new Size(0, 857);
+            barDockControlLeft.Margin = new Padding(2, 2, 2, 2);
+            barDockControlLeft.Size = new Size(0, 545);
             // 
             // barDockControlRight
             // 
             barDockControlRight.CausesValidation = false;
             barDockControlRight.Dock = DockStyle.Right;
-            barDockControlRight.Location = new Point(1023, 0);
+            barDockControlRight.Location = new Point(716, 0);
             barDockControlRight.Manager = barManager1;
-            barDockControlRight.Size = new Size(0, 857);
+            barDockControlRight.Margin = new Padding(2, 2, 2, 2);
+            barDockControlRight.Size = new Size(0, 545);
             // 
             // barBtnPositioningMaxQ
             // 
@@ -389,15 +394,16 @@
             // 
             // XtrPerform2dChart
             // 
-            AutoScaleDimensions = new SizeF(10F, 22F);
+            AutoScaleDimensions = new SizeF(7F, 14F);
             AutoScaleMode = AutoScaleMode.Font;
             Controls.Add(chartControl1);
             Controls.Add(barDockControlLeft);
             Controls.Add(barDockControlRight);
             Controls.Add(barDockControlBottom);
             Controls.Add(barDockControlTop);
+            Margin = new Padding(2, 2, 2, 2);
             Name = "XtrPerform2dChart";
-            Size = new Size(1023, 857);
+            Size = new Size(716, 545);
             ((System.ComponentModel.ISupportInitialize)textAnnotation1).EndInit();
             ((System.ComponentModel.ISupportInitialize)constantLine1).EndInit();
             ((System.ComponentModel.ISupportInitialize)constantLine2).EndInit();

--
Gitblit v1.9.3