namespace UAS_MES.OQC
{
partial class OQC_Inspection
{
///
/// 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(OQC_Inspection));
this.panel2 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.obd_makecode_label = new System.Windows.Forms.Label();
this.ms_sncode_label = new System.Windows.Forms.Label();
this.obd_outboxcode_label = new System.Windows.Forms.Label();
this.ob_checkno_label = new System.Windows.Forms.Label();
this.ob_prodcode_label = new System.Windows.Forms.Label();
this.ob_status_label = new System.Windows.Forms.Label();
this.ob_batchqty_label = new System.Windows.Forms.Label();
this.pa_outboxcode_label = new System.Windows.Forms.Label();
this.WithDraw = new System.Windows.Forms.CheckBox();
this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
this.ChooseAll = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.Delete = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.SendOQC = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.GetBatch = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.ob_batchqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.RemoveAll = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.NewBatch = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.ob_status = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.ma_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.obd_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.CheckBatchDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
this.勾选 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.ob_batchqty_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.obd_outboxcode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.obd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.obd_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.CheckBatchDGV)).BeginInit();
this.SuspendLayout();
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.panel2.Controls.Add(this.label1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1220, 35);
this.panel2.TabIndex = 89;
this.panel2.Tag = "NoAuto";
//
// 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.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.label1.Location = new System.Drawing.Point(8, 4);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(157, 27);
this.label1.TabIndex = 0;
this.label1.Text = "OQC生成送检批";
//
// obd_makecode_label
//
this.obd_makecode_label.AutoSize = true;
this.obd_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.obd_makecode_label.Location = new System.Drawing.Point(32, 174);
this.obd_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.obd_makecode_label.Name = "obd_makecode_label";
this.obd_makecode_label.Size = new System.Drawing.Size(72, 27);
this.obd_makecode_label.TabIndex = 144;
this.obd_makecode_label.Text = "工单号";
//
// ms_sncode_label
//
this.ms_sncode_label.AutoSize = true;
this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ms_sncode_label.Location = new System.Drawing.Point(32, 128);
this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ms_sncode_label.Name = "ms_sncode_label";
this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
this.ms_sncode_label.TabIndex = 146;
this.ms_sncode_label.Text = "序列号";
//
// obd_outboxcode_label
//
this.obd_outboxcode_label.AutoSize = true;
this.obd_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.obd_outboxcode_label.Location = new System.Drawing.Point(35, 84);
this.obd_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.obd_outboxcode_label.Name = "obd_outboxcode_label";
this.obd_outboxcode_label.Size = new System.Drawing.Size(52, 27);
this.obd_outboxcode_label.TabIndex = 148;
this.obd_outboxcode_label.Text = "箱号";
//
// ob_checkno_label
//
this.ob_checkno_label.AutoSize = true;
this.ob_checkno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ob_checkno_label.Location = new System.Drawing.Point(32, 48);
this.ob_checkno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ob_checkno_label.Name = "ob_checkno_label";
this.ob_checkno_label.Size = new System.Drawing.Size(72, 27);
this.ob_checkno_label.TabIndex = 150;
this.ob_checkno_label.Text = "抽检批";
//
// ob_prodcode_label
//
this.ob_prodcode_label.AutoSize = true;
this.ob_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ob_prodcode_label.Location = new System.Drawing.Point(351, 171);
this.ob_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ob_prodcode_label.Name = "ob_prodcode_label";
this.ob_prodcode_label.Size = new System.Drawing.Size(92, 27);
this.ob_prodcode_label.TabIndex = 152;
this.ob_prodcode_label.Text = "产品编号";
//
// ob_status_label
//
this.ob_status_label.AutoSize = true;
this.ob_status_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ob_status_label.Location = new System.Drawing.Point(688, 174);
this.ob_status_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ob_status_label.Name = "ob_status_label";
this.ob_status_label.Size = new System.Drawing.Size(92, 27);
this.ob_status_label.TabIndex = 154;
this.ob_status_label.Text = "批次状态";
//
// ob_batchqty_label
//
this.ob_batchqty_label.AutoSize = true;
this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ob_batchqty_label.Location = new System.Drawing.Point(29, 632);
this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ob_batchqty_label.Name = "ob_batchqty_label";
this.ob_batchqty_label.Size = new System.Drawing.Size(72, 27);
this.ob_batchqty_label.TabIndex = 160;
this.ob_batchqty_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(29, 676);
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(92, 27);
this.pa_outboxcode_label.TabIndex = 162;
this.pa_outboxcode_label.Text = "输入箱号";
//
// WithDraw
//
this.WithDraw.AutoSize = true;
this.WithDraw.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.WithDraw.Location = new System.Drawing.Point(556, 676);
this.WithDraw.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.WithDraw.Name = "WithDraw";
this.WithDraw.Size = new System.Drawing.Size(74, 31);
this.WithDraw.TabIndex = 169;
this.WithDraw.Text = "撤销";
this.WithDraw.UseVisualStyleBackColor = true;
//
// 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.FormName = null;
this.ma_code.Location = new System.Drawing.Point(136, 174);
this.ma_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ma_code.Name = "ma_code";
this.ma_code.Power = null;
this.ma_code.SelectField = null;
this.ma_code.SetValueField = null;
this.ma_code.Size = new System.Drawing.Size(207, 26);
this.ma_code.TabIndex = 176;
this.ma_code.TableName = null;
this.ma_code.TextBoxEnable = false;
//
// ChooseAll
//
this.ChooseAll.AllPower = null;
this.ChooseAll.BackColor = System.Drawing.Color.Transparent;
this.ChooseAll.DownImage = ((System.Drawing.Image)(resources.GetObject("ChooseAll.DownImage")));
this.ChooseAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ChooseAll.Image = ((System.Drawing.Image)(resources.GetObject("ChooseAll.Image")));
this.ChooseAll.IsShowBorder = true;
this.ChooseAll.Location = new System.Drawing.Point(739, 634);
this.ChooseAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ChooseAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("ChooseAll.MoveImage")));
this.ChooseAll.Name = "ChooseAll";
this.ChooseAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("ChooseAll.NormalImage")));
this.ChooseAll.Power = null;
this.ChooseAll.Size = new System.Drawing.Size(80, 30);
this.ChooseAll.TabIndex = 175;
this.ChooseAll.Text = "全部勾选";
this.ChooseAll.UseVisualStyleBackColor = true;
this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
//
// 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(931, 219);
this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.OperateResult.Name = "OperateResult";
this.OperateResult.Size = new System.Drawing.Size(280, 398);
this.OperateResult.TabIndex = 174;
this.OperateResult.Text = "";
//
// 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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
this.Clean.IsShowBorder = true;
this.Clean.Location = new System.Drawing.Point(1029, 632);
this.Clean.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
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(80, 30);
this.Clean.TabIndex = 173;
this.Clean.Text = "清除";
this.Clean.UseVisualStyleBackColor = true;
this.Clean.Click += new System.EventHandler(this.Clean_Click);
//
// Delete
//
this.Delete.AllPower = "ifall";
this.Delete.BackColor = System.Drawing.Color.Transparent;
this.Delete.DownImage = ((System.Drawing.Image)(resources.GetObject("Delete.DownImage")));
this.Delete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Delete.Image = ((System.Drawing.Image)(resources.GetObject("Delete.Image")));
this.Delete.IsShowBorder = true;
this.Delete.Location = new System.Drawing.Point(213, 712);
this.Delete.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Delete.MoveImage = ((System.Drawing.Image)(resources.GetObject("Delete.MoveImage")));
this.Delete.Name = "Delete";
this.Delete.NormalImage = ((System.Drawing.Image)(resources.GetObject("Delete.NormalImage")));
this.Delete.Power = "ifDelete";
this.Delete.Size = new System.Drawing.Size(80, 30);
this.Delete.TabIndex = 172;
this.Delete.Text = "删除";
this.Delete.UseVisualStyleBackColor = true;
this.Delete.Click += new System.EventHandler(this.Delete_Click);
//
// SendOQC
//
this.SendOQC.AllPower = "ifall";
this.SendOQC.BackColor = System.Drawing.Color.Transparent;
this.SendOQC.DownImage = ((System.Drawing.Image)(resources.GetObject("SendOQC.DownImage")));
this.SendOQC.Enabled = false;
this.SendOQC.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SendOQC.Image = ((System.Drawing.Image)(resources.GetObject("SendOQC.Image")));
this.SendOQC.IsShowBorder = true;
this.SendOQC.Location = new System.Drawing.Point(361, 712);
this.SendOQC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.SendOQC.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendOQC.MoveImage")));
this.SendOQC.Name = "SendOQC";
this.SendOQC.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendOQC.NormalImage")));
this.SendOQC.Power = null;
this.SendOQC.Size = new System.Drawing.Size(80, 30);
this.SendOQC.TabIndex = 171;
this.SendOQC.Text = "送检";
this.SendOQC.UseVisualStyleBackColor = true;
this.SendOQC.Click += new System.EventHandler(this.SendOQC_Click);
//
// GetBatch
//
this.GetBatch.AllPower = "ifall";
this.GetBatch.BackColor = System.Drawing.Color.Transparent;
this.GetBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.DownImage")));
this.GetBatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.GetBatch.Image = ((System.Drawing.Image)(resources.GetObject("GetBatch.Image")));
this.GetBatch.IsShowBorder = true;
this.GetBatch.Location = new System.Drawing.Point(931, 175);
this.GetBatch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
this.GetBatch.Name = "GetBatch";
this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
this.GetBatch.Power = "ifRead";
this.GetBatch.Size = new System.Drawing.Size(80, 30);
this.GetBatch.TabIndex = 170;
this.GetBatch.Text = "获取批";
this.GetBatch.UseVisualStyleBackColor = true;
this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
//
// pa_outboxcode
//
this.pa_outboxcode.AllPower = null;
this.pa_outboxcode.BackColor = System.Drawing.Color.White;
this.pa_outboxcode.ID = null;
this.pa_outboxcode.Location = new System.Drawing.Point(156, 678);
this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pa_outboxcode.Name = "pa_outboxcode";
this.pa_outboxcode.Power = null;
this.pa_outboxcode.Size = new System.Drawing.Size(388, 25);
this.pa_outboxcode.Str = null;
this.pa_outboxcode.Str1 = null;
this.pa_outboxcode.Str2 = null;
this.pa_outboxcode.TabIndex = 163;
this.pa_outboxcode.Tag = "NoAuto";
this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bi_outboxcode_KeyDown);
//
// ob_batchqty
//
this.ob_batchqty.AllPower = null;
this.ob_batchqty.BackColor = System.Drawing.Color.White;
this.ob_batchqty.ID = null;
this.ob_batchqty.Location = new System.Drawing.Point(156, 634);
this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ob_batchqty.Name = "ob_batchqty";
this.ob_batchqty.Power = null;
this.ob_batchqty.Size = new System.Drawing.Size(388, 25);
this.ob_batchqty.Str = null;
this.ob_batchqty.Str1 = null;
this.ob_batchqty.Str2 = null;
this.ob_batchqty.TabIndex = 161;
this.ob_batchqty.Tag = "NoAuto";
//
// RemoveAll
//
this.RemoveAll.AllPower = "ifall";
this.RemoveAll.BackColor = System.Drawing.Color.Transparent;
this.RemoveAll.DownImage = ((System.Drawing.Image)(resources.GetObject("RemoveAll.DownImage")));
this.RemoveAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RemoveAll.Image = ((System.Drawing.Image)(resources.GetObject("RemoveAll.Image")));
this.RemoveAll.IsShowBorder = true;
this.RemoveAll.Location = new System.Drawing.Point(843, 634);
this.RemoveAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.RemoveAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("RemoveAll.MoveImage")));
this.RemoveAll.Name = "RemoveAll";
this.RemoveAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("RemoveAll.NormalImage")));
this.RemoveAll.Power = "ifDelete";
this.RemoveAll.Size = new System.Drawing.Size(80, 30);
this.RemoveAll.TabIndex = 159;
this.RemoveAll.Text = "全部移除";
this.RemoveAll.UseVisualStyleBackColor = true;
this.RemoveAll.Click += new System.EventHandler(this.RemoveAll_Click);
//
// NewBatch
//
this.NewBatch.AllPower = "ifall";
this.NewBatch.BackColor = System.Drawing.Color.Transparent;
this.NewBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("NewBatch.DownImage")));
this.NewBatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.NewBatch.Image = ((System.Drawing.Image)(resources.GetObject("NewBatch.Image")));
this.NewBatch.IsShowBorder = true;
this.NewBatch.Location = new System.Drawing.Point(931, 128);
this.NewBatch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.NewBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewBatch.MoveImage")));
this.NewBatch.Name = "NewBatch";
this.NewBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewBatch.NormalImage")));
this.NewBatch.Power = "ifWrite";
this.NewBatch.Size = new System.Drawing.Size(80, 30);
this.NewBatch.TabIndex = 156;
this.NewBatch.Tag = "OQC!Inspection";
this.NewBatch.Text = "生成新批";
this.NewBatch.UseVisualStyleBackColor = true;
this.NewBatch.Click += new System.EventHandler(this.NewBatch_Click);
//
// ob_status
//
this.ob_status.AllPower = null;
this.ob_status.BackColor = System.Drawing.Color.White;
this.ob_status.Enabled = false;
this.ob_status.ID = null;
this.ob_status.Location = new System.Drawing.Point(817, 178);
this.ob_status.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ob_status.Name = "ob_status";
this.ob_status.Power = null;
this.ob_status.Size = new System.Drawing.Size(103, 25);
this.ob_status.Str = null;
this.ob_status.Str1 = null;
this.ob_status.Str2 = null;
this.ob_status.TabIndex = 155;
this.ob_status.Tag = "NoAuto";
//
// ma_prodcode
//
this.ma_prodcode.AllPower = null;
this.ma_prodcode.BackColor = System.Drawing.Color.White;
this.ma_prodcode.Enabled = false;
this.ma_prodcode.ID = null;
this.ma_prodcode.Location = new System.Drawing.Point(479, 175);
this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ma_prodcode.Name = "ma_prodcode";
this.ma_prodcode.Power = null;
this.ma_prodcode.Size = new System.Drawing.Size(187, 25);
this.ma_prodcode.Str = null;
this.ma_prodcode.Str1 = null;
this.ma_prodcode.Str2 = null;
this.ma_prodcode.TabIndex = 153;
this.ma_prodcode.Tag = "NoAuto";
//
// ob_checkno
//
this.ob_checkno.AllPower = null;
this.ob_checkno.BackColor = System.Drawing.Color.White;
this.ob_checkno.ID = null;
this.ob_checkno.Location = new System.Drawing.Point(137, 52);
this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ob_checkno.Name = "ob_checkno";
this.ob_checkno.Power = null;
this.ob_checkno.Size = new System.Drawing.Size(424, 25);
this.ob_checkno.Str = null;
this.ob_checkno.Str1 = null;
this.ob_checkno.Str2 = null;
this.ob_checkno.TabIndex = 151;
this.ob_checkno.Tag = "NoAuto";
this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
this.ob_checkno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ob_checkno_KeyDown);
//
// obd_outboxcode
//
this.obd_outboxcode.AllPower = null;
this.obd_outboxcode.BackColor = System.Drawing.Color.White;
this.obd_outboxcode.ID = null;
this.obd_outboxcode.Location = new System.Drawing.Point(137, 90);
this.obd_outboxcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.obd_outboxcode.Name = "obd_outboxcode";
this.obd_outboxcode.Power = null;
this.obd_outboxcode.Size = new System.Drawing.Size(424, 25);
this.obd_outboxcode.Str = null;
this.obd_outboxcode.Str1 = null;
this.obd_outboxcode.Str2 = null;
this.obd_outboxcode.TabIndex = 149;
this.obd_outboxcode.Tag = "NoAuto";
this.obd_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.obd_outboxcode_KeyDown);
//
// ms_sncode
//
this.ms_sncode.AllPower = null;
this.ms_sncode.BackColor = System.Drawing.Color.White;
this.ms_sncode.ID = null;
this.ms_sncode.Location = new System.Drawing.Point(137, 132);
this.ms_sncode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ms_sncode.Name = "ms_sncode";
this.ms_sncode.Power = null;
this.ms_sncode.Size = new System.Drawing.Size(424, 25);
this.ms_sncode.Str = null;
this.ms_sncode.Str1 = null;
this.ms_sncode.Str2 = null;
this.ms_sncode.TabIndex = 147;
this.ms_sncode.Tag = "NoAuto";
this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
//
// CheckBatchDGV
//
this.CheckBatchDGV.AllowUserToAddRows = false;
this.CheckBatchDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.CheckBatchDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.勾选,
this.ob_batchqty_dgv,
this.obd_outboxcode_dgv,
this.obd_id,
this.obd_makecode});
this.CheckBatchDGV.Location = new System.Drawing.Point(36, 218);
this.CheckBatchDGV.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.CheckBatchDGV.Name = "CheckBatchDGV";
this.CheckBatchDGV.RowHeadersWidth = 20;
this.CheckBatchDGV.RowTemplate.Height = 23;
this.CheckBatchDGV.Size = new System.Drawing.Size(887, 398);
this.CheckBatchDGV.TabIndex = 90;
this.CheckBatchDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckBatchDGV_CellContentClick);
this.CheckBatchDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridViewExpand1_DataError);
this.CheckBatchDGV.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.CheckBatchDGV_RowHeaderMouseClick);
//
// 勾选
//
this.勾选.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.勾选.HeaderText = "勾选";
this.勾选.Name = "勾选";
this.勾选.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.勾选.Width = 42;
//
// ob_batchqty_dgv
//
this.ob_batchqty_dgv.DataPropertyName = "ob_batchqty";
this.ob_batchqty_dgv.HeaderText = "数量";
this.ob_batchqty_dgv.Name = "ob_batchqty_dgv";
this.ob_batchqty_dgv.Width = 210;
//
// obd_outboxcode_dgv
//
this.obd_outboxcode_dgv.DataPropertyName = "obd_outboxcode";
this.obd_outboxcode_dgv.HeaderText = "箱号";
this.obd_outboxcode_dgv.Name = "obd_outboxcode_dgv";
this.obd_outboxcode_dgv.Width = 190;
//
// obd_id
//
this.obd_id.DataPropertyName = "obd_id";
this.obd_id.HeaderText = "obd_id";
this.obd_id.Name = "obd_id";
this.obd_id.Visible = false;
//
// obd_makecode
//
this.obd_makecode.DataPropertyName = "obd_makecode";
this.obd_makecode.HeaderText = "工单号";
this.obd_makecode.Name = "obd_makecode";
this.obd_makecode.Width = 215;
//
// OQC_Inspection
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1220, 750);
this.Controls.Add(this.ma_code);
this.Controls.Add(this.ChooseAll);
this.Controls.Add(this.OperateResult);
this.Controls.Add(this.Clean);
this.Controls.Add(this.Delete);
this.Controls.Add(this.SendOQC);
this.Controls.Add(this.GetBatch);
this.Controls.Add(this.WithDraw);
this.Controls.Add(this.pa_outboxcode);
this.Controls.Add(this.pa_outboxcode_label);
this.Controls.Add(this.ob_batchqty);
this.Controls.Add(this.ob_batchqty_label);
this.Controls.Add(this.RemoveAll);
this.Controls.Add(this.NewBatch);
this.Controls.Add(this.ob_status);
this.Controls.Add(this.ob_status_label);
this.Controls.Add(this.ma_prodcode);
this.Controls.Add(this.ob_prodcode_label);
this.Controls.Add(this.ob_checkno);
this.Controls.Add(this.ob_checkno_label);
this.Controls.Add(this.obd_outboxcode);
this.Controls.Add(this.obd_outboxcode_label);
this.Controls.Add(this.ms_sncode);
this.Controls.Add(this.ms_sncode_label);
this.Controls.Add(this.obd_makecode_label);
this.Controls.Add(this.CheckBatchDGV);
this.Controls.Add(this.panel2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "OQC_Inspection";
this.Tag = "OQC!Inspection";
this.Text = "生成送检批";
this.Load += new System.EventHandler(this.生成送检批_Load);
this.SizeChanged += new System.EventHandler(this.生成送检批_SizeChanged);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.CheckBatchDGV)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label1;
private CustomControl.DataGrid_View.DataGridViewExpand CheckBatchDGV;
private System.Windows.Forms.Label obd_makecode_label;
private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
private System.Windows.Forms.Label ms_sncode_label;
private CustomControl.TextBoxWithIcon.EnterTextBox obd_outboxcode;
private System.Windows.Forms.Label obd_outboxcode_label;
private CustomControl.TextBoxWithIcon.EnterTextBox ob_checkno;
private System.Windows.Forms.Label ob_checkno_label;
private CustomControl.TextBoxWithIcon.EnterTextBox ma_prodcode;
private System.Windows.Forms.Label ob_prodcode_label;
private CustomControl.TextBoxWithIcon.EnterTextBox ob_status;
private System.Windows.Forms.Label ob_status_label;
private CustomControl.ButtonUtil.NormalButton NewBatch;
private CustomControl.ButtonUtil.NormalButton RemoveAll;
private CustomControl.TextBoxWithIcon.EnterTextBox ob_batchqty;
private System.Windows.Forms.Label ob_batchqty_label;
private CustomControl.TextBoxWithIcon.EnterTextBox pa_outboxcode;
private System.Windows.Forms.Label pa_outboxcode_label;
private System.Windows.Forms.CheckBox WithDraw;
private CustomControl.ButtonUtil.NormalButton GetBatch;
private CustomControl.ButtonUtil.NormalButton SendOQC;
private CustomControl.ButtonUtil.NormalButton Delete;
private CustomControl.ButtonUtil.NormalButton Clean;
private CustomControl.RichText.RichTextAutoBottom OperateResult;
private CustomControl.ButtonUtil.NormalButton ChooseAll;
private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
private System.Windows.Forms.DataGridViewCheckBoxColumn 勾选;
private System.Windows.Forms.DataGridViewTextBoxColumn ob_batchqty_dgv;
private System.Windows.Forms.DataGridViewTextBoxColumn obd_outboxcode_dgv;
private System.Windows.Forms.DataGridViewTextBoxColumn obd_id;
private System.Windows.Forms.DataGridViewTextBoxColumn obd_makecode;
}
}