| | |
| | | private void InitializeComponent() |
| | | { |
| | | ComponentResourceManager resources = new ComponentResourceManager(typeof(CreateXhsSchemeDlg)); |
| | | layoutControlMain = new DevExpress.XtraLayout.LayoutControl(); |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | stepProgressBar1 = new StepProgressBar(); |
| | | btnComplete = new SimpleButton(); |
| | | btnPrev = new SimpleButton(); |
| | | btnCancel = new SimpleButton(); |
| | | navigationFrameMain = new DevExpress.XtraBars.Navigation.NavigationFrame(); |
| | | navigationPageMain = new DevExpress.XtraBars.Navigation.NavigationPage(); |
| | | createXhsSchemeInfoPage1 = new CreateXhsSchemeInfoPage(); |
| | | navigationPageStep = new DevExpress.XtraBars.Navigation.NavigationPage(); |
| | | layoutControlStep = new DevExpress.XtraLayout.LayoutControl(); |
| | | stepProgressBar1 = new StepProgressBar(); |
| | | navigationFrameStep = new DevExpress.XtraBars.Navigation.NavigationFrame(); |
| | | layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | navigationFrame = new DevExpress.XtraBars.Navigation.NavigationFrame(); |
| | | btnNext = new SimpleButton(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | itemPage = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
| | | empty1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
| | | itemForCancel = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | itemForPrev = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | itemForNext = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | itemForCancel = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | itemForComplete = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | ((ISupportInitialize)layoutControlMain).BeginInit(); |
| | | layoutControlMain.SuspendLayout(); |
| | | ((ISupportInitialize)navigationFrameMain).BeginInit(); |
| | | navigationFrameMain.SuspendLayout(); |
| | | navigationPageMain.SuspendLayout(); |
| | | navigationPageStep.SuspendLayout(); |
| | | ((ISupportInitialize)layoutControlStep).BeginInit(); |
| | | layoutControlStep.SuspendLayout(); |
| | | itemForTitle = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)stepProgressBar1).BeginInit(); |
| | | ((ISupportInitialize)navigationFrameStep).BeginInit(); |
| | | ((ISupportInitialize)layoutControlGroup1).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem2).BeginInit(); |
| | | ((ISupportInitialize)navigationFrame).BeginInit(); |
| | | ((ISupportInitialize)Root).BeginInit(); |
| | | ((ISupportInitialize)itemPage).BeginInit(); |
| | | ((ISupportInitialize)layoutControlGroup2).BeginInit(); |
| | | ((ISupportInitialize)emptySpaceItem1).BeginInit(); |
| | | ((ISupportInitialize)empty1).BeginInit(); |
| | | ((ISupportInitialize)itemForCancel).BeginInit(); |
| | | ((ISupportInitialize)itemForPrev).BeginInit(); |
| | | ((ISupportInitialize)itemForNext).BeginInit(); |
| | | ((ISupportInitialize)itemForCancel).BeginInit(); |
| | | ((ISupportInitialize)itemForComplete).BeginInit(); |
| | | ((ISupportInitialize)itemForTitle).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // layoutControlMain |
| | | // layoutControl1 |
| | | // |
| | | layoutControlMain.Controls.Add(btnComplete); |
| | | layoutControlMain.Controls.Add(btnPrev); |
| | | layoutControlMain.Controls.Add(btnCancel); |
| | | layoutControlMain.Controls.Add(navigationFrameMain); |
| | | layoutControlMain.Controls.Add(btnNext); |
| | | layoutControlMain.Dock = DockStyle.Fill; |
| | | layoutControlMain.Location = new Point(0, 0); |
| | | layoutControlMain.Margin = new Padding(4, 5, 4, 5); |
| | | layoutControlMain.Name = "layoutControlMain"; |
| | | layoutControlMain.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(624, 591, 985, 593); |
| | | layoutControlMain.Root = Root; |
| | | layoutControlMain.Size = new Size(1517, 1003); |
| | | layoutControlMain.TabIndex = 0; |
| | | layoutControlMain.Text = "layoutControl1"; |
| | | layoutControl1.Controls.Add(stepProgressBar1); |
| | | layoutControl1.Controls.Add(btnComplete); |
| | | layoutControl1.Controls.Add(btnPrev); |
| | | layoutControl1.Controls.Add(btnCancel); |
| | | layoutControl1.Controls.Add(navigationFrame); |
| | | layoutControl1.Controls.Add(btnNext); |
| | | layoutControl1.Dock = DockStyle.Fill; |
| | | layoutControl1.Location = new Point(0, 0); |
| | | layoutControl1.Name = "layoutControl1"; |
| | | layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(770, 353, 985, 607); |
| | | layoutControl1.Root = Root; |
| | | 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(1320, 958); |
| | | btnComplete.Margin = new Padding(4, 5, 4, 5); |
| | | btnComplete.Location = new Point(1058, 604); |
| | | btnComplete.Name = "btnComplete"; |
| | | btnComplete.Size = new Size(184, 32); |
| | | btnComplete.StyleController = layoutControlMain; |
| | | btnComplete.Size = new Size(116, 22); |
| | | btnComplete.StyleController = layoutControl1; |
| | | btnComplete.TabIndex = 14; |
| | | btnComplete.Text = "完成"; |
| | | btnComplete.Click += btnComplete_Click; |
| | |
| | | // |
| | | btnPrev.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; |
| | | btnPrev.Appearance.Options.UseBackColor = true; |
| | | btnPrev.Location = new Point(946, 958); |
| | | btnPrev.Margin = new Padding(4, 5, 4, 5); |
| | | btnPrev.Location = new Point(818, 604); |
| | | btnPrev.Name = "btnPrev"; |
| | | btnPrev.Size = new Size(183, 32); |
| | | btnPrev.StyleController = layoutControlMain; |
| | | btnPrev.Size = new Size(116, 22); |
| | | btnPrev.StyleController = layoutControl1; |
| | | btnPrev.TabIndex = 11; |
| | | btnPrev.Text = "<上一步"; |
| | | btnPrev.Click += btnPrev_Click; |
| | |
| | | // |
| | | btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger; |
| | | btnCancel.Appearance.Options.UseBackColor = true; |
| | | btnCancel.Location = new Point(759, 958); |
| | | btnCancel.Margin = new Padding(4, 5, 4, 5); |
| | | btnCancel.Location = new Point(698, 604); |
| | | btnCancel.Name = "btnCancel"; |
| | | btnCancel.Size = new Size(183, 32); |
| | | btnCancel.StyleController = layoutControlMain; |
| | | btnCancel.Size = new Size(116, 22); |
| | | btnCancel.StyleController = layoutControl1; |
| | | btnCancel.TabIndex = 13; |
| | | btnCancel.Text = "取消"; |
| | | btnCancel.Click += btnCancel_Click; |
| | | // |
| | | // navigationFrameMain |
| | | // navigationFrame |
| | | // |
| | | navigationFrameMain.Controls.Add(navigationPageMain); |
| | | navigationFrameMain.Controls.Add(navigationPageStep); |
| | | navigationFrameMain.Location = new Point(0, 0); |
| | | navigationFrameMain.Name = "navigationFrameMain"; |
| | | navigationFrameMain.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { navigationPageMain, navigationPageStep }); |
| | | navigationFrameMain.SelectedPage = navigationPageMain; |
| | | navigationFrameMain.Size = new Size(1517, 945); |
| | | navigationFrameMain.TabIndex = 6; |
| | | navigationFrameMain.Text = "navigationFrame1"; |
| | | // |
| | | // navigationPageMain |
| | | // |
| | | navigationPageMain.Caption = "navigationPage1"; |
| | | navigationPageMain.Controls.Add(createXhsSchemeInfoPage1); |
| | | navigationPageMain.Name = "navigationPageMain"; |
| | | navigationPageMain.Size = new Size(1517, 945); |
| | | // |
| | | // 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(1517, 945); |
| | | createXhsSchemeInfoPage1.TabIndex = 0; |
| | | // |
| | | // navigationPageStep |
| | | // |
| | | navigationPageStep.Caption = "navigationPageStep"; |
| | | navigationPageStep.Controls.Add(layoutControlStep); |
| | | navigationPageStep.Name = "navigationPageStep"; |
| | | navigationPageStep.Size = new Size(1517, 945); |
| | | // |
| | | // layoutControlStep |
| | | // |
| | | layoutControlStep.Controls.Add(stepProgressBar1); |
| | | layoutControlStep.Controls.Add(navigationFrameStep); |
| | | layoutControlStep.Dock = DockStyle.Fill; |
| | | layoutControlStep.Location = new Point(0, 0); |
| | | layoutControlStep.Name = "layoutControlStep"; |
| | | layoutControlStep.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1369, 639, 975, 600); |
| | | layoutControlStep.Root = layoutControlGroup1; |
| | | layoutControlStep.Size = new Size(1517, 945); |
| | | layoutControlStep.TabIndex = 1; |
| | | layoutControlStep.Text = "步骤"; |
| | | // |
| | | // 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.Location = new Point(0, 0); |
| | | 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.ShadowDrawMode = StepProgressBarShadowDrawMode.ActiveElements; |
| | | stepProgressBar1.ShadowSize = 11; |
| | | stepProgressBar1.Size = new Size(1517, 94); |
| | | stepProgressBar1.StyleController = layoutControlStep; |
| | | stepProgressBar1.TabIndex = 5; |
| | | stepProgressBar1.Visible = false; |
| | | // |
| | | // navigationFrameStep |
| | | // |
| | | navigationFrameStep.Location = new Point(0, 94); |
| | | navigationFrameStep.Name = "navigationFrameStep"; |
| | | navigationFrameStep.SelectedPage = null; |
| | | navigationFrameStep.Size = new Size(1517, 851); |
| | | navigationFrameStep.TabIndex = 0; |
| | | navigationFrameStep.Text = "navigationFrame1"; |
| | | // |
| | | // layoutControlGroup1 |
| | | // |
| | | layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | layoutControlGroup1.GroupBordersVisible = false; |
| | | layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2 }); |
| | | layoutControlGroup1.Name = "Root"; |
| | | layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlGroup1.Size = new Size(1517, 945); |
| | | layoutControlGroup1.TextVisible = false; |
| | | // |
| | | // layoutControlItem1 |
| | | // |
| | | layoutControlItem1.Control = navigationFrameStep; |
| | | layoutControlItem1.Location = new Point(0, 94); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlItem1.Size = new Size(1517, 851); |
| | | layoutControlItem1.TextSize = new Size(0, 0); |
| | | layoutControlItem1.TextVisible = false; |
| | | // |
| | | // layoutControlItem2 |
| | | // |
| | | layoutControlItem2.Control = stepProgressBar1; |
| | | layoutControlItem2.Location = new Point(0, 0); |
| | | layoutControlItem2.Name = "layoutControlItem2"; |
| | | layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlItem2.Size = new Size(1517, 94); |
| | | layoutControlItem2.TextSize = new Size(0, 0); |
| | | layoutControlItem2.TextVisible = false; |
| | | 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(1133, 958); |
| | | btnNext.Margin = new Padding(4, 5, 4, 5); |
| | | btnNext.Location = new Point(938, 604); |
| | | btnNext.Name = "btnNext"; |
| | | btnNext.Size = new Size(183, 32); |
| | | btnNext.StyleController = layoutControlMain; |
| | | btnNext.Size = new Size(116, 22); |
| | | btnNext.StyleController = layoutControl1; |
| | | btnNext.TabIndex = 12; |
| | | btnNext.Text = "下一步>"; |
| | | btnNext.Click += btnNext_Click; |
| | |
| | | // |
| | | Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | Root.GroupBordersVisible = false; |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { itemPage, layoutControlGroup2 }); |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { itemPage, empty1, itemForCancel, itemForPrev, itemForNext, itemForComplete, itemForTitle }); |
| | | Root.Name = "Root"; |
| | | Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | Root.Size = new Size(1517, 1003); |
| | | Root.Size = new Size(1186, 638); |
| | | Root.TextVisible = false; |
| | | // |
| | | // itemPage |
| | | // |
| | | itemPage.Control = navigationFrameMain; |
| | | itemPage.Location = new Point(0, 0); |
| | | 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(1517, 945); |
| | | itemPage.Size = new Size(1166, 532); |
| | | itemPage.TextSize = new Size(0, 0); |
| | | itemPage.TextVisible = false; |
| | | // |
| | | // layoutControlGroup2 |
| | | // empty1 |
| | | // |
| | | layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Title; |
| | | layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { emptySpaceItem1, itemForPrev, itemForNext, itemForComplete, itemForCancel }); |
| | | layoutControlGroup2.Location = new Point(0, 945); |
| | | layoutControlGroup2.Name = "layoutControlGroup2"; |
| | | layoutControlGroup2.Size = new Size(1517, 58); |
| | | layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlGroup2.TextVisible = false; |
| | | 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); |
| | | // |
| | | // emptySpaceItem1 |
| | | // itemForCancel |
| | | // |
| | | emptySpaceItem1.AllowHotTrack = false; |
| | | emptySpaceItem1.Location = new Point(0, 0); |
| | | emptySpaceItem1.Name = "emptySpaceItem1"; |
| | | emptySpaceItem1.Size = new Size(746, 36); |
| | | emptySpaceItem1.TextSize = new Size(0, 0); |
| | | itemForCancel.Control = btnCancel; |
| | | 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(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(933, 0); |
| | | itemForPrev.MaxSize = new Size(187, 36); |
| | | itemForPrev.MinSize = new Size(187, 36); |
| | | 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(187, 36); |
| | | 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(1120, 0); |
| | | 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; |
| | | // |
| | | // itemForCancel |
| | | // |
| | | itemForCancel.Control = btnCancel; |
| | | itemForCancel.Location = new Point(746, 0); |
| | | itemForCancel.MaxSize = new Size(187, 36); |
| | | itemForCancel.MinSize = new Size(187, 36); |
| | | itemForCancel.Name = "itemForCancel"; |
| | | itemForCancel.Size = new Size(187, 36); |
| | | itemForCancel.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
| | | itemForCancel.TextSize = new Size(0, 0); |
| | | itemForCancel.TextVisible = false; |
| | | // |
| | | // itemForComplete |
| | | // |
| | | itemForComplete.Control = btnComplete; |
| | | itemForComplete.Location = new Point(1307, 0); |
| | | 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); |
| | | Controls.Add(layoutControlMain); |
| | | Margin = new Padding(4, 5, 4, 5); |
| | | ClientSize = new Size(1186, 638); |
| | | Controls.Add(layoutControl1); |
| | | Name = "CreateXhsSchemeDlg"; |
| | | StartPosition = FormStartPosition.CenterParent; |
| | | Text = "创建方案"; |
| | | ((ISupportInitialize)layoutControlMain).EndInit(); |
| | | layoutControlMain.ResumeLayout(false); |
| | | ((ISupportInitialize)navigationFrameMain).EndInit(); |
| | | navigationFrameMain.ResumeLayout(false); |
| | | navigationPageMain.ResumeLayout(false); |
| | | navigationPageStep.ResumeLayout(false); |
| | | ((ISupportInitialize)layoutControlStep).EndInit(); |
| | | layoutControlStep.ResumeLayout(false); |
| | | ((ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((ISupportInitialize)stepProgressBar1).EndInit(); |
| | | ((ISupportInitialize)navigationFrameStep).EndInit(); |
| | | ((ISupportInitialize)layoutControlGroup1).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem2).EndInit(); |
| | | ((ISupportInitialize)navigationFrame).EndInit(); |
| | | ((ISupportInitialize)Root).EndInit(); |
| | | ((ISupportInitialize)itemPage).EndInit(); |
| | | ((ISupportInitialize)layoutControlGroup2).EndInit(); |
| | | ((ISupportInitialize)emptySpaceItem1).EndInit(); |
| | | ((ISupportInitialize)empty1).EndInit(); |
| | | ((ISupportInitialize)itemForCancel).EndInit(); |
| | | ((ISupportInitialize)itemForPrev).EndInit(); |
| | | ((ISupportInitialize)itemForNext).EndInit(); |
| | | ((ISupportInitialize)itemForCancel).EndInit(); |
| | | ((ISupportInitialize)itemForComplete).EndInit(); |
| | | ((ISupportInitialize)itemForTitle).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | private DevExpress.XtraLayout.LayoutControl layoutControlMain; |
| | | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
| | | private StepProgressBar stepProgressBar1; |
| | | private DevExpress.XtraLayout.LayoutControlGroup Root; |
| | | private DevExpress.XtraBars.Navigation.NavigationFrame navigationFrameMain; |
| | | private DevExpress.XtraBars.Navigation.NavigationFrame navigationFrame; |
| | | private DevExpress.XtraBars.Navigation.NavigationPage navigationPageMain; |
| | | private DevExpress.XtraLayout.LayoutControlItem itemPage; |
| | | private SimpleButton btnComplete; |
| | |
| | | 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 DevExpress.XtraBars.Navigation.NavigationPage navigationPageStep; |
| | | private DevExpress.XtraLayout.LayoutControl layoutControlStep; |
| | | private DevExpress.XtraBars.Navigation.NavigationFrame navigationFrameStep; |
| | | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
| | | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; |
| | | private DevExpress.XtraLayout.LayoutControlItem itemForCancel; |
| | | private DevExpress.XtraLayout.EmptySpaceItem empty1; |
| | | private DevExpress.XtraLayout.LayoutControlItem itemForTitle; |
| | | } |
| | | } |