lixiaojun
2025-01-03 d672ca82c49f01dae2c5c955202b5857ef680a71
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/00-core/CreateXhsSchemeDlg.Designer.cs
@@ -30,68 +30,74 @@
        {
            ComponentResourceManager resources = new ComponentResourceManager(typeof(CreateXhsSchemeDlg));
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            stepProgressBar1 = new StepProgressBar();
            btnComplete = new SimpleButton();
            btnPrev = new SimpleButton();
            btnCancel = new SimpleButton();
            navigationFrame1 = new DevExpress.XtraBars.Navigation.NavigationFrame();
            navigationPage1 = new DevExpress.XtraBars.Navigation.NavigationPage();
            createXhsSchemeInfoPage1 = new CreateXhsSchemeInfoPage();
            navigationPage2 = new DevExpress.XtraBars.Navigation.NavigationPage();
            createXhsSchemePumpChangePage1 = new CreateXhsSchemePumpChangePage();
            navigationFrame = new DevExpress.XtraBars.Navigation.NavigationFrame();
            btnNext = new SimpleButton();
            stepProgressBar1 = new StepProgressBar();
            stepPbBasicInfo = new StepProgressBarItem();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            itemForPrev = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            itemPage = new DevExpress.XtraLayout.LayoutControlItem();
            empty1 = new DevExpress.XtraLayout.EmptySpaceItem();
            itemForCancel = new DevExpress.XtraLayout.LayoutControlItem();
            itemForPrev = new DevExpress.XtraLayout.LayoutControlItem();
            itemForNext = new DevExpress.XtraLayout.LayoutControlItem();
            itemForComplete = new DevExpress.XtraLayout.LayoutControlItem();
            itemForTitle = new DevExpress.XtraLayout.LayoutControlItem();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)navigationFrame1).BeginInit();
            navigationFrame1.SuspendLayout();
            navigationPage1.SuspendLayout();
            navigationPage2.SuspendLayout();
            ((ISupportInitialize)stepProgressBar1).BeginInit();
            ((ISupportInitialize)navigationFrame).BeginInit();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            ((ISupportInitialize)layoutControlItem2).BeginInit();
            ((ISupportInitialize)itemForPrev).BeginInit();
            ((ISupportInitialize)emptySpaceItem1).BeginInit();
            ((ISupportInitialize)itemPage).BeginInit();
            ((ISupportInitialize)empty1).BeginInit();
            ((ISupportInitialize)itemForCancel).BeginInit();
            ((ISupportInitialize)itemForPrev).BeginInit();
            ((ISupportInitialize)itemForNext).BeginInit();
            ((ISupportInitialize)itemForComplete).BeginInit();
            ((ISupportInitialize)itemForTitle).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(stepProgressBar1);
            layoutControl1.Controls.Add(btnComplete);
            layoutControl1.Controls.Add(btnPrev);
            layoutControl1.Controls.Add(btnCancel);
            layoutControl1.Controls.Add(navigationFrame1);
            layoutControl1.Controls.Add(navigationFrame);
            layoutControl1.Controls.Add(btnNext);
            layoutControl1.Controls.Add(stepProgressBar1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Margin = new Padding(4, 5, 4, 5);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1585, 699, 975, 600);
            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(770, 353, 985, 607);
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(1517, 1003);
            layoutControl1.Size = new Size(1186, 638);
            layoutControl1.TabIndex = 0;
            layoutControl1.Text = "layoutControl1";
            //
            // stepProgressBar1
            //
            stepProgressBar1.ContentAlignment = ContentAlignment.MiddleCenter;
            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.Location = new Point(10, 10);
            stepProgressBar1.MaximumSize = new Size(0, 60);
            stepProgressBar1.MinimumSize = new Size(0, 60);
            stepProgressBar1.Name = "stepProgressBar1";
            stepProgressBar1.Padding = new Padding(30, 10, 10, 10);
            stepProgressBar1.ShadowDrawMode = StepProgressBarShadowDrawMode.ActiveElements;
            stepProgressBar1.Size = new Size(1166, 60);
            stepProgressBar1.StyleController = layoutControl1;
            stepProgressBar1.TabIndex = 5;
            stepProgressBar1.Visible = false;
            // 
            // btnComplete
            // 
            btnComplete.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
            btnComplete.Appearance.Options.UseBackColor = true;
            btnComplete.Location = new Point(1321, 959);
            btnComplete.Margin = new Padding(4, 5, 4, 5);
            btnComplete.Location = new Point(1058, 604);
            btnComplete.Name = "btnComplete";
            btnComplete.Size = new Size(184, 32);
            btnComplete.Size = new Size(116, 22);
            btnComplete.StyleController = layoutControl1;
            btnComplete.TabIndex = 14;
            btnComplete.Text = "完成";
@@ -101,10 +107,9 @@
            // 
            btnPrev.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            btnPrev.Appearance.Options.UseBackColor = true;
            btnPrev.Location = new Point(760, 959);
            btnPrev.Margin = new Padding(4, 5, 4, 5);
            btnPrev.Location = new Point(818, 604);
            btnPrev.Name = "btnPrev";
            btnPrev.Size = new Size(183, 32);
            btnPrev.Size = new Size(116, 22);
            btnPrev.StyleController = layoutControl1;
            btnPrev.TabIndex = 11;
            btnPrev.Text = "<上一步";
@@ -114,173 +119,97 @@
            // 
            btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
            btnCancel.Appearance.Options.UseBackColor = true;
            btnCancel.Location = new Point(1134, 959);
            btnCancel.Margin = new Padding(4, 5, 4, 5);
            btnCancel.Location = new Point(698, 604);
            btnCancel.Name = "btnCancel";
            btnCancel.Size = new Size(183, 32);
            btnCancel.Size = new Size(116, 22);
            btnCancel.StyleController = layoutControl1;
            btnCancel.TabIndex = 13;
            btnCancel.Text = "取消";
            btnCancel.Click += btnCancel_Click;
            // 
            // navigationFrame1
            // navigationFrame
            // 
            navigationFrame1.Controls.Add(navigationPage1);
            navigationFrame1.Controls.Add(navigationPage2);
            navigationFrame1.Location = new Point(12, 110);
            navigationFrame1.Name = "navigationFrame1";
            navigationFrame1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { navigationPage1, navigationPage2 });
            navigationFrame1.SelectedPage = navigationPage1;
            navigationFrame1.Size = new Size(1493, 845);
            navigationFrame1.TabIndex = 6;
            navigationFrame1.Text = "navigationFrame1";
            //
            // navigationPage1
            //
            navigationPage1.Caption = "navigationPage1";
            navigationPage1.Controls.Add(createXhsSchemeInfoPage1);
            navigationPage1.Name = "navigationPage1";
            navigationPage1.Size = new Size(1493, 845);
            //
            // createXhsSchemeInfoPage1
            //
            createXhsSchemeInfoPage1.Dock = DockStyle.Fill;
            createXhsSchemeInfoPage1.Location = new Point(0, 0);
            createXhsSchemeInfoPage1.Margin = new Padding(4, 5, 4, 5);
            createXhsSchemeInfoPage1.Name = "createXhsSchemeInfoPage1";
            createXhsSchemeInfoPage1.Size = new Size(1493, 845);
            createXhsSchemeInfoPage1.TabIndex = 0;
            //
            // navigationPage2
            //
            navigationPage2.Caption = "navigationPage2";
            navigationPage2.Controls.Add(createXhsSchemePumpChangePage1);
            navigationPage2.Name = "navigationPage2";
            navigationPage2.Size = new Size(1493, 845);
            //
            // createXhsSchemePumpChangePage1
            //
            createXhsSchemePumpChangePage1.Dock = DockStyle.Fill;
            createXhsSchemePumpChangePage1.Location = new Point(0, 0);
            createXhsSchemePumpChangePage1.Margin = new Padding(4, 5, 4, 5);
            createXhsSchemePumpChangePage1.Name = "createXhsSchemePumpChangePage1";
            createXhsSchemePumpChangePage1.Size = new Size(1493, 845);
            createXhsSchemePumpChangePage1.TabIndex = 0;
            navigationFrame.Location = new Point(10, 70);
            navigationFrame.Name = "navigationFrame";
            navigationFrame.SelectedPage = null;
            navigationFrame.Size = new Size(1166, 532);
            navigationFrame.TabIndex = 6;
            navigationFrame.Text = "navigationFrame1";
            // 
            // btnNext
            // 
            btnNext.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
            btnNext.Appearance.Options.UseBackColor = true;
            btnNext.Location = new Point(947, 959);
            btnNext.Margin = new Padding(4, 5, 4, 5);
            btnNext.Location = new Point(938, 604);
            btnNext.Name = "btnNext";
            btnNext.Size = new Size(183, 32);
            btnNext.Size = new Size(116, 22);
            btnNext.StyleController = layoutControl1;
            btnNext.TabIndex = 12;
            btnNext.Text = "下一步>";
            btnNext.Click += btnNext_Click;
            // 
            // stepProgressBar1
            //
            stepProgressBar1.ConnectorLineThickness = 3;
            stepProgressBar1.ContentAlignment = ContentAlignment.MiddleCenter;
            stepProgressBar1.DistanceBetweenContentBlockElements = 9;
            stepProgressBar1.IndentBetweenItems = 46;
            stepProgressBar1.IndicatorLineThickness = 3;
            stepProgressBar1.IndicatorToContentBlockDistance = 9;
            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(stepPbBasicInfo);
            stepProgressBar1.Location = new Point(12, 12);
            stepProgressBar1.Margin = new Padding(4, 5, 4, 5);
            stepProgressBar1.MaximumSize = new Size(1556, 94);
            stepProgressBar1.MinimumSize = new Size(1400, 94);
            stepProgressBar1.Name = "stepProgressBar1";
            stepProgressBar1.Padding = new Padding(43, 16, 14, 16);
            stepProgressBar1.SelectedItemIndex = 0;
            stepProgressBar1.ShadowDrawMode = StepProgressBarShadowDrawMode.ActiveElements;
            stepProgressBar1.ShadowSize = 11;
            stepProgressBar1.Size = new Size(1493, 94);
            stepProgressBar1.StyleController = layoutControl1;
            stepProgressBar1.TabIndex = 5;
            stepProgressBar1.Visible = false;
            //
            // stepPbBasicInfo
            //
            stepPbBasicInfo.ContentBlock2.Caption = "基本信息";
            stepPbBasicInfo.Name = "stepPbBasicInfo";
            stepPbBasicInfo.Options.Indicator.ActiveStateDrawMode = IndicatorDrawMode.Full;
            stepPbBasicInfo.Options.Indicator.ActiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepPbBasicInfo.Options.Indicator.ActiveStateImageOptions.SvgImage");
            stepPbBasicInfo.Options.Indicator.InactiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepPbBasicInfo.Options.Indicator.InactiveStateImageOptions.SvgImage");
            stepPbBasicInfo.State = StepProgressBarItemState.Active;
            //
            // Root
            // 
            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, itemForPrev, emptySpaceItem1, itemForCancel, itemForNext, itemForComplete });
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { itemPage, empty1, itemForCancel, itemForPrev, itemForNext, itemForComplete, itemForTitle });
            Root.Name = "Root";
            Root.Size = new Size(1517, 1003);
            Root.Size = new Size(1186, 638);
            Root.TextVisible = false;
            // 
            // layoutControlItem1
            // itemPage
            // 
            layoutControlItem1.Control = stepProgressBar1;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(1497, 98);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            itemPage.Control = navigationFrame;
            itemPage.Location = new Point(0, 60);
            itemPage.Name = "itemPage";
            itemPage.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            itemPage.Size = new Size(1166, 532);
            itemPage.TextSize = new Size(0, 0);
            itemPage.TextVisible = false;
            // 
            // layoutControlItem2
            // empty1
            // 
            layoutControlItem2.Control = navigationFrame1;
            layoutControlItem2.Location = new Point(0, 98);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(1497, 849);
            layoutControlItem2.TextSize = new Size(0, 0);
            layoutControlItem2.TextVisible = false;
            //
            // itemForPrev
            //
            itemForPrev.Control = btnPrev;
            itemForPrev.Location = new Point(748, 947);
            itemForPrev.MaxSize = new Size(187, 36);
            itemForPrev.MinSize = new Size(187, 36);
            itemForPrev.Name = "itemForPrev";
            itemForPrev.Size = new Size(187, 36);
            itemForPrev.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            itemForPrev.TextSize = new Size(0, 0);
            itemForPrev.TextVisible = false;
            //
            // emptySpaceItem1
            //
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 947);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(748, 36);
            emptySpaceItem1.TextSize = new Size(0, 0);
            empty1.AllowHotTrack = false;
            empty1.Location = new Point(0, 592);
            empty1.MinSize = new Size(1, 24);
            empty1.Name = "empty1";
            empty1.Size = new Size(686, 26);
            empty1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            empty1.TextSize = new Size(0, 0);
            // 
            // itemForCancel
            // 
            itemForCancel.Control = btnCancel;
            itemForCancel.Location = new Point(1122, 947);
            itemForCancel.MaxSize = new Size(187, 36);
            itemForCancel.MinSize = new Size(187, 36);
            itemForCancel.Location = new Point(686, 592);
            itemForCancel.MaxSize = new Size(120, 26);
            itemForCancel.MinSize = new Size(120, 26);
            itemForCancel.Name = "itemForCancel";
            itemForCancel.Size = new Size(187, 36);
            itemForCancel.Size = new Size(120, 26);
            itemForCancel.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            itemForCancel.TextSize = new Size(0, 0);
            itemForCancel.TextVisible = false;
            // 
            // itemForPrev
            //
            itemForPrev.Control = btnPrev;
            itemForPrev.CustomizationFormText = "itemForPrev";
            itemForPrev.Location = new Point(806, 592);
            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;
            //
            // itemForNext
            // 
            itemForNext.Control = btnNext;
            itemForNext.Location = new Point(935, 947);
            itemForNext.MaxSize = new Size(187, 36);
            itemForNext.MinSize = new Size(187, 36);
            itemForNext.Location = new Point(926, 592);
            itemForNext.MaxSize = new Size(120, 26);
            itemForNext.MinSize = new Size(120, 26);
            itemForNext.Name = "itemForNext";
            itemForNext.Size = new Size(187, 36);
            itemForNext.Size = new Size(120, 26);
            itemForNext.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            itemForNext.TextSize = new Size(0, 0);
            itemForNext.TextVisible = false;
@@ -288,40 +217,49 @@
            // itemForComplete
            // 
            itemForComplete.Control = btnComplete;
            itemForComplete.Location = new Point(1309, 947);
            itemForComplete.MaxSize = new Size(188, 36);
            itemForComplete.MinSize = new Size(188, 36);
            itemForComplete.Location = new Point(1046, 592);
            itemForComplete.MaxSize = new Size(120, 26);
            itemForComplete.MinSize = new Size(120, 26);
            itemForComplete.Name = "itemForComplete";
            itemForComplete.Size = new Size(188, 36);
            itemForComplete.Size = new Size(120, 26);
            itemForComplete.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            itemForComplete.TextSize = new Size(0, 0);
            itemForComplete.TextVisible = false;
            // 
            // itemForTitle
            //
            itemForTitle.Control = stepProgressBar1;
            itemForTitle.Location = new Point(0, 0);
            itemForTitle.MaxSize = new Size(0, 60);
            itemForTitle.MinSize = new Size(50, 60);
            itemForTitle.Name = "itemForTitle";
            itemForTitle.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            itemForTitle.Size = new Size(1166, 60);
            itemForTitle.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            itemForTitle.TextSize = new Size(0, 0);
            itemForTitle.TextVisible = false;
            //
            // CreateXhsSchemeDlg
            // 
            AutoScaleDimensions = new SizeF(10F, 22F);
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1517, 1003);
            ClientSize = new Size(1186, 638);
            Controls.Add(layoutControl1);
            Margin = new Padding(4, 5, 4, 5);
            Name = "CreateXhsSchemeDlg";
            StartPosition = FormStartPosition.CenterParent;
            Text = "创建方案";
            ((ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((ISupportInitialize)navigationFrame1).EndInit();
            navigationFrame1.ResumeLayout(false);
            navigationPage1.ResumeLayout(false);
            navigationPage2.ResumeLayout(false);
            ((ISupportInitialize)stepProgressBar1).EndInit();
            ((ISupportInitialize)navigationFrame).EndInit();
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ((ISupportInitialize)layoutControlItem2).EndInit();
            ((ISupportInitialize)itemForPrev).EndInit();
            ((ISupportInitialize)emptySpaceItem1).EndInit();
            ((ISupportInitialize)itemPage).EndInit();
            ((ISupportInitialize)empty1).EndInit();
            ((ISupportInitialize)itemForCancel).EndInit();
            ((ISupportInitialize)itemForPrev).EndInit();
            ((ISupportInitialize)itemForNext).EndInit();
            ((ISupportInitialize)itemForComplete).EndInit();
            ((ISupportInitialize)itemForTitle).EndInit();
            ResumeLayout(false);
        }
@@ -329,23 +267,19 @@
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private StepProgressBar stepProgressBar1;
        private StepProgressBarItem stepPbBasicInfo;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraBars.Navigation.NavigationFrame navigationFrame1;
        private DevExpress.XtraBars.Navigation.NavigationPage navigationPage1;
        private DevExpress.XtraBars.Navigation.NavigationPage navigationPage2;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraBars.Navigation.NavigationFrame navigationFrame;
        private DevExpress.XtraBars.Navigation.NavigationPage navigationPageMain;
        private DevExpress.XtraLayout.LayoutControlItem itemPage;
        private SimpleButton btnComplete;
        private SimpleButton btnPrev;
        private SimpleButton btnCancel;
        private SimpleButton btnNext;
        private DevExpress.XtraLayout.LayoutControlItem itemForPrev;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
        private DevExpress.XtraLayout.LayoutControlItem itemForCancel;
        private DevExpress.XtraLayout.LayoutControlItem itemForNext;
        private DevExpress.XtraLayout.LayoutControlItem itemForComplete;
        private CreateXhsSchemeInfoPage createXhsSchemeInfoPage1;
        private CreateXhsSchemePumpChangePage createXhsSchemePumpChangePage1;
        private DevExpress.XtraLayout.LayoutControlItem itemForCancel;
        private DevExpress.XtraLayout.EmptySpaceItem empty1;
        private DevExpress.XtraLayout.LayoutControlItem itemForTitle;
    }
}