From a7896dd64aeac86e90af111f83c7f8172f39e63b Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 13 八月 2024 16:43:52 +0800 Subject: [PATCH] 提交剩余文件 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-ModelFile/SelectXhsProjectModelFileWizardPage.cs | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-ModelFile/SelectXhsProjectModelFileWizardPage.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-ModelFile/SelectXhsProjectModelFileWizardPage.cs index 4f05aef..d772ec5 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-ModelFile/SelectXhsProjectModelFileWizardPage.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-ModelFile/SelectXhsProjectModelFileWizardPage.cs @@ -8,7 +8,7 @@ public SelectXhsProjectModelFileWizardPage() { InitializeComponent(); - this.layoutControl1.SetupLayoutControl(); + // this.layoutControl1.SetupLayoutControl(); } /// <summary> @@ -31,7 +31,6 @@ _vm = t; _isInitialize = true; } - /// <summary> /// 鍏佽涓婁竴姝� @@ -111,7 +110,6 @@ return false; } - //閫夋嫨妯″瀷鏂囦欢 private void btnEditSelectModelFile_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e) { @@ -125,7 +123,5 @@ this.btnEditSelectModelFile.EditValue = fileName; } } - - } -} +} \ No newline at end of file -- Gitblit v1.9.3