namespace UAS_MES.Warehouse
{
partial class Warehouse_FinishedProductOut
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Warehouse_FinishedProductOut));
this.pi_inoutno_label = new System.Windows.Forms.Label();
this.pi_titile_label = new System.Windows.Forms.Label();
this.pi_title = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label10 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.palletBtn = new System.Windows.Forms.RadioButton();
this.serBtn = new System.Windows.Forms.RadioButton();
this.bigboxBtn = new System.Windows.Forms.RadioButton();
this.input = new System.Windows.Forms.TextBox();
this.pi_id = new System.Windows.Forms.Label();
this.pi_type = new System.Windows.Forms.Label();
this.bindingSource = new System.Windows.Forms.BindingSource(this.components);
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
this.pi_type_check = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.cancel = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
this.InOutDetailDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
this.pim_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pim_mac = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pim_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.boxqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
this.getqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
this.ungetqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
this.outqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
this.ConfirmOut = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.NewProdInOut = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.ProdDetail = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.pi_inoutno = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).BeginInit();
this.SuspendLayout();
//
// 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(5, 20);
this.pi_inoutno_label.Name = "pi_inoutno_label";
this.pi_inoutno_label.Size = new System.Drawing.Size(74, 21);
this.pi_inoutno_label.TabIndex = 211;
this.pi_inoutno_label.Text = "出货单号";
//
// 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(252, 20);
this.pi_titile_label.Name = "pi_titile_label";
this.pi_titile_label.Size = new System.Drawing.Size(74, 21);
this.pi_titile_label.TabIndex = 212;
this.pi_titile_label.Text = "客户名称";
//
// pi_title
//
this.pi_title.AutoSize = true;
this.pi_title.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pi_title.Location = new System.Drawing.Point(326, 23);
this.pi_title.Name = "pi_title";
this.pi_title.Size = new System.Drawing.Size(0, 17);
this.pi_title.TabIndex = 213;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.boxqty);
this.panel1.Controls.Add(this.getqty);
this.panel1.Controls.Add(this.ungetqty);
this.panel1.Controls.Add(this.outqty);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label4);
this.panel1.Location = new System.Drawing.Point(563, 66);
this.panel1.Margin = new System.Windows.Forms.Padding(2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(169, 195);
this.panel1.TabIndex = 217;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(9, 143);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(58, 21);
this.label10.TabIndex = 222;
this.label10.Text = "总箱数";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(9, 106);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(74, 21);
this.label8.TabIndex = 220;
this.label8.Text = "已采集数";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(9, 60);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(74, 21);
this.label6.TabIndex = 218;
this.label6.Text = "待采集数";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(9, 17);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(74, 21);
this.label4.TabIndex = 218;
this.label4.Text = "出货数量";
//
// palletBtn
//
this.palletBtn.AutoSize = true;
this.palletBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.palletBtn.Location = new System.Drawing.Point(14, 427);
this.palletBtn.Margin = new System.Windows.Forms.Padding(2);
this.palletBtn.Name = "palletBtn";
this.palletBtn.Size = new System.Drawing.Size(76, 25);
this.palletBtn.TabIndex = 219;
this.palletBtn.TabStop = true;
this.palletBtn.Text = "栈板号";
this.palletBtn.UseVisualStyleBackColor = true;
this.palletBtn.Click += new System.EventHandler(this.serBtn_Click);
//
// serBtn
//
this.serBtn.AutoSize = true;
this.serBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.serBtn.Location = new System.Drawing.Point(183, 427);
this.serBtn.Margin = new System.Windows.Forms.Padding(2);
this.serBtn.Name = "serBtn";
this.serBtn.Size = new System.Drawing.Size(108, 25);
this.serBtn.TabIndex = 220;
this.serBtn.TabStop = true;
this.serBtn.Text = "单台序列号";
this.serBtn.UseVisualStyleBackColor = true;
this.serBtn.Click += new System.EventHandler(this.serBtn_Click);
//
// bigboxBtn
//
this.bigboxBtn.AutoSize = true;
this.bigboxBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bigboxBtn.Location = new System.Drawing.Point(97, 427);
this.bigboxBtn.Margin = new System.Windows.Forms.Padding(2);
this.bigboxBtn.Name = "bigboxBtn";
this.bigboxBtn.Size = new System.Drawing.Size(76, 25);
this.bigboxBtn.TabIndex = 221;
this.bigboxBtn.TabStop = true;
this.bigboxBtn.Text = "大箱号";
this.bigboxBtn.UseVisualStyleBackColor = true;
this.bigboxBtn.Click += new System.EventHandler(this.serBtn_Click);
//
// input
//
this.input.Location = new System.Drawing.Point(9, 475);
this.input.Margin = new System.Windows.Forms.Padding(2);
this.input.Name = "input";
this.input.Size = new System.Drawing.Size(125, 21);
this.input.TabIndex = 222;
this.input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.input_KeyDown);
//
// pi_id
//
this.pi_id.AutoSize = true;
this.pi_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pi_id.Location = new System.Drawing.Point(460, 21);
this.pi_id.Name = "pi_id";
this.pi_id.Size = new System.Drawing.Size(0, 21);
this.pi_id.TabIndex = 229;
this.pi_id.Visible = false;
//
// pi_type
//
this.pi_type.AutoSize = true;
this.pi_type.Location = new System.Drawing.Point(235, 48);
this.pi_type.Name = "pi_type";
this.pi_type.Size = new System.Drawing.Size(0, 12);
this.pi_type.TabIndex = 230;
this.pi_type.Visible = false;
//
// OperateResult
//
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.OperateResult.Location = new System.Drawing.Point(563, 266);
this.OperateResult.Name = "OperateResult";
this.OperateResult.Size = new System.Drawing.Size(170, 245);
this.OperateResult.TabIndex = 228;
this.OperateResult.Text = "";
//
// pi_type_check
//
this.pi_type_check.AutoSize = true;
this.pi_type_check.Enabled = false;
this.pi_type_check.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pi_type_check.Location = new System.Drawing.Point(453, 427);
this.pi_type_check.Margin = new System.Windows.Forms.Padding(2);
this.pi_type_check.Name = "pi_type_check";
this.pi_type_check.Power = null;
this.pi_type_check.Size = new System.Drawing.Size(109, 25);
this.pi_type_check.TabIndex = 225;
this.pi_type_check.Text = "按订单出货";
this.pi_type_check.UseVisualStyleBackColor = true;
//
// Clean
//
this.Clean.AllPower = null;
this.Clean.BackColor = System.Drawing.Color.Transparent;
this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F);
this.Clean.Image = null;
this.Clean.IsShowBorder = true;
this.Clean.Location = new System.Drawing.Point(479, 475);
this.Clean.Margin = new System.Windows.Forms.Padding(2);
this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
this.Clean.Name = "Clean";
this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
this.Clean.Power = null;
this.Clean.Size = new System.Drawing.Size(74, 20);
this.Clean.TabIndex = 224;
this.Clean.Text = "取消采集";
this.Clean.UseVisualStyleBackColor = false;
this.Clean.Click += new System.EventHandler(this.Clean_Click);
//
// cancel
//
this.cancel.AutoSize = true;
this.cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cancel.Location = new System.Drawing.Point(150, 475);
this.cancel.Margin = new System.Windows.Forms.Padding(2);
this.cancel.Name = "cancel";
this.cancel.Power = null;
this.cancel.Size = new System.Drawing.Size(61, 25);
this.cancel.TabIndex = 223;
this.cancel.Text = "取消";
this.cancel.UseVisualStyleBackColor = true;
//
// InOutDetailDGV
//
this.InOutDetailDGV.AllowUserToAddRows = false;
this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.pim_outboxcode,
this.pim_mac,
this.pim_prodcode,
this.pr_detail,
this.pr_spec});
this.InOutDetailDGV.EnableContentClick = true;
this.InOutDetailDGV.Location = new System.Drawing.Point(9, 66);
this.InOutDetailDGV.Margin = new System.Windows.Forms.Padding(2);
this.InOutDetailDGV.Name = "InOutDetailDGV";
this.InOutDetailDGV.RowTemplate.Height = 27;
this.InOutDetailDGV.Size = new System.Drawing.Size(544, 357);
this.InOutDetailDGV.TabIndex = 218;
//
// pim_outboxcode
//
this.pim_outboxcode.DataPropertyName = "pim_outboxcode";
this.pim_outboxcode.HeaderText = "栈板/箱号";
this.pim_outboxcode.MinimumWidth = 120;
this.pim_outboxcode.Name = "pim_outboxcode";
this.pim_outboxcode.ReadOnly = true;
this.pim_outboxcode.Width = 120;
//
// pim_mac
//
this.pim_mac.DataPropertyName = "pim_mac";
this.pim_mac.HeaderText = "SN号";
this.pim_mac.Name = "pim_mac";
this.pim_mac.ReadOnly = true;
//
// pim_prodcode
//
this.pim_prodcode.DataPropertyName = "pim_prodcode";
this.pim_prodcode.HeaderText = "产品代码";
this.pim_prodcode.Name = "pim_prodcode";
this.pim_prodcode.ReadOnly = true;
//
// pr_detail
//
this.pr_detail.DataPropertyName = "pr_detail";
this.pr_detail.HeaderText = "名称";
this.pr_detail.Name = "pr_detail";
this.pr_detail.ReadOnly = true;
//
// pr_spec
//
this.pr_spec.DataPropertyName = "pr_spec";
this.pr_spec.HeaderText = "规格";
this.pr_spec.Name = "pr_spec";
this.pr_spec.ReadOnly = true;
//
// boxqty
//
this.boxqty.AutoSize = true;
this.boxqty.CutLength = null;
this.boxqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.boxqty.Location = new System.Drawing.Point(95, 144);
this.boxqty.MaximumSize = new System.Drawing.Size(200, 0);
this.boxqty.Name = "boxqty";
this.boxqty.Size = new System.Drawing.Size(0, 21);
this.boxqty.TabIndex = 227;
//
// getqty
//
this.getqty.AutoSize = true;
this.getqty.CutLength = null;
this.getqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.getqty.Location = new System.Drawing.Point(95, 107);
this.getqty.MaximumSize = new System.Drawing.Size(200, 0);
this.getqty.Name = "getqty";
this.getqty.Size = new System.Drawing.Size(0, 21);
this.getqty.TabIndex = 226;
//
// ungetqty
//
this.ungetqty.AutoSize = true;
this.ungetqty.CutLength = null;
this.ungetqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ungetqty.Location = new System.Drawing.Point(95, 60);
this.ungetqty.MaximumSize = new System.Drawing.Size(200, 0);
this.ungetqty.Name = "ungetqty";
this.ungetqty.Size = new System.Drawing.Size(0, 21);
this.ungetqty.TabIndex = 225;
//
// outqty
//
this.outqty.AutoSize = true;
this.outqty.CutLength = null;
this.outqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.outqty.Location = new System.Drawing.Point(95, 17);
this.outqty.MaximumSize = new System.Drawing.Size(200, 0);
this.outqty.Name = "outqty";
this.outqty.Size = new System.Drawing.Size(0, 21);
this.outqty.TabIndex = 224;
//
// ConfirmOut
//
this.ConfirmOut.AllPower = null;
this.ConfirmOut.BackColor = System.Drawing.Color.Transparent;
this.ConfirmOut.DownImage = ((System.Drawing.Image)(resources.GetObject("ConfirmOut.DownImage")));
this.ConfirmOut.Font = new System.Drawing.Font("微软雅黑", 9F);
this.ConfirmOut.Image = null;
this.ConfirmOut.IsShowBorder = true;
this.ConfirmOut.Location = new System.Drawing.Point(563, 20);
this.ConfirmOut.Margin = new System.Windows.Forms.Padding(2);
this.ConfirmOut.MoveImage = ((System.Drawing.Image)(resources.GetObject("ConfirmOut.MoveImage")));
this.ConfirmOut.Name = "ConfirmOut";
this.ConfirmOut.NormalImage = ((System.Drawing.Image)(resources.GetObject("ConfirmOut.NormalImage")));
this.ConfirmOut.Power = null;
this.ConfirmOut.Size = new System.Drawing.Size(75, 27);
this.ConfirmOut.TabIndex = 216;
this.ConfirmOut.Text = "确认出货";
this.ConfirmOut.UseVisualStyleBackColor = false;
this.ConfirmOut.Click += new System.EventHandler(this.ConfirmOut_Click);
//
// NewProdInOut
//
this.NewProdInOut.AllPower = null;
this.NewProdInOut.BackColor = System.Drawing.Color.Transparent;
this.NewProdInOut.DownImage = ((System.Drawing.Image)(resources.GetObject("NewProdInOut.DownImage")));
this.NewProdInOut.Font = new System.Drawing.Font("微软雅黑", 9F);
this.NewProdInOut.Image = null;
this.NewProdInOut.IsShowBorder = true;
this.NewProdInOut.Location = new System.Drawing.Point(654, 21);
this.NewProdInOut.Margin = new System.Windows.Forms.Padding(2);
this.NewProdInOut.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewProdInOut.MoveImage")));
this.NewProdInOut.Name = "NewProdInOut";
this.NewProdInOut.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewProdInOut.NormalImage")));
this.NewProdInOut.Power = null;
this.NewProdInOut.Size = new System.Drawing.Size(75, 26);
this.NewProdInOut.TabIndex = 215;
this.NewProdInOut.Text = "新增出货单";
this.NewProdInOut.UseVisualStyleBackColor = false;
this.NewProdInOut.Click += new System.EventHandler(this.NewProdInOut_Click);
//
// ProdDetail
//
this.ProdDetail.AllPower = null;
this.ProdDetail.BackColor = System.Drawing.Color.Transparent;
this.ProdDetail.DownImage = ((System.Drawing.Image)(resources.GetObject("ProdDetail.DownImage")));
this.ProdDetail.Font = new System.Drawing.Font("微软雅黑", 9F);
this.ProdDetail.Image = null;
this.ProdDetail.IsShowBorder = true;
this.ProdDetail.Location = new System.Drawing.Point(488, 20);
this.ProdDetail.Margin = new System.Windows.Forms.Padding(2);
this.ProdDetail.MoveImage = ((System.Drawing.Image)(resources.GetObject("ProdDetail.MoveImage")));
this.ProdDetail.Name = "ProdDetail";
this.ProdDetail.NormalImage = ((System.Drawing.Image)(resources.GetObject("ProdDetail.NormalImage")));
this.ProdDetail.Power = null;
this.ProdDetail.Size = new System.Drawing.Size(65, 27);
this.ProdDetail.TabIndex = 214;
this.ProdDetail.Text = "产品明细";
this.ProdDetail.UseVisualStyleBackColor = false;
this.ProdDetail.Click += new System.EventHandler(this.ProdDetail_Click);
//
// pi_inoutno
//
this.pi_inoutno.AllPower = null;
this.pi_inoutno.Caller = null;
this.pi_inoutno.Condition = null;
this.pi_inoutno.DBTitle = null;
this.pi_inoutno.FormName = null;
this.pi_inoutno.Location = new System.Drawing.Point(77, 21);
this.pi_inoutno.Margin = new System.Windows.Forms.Padding(2);
this.pi_inoutno.Name = "pi_inoutno";
this.pi_inoutno.Power = null;
this.pi_inoutno.ReturnData = null;
this.pi_inoutno.SelectField = null;
this.pi_inoutno.SetValueField = null;
this.pi_inoutno.Size = new System.Drawing.Size(158, 20);
this.pi_inoutno.TabIndex = 0;
this.pi_inoutno.TableName = null;
this.pi_inoutno.TextBoxEnable = true;
//
// Warehouse_FinishedProductOut
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(740, 518);
this.Controls.Add(this.pi_type);
this.Controls.Add(this.pi_id);
this.Controls.Add(this.OperateResult);
this.Controls.Add(this.pi_type_check);
this.Controls.Add(this.Clean);
this.Controls.Add(this.cancel);
this.Controls.Add(this.input);
this.Controls.Add(this.bigboxBtn);
this.Controls.Add(this.serBtn);
this.Controls.Add(this.palletBtn);
this.Controls.Add(this.InOutDetailDGV);
this.Controls.Add(this.panel1);
this.Controls.Add(this.ConfirmOut);
this.Controls.Add(this.NewProdInOut);
this.Controls.Add(this.ProdDetail);
this.Controls.Add(this.pi_title);
this.Controls.Add(this.pi_titile_label);
this.Controls.Add(this.pi_inoutno_label);
this.Controls.Add(this.pi_inoutno);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "Warehouse_FinishedProductOut";
this.Tag = "Warehouse!FinishedProductIn";
this.Text = "成品出货";
this.Load += new System.EventHandler(this.Warehouse_FinishedProductOut_Load);
this.SizeChanged += new System.EventHandler(this.Warehouse_FinishedProductOut_SizeChanged);
this.panel1.ResumeLayout(true);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit();
this.ResumeLayout(true);
this.PerformLayout();
}
#endregion
private CustomControl.TextBoxWithIcon.SearchTextBox pi_inoutno;
private System.Windows.Forms.Label pi_inoutno_label;
private System.Windows.Forms.Label pi_titile_label;
private System.Windows.Forms.Label pi_title;
private CustomControl.ButtonUtil.NormalButton ProdDetail;
private CustomControl.ButtonUtil.NormalButton NewProdInOut;
private CustomControl.ButtonUtil.NormalButton ConfirmOut;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV;
private System.Windows.Forms.RadioButton palletBtn;
private System.Windows.Forms.RadioButton serBtn;
private System.Windows.Forms.RadioButton bigboxBtn;
private System.Windows.Forms.TextBox input;
private CustomControl.CustomCheckBox.CustomCheckBox cancel;
private CustomControl.ButtonUtil.NormalButton Clean;
private CustomControl.CustomCheckBox.CustomCheckBox pi_type_check;
private CustomControl.RichText.RichTextAutoBottom OperateResult;
private System.Windows.Forms.Label pi_id;
private System.Windows.Forms.Label pi_type;
private System.Windows.Forms.DataGridViewTextBoxColumn pim_outboxcode;
private System.Windows.Forms.DataGridViewTextBoxColumn pim_mac;
private System.Windows.Forms.DataGridViewTextBoxColumn pim_prodcode;
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
private CustomControl.ValueLabel.ValueLabel outqty;
private CustomControl.ValueLabel.ValueLabel ungetqty;
private CustomControl.ValueLabel.ValueLabel getqty;
private CustomControl.ValueLabel.ValueLabel boxqty;
private System.Windows.Forms.BindingSource bindingSource;
}
}