From 977ef9de17c3b83727fa92fe8178ab6486425ada Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期日, 23 三月 2025 15:57:38 +0800
Subject: [PATCH] 添加当修改gama时重新计算高度和圆角半径

---
 WinFrmUI/DPumpHydr.WinFrmUI.Volute/出水设计/ctrlSetOutflowParas.Designer.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\345\207\272\346\260\264\350\256\276\350\256\241/ctrlSetOutflowParas.Designer.cs" "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\345\207\272\346\260\264\350\256\276\350\256\241/ctrlSetOutflowParas.Designer.cs"
index 0d3e61a..5e30459 100644
--- "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\345\207\272\346\260\264\350\256\276\350\256\241/ctrlSetOutflowParas.Designer.cs"
+++ "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\345\207\272\346\260\264\350\256\276\350\256\241/ctrlSetOutflowParas.Designer.cs"
@@ -83,7 +83,7 @@
             thunderGroupBox1.Controls.Add(metroTile鍑哄彛鍥剧墖);
             thunderGroupBox1.Font = new System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 10F, System.Drawing.FontStyle.Bold);
             thunderGroupBox1.ForeColor = System.Drawing.Color.Black;
-            thunderGroupBox1.Location = new System.Drawing.Point(27, 63);
+            thunderGroupBox1.Location = new System.Drawing.Point(27, 53);
             thunderGroupBox1.Name = "thunderGroupBox1";
             thunderGroupBox1.Size = new System.Drawing.Size(288, 231);
             thunderGroupBox1.TabIndex = 27;
@@ -141,12 +141,13 @@
             // checkBox鍦嗗姬杩炴帴
             // 
             checkBox鍦嗗姬杩炴帴.AutoSize = true;
-            checkBox鍦嗗姬杩炴帴.Location = new System.Drawing.Point(220, 37);
+            checkBox鍦嗗姬杩炴帴.Location = new System.Drawing.Point(225, 31);
             checkBox鍦嗗姬杩炴帴.Name = "checkBox鍦嗗姬杩炴帴";
             checkBox鍦嗗姬杩炴帴.Size = new System.Drawing.Size(87, 21);
             checkBox鍦嗗姬杩炴帴.TabIndex = 75;
             checkBox鍦嗗姬杩炴帴.Text = "鍦嗗姬杩炴帴";
             checkBox鍦嗗姬杩炴帴.UseVisualStyleBackColor = true;
+            checkBox鍦嗗姬杩炴帴.Visible = false;
             checkBox鍦嗗姬杩炴帴.CheckedChanged += checkBox鍦嗗姬杩炴帴_CheckedChanged;
             // 
             // btnNextStep
@@ -210,7 +211,7 @@
             ctrlSection910Posi1.BackColor = System.Drawing.SystemColors.Control;
             ctrlSection910Posi1.Dock = System.Windows.Forms.DockStyle.Fill;
             ctrlSection910Posi1.Location = new System.Drawing.Point(3, 3);
-            ctrlSection910Posi1.Margin = new System.Windows.Forms.Padding(4);
+            ctrlSection910Posi1.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
             ctrlSection910Posi1.Name = "ctrlSection910Posi1";
             ctrlSection910Posi1.Size = new System.Drawing.Size(312, 455);
             ctrlSection910Posi1.TabIndex = 0;

--
Gitblit v1.9.3