namespace UAS_MES.Warehouse
{
partial class Warehouse_NewPiInOut
{
///
/// 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(Warehouse_NewPiInOut));
this.headBar1 = new UAS_MES.CustomControl.HeadBar();
this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.cu_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
this.pi_titile_label = new System.Windows.Forms.Label();
this.pi_inoutno_label = new System.Windows.Forms.Label();
this.pi_inoutno = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.cu_name = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// headBar1
//
this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
this.headBar1.Location = new System.Drawing.Point(0, 0);
this.headBar1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.headBar1.Name = "headBar1";
this.headBar1.Size = new System.Drawing.Size(405, 40);
this.headBar1.TabIndex = 0;
this.headBar1.Title = null;
//
// Confirm
//
this.Confirm.AllPower = null;
this.Confirm.BackColor = System.Drawing.Color.Transparent;
this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
this.Confirm.Image = null;
this.Confirm.IsShowBorder = true;
this.Confirm.Location = new System.Drawing.Point(166, 214);
this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
this.Confirm.Name = "Confirm";
this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
this.Confirm.Power = null;
this.Confirm.Size = new System.Drawing.Size(75, 28);
this.Confirm.TabIndex = 1;
this.Confirm.Text = "确认";
this.Confirm.UseVisualStyleBackColor = false;
this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
//
// cu_code
//
this.cu_code.AllPower = null;
this.cu_code.Caller = null;
this.cu_code.Condition = null;
this.cu_code.DBTitle = null;
this.cu_code.FormName = null;
this.cu_code.Location = new System.Drawing.Point(111, 110);
this.cu_code.Name = "cu_code";
this.cu_code.Power = null;
this.cu_code.ReturnData = null;
this.cu_code.SelectField = null;
this.cu_code.SetValueField = null;
this.cu_code.Size = new System.Drawing.Size(130, 25);
this.cu_code.TabIndex = 2;
this.cu_code.TableName = null;
this.cu_code.TextBoxEnable = false;
//
// pi_titile_label
//
this.pi_titile_label.AutoSize = true;
this.pi_titile_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pi_titile_label.Location = new System.Drawing.Point(13, 110);
this.pi_titile_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.pi_titile_label.Name = "pi_titile_label";
this.pi_titile_label.Size = new System.Drawing.Size(92, 27);
this.pi_titile_label.TabIndex = 213;
this.pi_titile_label.Text = "客户编号";
//
// pi_inoutno_label
//
this.pi_inoutno_label.AutoSize = true;
this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pi_inoutno_label.Location = new System.Drawing.Point(13, 61);
this.pi_inoutno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.pi_inoutno_label.Name = "pi_inoutno_label";
this.pi_inoutno_label.Size = new System.Drawing.Size(92, 27);
this.pi_inoutno_label.TabIndex = 214;
this.pi_inoutno_label.Text = "出货单号";
//
// pi_inoutno
//
this.pi_inoutno.Location = new System.Drawing.Point(112, 63);
this.pi_inoutno.Name = "pi_inoutno";
this.pi_inoutno.Size = new System.Drawing.Size(265, 25);
this.pi_inoutno.TabIndex = 223;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(13, 162);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(52, 27);
this.label1.TabIndex = 224;
this.label1.Text = "备注";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(111, 162);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(266, 25);
this.textBox1.TabIndex = 225;
//
// cu_name
//
this.cu_name.Location = new System.Drawing.Point(259, 110);
this.cu_name.Name = "cu_name";
this.cu_name.Size = new System.Drawing.Size(118, 25);
this.cu_name.TabIndex = 226;
//
// Warehouse_NewPiInOut
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(405, 259);
this.Controls.Add(this.cu_name);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.pi_inoutno);
this.Controls.Add(this.pi_inoutno_label);
this.Controls.Add(this.pi_titile_label);
this.Controls.Add(this.cu_code);
this.Controls.Add(this.Confirm);
this.Controls.Add(this.headBar1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Warehouse_NewPiInOut";
this.Tag = "ShowDialogWindow";
this.Text = "Warehouse_NewPiInOut";
this.Load += new System.EventHandler(this.Warehouse_NewPiInOut_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CustomControl.HeadBar headBar1;
private CustomControl.ButtonUtil.NormalButton Confirm;
private CustomControl.TextBoxWithIcon.SearchTextBox cu_code;
private System.Windows.Forms.Label pi_titile_label;
private System.Windows.Forms.Label pi_inoutno_label;
private System.Windows.Forms.TextBox pi_inoutno;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox cu_name;
}
}