namespace Yw.WinFrmUI.Phart
{
partial class SetPointDlg
{
///
/// Requipuired 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
///
/// Requipuired method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
btnCancel = new DevExpress.XtraEditors.SimpleButton();
btnOk = new DevExpress.XtraEditors.SimpleButton();
txtX = new DevExpress.XtraEditors.TextEdit();
txtY = new DevExpress.XtraEditors.TextEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)txtX.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtY.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(btnCancel);
layoutControl1.Controls.Add(btnOk);
layoutControl1.Controls.Add(txtX);
layoutControl1.Controls.Add(txtY);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(924, 0, 975, 600);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(325, 124);
layoutControl1.TabIndex = 2;
layoutControl1.Text = "layoutControl1";
//
// btnCancel
//
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
btnCancel.Appearance.Options.UseBackColor = true;
btnCancel.DialogResult = DialogResult.Cancel;
btnCancel.Location = new Point(239, 76);
btnCancel.Margin = new Padding(4, 5, 4, 5);
btnCancel.Name = "btnCancel";
btnCancel.Size = new Size(74, 32);
btnCancel.StyleController = layoutControl1;
btnCancel.TabIndex = 10;
btnCancel.Text = "取消";
//
// btnOk
//
btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
btnOk.Appearance.Options.UseBackColor = true;
btnOk.Location = new Point(164, 76);
btnOk.Margin = new Padding(4, 5, 4, 5);
btnOk.Name = "btnOk";
btnOk.Size = new Size(71, 32);
btnOk.StyleController = layoutControl1;
btnOk.TabIndex = 9;
btnOk.Text = "确定";
btnOk.Click += btnOk_Click;
//
// txtX
//
txtX.Location = new Point(78, 12);
txtX.Name = "txtX";
txtX.Size = new Size(235, 28);
txtX.StyleController = layoutControl1;
txtX.TabIndex = 4;
//
// txtY
//
txtY.Location = new Point(78, 44);
txtY.Name = "txtY";
txtY.Size = new Size(235, 28);
txtY.StyleController = layoutControl1;
txtY.TabIndex = 5;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, emptySpaceItem1, layoutControlItem4 });
Root.Name = "Root";
Root.Size = new Size(325, 124);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = txtX;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(305, 32);
layoutControlItem1.Text = "流量:";
layoutControlItem1.TextSize = new Size(54, 22);
//
// layoutControlItem2
//
layoutControlItem2.Control = txtY;
layoutControlItem2.Location = new Point(0, 32);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(305, 32);
layoutControlItem2.Text = "扬程:";
layoutControlItem2.TextSize = new Size(54, 22);
//
// layoutControlItem3
//
layoutControlItem3.Control = btnCancel;
layoutControlItem3.Location = new Point(227, 64);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(78, 40);
layoutControlItem3.TextSize = new Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 64);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(152, 40);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItem4
//
layoutControlItem4.Control = btnOk;
layoutControlItem4.Location = new Point(152, 64);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(75, 40);
layoutControlItem4.TextSize = new Size(0, 0);
layoutControlItem4.TextVisible = false;
//
// dxErrorProvider1
//
dxErrorProvider1.ContainerControl = this;
//
// SetPointDlg
//
AutoScaleDimensions = new SizeF(10F, 22F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(325, 124);
Controls.Add(layoutControl1);
IconOptions.ShowIcon = false;
Margin = new Padding(4, 5, 4, 5);
MaximizeBox = false;
MinimizeBox = false;
Name = "SetPointDlg";
StartPosition = FormStartPosition.CenterScreen;
Text = "点";
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)txtX.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtY.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
private DevExpress.XtraEditors.TextEdit txtX;
private DevExpress.XtraEditors.TextEdit txtY;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
}
}