From 62f18f31a10fd5597b45151f688e5189eba888fd Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 06 八月 2024 09:57:50 +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