From c17dd77e798b3b94da8ee93ba3577d0bd540a125 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期一, 26 八月 2024 09:37:30 +0800
Subject: [PATCH] 优化界面

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/03-MapLocation/SetXhsProjectMapLocationWizardPage.Designer.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/03-MapLocation/SetXhsProjectMapLocationWizardPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/03-MapLocation/SetXhsProjectMapLocationWizardPage.Designer.cs
index 4b3cc7a..ad49605 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/03-MapLocation/SetXhsProjectMapLocationWizardPage.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/03-MapLocation/SetXhsProjectMapLocationWizardPage.Designer.cs
@@ -44,9 +44,12 @@
             // 
             // mapSetSimpleMarkerContainer1
             // 
+            mapSetSimpleMarkerContainer1.BorderColor = Color.LightGray;
+            mapSetSimpleMarkerContainer1.BorderWidth = 1;
             mapSetSimpleMarkerContainer1.Location = new Point(2, 2);
             mapSetSimpleMarkerContainer1.Margin = new Padding(3, 2, 3, 2);
             mapSetSimpleMarkerContainer1.Name = "mapSetSimpleMarkerContainer1";
+            mapSetSimpleMarkerContainer1.ShowBorder = true;
             mapSetSimpleMarkerContainer1.Size = new Size(761, 431);
             mapSetSimpleMarkerContainer1.TabIndex = 0;
             // 
@@ -98,12 +101,12 @@
             layoutControlItem2.Text = "璇︾粏鍦板潃锛�";
             layoutControlItem2.TextSize = new Size(60, 14);
             // 
-            // SetXhsProjectMapLocationCtrl
+            // SetXhsProjectMapLocationWizardPage
             // 
             AutoScaleDimensions = new SizeF(7F, 14F);
             AutoScaleMode = AutoScaleMode.Font;
             Controls.Add(layoutControl1);
-            Name = "SetXhsProjectMapLocationCtrl";
+            Name = "SetXhsProjectMapLocationWizardPage";
             Size = new Size(765, 459);
             ((ISupportInitialize)layoutControl1).EndInit();
             layoutControl1.ResumeLayout(false);

--
Gitblit v1.9.3