using System.Security.Cryptography.X509Certificates; namespace HStation.WinFrmUI { partial class ImportXhsProjectDlg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { ComponentResourceManager resources = new ComponentResourceManager(typeof(ImportXhsProjectDlg)); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); btnComplete = new SimpleButton(); btnPrev = new SimpleButton(); btnNext = new SimpleButton(); btnCancel = new SimpleButton(); navigationFrame1 = new DevExpress.XtraBars.Navigation.NavigationFrame(); navPageInputProjectInfo = new DevExpress.XtraBars.Navigation.NavigationPage(); inputXhsProjectInfoWizardPage = new InputXhsProjectInfoWizardPage(); navPageSetMapLocation = new DevExpress.XtraBars.Navigation.NavigationPage(); setXhsProjectMapLocationWizardPage = new SetXhsProjectMapLocationWizardPage(); navPageGenerateProject = new DevExpress.XtraBars.Navigation.NavigationPage(); generateXhsProjectWizardPage = new GenerateXhsProjectWizardPage(); navigationPage1 = new DevExpress.XtraBars.Navigation.NavigationPage(); stepProgressBar1 = new StepProgressBar(); stepPbSelectModelFile = new StepProgressBarItem(); stepPbSetMapLocation = new StepProgressBarItem(); stepProgressBarItem1 = new StepProgressBarItem(); stepProgressBarItem2 = new StepProgressBarItem(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); itemForCancel = new DevExpress.XtraLayout.LayoutControlItem(); itemForNext = new DevExpress.XtraLayout.LayoutControlItem(); itemForPrev = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); itemForComplete = new DevExpress.XtraLayout.LayoutControlItem(); projectResultShowPanel1 = new ProjectResultShowPanel(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)navigationFrame1).BeginInit(); navigationFrame1.SuspendLayout(); navPageInputProjectInfo.SuspendLayout(); navPageSetMapLocation.SuspendLayout(); navPageGenerateProject.SuspendLayout(); navigationPage1.SuspendLayout(); ((ISupportInitialize)stepProgressBar1).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); ((ISupportInitialize)itemForCancel).BeginInit(); ((ISupportInitialize)itemForNext).BeginInit(); ((ISupportInitialize)itemForPrev).BeginInit(); ((ISupportInitialize)emptySpaceItem1).BeginInit(); ((ISupportInitialize)itemForComplete).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(btnComplete); layoutControl1.Controls.Add(btnPrev); layoutControl1.Controls.Add(btnNext); layoutControl1.Controls.Add(btnCancel); layoutControl1.Controls.Add(navigationFrame1); layoutControl1.Controls.Add(stepProgressBar1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1247, 349, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(1113, 695); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // btnComplete // btnComplete.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; btnComplete.Appearance.Options.UseBackColor = true; btnComplete.Location = new Point(985, 661); btnComplete.Name = "btnComplete"; btnComplete.Size = new Size(116, 22); btnComplete.StyleController = layoutControl1; btnComplete.TabIndex = 10; btnComplete.Text = "完成"; btnComplete.Click += btnComplete_Click; // // btnPrev // btnPrev.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; btnPrev.Appearance.Options.UseBackColor = true; btnPrev.Location = new Point(625, 661); btnPrev.Name = "btnPrev"; btnPrev.Size = new Size(116, 22); btnPrev.StyleController = layoutControl1; btnPrev.TabIndex = 7; btnPrev.Text = "<上一步"; btnPrev.Click += btnPrev_Click; // // btnNext // btnNext.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question; btnNext.Appearance.Options.UseBackColor = true; btnNext.Location = new Point(745, 661); btnNext.Name = "btnNext"; btnNext.Size = new Size(116, 22); btnNext.StyleController = layoutControl1; btnNext.TabIndex = 8; btnNext.Text = "下一步>"; btnNext.Click += btnNext_Click; // // btnCancel // btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger; btnCancel.Appearance.Options.UseBackColor = true; btnCancel.Location = new Point(865, 661); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(116, 22); btnCancel.StyleController = layoutControl1; btnCancel.TabIndex = 9; btnCancel.Text = "取消"; btnCancel.Click += btnCancel_Click; // // navigationFrame1 // navigationFrame1.Controls.Add(navPageInputProjectInfo); navigationFrame1.Controls.Add(navPageSetMapLocation); navigationFrame1.Controls.Add(navPageGenerateProject); navigationFrame1.Controls.Add(navigationPage1); navigationFrame1.Location = new Point(12, 76); navigationFrame1.Name = "navigationFrame1"; navigationFrame1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { navPageInputProjectInfo, navPageSetMapLocation, navPageGenerateProject, navigationPage1 }); navigationFrame1.SelectedPage = navPageInputProjectInfo; navigationFrame1.Size = new Size(1089, 581); navigationFrame1.TabIndex = 5; navigationFrame1.Text = "navigationFrame1"; // // navPageInputProjectInfo // navPageInputProjectInfo.Caption = "navPageInputProjectInfo"; navPageInputProjectInfo.Controls.Add(inputXhsProjectInfoWizardPage); navPageInputProjectInfo.Name = "navPageInputProjectInfo"; navPageInputProjectInfo.Size = new Size(1089, 581); // // inputXhsProjectInfoWizardPage // inputXhsProjectInfoWizardPage.Dock = DockStyle.Fill; inputXhsProjectInfoWizardPage.Location = new Point(0, 0); inputXhsProjectInfoWizardPage.Name = "inputXhsProjectInfoWizardPage"; inputXhsProjectInfoWizardPage.Size = new Size(1089, 581); inputXhsProjectInfoWizardPage.TabIndex = 0; // // navPageSetMapLocation // navPageSetMapLocation.Caption = "navPageSetMapLocation"; navPageSetMapLocation.Controls.Add(setXhsProjectMapLocationWizardPage); navPageSetMapLocation.Name = "navPageSetMapLocation"; navPageSetMapLocation.Size = new Size(1089, 581); // // setXhsProjectMapLocationWizardPage // setXhsProjectMapLocationWizardPage.AllowComplete = false; setXhsProjectMapLocationWizardPage.AllowNext = true; setXhsProjectMapLocationWizardPage.Dock = DockStyle.Fill; setXhsProjectMapLocationWizardPage.Location = new Point(0, 0); setXhsProjectMapLocationWizardPage.Name = "setXhsProjectMapLocationWizardPage"; setXhsProjectMapLocationWizardPage.Size = new Size(1089, 581); setXhsProjectMapLocationWizardPage.TabIndex = 0; // // navPageGenerateProject // navPageGenerateProject.Caption = "navPageGenerateProject"; navPageGenerateProject.Controls.Add(generateXhsProjectWizardPage); navPageGenerateProject.Name = "navPageGenerateProject"; navPageGenerateProject.Size = new Size(1089, 581); // // generateXhsProjectWizardPage // generateXhsProjectWizardPage.Dock = DockStyle.Fill; generateXhsProjectWizardPage.Location = new Point(0, 0); generateXhsProjectWizardPage.Name = "generateXhsProjectWizardPage"; generateXhsProjectWizardPage.Size = new Size(1089, 581); generateXhsProjectWizardPage.TabIndex = 0; // // navigationPage1 // navigationPage1.Caption = "navigationPage1"; navigationPage1.Controls.Add(projectResultShowPanel1); navigationPage1.Name = "navigationPage1"; navigationPage1.Size = new Size(1089, 581); // // stepProgressBar1 // stepProgressBar1.ContentAlignment = ContentAlignment.MiddleLeft; stepProgressBar1.ItemOptions.Indicator.ActiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepProgressBar1.ItemOptions.Indicator.ActiveStateImageOptions.SvgImage"); stepProgressBar1.ItemOptions.Indicator.ActiveStateImageOptions.SvgImageSize = new Size(20, 20); stepProgressBar1.Items.Add(stepPbSelectModelFile); stepProgressBar1.Items.Add(stepPbSetMapLocation); stepProgressBar1.Items.Add(stepProgressBarItem1); stepProgressBar1.Items.Add(stepProgressBarItem2); stepProgressBar1.Location = new Point(12, 12); stepProgressBar1.MaximumSize = new Size(1089, 60); stepProgressBar1.MinimumSize = new Size(1089, 60); stepProgressBar1.Name = "stepProgressBar1"; stepProgressBar1.Padding = new Padding(30, 10, 10, 10); stepProgressBar1.SelectedItemIndex = 0; stepProgressBar1.ShadowDrawMode = StepProgressBarShadowDrawMode.ActiveElements; stepProgressBar1.Size = new Size(1089, 60); stepProgressBar1.StyleController = layoutControl1; stepProgressBar1.TabIndex = 4; stepProgressBar1.Visible = false; // // stepPbSelectModelFile // stepPbSelectModelFile.ContentBlock2.Caption = "基本信息"; stepPbSelectModelFile.Name = "stepPbSelectModelFile"; stepPbSelectModelFile.Options.Indicator.ActiveStateDrawMode = IndicatorDrawMode.Full; stepPbSelectModelFile.Options.Indicator.ActiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepPbSelectModelFile.Options.Indicator.ActiveStateImageOptions.SvgImage"); stepPbSelectModelFile.Options.Indicator.InactiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepPbSelectModelFile.Options.Indicator.InactiveStateImageOptions.SvgImage"); stepPbSelectModelFile.State = StepProgressBarItemState.Active; // // stepPbSetMapLocation // stepPbSetMapLocation.ContentBlock2.Caption = "设置位置"; stepPbSetMapLocation.Name = "stepPbSetMapLocation"; stepPbSetMapLocation.Options.Indicator.ActiveStateDrawMode = IndicatorDrawMode.Full; stepPbSetMapLocation.Options.Indicator.ActiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepPbSetMapLocation.Options.Indicator.ActiveStateImageOptions.SvgImage"); stepPbSetMapLocation.Options.Indicator.InactiveStateDrawMode = IndicatorDrawMode.Full; stepPbSetMapLocation.Options.Indicator.InactiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepPbSetMapLocation.Options.Indicator.InactiveStateImageOptions.SvgImage"); // // stepProgressBarItem1 // stepProgressBarItem1.ContentBlock2.Caption = "自动生成"; stepProgressBarItem1.Name = "stepProgressBarItem1"; stepProgressBarItem1.Options.Indicator.ActiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepProgressBarItem1.Options.Indicator.ActiveStateImageOptions.SvgImage"); stepProgressBarItem1.Options.Indicator.InactiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepProgressBarItem1.Options.Indicator.InactiveStateImageOptions.SvgImage"); // // stepProgressBarItem2 // stepProgressBarItem2.ContentBlock2.Caption = "结果展示"; stepProgressBarItem2.Name = "stepProgressBarItem2"; stepProgressBarItem2.Options.Indicator.ActiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepProgressBarItem2.Options.Indicator.ActiveStateImageOptions.SvgImage"); stepProgressBarItem2.Options.Indicator.InactiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepProgressBarItem2.Options.Indicator.InactiveStateImageOptions.SvgImage"); // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, itemForCancel, itemForNext, itemForPrev, emptySpaceItem1, itemForComplete }); Root.Name = "Root"; Root.Size = new Size(1113, 695); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = stepProgressBar1; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(1093, 64); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = navigationFrame1; layoutControlItem2.Location = new Point(0, 64); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(1093, 585); layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // itemForCancel // itemForCancel.Control = btnCancel; itemForCancel.Location = new Point(853, 649); itemForCancel.MaxSize = new Size(120, 26); itemForCancel.MinSize = new Size(120, 26); itemForCancel.Name = "itemForCancel"; itemForCancel.Size = new Size(120, 26); itemForCancel.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; itemForCancel.TextSize = new Size(0, 0); itemForCancel.TextVisible = false; // // itemForNext // itemForNext.Control = btnNext; itemForNext.Location = new Point(733, 649); itemForNext.MaxSize = new Size(120, 26); itemForNext.MinSize = new Size(120, 26); itemForNext.Name = "itemForNext"; itemForNext.Size = new Size(120, 26); itemForNext.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; itemForNext.TextSize = new Size(0, 0); itemForNext.TextVisible = false; // // itemForPrev // itemForPrev.Control = btnPrev; itemForPrev.Location = new Point(613, 649); itemForPrev.MaxSize = new Size(120, 26); itemForPrev.MinSize = new Size(120, 26); itemForPrev.Name = "itemForPrev"; itemForPrev.Size = new Size(120, 26); itemForPrev.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; itemForPrev.TextSize = new Size(0, 0); itemForPrev.TextVisible = false; // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(0, 649); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(613, 26); emptySpaceItem1.TextSize = new Size(0, 0); // // itemForComplete // itemForComplete.Control = btnComplete; itemForComplete.Location = new Point(973, 649); itemForComplete.MaxSize = new Size(120, 26); itemForComplete.MinSize = new Size(120, 26); itemForComplete.Name = "itemForComplete"; itemForComplete.Size = new Size(120, 26); itemForComplete.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; 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, 581); projectResultShowPanel1.TabIndex = 0; // // ImportXhsProjectDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1113, 695); Controls.Add(layoutControl1); Name = "ImportXhsProjectDlg"; StartPosition = FormStartPosition.CenterParent; Text = "项目导入"; FormClosing += ImportXhsProjectDlg_FormClosing; ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)navigationFrame1).EndInit(); navigationFrame1.ResumeLayout(false); navPageInputProjectInfo.ResumeLayout(false); navPageSetMapLocation.ResumeLayout(false); navPageGenerateProject.ResumeLayout(false); navigationPage1.ResumeLayout(false); ((ISupportInitialize)stepProgressBar1).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ((ISupportInitialize)itemForCancel).EndInit(); ((ISupportInitialize)itemForNext).EndInit(); ((ISupportInitialize)itemForPrev).EndInit(); ((ISupportInitialize)emptySpaceItem1).EndInit(); ((ISupportInitialize)itemForComplete).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.StepProgressBar stepProgressBar1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.StepProgressBarItem stepPbSelectModelFile; private DevExpress.XtraEditors.StepProgressBarItem stepPbSetMapLocation; private DevExpress.XtraBars.Navigation.NavigationFrame navigationFrame1; private DevExpress.XtraBars.Navigation.NavigationPage navPageInputProjectInfo; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraEditors.SimpleButton btnPrev; private DevExpress.XtraEditors.SimpleButton btnNext; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraLayout.LayoutControlItem itemForCancel; private DevExpress.XtraLayout.LayoutControlItem itemForNext; private DevExpress.XtraLayout.LayoutControlItem itemForPrev; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraBars.Navigation.NavigationPage navPageSetMapLocation; private DevExpress.XtraBars.Navigation.NavigationPage navPageGenerateProject; private InputXhsProjectInfoWizardPage inputXhsProjectInfoWizardPage; private SetXhsProjectMapLocationWizardPage setXhsProjectMapLocationWizardPage; private GenerateXhsProjectWizardPage generateXhsProjectWizardPage; private DevExpress.XtraEditors.SimpleButton btnComplete; private DevExpress.XtraLayout.LayoutControlItem itemForComplete; private DevExpress.XtraBars.Navigation.NavigationPage navigationPage1; private StepProgressBarItem stepProgressBarItem1; private StepProgressBarItem stepProgressBarItem2; private ProjectResultShowPanel projectResultShowPanel1; } }