namespace IStation.WinFrmUI
{
partial class InputSimuCurveParasDlg
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InputSimuCurveParasDlg));
this.btnCancel = new System.Windows.Forms.Button();
this.textPara = new DevExpress.XtraEditors.SpinEdit();
this.label叶轮直径 = new System.Windows.Forms.Label();
this.btnAdd = new System.Windows.Forms.Button();
this.label泵的子型号 = new System.Windows.Forms.Label();
this.textBox泵的子型号 = new System.Windows.Forms.TextBox();
this.labelUnit = new System.Windows.Forms.Label();
this.label物料代码 = new System.Windows.Forms.Label();
this.textBox物料代码 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.textPara.Properties)).BeginInit();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnCancel.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancel.Location = new System.Drawing.Point(126, 100);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(58, 25);
this.btnCancel.TabIndex = 20;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// textPara
//
this.textPara.EditValue = new decimal(new int[] {
505,
0,
0,
65536});
this.textPara.Location = new System.Drawing.Point(104, 10);
this.textPara.Name = "textPara";
this.textPara.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.textPara.Properties.MaxValue = new decimal(new int[] {
99,
0,
0,
0});
this.textPara.Properties.MinValue = new decimal(new int[] {
1,
0,
0,
0});
this.textPara.Size = new System.Drawing.Size(70, 20);
this.textPara.TabIndex = 15;
//
// label叶轮直径
//
this.label叶轮直径.AutoSize = true;
this.label叶轮直径.Location = new System.Drawing.Point(40, 15);
this.label叶轮直径.Margin = new System.Windows.Forms.Padding(0);
this.label叶轮直径.Name = "label叶轮直径";
this.label叶轮直径.Size = new System.Drawing.Size(53, 12);
this.label叶轮直径.TabIndex = 18;
this.label叶轮直径.Text = "叶轮直径";
//
// btnAdd
//
this.btnAdd.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
this.btnAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdd.BackgroundImage")));
this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnAdd.Location = new System.Drawing.Point(50, 100);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(51, 25);
this.btnAdd.TabIndex = 17;
this.btnAdd.Text = "添加";
this.btnAdd.UseVisualStyleBackColor = false;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// label泵的子型号
//
this.label泵的子型号.AutoSize = true;
this.label泵的子型号.Location = new System.Drawing.Point(28, 39);
this.label泵的子型号.Margin = new System.Windows.Forms.Padding(0);
this.label泵的子型号.Name = "label泵的子型号";
this.label泵的子型号.Size = new System.Drawing.Size(65, 12);
this.label泵的子型号.TabIndex = 18;
this.label泵的子型号.Text = "泵的子型号";
//
// textBox泵的子型号
//
this.textBox泵的子型号.Location = new System.Drawing.Point(104, 34);
this.textBox泵的子型号.Margin = new System.Windows.Forms.Padding(2);
this.textBox泵的子型号.Name = "textBox泵的子型号";
this.textBox泵的子型号.Size = new System.Drawing.Size(115, 21);
this.textBox泵的子型号.TabIndex = 21;
//
// labelUnit
//
this.labelUnit.Location = new System.Drawing.Point(181, 12);
this.labelUnit.Name = "labelUnit";
this.labelUnit.Size = new System.Drawing.Size(37, 14);
this.labelUnit.TabIndex = 22;
this.labelUnit.Text = "(mm)";
//
// label物料代码
//
this.label物料代码.AutoSize = true;
this.label物料代码.Location = new System.Drawing.Point(40, 63);
this.label物料代码.Margin = new System.Windows.Forms.Padding(0);
this.label物料代码.Name = "label物料代码";
this.label物料代码.Size = new System.Drawing.Size(53, 12);
this.label物料代码.TabIndex = 18;
this.label物料代码.Text = "物料代码";
//
// textBox物料代码
//
this.textBox物料代码.Location = new System.Drawing.Point(104, 59);
this.textBox物料代码.Margin = new System.Windows.Forms.Padding(2);
this.textBox物料代码.Name = "textBox物料代码";
this.textBox物料代码.Size = new System.Drawing.Size(115, 21);
this.textBox物料代码.TabIndex = 21;
//
// InputSimuCurveParasDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(238, 140);
this.Controls.Add(this.labelUnit);
this.Controls.Add(this.textBox物料代码);
this.Controls.Add(this.textBox泵的子型号);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.label物料代码);
this.Controls.Add(this.textPara);
this.Controls.Add(this.label泵的子型号);
this.Controls.Add(this.label叶轮直径);
this.Controls.Add(this.btnAdd);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "InputCutCurveParasDlg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Load += new System.EventHandler(this.onDlg_Load);
((System.ComponentModel.ISupportInitialize)(this.textPara.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private DevExpress.XtraEditors.SpinEdit textPara;
private System.Windows.Forms.Label label叶轮直径;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Label label泵的子型号;
private System.Windows.Forms.TextBox textBox泵的子型号;
private System.Windows.Forms.Label labelUnit;
private System.Windows.Forms.Label label物料代码;
private System.Windows.Forms.TextBox textBox物料代码;
}
}