using System.Security.Cryptography.X509Certificates; namespace HStation.WinFrmUI { partial class ImportXhsProjectFileDlg { /// /// 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(ImportXhsProjectFileDlg)); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); btnComplete = new DevExpress.XtraEditors.SimpleButton(); btnPrev = new DevExpress.XtraEditors.SimpleButton(); btnNext = new DevExpress.XtraEditors.SimpleButton(); btnCancel = new DevExpress.XtraEditors.SimpleButton(); navigationFrame1 = new DevExpress.XtraBars.Navigation.NavigationFrame(); navPageGenerateProject = new DevExpress.XtraBars.Navigation.NavigationPage(); selectXhsProjectModelFileWizardPage1 = new SelectXhsProjectModelFileWizardPage(); navigationPage1 = new DevExpress.XtraBars.Navigation.NavigationPage(); generateXhsProjectFileWizardPage1 = new GenerateXhsProjectFileWizardPage(); navigationPage2 = new DevExpress.XtraBars.Navigation.NavigationPage(); projectFileResultShowPanel1 = new Xhs.ProjectFileResultShowPanel(); stepProgressBar1 = new DevExpress.XtraEditors.StepProgressBar(); stepPbSelectModelFile = new DevExpress.XtraEditors.StepProgressBarItem(); stepPbSetMapLocation = new DevExpress.XtraEditors.StepProgressBarItem(); stepProgressBarItem2 = new DevExpress.XtraEditors.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(); stepProgressBarItem1 = new DevExpress.XtraEditors.StepProgressBarItem(); importXhsProjectFileCompletedCtrl1 = new ImportXhsProjectFileCompletedCtrl(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)navigationFrame1).BeginInit(); navigationFrame1.SuspendLayout(); navPageGenerateProject.SuspendLayout(); navigationPage1.SuspendLayout(); navigationPage2.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(navPageGenerateProject); navigationFrame1.Controls.Add(navigationPage1); navigationFrame1.Controls.Add(navigationPage2); navigationFrame1.Location = new Point(12, 120); navigationFrame1.Name = "navigationFrame1"; navigationFrame1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { navPageGenerateProject, navigationPage1, navigationPage2 }); navigationFrame1.SelectedPage = navPageGenerateProject; navigationFrame1.Size = new Size(1089, 537); navigationFrame1.TabIndex = 5; navigationFrame1.Text = "navigationFrame1"; // // navPageGenerateProject // navPageGenerateProject.Caption = "navPageGenerateProject"; navPageGenerateProject.Controls.Add(selectXhsProjectModelFileWizardPage1); navPageGenerateProject.Name = "navPageGenerateProject"; navPageGenerateProject.Size = new Size(1089, 537); // // selectXhsProjectModelFileWizardPage1 // selectXhsProjectModelFileWizardPage1.Dock = DockStyle.Fill; selectXhsProjectModelFileWizardPage1.Location = new Point(0, 0); selectXhsProjectModelFileWizardPage1.Name = "selectXhsProjectModelFileWizardPage1"; selectXhsProjectModelFileWizardPage1.Size = new Size(1089, 537); selectXhsProjectModelFileWizardPage1.TabIndex = 0; // // navigationPage1 // navigationPage1.Caption = "navigationPage1"; navigationPage1.Controls.Add(generateXhsProjectFileWizardPage1); navigationPage1.Name = "navigationPage1"; navigationPage1.Size = new Size(1089, 537); // // generateXhsProjectFileWizardPage1 // generateXhsProjectFileWizardPage1.Dock = DockStyle.Fill; generateXhsProjectFileWizardPage1.Location = new Point(0, 0); generateXhsProjectFileWizardPage1.Name = "generateXhsProjectFileWizardPage1"; generateXhsProjectFileWizardPage1.Size = new Size(1089, 537); generateXhsProjectFileWizardPage1.TabIndex = 0; // // navigationPage2 // navigationPage2.Caption = "navigationPage2"; navigationPage2.Controls.Add(importXhsProjectFileCompletedCtrl1); navigationPage2.Controls.Add(projectFileResultShowPanel1); navigationPage2.Name = "navigationPage2"; navigationPage2.Size = new Size(1089, 537); // // projectFileResultShowPanel1 // projectFileResultShowPanel1.Dock = DockStyle.Fill; projectFileResultShowPanel1.Location = new Point(0, 0); projectFileResultShowPanel1.Name = "projectFileResultShowPanel1"; projectFileResultShowPanel1.Size = new Size(1089, 537); projectFileResultShowPanel1.TabIndex = 0; // // 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(stepProgressBarItem2); stepProgressBar1.Location = new Point(12, 12); stepProgressBar1.Name = "stepProgressBar1"; stepProgressBar1.SelectedItemIndex = 0; stepProgressBar1.ShadowDrawMode = DevExpress.XtraEditors.StepProgressBarShadowDrawMode.ActiveElements; stepProgressBar1.Size = new Size(1089, 104); stepProgressBar1.StyleController = layoutControl1; stepProgressBar1.TabIndex = 4; stepProgressBar1.Visible = false; // // stepPbSelectModelFile // 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"; // // stepProgressBarItem2 // stepProgressBarItem2.ContentBlock1.ActiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepProgressBarItem2.ContentBlock1.ActiveStateImageOptions.SvgImage"); stepProgressBarItem2.ContentBlock1.InactiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepProgressBarItem2.ContentBlock1.InactiveStateImageOptions.SvgImage"); stepProgressBarItem2.ContentBlock2.Caption = "项目展示结果"; stepProgressBarItem2.Name = "stepProgressBarItem2"; // // 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, 108); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = navigationFrame1; layoutControlItem2.Location = new Point(0, 108); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(1093, 541); 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; // // stepProgressBarItem1 // stepProgressBarItem1.ContentBlock1.ActiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepProgressBarItem1.ContentBlock1.ActiveStateImageOptions.SvgImage"); stepProgressBarItem1.ContentBlock1.InactiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepProgressBarItem1.ContentBlock1.InactiveStateImageOptions.SvgImage"); stepProgressBarItem1.ContentBlock2.Caption = "设置地图位置"; stepProgressBarItem1.Name = "stepProgressBarItem1"; // // importXhsProjectFileCompletedCtrl1 // importXhsProjectFileCompletedCtrl1.Dock = DockStyle.Fill; importXhsProjectFileCompletedCtrl1.Location = new Point(0, 0); importXhsProjectFileCompletedCtrl1.Name = "importXhsProjectFileCompletedCtrl1"; importXhsProjectFileCompletedCtrl1.Size = new Size(1089, 537); importXhsProjectFileCompletedCtrl1.TabIndex = 1; // // ImportXhsProjectFileDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1113, 695); Controls.Add(layoutControl1); Name = "ImportXhsProjectFileDlg"; StartPosition = FormStartPosition.CenterParent; Text = "项目导入"; FormClosing += ImportXhsProjectDlg_FormClosing; ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)navigationFrame1).EndInit(); navigationFrame1.ResumeLayout(false); navPageGenerateProject.ResumeLayout(false); navigationPage1.ResumeLayout(false); navigationPage2.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.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 navPageGenerateProject; private DevExpress.XtraEditors.SimpleButton btnComplete; private DevExpress.XtraLayout.LayoutControlItem itemForComplete; private DevExpress.XtraBars.Navigation.NavigationPage navigationPage1; private DevExpress.XtraBars.Navigation.NavigationPage navigationPage2; private SelectXhsProjectModelFileWizardPage selectXhsProjectModelFileWizardPage1; private GenerateXhsProjectFileWizardPage generateXhsProjectFileWizardPage1; private Xhs.ProjectFileResultShowPanel projectFileResultShowPanel1; private DevExpress.XtraEditors.StepProgressBarItem stepProgressBarItem2; private DevExpress.XtraEditors.StepProgressBarItem stepProgressBarItem1; private ImportXhsProjectFileCompletedCtrl importXhsProjectFileCompletedCtrl1; } }