From b4c867bf85d3edef5d084a3a26f13cbc6784bf58 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期一, 16 十二月 2024 13:37:21 +0800 Subject: [PATCH] 提交 --- WinFrmUI/DPumpHydr.WinFrmUI.Volute/截面面积/SectAreaDockPanel.Designer.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\346\210\252\351\235\242\351\235\242\347\247\257/SectAreaDockPanel.Designer.cs" "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\346\210\252\351\235\242\351\235\242\347\247\257/SectAreaDockPanel.Designer.cs" index ee9bed9..38c848b 100644 --- "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\346\210\252\351\235\242\351\235\242\347\247\257/SectAreaDockPanel.Designer.cs" +++ "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\346\210\252\351\235\242\351\235\242\347\247\257/SectAreaDockPanel.Designer.cs" @@ -33,17 +33,17 @@ chart = new ChartSectArea(); SuspendLayout(); // - // lstConsole + // chart // chart.Dock = System.Windows.Forms.DockStyle.Fill; chart.Location = new System.Drawing.Point(0, 25); - - chart.Name = "lstConsole"; + chart.Name = "chart"; chart.Size = new System.Drawing.Size(500, 175); chart.TabIndex = 0; - chart.Text = "ChartSectArea"; + chart.KeyDown += chart_KeyDown; + chart.MouseClick += chart_MouseClick; // - // LogListDockPanel + // SectAreaDockPanel // AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; @@ -52,7 +52,7 @@ DockText = "闈㈢Н鍙樺寲"; Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); Icon = Properties.Resources.Console; - Name = "LogListDockPanel"; + Name = "SectAreaDockPanel"; SerializationKey = "DockConsole"; Size = new System.Drawing.Size(500, 200); ResumeLayout(false); -- Gitblit v1.9.3