duheng
2024-08-21 6c88a90d2330a27c0052a22538f6ebd6200faae7
WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectDlg.Designer.cs
@@ -1,4 +1,6 @@
namespace HStation.WinFrmUI
using System.Security.Cryptography.X509Certificates;
namespace HStation.WinFrmUI
{
    partial class ImportXhsProjectDlg
    {
@@ -43,6 +45,7 @@
            generateXhsProjectWizardPage = new GenerateXhsProjectWizardPage();
            navPageImportCompleted = new DevExpress.XtraBars.Navigation.NavigationPage();
            importXhsProjectCompletedWizardPage = new ImportXhsProjectCompletedCtrl();
            navigationPage1 = new DevExpress.XtraBars.Navigation.NavigationPage();
            stepProgressBar1 = new DevExpress.XtraEditors.StepProgressBar();
            stepPbSelectModelFile = new DevExpress.XtraEditors.StepProgressBarItem();
            stepPbSetMapLocation = new DevExpress.XtraEditors.StepProgressBarItem();
@@ -54,6 +57,7 @@
            itemForPrev = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            itemForComplete = new DevExpress.XtraLayout.LayoutControlItem();
            projectResultShowPanel1 = new Xhs.ProjectResultShowPanel();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)navigationFrame1).BeginInit();
@@ -62,6 +66,7 @@
            navPageSetMapLocation.SuspendLayout();
            navPageGenerateProject.SuspendLayout();
            navPageImportCompleted.SuspendLayout();
            navigationPage1.SuspendLayout();
            ((ISupportInitialize)stepProgressBar1).BeginInit();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
@@ -104,7 +109,7 @@
            // 
            // btnPrev
            // 
            btnPrev.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
            btnPrev.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            btnPrev.Appearance.Options.UseBackColor = true;
            btnPrev.Location = new Point(625, 661);
            btnPrev.Name = "btnPrev";
@@ -116,7 +121,7 @@
            // 
            // btnNext
            // 
            btnNext.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success;
            btnNext.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
            btnNext.Appearance.Options.UseBackColor = true;
            btnNext.Location = new Point(745, 661);
            btnNext.Name = "btnNext";
@@ -128,7 +133,7 @@
            // 
            // btnCancel
            // 
            btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
            btnCancel.Appearance.Options.UseBackColor = true;
            btnCancel.Location = new Point(865, 661);
            btnCancel.Name = "btnCancel";
@@ -144,9 +149,10 @@
            navigationFrame1.Controls.Add(navPageSetMapLocation);
            navigationFrame1.Controls.Add(navPageGenerateProject);
            navigationFrame1.Controls.Add(navPageImportCompleted);
            navigationFrame1.Controls.Add(navigationPage1);
            navigationFrame1.Location = new Point(12, 120);
            navigationFrame1.Name = "navigationFrame1";
            navigationFrame1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { navPageInputProjectInfo, navPageSetMapLocation, navPageGenerateProject, navPageImportCompleted });
            navigationFrame1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { navPageInputProjectInfo, navPageSetMapLocation, navPageGenerateProject, navPageImportCompleted, navigationPage1 });
            navigationFrame1.SelectedPage = navPageInputProjectInfo;
            navigationFrame1.Size = new Size(1089, 537);
            navigationFrame1.TabIndex = 5;
@@ -214,6 +220,13 @@
            importXhsProjectCompletedWizardPage.Size = new Size(1089, 537);
            importXhsProjectCompletedWizardPage.TabIndex = 0;
            // 
            // navigationPage1
            //
            navigationPage1.Caption = "navigationPage1";
            navigationPage1.Controls.Add(projectResultShowPanel1);
            navigationPage1.Name = "navigationPage1";
            navigationPage1.Size = new Size(1089, 537);
            //
            // stepProgressBar1
            // 
            stepProgressBar1.ContentAlignment = ContentAlignment.MiddleLeft;
@@ -223,7 +236,8 @@
            stepProgressBar1.Items.Add(stepPbSetMapLocation);
            stepProgressBar1.Location = new Point(12, 12);
            stepProgressBar1.Name = "stepProgressBar1";
            stepProgressBar1.SelectedItemIndex = 1;
            stepProgressBar1.SelectedItemIndex = 0;
            stepProgressBar1.ShadowDrawMode = DevExpress.XtraEditors.StepProgressBarShadowDrawMode.ActiveElements;
            stepProgressBar1.Size = new Size(1089, 104);
            stepProgressBar1.StyleController = layoutControl1;
            stepProgressBar1.TabIndex = 4;
@@ -231,15 +245,18 @@
            // 
            // stepPbSelectModelFile
            // 
            stepPbSelectModelFile.ContentBlock2.Caption = "录入项目信息";
            stepPbSelectModelFile.ContentBlock1.ActiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepPbSelectModelFile.ContentBlock1.ActiveStateImageOptions.SvgImage");
            stepPbSelectModelFile.ContentBlock1.InactiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepPbSelectModelFile.ContentBlock1.InactiveStateImageOptions.SvgImage");
            stepPbSelectModelFile.ContentBlock2.Caption = "基本信息";
            stepPbSelectModelFile.Name = "stepPbSelectModelFile";
            stepPbSelectModelFile.State = DevExpress.XtraEditors.StepProgressBarItemState.Active;
            // 
            // stepPbSetMapLocation
            // 
            stepPbSetMapLocation.ContentBlock1.ActiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepPbSetMapLocation.ContentBlock1.ActiveStateImageOptions.SvgImage");
            stepPbSetMapLocation.ContentBlock1.InactiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepPbSetMapLocation.ContentBlock1.InactiveStateImageOptions.SvgImage");
            stepPbSetMapLocation.ContentBlock2.Caption = "设置地图位置";
            stepPbSetMapLocation.Name = "stepPbSetMapLocation";
            stepPbSetMapLocation.State = DevExpress.XtraEditors.StepProgressBarItemState.Active;
            // 
            // Root
            // 
@@ -324,6 +341,14 @@
            itemForComplete.TextSize = new Size(0, 0);
            itemForComplete.TextVisible = false;
            // 
            // projectResultShowPanel1
            //
            projectResultShowPanel1.Dock = DockStyle.Fill;
            projectResultShowPanel1.Location = new Point(0, 0);
            projectResultShowPanel1.Name = "projectResultShowPanel1";
            projectResultShowPanel1.Size = new Size(1089, 537);
            projectResultShowPanel1.TabIndex = 0;
            //
            // ImportXhsProjectDlg
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
@@ -342,6 +367,7 @@
            navPageSetMapLocation.ResumeLayout(false);
            navPageGenerateProject.ResumeLayout(false);
            navPageImportCompleted.ResumeLayout(false);
            navigationPage1.ResumeLayout(false);
            ((ISupportInitialize)stepProgressBar1).EndInit();
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
@@ -381,5 +407,7 @@
        private ImportXhsProjectCompletedCtrl importXhsProjectCompletedWizardPage;
        private DevExpress.XtraEditors.SimpleButton btnComplete;
        private DevExpress.XtraLayout.LayoutControlItem itemForComplete;
        private DevExpress.XtraBars.Navigation.NavigationPage navigationPage1;
        private Xhs.ProjectResultShowPanel projectResultShowPanel1;
    }
}