namespace IStation.WinFrmUI.Basic.basic.pumpmgr
{
partial class AddPumpDlg
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
this.simpleButton = new DevExpress.XtraEditors.SimpleButton();
this.BtnOk = new DevExpress.XtraEditors.SimpleButton();
this.txtIsSxpEdit = new DevExpress.XtraEditors.CheckEdit();
this.txtIsBpEdit = new DevExpress.XtraEditors.CheckEdit();
this.txtNameEdit = new DevExpress.XtraEditors.TextEdit();
this.txtQrEdit = new DevExpress.XtraEditors.TextEdit();
this.txtHrEdit = new DevExpress.XtraEditors.TextEdit();
this.txtNrEdit = new DevExpress.XtraEditors.TextEdit();
this.txtPrEdit = new DevExpress.XtraEditors.TextEdit();
this.txtErEdit = new DevExpress.XtraEditors.TextEdit();
this.txtStNumrEdit = new DevExpress.XtraEditors.TextEdit();
this.txtlcEdit = new DevExpress.XtraEditors.TextEdit();
this.txtOcEdit = new DevExpress.XtraEditors.TextEdit();
this.txtSupplierEdit = new DevExpress.XtraEditors.TextEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.name = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
this.layouStNumrtControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
this.dataLayoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtIsSxpEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtIsBpEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtNameEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtQrEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtHrEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtNrEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPrEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtErEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStNumrEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtlcEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtOcEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSupplierEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.name)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layouStNumrtControlItem10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
this.SuspendLayout();
//
// dataLayoutControl1
//
this.dataLayoutControl1.Controls.Add(this.simpleButton);
this.dataLayoutControl1.Controls.Add(this.BtnOk);
this.dataLayoutControl1.Controls.Add(this.txtIsSxpEdit);
this.dataLayoutControl1.Controls.Add(this.txtIsBpEdit);
this.dataLayoutControl1.Controls.Add(this.txtNameEdit);
this.dataLayoutControl1.Controls.Add(this.txtQrEdit);
this.dataLayoutControl1.Controls.Add(this.txtHrEdit);
this.dataLayoutControl1.Controls.Add(this.txtNrEdit);
this.dataLayoutControl1.Controls.Add(this.txtPrEdit);
this.dataLayoutControl1.Controls.Add(this.txtErEdit);
this.dataLayoutControl1.Controls.Add(this.txtStNumrEdit);
this.dataLayoutControl1.Controls.Add(this.txtlcEdit);
this.dataLayoutControl1.Controls.Add(this.txtOcEdit);
this.dataLayoutControl1.Controls.Add(this.txtSupplierEdit);
this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0);
this.dataLayoutControl1.Name = "dataLayoutControl1";
this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(890, 85, 650, 400);
this.dataLayoutControl1.Root = this.Root;
this.dataLayoutControl1.Size = new System.Drawing.Size(504, 321);
this.dataLayoutControl1.TabIndex = 0;
this.dataLayoutControl1.Text = "dataLayoutControl1";
//
// simpleButton
//
this.simpleButton.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
this.simpleButton.Appearance.Options.UseBackColor = true;
this.simpleButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton.Location = new System.Drawing.Point(392, 276);
this.simpleButton.MaximumSize = new System.Drawing.Size(100, 22);
this.simpleButton.MinimumSize = new System.Drawing.Size(100, 22);
this.simpleButton.Name = "simpleButton";
this.simpleButton.Size = new System.Drawing.Size(100, 22);
this.simpleButton.StyleController = this.dataLayoutControl1;
this.simpleButton.TabIndex = 11;
this.simpleButton.Text = "取消";
//
// BtnOk
//
this.BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
this.BtnOk.Appearance.Options.UseBackColor = true;
this.BtnOk.Location = new System.Drawing.Point(288, 276);
this.BtnOk.MaximumSize = new System.Drawing.Size(100, 22);
this.BtnOk.MinimumSize = new System.Drawing.Size(100, 22);
this.BtnOk.Name = "BtnOk";
this.BtnOk.Size = new System.Drawing.Size(100, 22);
this.BtnOk.StyleController = this.dataLayoutControl1;
this.BtnOk.TabIndex = 10;
this.BtnOk.Text = "确定";
this.BtnOk.Click += new System.EventHandler(this.BtnOk_Click);
//
// txtIsSxpEdit
//
this.txtIsSxpEdit.EditValue = null;
this.txtIsSxpEdit.Location = new System.Drawing.Point(254, 252);
this.txtIsSxpEdit.Name = "txtIsSxpEdit";
this.txtIsSxpEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.txtIsSxpEdit.Properties.Caption = "是否双吸泵";
this.txtIsSxpEdit.Size = new System.Drawing.Size(238, 20);
this.txtIsSxpEdit.StyleController = this.dataLayoutControl1;
this.txtIsSxpEdit.TabIndex = 9;
//
// txtIsBpEdit
//
this.txtIsBpEdit.EditValue = null;
this.txtIsBpEdit.Location = new System.Drawing.Point(12, 252);
this.txtIsBpEdit.Name = "txtIsBpEdit";
this.txtIsBpEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.txtIsBpEdit.Properties.Caption = "是否变频";
this.txtIsBpEdit.Size = new System.Drawing.Size(238, 20);
this.txtIsBpEdit.StyleController = this.dataLayoutControl1;
this.txtIsBpEdit.TabIndex = 8;
//
// txtNameEdit
//
this.txtNameEdit.Location = new System.Drawing.Point(106, 12);
this.txtNameEdit.Name = "txtNameEdit";
this.txtNameEdit.Size = new System.Drawing.Size(386, 20);
this.txtNameEdit.StyleController = this.dataLayoutControl1;
this.txtNameEdit.TabIndex = 4;
//
// txtQrEdit
//
this.txtQrEdit.Location = new System.Drawing.Point(106, 36);
this.txtQrEdit.Name = "txtQrEdit";
this.txtQrEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.txtQrEdit.Size = new System.Drawing.Size(386, 20);
this.txtQrEdit.StyleController = this.dataLayoutControl1;
this.txtQrEdit.TabIndex = 4;
//
// txtHrEdit
//
this.txtHrEdit.Location = new System.Drawing.Point(106, 60);
this.txtHrEdit.Name = "txtHrEdit";
this.txtHrEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.txtHrEdit.Size = new System.Drawing.Size(386, 20);
this.txtHrEdit.StyleController = this.dataLayoutControl1;
this.txtHrEdit.TabIndex = 4;
//
// txtNrEdit
//
this.txtNrEdit.Location = new System.Drawing.Point(106, 84);
this.txtNrEdit.Name = "txtNrEdit";
this.txtNrEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.txtNrEdit.Size = new System.Drawing.Size(386, 20);
this.txtNrEdit.StyleController = this.dataLayoutControl1;
this.txtNrEdit.TabIndex = 4;
//
// txtPrEdit
//
this.txtPrEdit.Location = new System.Drawing.Point(106, 108);
this.txtPrEdit.Name = "txtPrEdit";
this.txtPrEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.txtPrEdit.Size = new System.Drawing.Size(386, 20);
this.txtPrEdit.StyleController = this.dataLayoutControl1;
this.txtPrEdit.TabIndex = 7;
//
// txtErEdit
//
this.txtErEdit.Location = new System.Drawing.Point(106, 132);
this.txtErEdit.Name = "txtErEdit";
this.txtErEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.txtErEdit.Size = new System.Drawing.Size(386, 20);
this.txtErEdit.StyleController = this.dataLayoutControl1;
this.txtErEdit.TabIndex = 4;
//
// txtStNumrEdit
//
this.txtStNumrEdit.Location = new System.Drawing.Point(106, 156);
this.txtStNumrEdit.Name = "txtStNumrEdit";
this.txtStNumrEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.txtStNumrEdit.Size = new System.Drawing.Size(386, 20);
this.txtStNumrEdit.StyleController = this.dataLayoutControl1;
this.txtStNumrEdit.TabIndex = 4;
//
// txtlcEdit
//
this.txtlcEdit.Location = new System.Drawing.Point(106, 180);
this.txtlcEdit.Name = "txtlcEdit";
this.txtlcEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.txtlcEdit.Size = new System.Drawing.Size(386, 20);
this.txtlcEdit.StyleController = this.dataLayoutControl1;
this.txtlcEdit.TabIndex = 4;
//
// txtOcEdit
//
this.txtOcEdit.Location = new System.Drawing.Point(106, 204);
this.txtOcEdit.Name = "txtOcEdit";
this.txtOcEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.txtOcEdit.Size = new System.Drawing.Size(386, 20);
this.txtOcEdit.StyleController = this.dataLayoutControl1;
this.txtOcEdit.TabIndex = 4;
//
// txtSupplierEdit
//
this.txtSupplierEdit.Location = new System.Drawing.Point(106, 228);
this.txtSupplierEdit.Name = "txtSupplierEdit";
this.txtSupplierEdit.Size = new System.Drawing.Size(386, 20);
this.txtSupplierEdit.StyleController = this.dataLayoutControl1;
this.txtSupplierEdit.TabIndex = 4;
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.name,
this.layoutControlItem4,
this.layoutControlItem8,
this.layoutControlItem12,
this.layoutControlItem6,
this.layoutControlItem9,
this.layouStNumrtControlItem10,
this.layoutControlItem11,
this.layoutControlItem13,
this.layoutControlItem15,
this.layoutControlItem1,
this.layoutControlItem2,
this.layoutControlItem5,
this.emptySpaceItem1,
this.layoutControlItem3});
this.Root.Name = "Root";
this.Root.Size = new System.Drawing.Size(504, 321);
this.Root.TextVisible = false;
//
// name
//
this.name.Control = this.txtNameEdit;
this.name.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.name.CustomizationFormText = "名称:";
this.name.Location = new System.Drawing.Point(0, 0);
this.name.Name = "name";
this.name.Size = new System.Drawing.Size(484, 24);
this.name.Text = "名称:";
this.name.TextSize = new System.Drawing.Size(82, 14);
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.txtQrEdit;
this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem4.CustomizationFormText = "流量(m³/h):";
this.layoutControlItem4.Location = new System.Drawing.Point(0, 24);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(484, 24);
this.layoutControlItem4.Text = "流量(m³/h):";
this.layoutControlItem4.TextSize = new System.Drawing.Size(82, 14);
//
// layoutControlItem8
//
this.layoutControlItem8.Control = this.txtHrEdit;
this.layoutControlItem8.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem8.CustomizationFormText = "扬程(m):";
this.layoutControlItem8.Location = new System.Drawing.Point(0, 48);
this.layoutControlItem8.Name = "layoutControlItem8";
this.layoutControlItem8.Size = new System.Drawing.Size(484, 24);
this.layoutControlItem8.Text = "扬程(m):";
this.layoutControlItem8.TextSize = new System.Drawing.Size(82, 14);
//
// layoutControlItem12
//
this.layoutControlItem12.Control = this.txtNrEdit;
this.layoutControlItem12.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem12.CustomizationFormText = "转速(r/min):";
this.layoutControlItem12.Location = new System.Drawing.Point(0, 72);
this.layoutControlItem12.Name = "layoutControlItem12";
this.layoutControlItem12.Size = new System.Drawing.Size(484, 24);
this.layoutControlItem12.Text = "转速(r/min):";
this.layoutControlItem12.TextSize = new System.Drawing.Size(82, 14);
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.txtPrEdit;
this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem6.CustomizationFormText = "功率(KW)";
this.layoutControlItem6.Location = new System.Drawing.Point(0, 96);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Size = new System.Drawing.Size(484, 24);
this.layoutControlItem6.Text = "功率(KW)";
this.layoutControlItem6.TextSize = new System.Drawing.Size(82, 14);
//
// layoutControlItem9
//
this.layoutControlItem9.Control = this.txtErEdit;
this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem9.CustomizationFormText = "效率(%):";
this.layoutControlItem9.Location = new System.Drawing.Point(0, 120);
this.layoutControlItem9.Name = "layoutControlItem9";
this.layoutControlItem9.Size = new System.Drawing.Size(484, 24);
this.layoutControlItem9.Text = "效率(%):";
this.layoutControlItem9.TextSize = new System.Drawing.Size(82, 14);
//
// layouStNumrtControlItem10
//
this.layouStNumrtControlItem10.Control = this.txtStNumrEdit;
this.layouStNumrtControlItem10.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layouStNumrtControlItem10.CustomizationFormText = "级数:";
this.layouStNumrtControlItem10.Location = new System.Drawing.Point(0, 144);
this.layouStNumrtControlItem10.Name = "layouStNumrtControlItem10";
this.layouStNumrtControlItem10.Size = new System.Drawing.Size(484, 24);
this.layouStNumrtControlItem10.Text = "级数:";
this.layouStNumrtControlItem10.TextSize = new System.Drawing.Size(82, 14);
//
// layoutControlItem11
//
this.layoutControlItem11.Control = this.txtlcEdit;
this.layoutControlItem11.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem11.CustomizationFormText = "进口口径(mm):";
this.layoutControlItem11.Location = new System.Drawing.Point(0, 168);
this.layoutControlItem11.Name = "layoutControlItem11";
this.layoutControlItem11.Size = new System.Drawing.Size(484, 24);
this.layoutControlItem11.Text = "进口口径(mm):";
this.layoutControlItem11.TextSize = new System.Drawing.Size(82, 14);
//
// layoutControlItem13
//
this.layoutControlItem13.Control = this.txtOcEdit;
this.layoutControlItem13.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem13.CustomizationFormText = "出口口径(mm):";
this.layoutControlItem13.Location = new System.Drawing.Point(0, 192);
this.layoutControlItem13.Name = "layoutControlItem13";
this.layoutControlItem13.Size = new System.Drawing.Size(484, 24);
this.layoutControlItem13.Text = "出口口径(mm):";
this.layoutControlItem13.TextSize = new System.Drawing.Size(82, 14);
//
// layoutControlItem15
//
this.layoutControlItem15.Control = this.txtSupplierEdit;
this.layoutControlItem15.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem15.CustomizationFormText = "厂商:";
this.layoutControlItem15.Location = new System.Drawing.Point(0, 216);
this.layoutControlItem15.Name = "layoutControlItem15";
this.layoutControlItem15.Size = new System.Drawing.Size(484, 24);
this.layoutControlItem15.Text = "厂商:";
this.layoutControlItem15.TextSize = new System.Drawing.Size(82, 14);
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.txtIsBpEdit;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 240);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(242, 24);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txtIsSxpEdit;
this.layoutControlItem2.Location = new System.Drawing.Point(242, 240);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(242, 24);
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem2.TextVisible = false;
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.simpleButton;
this.layoutControlItem5.Location = new System.Drawing.Point(380, 264);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(104, 37);
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem5.TextVisible = false;
//
// emptySpaceItem1
//
this.emptySpaceItem1.AllowHotTrack = false;
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 264);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(276, 37);
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.BtnOk;
this.layoutControlItem3.Location = new System.Drawing.Point(276, 264);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(104, 37);
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem3.TextVisible = false;
//
// dxErrorProvider1
//
this.dxErrorProvider1.ContainerControl = this;
//
// AddPumpDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(504, 321);
this.Controls.Add(this.dataLayoutControl1);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(520, 360);
this.MinimumSize = new System.Drawing.Size(520, 360);
this.Name = "AddPumpDlg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "添加信息";
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
this.dataLayoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtIsSxpEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtIsBpEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtNameEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtQrEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtHrEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtNrEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPrEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtErEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStNumrEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtlcEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtOcEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSupplierEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.name)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layouStNumrtControlItem10)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit txtNameEdit;
private DevExpress.XtraLayout.LayoutControlItem name;
private DevExpress.XtraEditors.TextEdit txtQrEdit;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraEditors.TextEdit txtHrEdit;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraEditors.TextEdit txtNrEdit;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
private DevExpress.XtraEditors.TextEdit txtPrEdit;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraEditors.TextEdit txtErEdit;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraEditors.TextEdit txtStNumrEdit;
private DevExpress.XtraLayout.LayoutControlItem layouStNumrtControlItem10;
private DevExpress.XtraEditors.TextEdit txtlcEdit;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
private DevExpress.XtraEditors.TextEdit txtOcEdit;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
private DevExpress.XtraEditors.TextEdit txtSupplierEdit;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
private DevExpress.XtraEditors.CheckEdit txtIsBpEdit;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraEditors.CheckEdit txtIsSxpEdit;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.SimpleButton BtnOk;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraEditors.SimpleButton simpleButton;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
}
}