From b6f84233ce512c9f0f65d550b3892f4ba6c8afa5 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 23 八月 2024 10:01:10 +0800 Subject: [PATCH] 提交代码 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectDlg.cs | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectDlg.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectDlg.cs index 5155937..1a5684a 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectDlg.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectDlg.cs @@ -39,8 +39,7 @@ this.inputXhsProjectInfoWizardPage, this.setXhsProjectMapLocationWizardPage, this.generateXhsProjectWizardPage, - this.importXhsProjectCompletedWizardPage, - this.projectResultShowPanel1 + this.projectResultShowPanel1 }); } @@ -58,16 +57,16 @@ stepPbInputProjectInfo.ContentBlock1.ActiveStateImageOptions.SvgImage = DevExpress.Images.ImageResourceCache.Default.GetSvgImageById("productquickshippments"); stepPbInputProjectInfo.ContentBlock1.InactiveStateImageOptions.SvgImage = DevExpress.Images.ImageResourceCache.Default.GetSvgImageById("productquickshippments"); stepPbInputProjectInfo.ContentBlock2.Caption = "鑷姩鐢熸垚椤圭洰"; - StepProgressBarItem stepPbImportComleted = new StepProgressBarItem(); - stepPbImportComleted.ContentBlock2.Caption = "椤圭洰瀵煎叆瀹屾垚"; - stepPbImportComleted.ContentBlock1.ActiveStateImageOptions.SvgImage = DevExpress.Images.ImageResourceCache.Default.GetSvgImageById("check"); - stepPbImportComleted.ContentBlock1.InactiveStateImageOptions.SvgImage = DevExpress.Images.ImageResourceCache.Default.GetSvgImageById("check"); + /* StepProgressBarItem stepPbImportComleted = new StepProgressBarItem(); + stepPbImportComleted.ContentBlock2.Caption = "椤圭洰瀵煎叆瀹屾垚"; + stepPbImportComleted.ContentBlock1.ActiveStateImageOptions.SvgImage = DevExpress.Images.ImageResourceCache.Default.GetSvgImageById("check"); + stepPbImportComleted.ContentBlock1.InactiveStateImageOptions.SvgImage = DevExpress.Images.ImageResourceCache.Default.GetSvgImageById("check"); + */ StepProgressBarItem stepGenerateProject = new StepProgressBarItem(); stepGenerateProject.ContentBlock1.ActiveStateImageOptions.SvgImage = DevExpress.Images.ImageResourceCache.Default.GetSvgImageById("showallfieldresults"); stepGenerateProject.ContentBlock1.InactiveStateImageOptions.SvgImage = DevExpress.Images.ImageResourceCache.Default.GetSvgImageById("showallfieldresults"); stepGenerateProject.ContentBlock2.Caption = "椤圭洰灞曠ず缁撴灉"; this.stepProgressBar1.Items.Add(stepPbInputProjectInfo); - this.stepProgressBar1.Items.Add(stepPbImportComleted); this.stepProgressBar1.Items.Add(stepGenerateProject); } -- Gitblit v1.9.3