namespace Yw.WinFrmUI
{
partial class SetHydroCalcuPrefixCtrl
{
///
/// 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 Component 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(SetHydroCalcuPrefixCtrl));
navigationFrame1 = new DevExpress.XtraBars.Navigation.NavigationFrame();
navigationPage1 = new DevExpress.XtraBars.Navigation.NavigationPage();
setWaterboxCalcuPrefixListCtrl1 = new SetWaterboxCalcuPrefixListCtrl();
navigationPage2 = new DevExpress.XtraBars.Navigation.NavigationPage();
setPumpCalcuPrefixListCtrl1 = new SetPumpCalcuPrefixListCtrl();
navigationPage3 = new DevExpress.XtraBars.Navigation.NavigationPage();
setNozzleCalcuPrefixListCtrl1 = new SetNozzleCalcuPrefixListCtrl();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
btnCalcu = new DevExpress.XtraEditors.SimpleButton();
btnPre = new DevExpress.XtraEditors.SimpleButton();
btnNext = new DevExpress.XtraEditors.SimpleButton();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
itemForNext = new DevExpress.XtraLayout.LayoutControlItem();
itemForPrev = new DevExpress.XtraLayout.LayoutControlItem();
itemForCalcu = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
((ISupportInitialize)navigationFrame1).BeginInit();
navigationFrame1.SuspendLayout();
navigationPage1.SuspendLayout();
navigationPage2.SuspendLayout();
navigationPage3.SuspendLayout();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)itemForNext).BeginInit();
((ISupportInitialize)itemForPrev).BeginInit();
((ISupportInitialize)itemForCalcu).BeginInit();
((ISupportInitialize)emptySpaceItem1).BeginInit();
SuspendLayout();
//
// navigationFrame1
//
navigationFrame1.Controls.Add(navigationPage1);
navigationFrame1.Controls.Add(navigationPage2);
navigationFrame1.Controls.Add(navigationPage3);
navigationFrame1.Location = new Point(2, 2);
navigationFrame1.Name = "navigationFrame1";
navigationFrame1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { navigationPage1, navigationPage2, navigationPage3 });
navigationFrame1.SelectedPage = navigationPage1;
navigationFrame1.Size = new Size(313, 688);
navigationFrame1.TabIndex = 0;
navigationFrame1.Text = "navigationFrame1";
//
// navigationPage1
//
navigationPage1.Caption = "navigationPage1";
navigationPage1.Controls.Add(setWaterboxCalcuPrefixListCtrl1);
navigationPage1.Name = "navigationPage1";
navigationPage1.Size = new Size(313, 688);
//
// setWaterboxCalcuPrefixListCtrl1
//
setWaterboxCalcuPrefixListCtrl1.Dock = DockStyle.Fill;
setWaterboxCalcuPrefixListCtrl1.Location = new Point(0, 0);
setWaterboxCalcuPrefixListCtrl1.Name = "setWaterboxCalcuPrefixListCtrl1";
setWaterboxCalcuPrefixListCtrl1.Size = new Size(313, 688);
setWaterboxCalcuPrefixListCtrl1.TabIndex = 0;
//
// navigationPage2
//
navigationPage2.Caption = "navigationPage2";
navigationPage2.Controls.Add(setPumpCalcuPrefixListCtrl1);
navigationPage2.Name = "navigationPage2";
navigationPage2.Size = new Size(313, 688);
//
// setPumpCalcuPrefixListCtrl1
//
setPumpCalcuPrefixListCtrl1.Dock = DockStyle.Fill;
setPumpCalcuPrefixListCtrl1.Location = new Point(0, 0);
setPumpCalcuPrefixListCtrl1.Name = "setPumpCalcuPrefixListCtrl1";
setPumpCalcuPrefixListCtrl1.Size = new Size(313, 688);
setPumpCalcuPrefixListCtrl1.TabIndex = 0;
//
// navigationPage3
//
navigationPage3.Caption = "navigationPage3";
navigationPage3.Controls.Add(setNozzleCalcuPrefixListCtrl1);
navigationPage3.Name = "navigationPage3";
navigationPage3.Size = new Size(313, 688);
//
// setNozzleCalcuPrefixListCtrl1
//
setNozzleCalcuPrefixListCtrl1.Dock = DockStyle.Fill;
setNozzleCalcuPrefixListCtrl1.Location = new Point(0, 0);
setNozzleCalcuPrefixListCtrl1.Name = "setNozzleCalcuPrefixListCtrl1";
setNozzleCalcuPrefixListCtrl1.Size = new Size(313, 688);
setNozzleCalcuPrefixListCtrl1.TabIndex = 0;
//
// layoutControl1
//
layoutControl1.Controls.Add(btnCalcu);
layoutControl1.Controls.Add(btnPre);
layoutControl1.Controls.Add(btnNext);
layoutControl1.Controls.Add(navigationFrame1);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(772, 416, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(317, 718);
layoutControl1.TabIndex = 1;
layoutControl1.Text = "layoutControl1";
//
// btnCalcu
//
btnCalcu.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
btnCalcu.Appearance.ForeColor = Color.White;
btnCalcu.Appearance.Options.UseBackColor = true;
btnCalcu.Appearance.Options.UseForeColor = true;
btnCalcu.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
btnCalcu.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
btnCalcu.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnCalcu.ImageOptions.SvgImage");
btnCalcu.ImageOptions.SvgImageSize = new Size(16, 16);
btnCalcu.Location = new Point(219, 694);
btnCalcu.Name = "btnCalcu";
btnCalcu.Size = new Size(96, 22);
btnCalcu.StyleController = layoutControl1;
btnCalcu.TabIndex = 6;
btnCalcu.Text = "计算";
btnCalcu.Click += btnComplete_Click;
//
// btnPre
//
btnPre.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
btnPre.Appearance.ForeColor = Color.White;
btnPre.Appearance.Options.UseBackColor = true;
btnPre.Appearance.Options.UseForeColor = true;
btnPre.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
btnPre.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
btnPre.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnPre.ImageOptions.SvgImage");
btnPre.ImageOptions.SvgImageSize = new Size(16, 16);
btnPre.Location = new Point(19, 694);
btnPre.Name = "btnPre";
btnPre.Size = new Size(96, 22);
btnPre.StyleController = layoutControl1;
btnPre.TabIndex = 5;
btnPre.Text = "上一页";
btnPre.Click += btnPrev_Click;
//
// btnNext
//
btnNext.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success;
btnNext.Appearance.ForeColor = Color.White;
btnNext.Appearance.Options.UseBackColor = true;
btnNext.Appearance.Options.UseForeColor = true;
btnNext.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
btnNext.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.RightCenter;
btnNext.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnNext.ImageOptions.SvgImage");
btnNext.ImageOptions.SvgImageSize = new Size(16, 16);
btnNext.Location = new Point(119, 694);
btnNext.Name = "btnNext";
btnNext.Size = new Size(96, 22);
btnNext.StyleController = layoutControl1;
btnNext.TabIndex = 4;
btnNext.Text = "下一页";
btnNext.Click += btnNext_Click;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, itemForNext, itemForPrev, itemForCalcu, emptySpaceItem1 });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(317, 718);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = navigationFrame1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(317, 692);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// itemForNext
//
itemForNext.Control = btnNext;
itemForNext.Location = new Point(117, 692);
itemForNext.MaxSize = new Size(100, 26);
itemForNext.MinSize = new Size(100, 26);
itemForNext.Name = "itemForNext";
itemForNext.Size = new Size(100, 26);
itemForNext.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
itemForNext.TextSize = new Size(0, 0);
itemForNext.TextVisible = false;
//
// itemForPrev
//
itemForPrev.Control = btnPre;
itemForPrev.Location = new Point(17, 692);
itemForPrev.MaxSize = new Size(100, 26);
itemForPrev.MinSize = new Size(100, 26);
itemForPrev.Name = "itemForPrev";
itemForPrev.Size = new Size(100, 26);
itemForPrev.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
itemForPrev.TextSize = new Size(0, 0);
itemForPrev.TextVisible = false;
//
// itemForCalcu
//
itemForCalcu.Control = btnCalcu;
itemForCalcu.Location = new Point(217, 692);
itemForCalcu.MaxSize = new Size(100, 26);
itemForCalcu.MinSize = new Size(100, 26);
itemForCalcu.Name = "itemForCalcu";
itemForCalcu.Size = new Size(100, 26);
itemForCalcu.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
itemForCalcu.TextSize = new Size(0, 0);
itemForCalcu.TextVisible = false;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 692);
emptySpaceItem1.MinSize = new Size(1, 24);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(17, 26);
emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
emptySpaceItem1.TextSize = new Size(0, 0);
//
// SetHydroCalcuPrefixCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "SetHydroCalcuPrefixCtrl";
Size = new Size(317, 718);
((ISupportInitialize)navigationFrame1).EndInit();
navigationFrame1.ResumeLayout(false);
navigationPage1.ResumeLayout(false);
navigationPage2.ResumeLayout(false);
navigationPage3.ResumeLayout(false);
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)itemForNext).EndInit();
((ISupportInitialize)itemForPrev).EndInit();
((ISupportInitialize)itemForCalcu).EndInit();
((ISupportInitialize)emptySpaceItem1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraBars.Navigation.NavigationFrame navigationFrame1;
private DevExpress.XtraBars.Navigation.NavigationPage navigationPage1;
private DevExpress.XtraBars.Navigation.NavigationPage navigationPage2;
private SetWaterboxCalcuPrefixListCtrl setWaterboxCalcuPrefixListCtrl1;
private SetPumpCalcuPrefixListCtrl setPumpCalcuPrefixListCtrl1;
private DevExpress.XtraBars.Navigation.NavigationPage navigationPage3;
private SetNozzleCalcuPrefixListCtrl setNozzleCalcuPrefixListCtrl1;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.SimpleButton btnCalcu;
private DevExpress.XtraEditors.SimpleButton btnPre;
private DevExpress.XtraEditors.SimpleButton btnNext;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem itemForNext;
private DevExpress.XtraLayout.LayoutControlItem itemForPrev;
private DevExpress.XtraLayout.LayoutControlItem itemForCalcu;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
}
}