| | |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.XtraLayout.Utils; |
| | | using HStation.WinFrmUI.Xhs; |
| | | using HStation.WinFrmUI.Xhs.Core.Properties; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | { |
| | |
| | | |
| | | private readonly ImportXhsProjectViewModel _vm = new(); |
| | | private ImportXhsProjectManager _wizard; |
| | | |
| | | private static bool IsAddItem = true; |
| | | |
| | | /// <summary> |
| | | /// |
| | |
| | | this.inputXhsProjectInfoWizardPage, |
| | | this.setXhsProjectMapLocationWizardPage, |
| | | this.generateXhsProjectWizardPage, |
| | | this.importXhsProjectCompletedWizardPage |
| | | this.projectResultShowPanel1 |
| | | }); |
| | | } |
| | | |
| | | //删除导航条item |
| | | private void DeleteItem() |
| | | { |
| | | if (stepProgressBar1.Items.Count >= 5) |
| | | { |
| | | for (int i = 0; i < 3; i++) |
| | | { |
| | | stepProgressBar1.Items.RemoveAt(2); |
| | | } |
| | | } |
| | | } |
| | | |
| | | //选择页面改变 |
| | | private void _wizard_SelectedPageChangedEvent(IWizardPage<ImportXhsProjectViewModel> page, int index) |
| | | { |