namespace HStation.WinFrmUI
{
partial class CreateXhsSchemeDlg
{
///
/// 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(CreateXhsSchemeDlg));
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
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();
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();
itemForCancel = new DevExpress.XtraLayout.LayoutControlItem();
itemForNext = new DevExpress.XtraLayout.LayoutControlItem();
itemForComplete = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)navigationFrame1).BeginInit();
navigationFrame1.SuspendLayout();
navigationPage1.SuspendLayout();
navigationPage2.SuspendLayout();
((ISupportInitialize)stepProgressBar1).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)itemForPrev).BeginInit();
((ISupportInitialize)emptySpaceItem1).BeginInit();
((ISupportInitialize)itemForCancel).BeginInit();
((ISupportInitialize)itemForNext).BeginInit();
((ISupportInitialize)itemForComplete).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(btnComplete);
layoutControl1.Controls.Add(btnPrev);
layoutControl1.Controls.Add(btnCancel);
layoutControl1.Controls.Add(navigationFrame1);
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.Root = Root;
layoutControl1.Size = new Size(1517, 1003);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// 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.Name = "btnComplete";
btnComplete.Size = new Size(184, 32);
btnComplete.StyleController = layoutControl1;
btnComplete.TabIndex = 14;
btnComplete.Text = "完成";
btnComplete.Click += btnComplete_Click;
//
// btnPrev
//
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.Name = "btnPrev";
btnPrev.Size = new Size(183, 32);
btnPrev.StyleController = layoutControl1;
btnPrev.TabIndex = 11;
btnPrev.Text = "<上一步";
btnPrev.Click += btnPrev_Click;
//
// btnCancel
//
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.Name = "btnCancel";
btnCancel.Size = new Size(183, 32);
btnCancel.StyleController = layoutControl1;
btnCancel.TabIndex = 13;
btnCancel.Text = "取消";
btnCancel.Click += btnCancel_Click;
//
// navigationFrame1
//
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;
//
// 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.Name = "btnNext";
btnNext.Size = new Size(183, 32);
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.Name = "Root";
Root.Size = new Size(1517, 1003);
Root.TextVisible = false;
//
// layoutControlItem1
//
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;
//
// layoutControlItem2
//
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);
//
// itemForCancel
//
itemForCancel.Control = btnCancel;
itemForCancel.Location = new Point(1122, 947);
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;
//
// itemForNext
//
itemForNext.Control = btnNext;
itemForNext.Location = new Point(935, 947);
itemForNext.MaxSize = new Size(187, 36);
itemForNext.MinSize = new Size(187, 36);
itemForNext.Name = "itemForNext";
itemForNext.Size = new Size(187, 36);
itemForNext.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
itemForNext.TextSize = new Size(0, 0);
itemForNext.TextVisible = false;
//
// itemForComplete
//
itemForComplete.Control = btnComplete;
itemForComplete.Location = new Point(1309, 947);
itemForComplete.MaxSize = new Size(188, 36);
itemForComplete.MinSize = new Size(188, 36);
itemForComplete.Name = "itemForComplete";
itemForComplete.Size = new Size(188, 36);
itemForComplete.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
itemForComplete.TextSize = new Size(0, 0);
itemForComplete.TextVisible = false;
//
// CreateXhsSchemeDlg
//
AutoScaleDimensions = new SizeF(10F, 22F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1517, 1003);
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)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)itemForPrev).EndInit();
((ISupportInitialize)emptySpaceItem1).EndInit();
((ISupportInitialize)itemForCancel).EndInit();
((ISupportInitialize)itemForNext).EndInit();
((ISupportInitialize)itemForComplete).EndInit();
ResumeLayout(false);
}
#endregion
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 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;
}
}