From 6153f7e354a0a060c4d900444763f246884f66d4 Mon Sep 17 00:00:00 2001 From: czz_y Date: Thu, 22 Aug 2024 17:42:20 +0800 Subject: [PATCH] =?UTF-8?q?steps=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Views/StepsDemo.Designer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Views/StepsDemo.Designer.cs b/Views/StepsDemo.Designer.cs index cb8b8a2..0a2866e 100644 --- a/Views/StepsDemo.Designer.cs +++ b/Views/StepsDemo.Designer.cs @@ -199,10 +199,11 @@ this.stepsv.Items.Add(stepsItem1); this.stepsv.Items.Add(stepsItem2); this.stepsv.Items.Add(stepsItem3); - this.stepsv.Location = new System.Drawing.Point(3, 243); + this.stepsv.Location = new System.Drawing.Point(36, 243); + this.stepsv.Margin = new System.Windows.Forms.Padding(36, 3, 36, 3); this.stepsv.Name = "stepsv"; this.stepsv.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.stepsv.Size = new System.Drawing.Size(694, 252); + this.stepsv.Size = new System.Drawing.Size(628, 244); this.stepsv.TabIndex = 48; this.stepsv.Text = "steps1"; this.stepsv.Vertical = true;