namespace UAS_MES_NEW.Packing
{
partial class Packing_NewPallet
{
///
/// 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(Packing_NewBigBox));
this.pr_code_label = new System.Windows.Forms.Label();
this.pa_outboxcode_label = new System.Windows.Forms.Label();
this.title = new System.Windows.Forms.Label();
this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode();
this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.SuspendLayout();
//
// pr_code_label
//
this.pr_code_label.AutoSize = true;
this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pr_code_label.Location = new System.Drawing.Point(25, 89);
this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.pr_code_label.Name = "pr_code_label";
this.pr_code_label.Size = new System.Drawing.Size(92, 27);
this.pr_code_label.TabIndex = 0;
this.pr_code_label.Text = "产品编号";
//
// pa_outboxcode_label
//
this.pa_outboxcode_label.AutoSize = true;
this.pa_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pa_outboxcode_label.Location = new System.Drawing.Point(25, 157);
this.pa_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.pa_outboxcode_label.Name = "pa_outboxcode_label";
this.pa_outboxcode_label.Size = new System.Drawing.Size(72, 27);
this.pa_outboxcode_label.TabIndex = 2;
this.pa_outboxcode_label.Text = "栈板号";
//
// title
//
this.title.AutoSize = true;
this.title.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.title.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.title.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.title.Location = new System.Drawing.Point(9, 8);
this.title.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.title.Name = "title";
this.title.Size = new System.Drawing.Size(0, 27);
this.title.TabIndex = 9;
//
// pa_outboxcode
//
this.pa_outboxcode.Caller = null;
this.pa_outboxcode.Location = new System.Drawing.Point(128, 158);
this.pa_outboxcode.MakeCode = null;
this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
this.pa_outboxcode.Name = "pa_outboxcode";
this.pa_outboxcode.Pr_id = null;
this.pa_outboxcode.ProdCode = null;
this.pa_outboxcode.ShowClickIcon = true;
this.pa_outboxcode.Size = new System.Drawing.Size(235, 26);
this.pa_outboxcode.TabIndex = 10;
this.pa_outboxcode.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode.OnTextChange(this.pa_outboxcode_UserControlTextChanged);
//
// 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(5);
this.headBar1.Name = "headBar1";
this.headBar1.Size = new System.Drawing.Size(399, 40);
this.headBar1.TabIndex = 7;
this.headBar1.Title = null;
//
// pr_code
//
this.pr_code.AllPower = null;
this.pr_code.Caller = null;
this.pr_code.Condition = null;
this.pr_code.DBTitle = "产品编号查询";
this.pr_code.FormName = null;
this.pr_code.Location = new System.Drawing.Point(128, 89);
this.pr_code.Margin = new System.Windows.Forms.Padding(4);
this.pr_code.Name = "pr_code";
this.pr_code.Power = "ifread";
this.pr_code.ReturnData = null;
this.pr_code.SelectField = null;
this.pr_code.SetValueField = null;
this.pr_code.Size = new System.Drawing.Size(235, 26);
this.pr_code.TabIndex = 4;
this.pr_code.TableName = null;
this.pr_code.TextBoxEnable = false;
this.pr_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.pr_code_UserControlTextChanged);
//
// 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(163, 218);
this.Confirm.Margin = new System.Windows.Forms.Padding(4);
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(71, 29);
this.Confirm.TabIndex = 3;
this.Confirm.Tag = "Make!NewPallet";
this.Confirm.Text = "确认";
this.Confirm.UseVisualStyleBackColor = true;
this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
//
// Make_NewPallet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(399, 270);
this.Controls.Add(this.pa_outboxcode);
this.Controls.Add(this.title);
this.Controls.Add(this.headBar1);
this.Controls.Add(this.pr_code);
this.Controls.Add(this.Confirm);
this.Controls.Add(this.pa_outboxcode_label);
this.Controls.Add(this.pr_code_label);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Make_NewPallet";
this.Tag = "ShowDialogWindow";
this.Text = "新增栈板";
this.Load += new System.EventHandler(this.Make_NewPallet_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label pr_code_label;
private System.Windows.Forms.Label pa_outboxcode_label;
private CustomControl.ButtonUtil.NormalButton Confirm;
private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
private CustomControl.HeadBar headBar1;
private System.Windows.Forms.Label title;
private CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode pa_outboxcode;
}
}