namespace UAS_MES_NEW.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_NEW.CustomControl.HeadBar();
this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.cu_code = new UAS_MES_NEW.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.note = new System.Windows.Forms.TextBox();
this.cu_name = new System.Windows.Forms.TextBox();
this.autogener = new System.Windows.Forms.CheckBox();
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.Name = "headBar1";
this.headBar1.Size = new System.Drawing.Size(304, 32);
this.headBar1.TabIndex = 0;
this.headBar1.Title = null;
this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
//
// 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(124, 171);
this.Confirm.Margin = new System.Windows.Forms.Padding(2);
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(56, 22);
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(83, 88);
this.cu_code.Margin = new System.Windows.Forms.Padding(2);
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(98, 20);
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(10, 88);
this.pi_titile_label.Name = "pi_titile_label";
this.pi_titile_label.Size = new System.Drawing.Size(74, 21);
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(10, 49);
this.pi_inoutno_label.Name = "pi_inoutno_label";
this.pi_inoutno_label.Size = new System.Drawing.Size(74, 21);
this.pi_inoutno_label.TabIndex = 214;
this.pi_inoutno_label.Text = "出货单号";
//
// pi_inoutno
//
this.pi_inoutno.Location = new System.Drawing.Point(84, 50);
this.pi_inoutno.Margin = new System.Windows.Forms.Padding(2);
this.pi_inoutno.Name = "pi_inoutno";
this.pi_inoutno.Size = new System.Drawing.Size(115, 21);
this.pi_inoutno.TabIndex = 223;
this.pi_inoutno.TextChanged += new System.EventHandler(this.pi_inoutno_TextChanged);
//
// 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(10, 130);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(42, 21);
this.label1.TabIndex = 224;
this.label1.Text = "备注";
//
// note
//
this.note.Location = new System.Drawing.Point(83, 130);
this.note.Margin = new System.Windows.Forms.Padding(2);
this.note.Name = "note";
this.note.Size = new System.Drawing.Size(201, 21);
this.note.TabIndex = 225;
//
// cu_name
//
this.cu_name.Location = new System.Drawing.Point(194, 88);
this.cu_name.Margin = new System.Windows.Forms.Padding(2);
this.cu_name.Name = "cu_name";
this.cu_name.Size = new System.Drawing.Size(90, 21);
this.cu_name.TabIndex = 226;
//
// autogener
//
this.autogener.AutoSize = true;
this.autogener.Checked = true;
this.autogener.CheckState = System.Windows.Forms.CheckState.Checked;
this.autogener.Location = new System.Drawing.Point(206, 55);
this.autogener.Name = "autogener";
this.autogener.Size = new System.Drawing.Size(96, 16);
this.autogener.TabIndex = 228;
this.autogener.Text = "自动生成单号";
this.autogener.UseVisualStyleBackColor = true;
//
// Warehouse_NewPiInOut
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(304, 207);
this.Controls.Add(this.autogener);
this.Controls.Add(this.cu_name);
this.Controls.Add(this.note);
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.Margin = new System.Windows.Forms.Padding(2);
this.Name = "Warehouse_NewPiInOut";
this.Tag = "ShowDialogWindow";
this.Text = "Warehouse_NewPiInOut";
this.Load += new System.EventHandler(this.Warehouse_NewPiInOut_Load);
this.ResumeLayout(true);
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 note;
private System.Windows.Forms.TextBox cu_name;
private System.Windows.Forms.CheckBox autogener;
}
}