From 8b2f98400842e022aefd5f2f935ca62239a75228 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 25 七月 2024 12:06:34 +0800
Subject: [PATCH] 项目导入调试基本完成

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-ModelFile/SelectXhsProjectModelFileWizardPage.Designer.cs |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-ModelFile/SelectXhsProjectModelFileWizardPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-ModelFile/SelectXhsProjectModelFileWizardPage.Designer.cs
index 0654bc2..64afc1e 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-ModelFile/SelectXhsProjectModelFileWizardPage.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-ModelFile/SelectXhsProjectModelFileWizardPage.Designer.cs
@@ -60,7 +60,7 @@
             // 
             // btnEditSelectModelFile
             // 
-            btnEditSelectModelFile.Location = new Point(30, 241);
+            btnEditSelectModelFile.Location = new Point(30, 232);
             btnEditSelectModelFile.Name = "btnEditSelectModelFile";
             btnEditSelectModelFile.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
             btnEditSelectModelFile.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
@@ -97,22 +97,23 @@
             layoutControlItem1.Location = new Point(0, 202);
             layoutControlItem1.Name = "layoutControlItem1";
             layoutControlItem1.OptionsTableLayoutItem.RowIndex = 1;
-            layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 2, 2);
+            layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 2);
             layoutControlItem1.Size = new Size(921, 65);
             layoutControlItem1.Text = "閫夋嫨妯″瀷鏂囦欢";
             layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
-            layoutControlItem1.TextSize = new Size(120, 24);
+            layoutControlItem1.TextSize = new Size(0, 0);
+            layoutControlItem1.TextVisible = false;
             // 
             // dxErrorProvider1
             // 
             dxErrorProvider1.ContainerControl = this;
             // 
-            // SelectXhsProjectModelFileCtrl
+            // SelectXhsProjectModelFileWizardPage
             // 
             AutoScaleDimensions = new SizeF(7F, 14F);
             AutoScaleMode = AutoScaleMode.Font;
             Controls.Add(layoutControl1);
-            Name = "SelectXhsProjectModelFileCtrl";
+            Name = "SelectXhsProjectModelFileWizardPage";
             Size = new Size(941, 591);
             ((ISupportInitialize)layoutControl1).EndInit();
             layoutControl1.ResumeLayout(false);

--
Gitblit v1.9.3