namespace UAS_MES_NEW.Make
{
partial class Make_GetReMakeSN
{
///
/// 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.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
this.ma_id = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
this.ma_craftcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
this.ma_saveimei = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
this.ma_savemacbt = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
this.LockCheckBox = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
this.ma_code_label = new System.Windows.Forms.Label();
this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
this.getsnqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
this.pr_code = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
this.pr_code_label = new System.Windows.Forms.Label();
this.getsnqty_label = new System.Windows.Forms.Label();
this.pr_detail_label = new System.Windows.Forms.Label();
this.ma_qty_label = new System.Windows.Forms.Label();
this.groupBoxWithBorder2 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
this.label2 = new System.Windows.Forms.Label();
this.PrintLabel = new System.Windows.Forms.ComboBox();
this.PrintLabel_label = new System.Windows.Forms.Label();
this.AutoPrint = new UAS_MES_NEW.CustomControl.CustomCheckBox.AutoPrintCheckBox();
this.PrinterList_label = new System.Windows.Forms.Label();
this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.groupBoxWithBorder3 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
this.ReWorkAsRelateTSN = new System.Windows.Forms.RadioButton();
this.ReWorkAsCurrentSN = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
this.groupBoxWithBorder1.SuspendLayout();
this.groupBoxWithBorder2.SuspendLayout();
this.groupBoxWithBorder3.SuspendLayout();
this.SuspendLayout();
//
// groupBoxWithBorder1
//
this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
this.groupBoxWithBorder1.Controls.Add(this.ma_id);
this.groupBoxWithBorder1.Controls.Add(this.ma_craftcode);
this.groupBoxWithBorder1.Controls.Add(this.ma_saveimei);
this.groupBoxWithBorder1.Controls.Add(this.ma_savemacbt);
this.groupBoxWithBorder1.Controls.Add(this.LockCheckBox);
this.groupBoxWithBorder1.Controls.Add(this.ma_code_label);
this.groupBoxWithBorder1.Controls.Add(this.ma_code);
this.groupBoxWithBorder1.Controls.Add(this.getsnqty);
this.groupBoxWithBorder1.Controls.Add(this.pr_code);
this.groupBoxWithBorder1.Controls.Add(this.ma_qty);
this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
this.groupBoxWithBorder1.Controls.Add(this.getsnqty_label);
this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
this.groupBoxWithBorder1.Controls.Add(this.ma_qty_label);
this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBoxWithBorder1.Location = new System.Drawing.Point(9, 10);
this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxWithBorder1.Size = new System.Drawing.Size(818, 146);
this.groupBoxWithBorder1.TabIndex = 0;
this.groupBoxWithBorder1.TabStop = false;
this.groupBoxWithBorder1.Text = "工单信息";
this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
//
// ma_id
//
this.ma_id.AutoSize = true;
this.ma_id.CutLength = null;
this.ma_id.Location = new System.Drawing.Point(592, 110);
this.ma_id.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ma_id.MaximumSize = new System.Drawing.Size(150, 0);
this.ma_id.Name = "ma_id";
this.ma_id.Size = new System.Drawing.Size(0, 21);
this.ma_id.TabIndex = 16;
this.ma_id.Visible = false;
//
// ma_craftcode
//
this.ma_craftcode.AutoSize = true;
this.ma_craftcode.CutLength = null;
this.ma_craftcode.Location = new System.Drawing.Point(537, 110);
this.ma_craftcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ma_craftcode.MaximumSize = new System.Drawing.Size(150, 0);
this.ma_craftcode.Name = "ma_craftcode";
this.ma_craftcode.Size = new System.Drawing.Size(0, 21);
this.ma_craftcode.TabIndex = 15;
this.ma_craftcode.Visible = false;
//
// ma_saveimei
//
this.ma_saveimei.AutoSize = true;
this.ma_saveimei.Enabled = false;
this.ma_saveimei.Location = new System.Drawing.Point(311, 108);
this.ma_saveimei.Margin = new System.Windows.Forms.Padding(2);
this.ma_saveimei.Name = "ma_saveimei";
this.ma_saveimei.Power = null;
this.ma_saveimei.Size = new System.Drawing.Size(199, 25);
this.ma_saveimei.TabIndex = 14;
this.ma_saveimei.Text = "保留原有IMEI/网标信息";
this.ma_saveimei.UseVisualStyleBackColor = true;
//
// ma_savemacbt
//
this.ma_savemacbt.AutoSize = true;
this.ma_savemacbt.Enabled = false;
this.ma_savemacbt.Location = new System.Drawing.Point(29, 108);
this.ma_savemacbt.Margin = new System.Windows.Forms.Padding(2);
this.ma_savemacbt.Name = "ma_savemacbt";
this.ma_savemacbt.Power = null;
this.ma_savemacbt.Size = new System.Drawing.Size(189, 25);
this.ma_savemacbt.TabIndex = 13;
this.ma_savemacbt.Text = "保留原有MAC/BT信息";
this.ma_savemacbt.UseVisualStyleBackColor = true;
//
// LockCheckBox
//
this.LockCheckBox.AutoSize = true;
this.LockCheckBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LockCheckBox.LeaveEvent = false;
this.LockCheckBox.Location = new System.Drawing.Point(239, 33);
this.LockCheckBox.Margin = new System.Windows.Forms.Padding(2);
this.LockCheckBox.Name = "LockCheckBox";
this.LockCheckBox.Size = new System.Drawing.Size(51, 21);
this.LockCheckBox.TabIndex = 12;
this.LockCheckBox.Text = "锁定";
this.LockCheckBox.UseVisualStyleBackColor = true;
//
// ma_code_label
//
this.ma_code_label.AutoSize = true;
this.ma_code_label.Location = new System.Drawing.Point(25, 30);
this.ma_code_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ma_code_label.Name = "ma_code_label";
this.ma_code_label.Size = new System.Drawing.Size(74, 21);
this.ma_code_label.TabIndex = 11;
this.ma_code_label.Text = "返工单号";
//
// ma_code
//
this.ma_code.AllPower = null;
this.ma_code.Caller = null;
this.ma_code.Condition = null;
this.ma_code.DBTitle = null;
this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ma_code.FormName = null;
this.ma_code.Location = new System.Drawing.Point(115, 34);
this.ma_code.Margin = new System.Windows.Forms.Padding(2);
this.ma_code.Name = "ma_code";
this.ma_code.Power = null;
this.ma_code.ReturnData = null;
this.ma_code.SelectField = null;
this.ma_code.SetValueField = null;
this.ma_code.Size = new System.Drawing.Size(117, 22);
this.ma_code.TabIndex = 10;
this.ma_code.TableName = null;
this.ma_code.TextBoxEnable = true;
this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
//
// getsnqty
//
this.getsnqty.AutoSize = true;
this.getsnqty.CutLength = null;
this.getsnqty.Location = new System.Drawing.Point(617, 28);
this.getsnqty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.getsnqty.MaximumSize = new System.Drawing.Size(150, 0);
this.getsnqty.Name = "getsnqty";
this.getsnqty.Size = new System.Drawing.Size(0, 21);
this.getsnqty.TabIndex = 8;
//
// pr_code
//
this.pr_code.AutoSize = true;
this.pr_code.CutLength = null;
this.pr_code.Location = new System.Drawing.Point(108, 73);
this.pr_code.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.pr_code.MaximumSize = new System.Drawing.Size(150, 0);
this.pr_code.Name = "pr_code";
this.pr_code.Size = new System.Drawing.Size(0, 21);
this.pr_code.TabIndex = 7;
this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
//
// ma_qty
//
this.ma_qty.AutoSize = true;
this.ma_qty.CutLength = null;
this.ma_qty.Location = new System.Drawing.Point(389, 28);
this.ma_qty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ma_qty.MaximumSize = new System.Drawing.Size(150, 0);
this.ma_qty.Name = "ma_qty";
this.ma_qty.Size = new System.Drawing.Size(0, 21);
this.ma_qty.TabIndex = 6;
//
// pr_detail
//
this.pr_detail.AutoSize = true;
this.pr_detail.CutLength = null;
this.pr_detail.Location = new System.Drawing.Point(389, 73);
this.pr_detail.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.pr_detail.MaximumSize = new System.Drawing.Size(150, 0);
this.pr_detail.Name = "pr_detail";
this.pr_detail.Size = new System.Drawing.Size(0, 21);
this.pr_detail.TabIndex = 5;
//
// pr_code_label
//
this.pr_code_label.AutoSize = true;
this.pr_code_label.Location = new System.Drawing.Point(25, 73);
this.pr_code_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.pr_code_label.Name = "pr_code_label";
this.pr_code_label.Size = new System.Drawing.Size(74, 21);
this.pr_code_label.TabIndex = 4;
this.pr_code_label.Text = "产品编号";
//
// getsnqty_label
//
this.getsnqty_label.AutoSize = true;
this.getsnqty_label.Location = new System.Drawing.Point(537, 28);
this.getsnqty_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.getsnqty_label.Name = "getsnqty_label";
this.getsnqty_label.Size = new System.Drawing.Size(74, 21);
this.getsnqty_label.TabIndex = 2;
this.getsnqty_label.Text = "已维护数";
//
// pr_detail_label
//
this.pr_detail_label.AutoSize = true;
this.pr_detail_label.Location = new System.Drawing.Point(307, 73);
this.pr_detail_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.pr_detail_label.Name = "pr_detail_label";
this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
this.pr_detail_label.TabIndex = 1;
this.pr_detail_label.Text = "产品名称";
//
// ma_qty_label
//
this.ma_qty_label.AutoSize = true;
this.ma_qty_label.Location = new System.Drawing.Point(307, 28);
this.ma_qty_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ma_qty_label.Name = "ma_qty_label";
this.ma_qty_label.Size = new System.Drawing.Size(74, 21);
this.ma_qty_label.TabIndex = 0;
this.ma_qty_label.Text = "工单数量";
//
// groupBoxWithBorder2
//
this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
this.groupBoxWithBorder2.Controls.Add(this.PrintNum);
this.groupBoxWithBorder2.Controls.Add(this.label2);
this.groupBoxWithBorder2.Controls.Add(this.PrintLabel);
this.groupBoxWithBorder2.Controls.Add(this.PrintLabel_label);
this.groupBoxWithBorder2.Controls.Add(this.AutoPrint);
this.groupBoxWithBorder2.Controls.Add(this.PrinterList_label);
this.groupBoxWithBorder2.Controls.Add(this.PrinterList);
this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBoxWithBorder2.Location = new System.Drawing.Point(9, 161);
this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxWithBorder2.Size = new System.Drawing.Size(402, 142);
this.groupBoxWithBorder2.TabIndex = 13;
this.groupBoxWithBorder2.TabStop = false;
this.groupBoxWithBorder2.Text = "打印设置";
this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(221, 111);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 21);
this.label2.TabIndex = 18;
this.label2.Text = "打印份数";
//
// PrintLabel
//
this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
this.PrintLabel.FormattingEnabled = true;
this.PrintLabel.Location = new System.Drawing.Point(106, 74);
this.PrintLabel.Margin = new System.Windows.Forms.Padding(2);
this.PrintLabel.Name = "PrintLabel";
this.PrintLabel.Size = new System.Drawing.Size(190, 25);
this.PrintLabel.TabIndex = 16;
this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
//
// PrintLabel_label
//
this.PrintLabel_label.AutoSize = true;
this.PrintLabel_label.Location = new System.Drawing.Point(11, 73);
this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.PrintLabel_label.Name = "PrintLabel_label";
this.PrintLabel_label.Size = new System.Drawing.Size(74, 21);
this.PrintLabel_label.TabIndex = 15;
this.PrintLabel_label.Text = "产品名称";
//
// AutoPrint
//
this.AutoPrint.Checked = false;
this.AutoPrint.Location = new System.Drawing.Point(106, 111);
this.AutoPrint.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.AutoPrint.Name = "AutoPrint";
this.AutoPrint.Size = new System.Drawing.Size(93, 25);
this.AutoPrint.TabIndex = 14;
//
// PrinterList_label
//
this.PrinterList_label.AutoSize = true;
this.PrinterList_label.Location = new System.Drawing.Point(11, 28);
this.PrinterList_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.PrinterList_label.Name = "PrinterList_label";
this.PrinterList_label.Size = new System.Drawing.Size(90, 21);
this.PrinterList_label.TabIndex = 13;
this.PrinterList_label.Text = "打印机列表";
//
// PrinterList
//
this.PrinterList.Font = new System.Drawing.Font("微软雅黑", 9F);
this.PrinterList.Location = new System.Drawing.Point(106, 31);
this.PrinterList.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.PrinterList.Name = "PrinterList";
this.PrinterList.Size = new System.Drawing.Size(189, 22);
this.PrinterList.TabIndex = 0;
//
// 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(9, 307);
this.OperateResult.Margin = new System.Windows.Forms.Padding(2);
this.OperateResult.Name = "OperateResult";
this.OperateResult.Size = new System.Drawing.Size(819, 171);
this.OperateResult.TabIndex = 14;
this.OperateResult.Text = "";
//
// groupBoxWithBorder3
//
this.groupBoxWithBorder3.BorderColor = System.Drawing.Color.Black;
this.groupBoxWithBorder3.Controls.Add(this.ReWorkAsRelateTSN);
this.groupBoxWithBorder3.Controls.Add(this.ReWorkAsCurrentSN);
this.groupBoxWithBorder3.Controls.Add(this.label1);
this.groupBoxWithBorder3.Controls.Add(this.sn_code);
this.groupBoxWithBorder3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBoxWithBorder3.Location = new System.Drawing.Point(9, 482);
this.groupBoxWithBorder3.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxWithBorder3.Name = "groupBoxWithBorder3";
this.groupBoxWithBorder3.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxWithBorder3.Size = new System.Drawing.Size(818, 62);
this.groupBoxWithBorder3.TabIndex = 14;
this.groupBoxWithBorder3.TabStop = false;
this.groupBoxWithBorder3.Text = "输入信息";
this.groupBoxWithBorder3.TextColor = System.Drawing.Color.Black;
//
// ReWorkAsRelateTSN
//
this.ReWorkAsRelateTSN.AutoSize = true;
this.ReWorkAsRelateTSN.Location = new System.Drawing.Point(487, 22);
this.ReWorkAsRelateTSN.Margin = new System.Windows.Forms.Padding(2);
this.ReWorkAsRelateTSN.Name = "ReWorkAsRelateTSN";
this.ReWorkAsRelateTSN.Size = new System.Drawing.Size(177, 25);
this.ReWorkAsRelateTSN.TabIndex = 15;
this.ReWorkAsRelateTSN.Text = "以SN关联的TSN返工";
this.ReWorkAsRelateTSN.UseVisualStyleBackColor = true;
this.ReWorkAsRelateTSN.Visible = false;
//
// ReWorkAsCurrentSN
//
this.ReWorkAsCurrentSN.AutoSize = true;
this.ReWorkAsCurrentSN.Checked = true;
this.ReWorkAsCurrentSN.Location = new System.Drawing.Point(346, 22);
this.ReWorkAsCurrentSN.Margin = new System.Windows.Forms.Padding(2);
this.ReWorkAsCurrentSN.Name = "ReWorkAsCurrentSN";
this.ReWorkAsCurrentSN.Size = new System.Drawing.Size(124, 25);
this.ReWorkAsCurrentSN.TabIndex = 14;
this.ReWorkAsCurrentSN.TabStop = true;
this.ReWorkAsCurrentSN.Text = "以当前号返工";
this.ReWorkAsCurrentSN.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(39, 23);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(58, 21);
this.label1.TabIndex = 13;
this.label1.Text = "输入框";
//
// sn_code
//
this.sn_code.AllPower = null;
this.sn_code.BackColor = System.Drawing.Color.White;
this.sn_code.Font = new System.Drawing.Font("微软雅黑", 9F);
this.sn_code.ID = null;
this.sn_code.Location = new System.Drawing.Point(115, 26);
this.sn_code.Margin = new System.Windows.Forms.Padding(2);
this.sn_code.Name = "sn_code";
this.sn_code.Power = null;
this.sn_code.Size = new System.Drawing.Size(148, 23);
this.sn_code.Str = null;
this.sn_code.Str1 = null;
this.sn_code.Str2 = null;
this.sn_code.TabIndex = 0;
this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
//
// PrintNum
//
this.PrintNum.AllPower = null;
this.PrintNum.BackColor = System.Drawing.Color.White;
this.PrintNum.Enabled = false;
this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.PrintNum.ID = null;
this.PrintNum.Location = new System.Drawing.Point(311, 111);
this.PrintNum.Name = "PrintNum";
this.PrintNum.Power = null;
this.PrintNum.Size = new System.Drawing.Size(54, 23);
this.PrintNum.Str = null;
this.PrintNum.Str1 = null;
this.PrintNum.Str2 = null;
this.PrintNum.TabIndex = 19;
//
// Make_GetReMakeSN
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(836, 554);
this.Controls.Add(this.groupBoxWithBorder3);
this.Controls.Add(this.OperateResult);
this.Controls.Add(this.groupBoxWithBorder2);
this.Controls.Add(this.groupBoxWithBorder1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "Make_GetReMakeSN";
this.Tag = "Make!GetReMakeSN";
this.Text = "返工数据采集";
this.Load += new System.EventHandler(this.Make_GetReMakeSN_Load);
this.SizeChanged += new System.EventHandler(this.Make_GetReMakeSN_SizeChanged);
this.groupBoxWithBorder1.ResumeLayout(true);
this.groupBoxWithBorder1.PerformLayout();
this.groupBoxWithBorder2.ResumeLayout(true);
this.groupBoxWithBorder2.PerformLayout();
this.groupBoxWithBorder3.ResumeLayout(true);
this.groupBoxWithBorder3.PerformLayout();
this.ResumeLayout(true);
}
#endregion
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
private System.Windows.Forms.Label pr_detail_label;
private System.Windows.Forms.Label ma_qty_label;
private System.Windows.Forms.Label getsnqty_label;
private System.Windows.Forms.Label pr_code_label;
private CustomControl.ValueLabel.ValueLabel getsnqty;
private CustomControl.ValueLabel.ValueLabel pr_code;
private CustomControl.ValueLabel.ValueLabel ma_qty;
private CustomControl.ValueLabel.ValueLabel pr_detail;
private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
private System.Windows.Forms.Label ma_code_label;
private CustomControl.CustomCheckBox.LockCheckBox LockCheckBox;
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
private CustomControl.RichText.RichTextAutoBottom OperateResult;
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder3;
private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
private System.Windows.Forms.Label PrinterList_label;
private System.Windows.Forms.Label PrintLabel_label;
private System.Windows.Forms.ComboBox PrintLabel;
private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton ReWorkAsRelateTSN;
private System.Windows.Forms.RadioButton ReWorkAsCurrentSN;
private CustomControl.CustomCheckBox.CustomCheckBox ma_saveimei;
private CustomControl.CustomCheckBox.CustomCheckBox ma_savemacbt;
private CustomControl.ValueLabel.ValueLabel ma_craftcode;
private CustomControl.ValueLabel.ValueLabel ma_id;
private System.Windows.Forms.Label label2;
private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
}
}