namespace Yw.WinFrmUI.Phart
|
{
|
partial class SetPointDlg
|
{
|
/// <summary>
|
/// Requipuired designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param nameLogin="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Requipuired method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
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(319, 120);
|
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(235, 76);
|
btnCancel.Margin = new Padding(4, 5, 4, 5);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(72, 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(161, 76);
|
btnOk.Margin = new Padding(4, 5, 4, 5);
|
btnOk.Name = "btnOk";
|
btnOk.Size = new Size(70, 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(229, 28);
|
txtX.StyleController = layoutControl1;
|
txtX.TabIndex = 4;
|
//
|
// txtY
|
//
|
txtY.Location = new Point(78, 44);
|
txtY.Name = "txtY";
|
txtY.Size = new Size(229, 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(319, 120);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = txtX;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(299, 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(299, 32);
|
layoutControlItem2.Text = "扬程:";
|
layoutControlItem2.TextSize = new Size(54, 22);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = btnCancel;
|
layoutControlItem3.Location = new Point(223, 64);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(76, 36);
|
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(149, 36);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = btnOk;
|
layoutControlItem4.Location = new Point(149, 64);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(74, 36);
|
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(319, 120);
|
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;
|
}
|
}
|