namespace QMAPP.WinForm.Forms.Query
{
    partial class ProductInfo
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductInfo));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.tsbAdd = new System.Windows.Forms.ToolStripButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnQuery = new System.Windows.Forms.Button();
            this.txtBarcode = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.plInfoContainer = new System.Windows.Forms.Panel();
            this.plEmpty = new System.Windows.Forms.Panel();
            this.lblMessage = new System.Windows.Forms.Label();
            this.gbReplaceRecord = new System.Windows.Forms.GroupBox();
            this.dgvReplateRecord = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.gbInRecord = new System.Windows.Forms.GroupBox();
            this.dgvInRecord = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.gbOutRecord = new System.Windows.Forms.GroupBox();
            this.dgvOutRecord = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tplBasicInfo = new System.Windows.Forms.TableLayoutPanel();
            this.lblUsingStatus = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.lblOutFlag = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.lblStatus = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.lblCompleteTime = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.lblLastWorkcellName = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.lblMaterialName = new System.Windows.Forms.Label();
            this.lblMaterialAttribute = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.lblBarcode = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.lblMaterialCode = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.dgvPartList = new System.Windows.Forms.DataGridView();
            this.panel3 = new System.Windows.Forms.Panel();
            this.lblNoShipRecord = new System.Windows.Forms.Label();
            this.tlpShipInfo = new System.Windows.Forms.TableLayoutPanel();
            this.lblKIN = new System.Windows.Forms.Label();
            this.lblVIN = new System.Windows.Forms.Label();
            this.lblVWSEQ = new System.Windows.Forms.Label();
            this.lblScandate = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.lblCapacity = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.lblUsingCount = new System.Windows.Forms.Label();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgcCreateDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.toolStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.plInfoContainer.SuspendLayout();
            this.plEmpty.SuspendLayout();
            this.gbReplaceRecord.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvReplateRecord)).BeginInit();
            this.gbInRecord.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvInRecord)).BeginInit();
            this.gbOutRecord.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvOutRecord)).BeginInit();
            this.tplBasicInfo.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPartList)).BeginInit();
            this.panel3.SuspendLayout();
            this.tlpShipInfo.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.AutoSize = false;
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.tsbAdd});
            this.toolStrip1.Location = new System.Drawing.Point(0, 372);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(788, 64);
            this.toolStrip1.Stretch = true;
            this.toolStrip1.TabIndex = 2;
            this.toolStrip1.Text = "toolStrip1";
            this.toolStrip1.Visible = false;
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(145, 61);
            this.toolStripLabel1.Text = "快速处理导航:";
            // 
            // tsbAdd
            // 
            this.tsbAdd.AutoSize = false;
            this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
            this.tsbAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbAdd.Name = "tsbAdd";
            this.tsbAdd.Size = new System.Drawing.Size(100, 60);
            this.tsbAdd.Text = "入库";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnQuery);
            this.panel1.Controls.Add(this.txtBarcode);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(788, 55);
            this.panel1.TabIndex = 0;
            // 
            // btnQuery
            // 
            this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnQuery.Location = new System.Drawing.Point(524, 8);
            this.btnQuery.Name = "btnQuery";
            this.btnQuery.Size = new System.Drawing.Size(96, 37);
            this.btnQuery.TabIndex = 2;
            this.btnQuery.Text = "查询";
            this.btnQuery.UseVisualStyleBackColor = true;
            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
            // 
            // txtBarcode
            // 
            this.txtBarcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtBarcode.Location = new System.Drawing.Point(109, 13);
            this.txtBarcode.Name = "txtBarcode";
            this.txtBarcode.Size = new System.Drawing.Size(396, 29);
            this.txtBarcode.TabIndex = 1;
            this.txtBarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBarcode_KeyDown);
            // 
            // 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(13, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(90, 21);
            this.label1.TabIndex = 0;
            this.label1.Text = "产品条码:";
            // 
            // plInfoContainer
            // 
            this.plInfoContainer.AutoScroll = true;
            this.plInfoContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.plInfoContainer.Controls.Add(this.plEmpty);
            this.plInfoContainer.Controls.Add(this.gbReplaceRecord);
            this.plInfoContainer.Controls.Add(this.gbInRecord);
            this.plInfoContainer.Controls.Add(this.gbOutRecord);
            this.plInfoContainer.Controls.Add(this.tplBasicInfo);
            this.plInfoContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plInfoContainer.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.plInfoContainer.Location = new System.Drawing.Point(0, 55);
            this.plInfoContainer.Name = "plInfoContainer";
            this.plInfoContainer.Padding = new System.Windows.Forms.Padding(8);
            this.plInfoContainer.Size = new System.Drawing.Size(788, 381);
            this.plInfoContainer.TabIndex = 1;
            // 
            // plEmpty
            // 
            this.plEmpty.Controls.Add(this.lblMessage);
            this.plEmpty.Dock = System.Windows.Forms.DockStyle.Top;
            this.plEmpty.Location = new System.Drawing.Point(8, 763);
            this.plEmpty.Name = "plEmpty";
            this.plEmpty.Size = new System.Drawing.Size(753, 100);
            this.plEmpty.TabIndex = 6;
            // 
            // lblMessage
            // 
            this.lblMessage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblMessage.Location = new System.Drawing.Point(0, 0);
            this.lblMessage.Name = "lblMessage";
            this.lblMessage.Size = new System.Drawing.Size(753, 100);
            this.lblMessage.TabIndex = 0;
            this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // gbReplaceRecord
            // 
            this.gbReplaceRecord.Controls.Add(this.dgvReplateRecord);
            this.gbReplaceRecord.Dock = System.Windows.Forms.DockStyle.Top;
            this.gbReplaceRecord.Location = new System.Drawing.Point(8, 651);
            this.gbReplaceRecord.Name = "gbReplaceRecord";
            this.gbReplaceRecord.Size = new System.Drawing.Size(753, 112);
            this.gbReplaceRecord.TabIndex = 5;
            this.gbReplaceRecord.TabStop = false;
            this.gbReplaceRecord.Text = "条码替换记录";
            // 
            // dgvReplateRecord
            // 
            this.dgvReplateRecord.AllowUserToAddRows = false;
            this.dgvReplateRecord.AllowUserToDeleteRows = false;
            this.dgvReplateRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvReplateRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn16,
            this.dataGridViewTextBoxColumn17,
            this.dataGridViewTextBoxColumn18,
            this.dataGridViewTextBoxColumn19});
            this.dgvReplateRecord.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvReplateRecord.Location = new System.Drawing.Point(3, 25);
            this.dgvReplateRecord.Name = "dgvReplateRecord";
            this.dgvReplateRecord.ReadOnly = true;
            this.dgvReplateRecord.RowTemplate.Height = 23;
            this.dgvReplateRecord.Size = new System.Drawing.Size(747, 84);
            this.dgvReplateRecord.TabIndex = 0;
            // 
            // dataGridViewTextBoxColumn16
            // 
            this.dataGridViewTextBoxColumn16.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn16.DataPropertyName = "NEWMAINCODE";
            this.dataGridViewTextBoxColumn16.HeaderText = "新产品条码";
            this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
            this.dataGridViewTextBoxColumn16.ReadOnly = true;
            this.dataGridViewTextBoxColumn16.Width = 115;
            // 
            // dataGridViewTextBoxColumn17
            // 
            this.dataGridViewTextBoxColumn17.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn17.DataPropertyName = "ORIGMAINCODE";
            this.dataGridViewTextBoxColumn17.HeaderText = "原产品条码";
            this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
            this.dataGridViewTextBoxColumn17.ReadOnly = true;
            this.dataGridViewTextBoxColumn17.Width = 115;
            // 
            // dataGridViewTextBoxColumn18
            // 
            this.dataGridViewTextBoxColumn18.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn18.DataPropertyName = "CREATEUSERNAME";
            this.dataGridViewTextBoxColumn18.HeaderText = "操作者";
            this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
            this.dataGridViewTextBoxColumn18.ReadOnly = true;
            this.dataGridViewTextBoxColumn18.Width = 83;
            // 
            // dataGridViewTextBoxColumn19
            // 
            this.dataGridViewTextBoxColumn19.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn19.DataPropertyName = "CREATEDATE";
            dataGridViewCellStyle1.Format = "G";
            dataGridViewCellStyle1.NullValue = null;
            this.dataGridViewTextBoxColumn19.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewTextBoxColumn19.HeaderText = "操作时间";
            this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
            this.dataGridViewTextBoxColumn19.ReadOnly = true;
            this.dataGridViewTextBoxColumn19.Width = 99;
            // 
            // gbInRecord
            // 
            this.gbInRecord.Controls.Add(this.dgvInRecord);
            this.gbInRecord.Dock = System.Windows.Forms.DockStyle.Top;
            this.gbInRecord.Location = new System.Drawing.Point(8, 539);
            this.gbInRecord.Name = "gbInRecord";
            this.gbInRecord.Size = new System.Drawing.Size(753, 112);
            this.gbInRecord.TabIndex = 3;
            this.gbInRecord.TabStop = false;
            this.gbInRecord.Text = "入库记录";
            // 
            // dgvInRecord
            // 
            this.dgvInRecord.AllowUserToAddRows = false;
            this.dgvInRecord.AllowUserToDeleteRows = false;
            this.dgvInRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvInRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn6,
            this.dataGridViewTextBoxColumn7,
            this.dataGridViewTextBoxColumn8,
            this.dataGridViewTextBoxColumn9});
            this.dgvInRecord.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvInRecord.Location = new System.Drawing.Point(3, 25);
            this.dgvInRecord.Name = "dgvInRecord";
            this.dgvInRecord.ReadOnly = true;
            this.dgvInRecord.RowTemplate.Height = 23;
            this.dgvInRecord.Size = new System.Drawing.Size(747, 84);
            this.dgvInRecord.TabIndex = 0;
            // 
            // dataGridViewTextBoxColumn6
            // 
            this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn6.DataPropertyName = "PRODUCTCODE";
            this.dataGridViewTextBoxColumn6.HeaderText = "产品码";
            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
            this.dataGridViewTextBoxColumn6.ReadOnly = true;
            this.dataGridViewTextBoxColumn6.Width = 83;
            // 
            // dataGridViewTextBoxColumn7
            // 
            this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn7.DataPropertyName = "INTTYPE_NAME";
            this.dataGridViewTextBoxColumn7.HeaderText = "入库类型";
            this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
            this.dataGridViewTextBoxColumn7.ReadOnly = true;
            this.dataGridViewTextBoxColumn7.Width = 99;
            // 
            // dataGridViewTextBoxColumn8
            // 
            this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn8.DataPropertyName = "INUSER_NAME";
            this.dataGridViewTextBoxColumn8.HeaderText = "操作者";
            this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
            this.dataGridViewTextBoxColumn8.ReadOnly = true;
            this.dataGridViewTextBoxColumn8.Width = 83;
            // 
            // dataGridViewTextBoxColumn9
            // 
            this.dataGridViewTextBoxColumn9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn9.DataPropertyName = "INDATE";
            dataGridViewCellStyle2.Format = "G";
            dataGridViewCellStyle2.NullValue = null;
            this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridViewTextBoxColumn9.HeaderText = "入库时间";
            this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
            this.dataGridViewTextBoxColumn9.ReadOnly = true;
            this.dataGridViewTextBoxColumn9.Width = 99;
            // 
            // gbOutRecord
            // 
            this.gbOutRecord.Controls.Add(this.dgvOutRecord);
            this.gbOutRecord.Dock = System.Windows.Forms.DockStyle.Top;
            this.gbOutRecord.Location = new System.Drawing.Point(8, 427);
            this.gbOutRecord.Name = "gbOutRecord";
            this.gbOutRecord.Size = new System.Drawing.Size(753, 112);
            this.gbOutRecord.TabIndex = 2;
            this.gbOutRecord.TabStop = false;
            this.gbOutRecord.Text = "出库记录";
            // 
            // dgvOutRecord
            // 
            this.dgvOutRecord.AllowUserToAddRows = false;
            this.dgvOutRecord.AllowUserToDeleteRows = false;
            this.dgvOutRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvOutRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn3,
            this.Column6,
            this.dataGridViewTextBoxColumn2,
            this.dataGridViewTextBoxColumn1});
            this.dgvOutRecord.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvOutRecord.Location = new System.Drawing.Point(3, 25);
            this.dgvOutRecord.Name = "dgvOutRecord";
            this.dgvOutRecord.ReadOnly = true;
            this.dgvOutRecord.RowTemplate.Height = 23;
            this.dgvOutRecord.Size = new System.Drawing.Size(747, 84);
            this.dgvOutRecord.TabIndex = 0;
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn3.DataPropertyName = "PRODUCT_CODE";
            this.dataGridViewTextBoxColumn3.HeaderText = "产品条码";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.ReadOnly = true;
            this.dataGridViewTextBoxColumn3.Width = 99;
            // 
            // Column6
            // 
            this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.Column6.DataPropertyName = "OUTREASON_NAME";
            this.Column6.HeaderText = "出库原因";
            this.Column6.Name = "Column6";
            this.Column6.ReadOnly = true;
            this.Column6.Width = 99;
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn2.DataPropertyName = "CREATEUSERNAME";
            this.dataGridViewTextBoxColumn2.HeaderText = "操作者";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
            this.dataGridViewTextBoxColumn2.Width = 83;
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn1.DataPropertyName = "CREATEDATE";
            dataGridViewCellStyle3.Format = "G";
            dataGridViewCellStyle3.NullValue = null;
            this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle3;
            this.dataGridViewTextBoxColumn1.HeaderText = "出库时间";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            this.dataGridViewTextBoxColumn1.Width = 99;
            // 
            // tplBasicInfo
            // 
            this.tplBasicInfo.AutoSize = true;
            this.tplBasicInfo.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tplBasicInfo.ColumnCount = 5;
            this.tplBasicInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tplBasicInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tplBasicInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
            this.tplBasicInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tplBasicInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tplBasicInfo.Controls.Add(this.lblUsingStatus, 3, 3);
            this.tplBasicInfo.Controls.Add(this.label17, 2, 4);
            this.tplBasicInfo.Controls.Add(this.label4, 0, 5);
            this.tplBasicInfo.Controls.Add(this.label3, 4, 0);
            this.tplBasicInfo.Controls.Add(this.lblOutFlag, 1, 4);
            this.tplBasicInfo.Controls.Add(this.label18, 0, 4);
            this.tplBasicInfo.Controls.Add(this.label16, 2, 3);
            this.tplBasicInfo.Controls.Add(this.lblStatus, 1, 3);
            this.tplBasicInfo.Controls.Add(this.label14, 0, 3);
            this.tplBasicInfo.Controls.Add(this.lblCompleteTime, 3, 2);
            this.tplBasicInfo.Controls.Add(this.label12, 2, 2);
            this.tplBasicInfo.Controls.Add(this.lblLastWorkcellName, 1, 2);
            this.tplBasicInfo.Controls.Add(this.label10, 0, 2);
            this.tplBasicInfo.Controls.Add(this.lblMaterialName, 3, 1);
            this.tplBasicInfo.Controls.Add(this.lblMaterialAttribute, 3, 0);
            this.tplBasicInfo.Controls.Add(this.label7, 2, 1);
            this.tplBasicInfo.Controls.Add(this.label2, 0, 0);
            this.tplBasicInfo.Controls.Add(this.label9, 2, 0);
            this.tplBasicInfo.Controls.Add(this.lblBarcode, 1, 0);
            this.tplBasicInfo.Controls.Add(this.label5, 0, 1);
            this.tplBasicInfo.Controls.Add(this.lblMaterialCode, 1, 1);
            this.tplBasicInfo.Controls.Add(this.panel2, 4, 1);
            this.tplBasicInfo.Controls.Add(this.panel3, 1, 5);
            this.tplBasicInfo.Controls.Add(this.tableLayoutPanel1, 3, 4);
            this.tplBasicInfo.Dock = System.Windows.Forms.DockStyle.Top;
            this.tplBasicInfo.Location = new System.Drawing.Point(8, 8);
            this.tplBasicInfo.Name = "tplBasicInfo";
            this.tplBasicInfo.RowCount = 7;
            this.tplBasicInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tplBasicInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tplBasicInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tplBasicInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tplBasicInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tplBasicInfo.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tplBasicInfo.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tplBasicInfo.Size = new System.Drawing.Size(753, 419);
            this.tplBasicInfo.TabIndex = 0;
            // 
            // lblUsingStatus
            // 
            this.lblUsingStatus.Dock = System.Windows.Forms.DockStyle.Left;
            this.lblUsingStatus.Location = new System.Drawing.Point(268, 124);
            this.lblUsingStatus.Name = "lblUsingStatus";
            this.lblUsingStatus.Size = new System.Drawing.Size(80, 40);
            this.lblUsingStatus.TabIndex = 23;
            this.lblUsingStatus.Text = " ";
            this.lblUsingStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label17
            // 
            this.label17.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label17.Location = new System.Drawing.Point(147, 165);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(114, 40);
            this.label17.TabIndex = 22;
            this.label17.Text = " 数量:";
            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label4
            // 
            this.label4.Dock = System.Windows.Forms.DockStyle.Top;
            this.label4.Location = new System.Drawing.Point(4, 206);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(114, 40);
            this.label4.TabIndex = 20;
            this.label4.Text = "发运记录:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label3.Location = new System.Drawing.Point(355, 1);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(394, 40);
            this.label3.TabIndex = 18;
            this.label3.Text = "零件组成:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblOutFlag
            // 
            this.lblOutFlag.AutoSize = true;
            this.lblOutFlag.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblOutFlag.Location = new System.Drawing.Point(125, 165);
            this.lblOutFlag.Name = "lblOutFlag";
            this.lblOutFlag.Size = new System.Drawing.Size(15, 40);
            this.lblOutFlag.TabIndex = 17;
            this.lblOutFlag.Text = " ";
            this.lblOutFlag.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label18.Location = new System.Drawing.Point(4, 165);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(114, 40);
            this.label18.TabIndex = 16;
            this.label18.Text = "库存状态:";
            this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label16.Location = new System.Drawing.Point(147, 124);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(114, 40);
            this.label16.TabIndex = 14;
            this.label16.Text = "使用状态:";
            this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblStatus
            // 
            this.lblStatus.AutoSize = true;
            this.lblStatus.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblStatus.Location = new System.Drawing.Point(125, 124);
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(15, 40);
            this.lblStatus.TabIndex = 13;
            this.lblStatus.Text = " ";
            this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label14.Location = new System.Drawing.Point(4, 124);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(114, 40);
            this.label14.TabIndex = 12;
            this.label14.Text = "产品状态:";
            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblCompleteTime
            // 
            this.lblCompleteTime.AutoSize = true;
            this.lblCompleteTime.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblCompleteTime.Location = new System.Drawing.Point(268, 83);
            this.lblCompleteTime.Name = "lblCompleteTime";
            this.lblCompleteTime.Size = new System.Drawing.Size(80, 40);
            this.lblCompleteTime.TabIndex = 11;
            this.lblCompleteTime.Text = " ";
            this.lblCompleteTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label12.Location = new System.Drawing.Point(147, 83);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(114, 40);
            this.label12.TabIndex = 10;
            this.label12.Text = "完成时间:";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblLastWorkcellName
            // 
            this.lblLastWorkcellName.AutoSize = true;
            this.lblLastWorkcellName.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblLastWorkcellName.Location = new System.Drawing.Point(125, 83);
            this.lblLastWorkcellName.Name = "lblLastWorkcellName";
            this.lblLastWorkcellName.Size = new System.Drawing.Size(15, 40);
            this.lblLastWorkcellName.TabIndex = 9;
            this.lblLastWorkcellName.Text = " ";
            this.lblLastWorkcellName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label10.Location = new System.Drawing.Point(4, 83);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(114, 40);
            this.label10.TabIndex = 8;
            this.label10.Text = "最后工序:";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblMaterialName
            // 
            this.lblMaterialName.AutoSize = true;
            this.lblMaterialName.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblMaterialName.Location = new System.Drawing.Point(268, 42);
            this.lblMaterialName.Name = "lblMaterialName";
            this.lblMaterialName.Size = new System.Drawing.Size(80, 40);
            this.lblMaterialName.TabIndex = 7;
            this.lblMaterialName.Text = " ";
            this.lblMaterialName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblMaterialAttribute
            // 
            this.lblMaterialAttribute.AutoSize = true;
            this.lblMaterialAttribute.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblMaterialAttribute.Location = new System.Drawing.Point(268, 1);
            this.lblMaterialAttribute.Name = "lblMaterialAttribute";
            this.lblMaterialAttribute.Size = new System.Drawing.Size(80, 40);
            this.lblMaterialAttribute.TabIndex = 3;
            this.lblMaterialAttribute.Text = " ";
            this.lblMaterialAttribute.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label7.Location = new System.Drawing.Point(147, 42);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(114, 40);
            this.label7.TabIndex = 6;
            this.label7.Text = "物料名称:";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label2.Location = new System.Drawing.Point(4, 1);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(114, 40);
            this.label2.TabIndex = 0;
            this.label2.Text = "产品条码:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label9.Location = new System.Drawing.Point(147, 1);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(114, 40);
            this.label9.TabIndex = 2;
            this.label9.Text = "零件类型:";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblBarcode
            // 
            this.lblBarcode.AutoSize = true;
            this.lblBarcode.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblBarcode.Location = new System.Drawing.Point(125, 1);
            this.lblBarcode.Name = "lblBarcode";
            this.lblBarcode.Size = new System.Drawing.Size(15, 40);
            this.lblBarcode.TabIndex = 1;
            this.lblBarcode.Text = " ";
            this.lblBarcode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label5.Location = new System.Drawing.Point(4, 42);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(114, 40);
            this.label5.TabIndex = 4;
            this.label5.Text = "物料号:";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblMaterialCode
            // 
            this.lblMaterialCode.AutoSize = true;
            this.lblMaterialCode.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblMaterialCode.Location = new System.Drawing.Point(125, 42);
            this.lblMaterialCode.Name = "lblMaterialCode";
            this.lblMaterialCode.Size = new System.Drawing.Size(15, 40);
            this.lblMaterialCode.TabIndex = 5;
            this.lblMaterialCode.Text = " ";
            this.lblMaterialCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.dgvPartList);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(355, 45);
            this.panel2.Name = "panel2";
            this.tplBasicInfo.SetRowSpan(this.panel2, 5);
            this.panel2.Size = new System.Drawing.Size(394, 369);
            this.panel2.TabIndex = 19;
            // 
            // dgvPartList
            // 
            this.dgvPartList.AllowUserToAddRows = false;
            this.dgvPartList.AllowUserToDeleteRows = false;
            this.dgvPartList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPartList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column7,
            this.Column8,
            this.Column9,
            this.dgcCreateDate});
            this.dgvPartList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvPartList.Location = new System.Drawing.Point(0, 0);
            this.dgvPartList.Name = "dgvPartList";
            this.dgvPartList.ReadOnly = true;
            this.dgvPartList.RowTemplate.Height = 23;
            this.dgvPartList.Size = new System.Drawing.Size(394, 369);
            this.dgvPartList.TabIndex = 0;
            // 
            // panel3
            // 
            this.panel3.AutoSize = true;
            this.tplBasicInfo.SetColumnSpan(this.panel3, 3);
            this.panel3.Controls.Add(this.lblNoShipRecord);
            this.panel3.Controls.Add(this.tlpShipInfo);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(125, 209);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(223, 205);
            this.panel3.TabIndex = 0;
            // 
            // lblNoShipRecord
            // 
            this.lblNoShipRecord.Dock = System.Windows.Forms.DockStyle.Top;
            this.lblNoShipRecord.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblNoShipRecord.Location = new System.Drawing.Point(0, 165);
            this.lblNoShipRecord.Name = "lblNoShipRecord";
            this.lblNoShipRecord.Size = new System.Drawing.Size(223, 40);
            this.lblNoShipRecord.TabIndex = 24;
            this.lblNoShipRecord.Text = "无发运记录";
            this.lblNoShipRecord.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tlpShipInfo
            // 
            this.tlpShipInfo.AutoSize = true;
            this.tlpShipInfo.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tlpShipInfo.ColumnCount = 2;
            this.tlpShipInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
            this.tlpShipInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tlpShipInfo.Controls.Add(this.lblKIN, 1, 3);
            this.tlpShipInfo.Controls.Add(this.lblVIN, 1, 2);
            this.tlpShipInfo.Controls.Add(this.lblVWSEQ, 1, 1);
            this.tlpShipInfo.Controls.Add(this.lblScandate, 1, 0);
            this.tlpShipInfo.Controls.Add(this.label13, 0, 2);
            this.tlpShipInfo.Controls.Add(this.label11, 0, 1);
            this.tlpShipInfo.Controls.Add(this.label8, 0, 3);
            this.tlpShipInfo.Controls.Add(this.label6, 0, 0);
            this.tlpShipInfo.Dock = System.Windows.Forms.DockStyle.Top;
            this.tlpShipInfo.Location = new System.Drawing.Point(0, 0);
            this.tlpShipInfo.Margin = new System.Windows.Forms.Padding(0);
            this.tlpShipInfo.Name = "tlpShipInfo";
            this.tlpShipInfo.RowCount = 4;
            this.tlpShipInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tlpShipInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tlpShipInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tlpShipInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tlpShipInfo.Size = new System.Drawing.Size(223, 165);
            this.tlpShipInfo.TabIndex = 23;
            // 
            // lblKIN
            // 
            this.lblKIN.AutoSize = true;
            this.lblKIN.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblKIN.Location = new System.Drawing.Point(125, 124);
            this.lblKIN.Name = "lblKIN";
            this.lblKIN.Size = new System.Drawing.Size(94, 40);
            this.lblKIN.TabIndex = 17;
            this.lblKIN.Text = " ";
            this.lblKIN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblVIN
            // 
            this.lblVIN.AutoSize = true;
            this.lblVIN.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblVIN.Location = new System.Drawing.Point(125, 83);
            this.lblVIN.Name = "lblVIN";
            this.lblVIN.Size = new System.Drawing.Size(94, 40);
            this.lblVIN.TabIndex = 16;
            this.lblVIN.Text = " ";
            this.lblVIN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblVWSEQ
            // 
            this.lblVWSEQ.AutoSize = true;
            this.lblVWSEQ.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblVWSEQ.Location = new System.Drawing.Point(125, 42);
            this.lblVWSEQ.Name = "lblVWSEQ";
            this.lblVWSEQ.Size = new System.Drawing.Size(94, 40);
            this.lblVWSEQ.TabIndex = 15;
            this.lblVWSEQ.Text = " ";
            this.lblVWSEQ.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblScandate
            // 
            this.lblScandate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblScandate.Location = new System.Drawing.Point(125, 1);
            this.lblScandate.Name = "lblScandate";
            this.lblScandate.Size = new System.Drawing.Size(94, 40);
            this.lblScandate.TabIndex = 14;
            this.lblScandate.Text = " ";
            this.lblScandate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label13.Location = new System.Drawing.Point(4, 83);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(114, 40);
            this.label13.TabIndex = 4;
            this.label13.Text = "底盘号:";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label11.Location = new System.Drawing.Point(4, 42);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(114, 40);
            this.label11.TabIndex = 3;
            this.label11.Text = "大众顺序号:";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label8.Location = new System.Drawing.Point(4, 124);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(114, 40);
            this.label8.TabIndex = 2;
            this.label8.Text = "车身号:";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label6.Location = new System.Drawing.Point(4, 1);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(114, 40);
            this.label6.TabIndex = 1;
            this.label6.Text = "扫描时间:";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.AutoSize = true;
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel1.Controls.Add(this.lblCapacity, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.label19, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.lblUsingCount, 0, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(268, 168);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(80, 34);
            this.tableLayoutPanel1.TabIndex = 24;
            // 
            // lblCapacity
            // 
            this.lblCapacity.AutoSize = true;
            this.lblCapacity.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblCapacity.Location = new System.Drawing.Point(44, 0);
            this.lblCapacity.Name = "lblCapacity";
            this.lblCapacity.Size = new System.Drawing.Size(33, 34);
            this.lblCapacity.TabIndex = 26;
            this.lblCapacity.Text = " ";
            this.lblCapacity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label19
            // 
            this.label19.Dock = System.Windows.Forms.DockStyle.Left;
            this.label19.Location = new System.Drawing.Point(24, 0);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(14, 34);
            this.label19.TabIndex = 25;
            this.label19.Text = "/";
            this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblUsingCount
            // 
            this.lblUsingCount.AutoSize = true;
            this.lblUsingCount.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblUsingCount.Location = new System.Drawing.Point(3, 0);
            this.lblUsingCount.Name = "lblUsingCount";
            this.lblUsingCount.Size = new System.Drawing.Size(15, 34);
            this.lblUsingCount.TabIndex = 24;
            this.lblUsingCount.Text = " ";
            this.lblUsingCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // Column7
            // 
            this.Column7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.Column7.DataPropertyName = "PRODUCTCODE";
            this.Column7.HeaderText = "零件条码";
            this.Column7.Name = "Column7";
            this.Column7.ReadOnly = true;
            this.Column7.Width = 99;
            // 
            // Column8
            // 
            this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.Column8.DataPropertyName = "MATERIAL_CODE";
            this.Column8.HeaderText = "物料号";
            this.Column8.Name = "Column8";
            this.Column8.ReadOnly = true;
            this.Column8.Width = 83;
            // 
            // Column9
            // 
            this.Column9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.Column9.DataPropertyName = "MATERIAL_NAME";
            this.Column9.HeaderText = "物料名称";
            this.Column9.Name = "Column9";
            this.Column9.ReadOnly = true;
            this.Column9.Width = 99;
            // 
            // dgcCreateDate
            // 
            this.dgcCreateDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dgcCreateDate.DataPropertyName = "CREATEDATE";
            dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
            dataGridViewCellStyle4.NullValue = null;
            this.dgcCreateDate.DefaultCellStyle = dataGridViewCellStyle4;
            this.dgcCreateDate.HeaderText = "创建日期";
            this.dgcCreateDate.Name = "dgcCreateDate";
            this.dgcCreateDate.ReadOnly = true;
            this.dgcCreateDate.Width = 99;
            // 
            // ProductInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(788, 436);
            this.Controls.Add(this.plInfoContainer);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.toolStrip1);
            this.Name = "ProductInfo";
            this.Text = "产品状态查询";
            this.Load += new System.EventHandler(this.ProductInfo_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.plInfoContainer.ResumeLayout(false);
            this.plInfoContainer.PerformLayout();
            this.plEmpty.ResumeLayout(false);
            this.gbReplaceRecord.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvReplateRecord)).EndInit();
            this.gbInRecord.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvInRecord)).EndInit();
            this.gbOutRecord.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvOutRecord)).EndInit();
            this.tplBasicInfo.ResumeLayout(false);
            this.tplBasicInfo.PerformLayout();
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvPartList)).EndInit();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.tlpShipInfo.ResumeLayout(false);
            this.tlpShipInfo.PerformLayout();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.ToolStripButton tsbAdd;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnQuery;
        private System.Windows.Forms.TextBox txtBarcode;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Panel plInfoContainer;
        private System.Windows.Forms.GroupBox gbReplaceRecord;
        private System.Windows.Forms.DataGridView dgvReplateRecord;
        private System.Windows.Forms.GroupBox gbInRecord;
        private System.Windows.Forms.DataGridView dgvInRecord;
        private System.Windows.Forms.GroupBox gbOutRecord;
        private System.Windows.Forms.DataGridView dgvOutRecord;
        private System.Windows.Forms.TableLayoutPanel tplBasicInfo;
        private System.Windows.Forms.Label lblOutFlag;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Label lblStatus;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label lblCompleteTime;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label lblLastWorkcellName;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label lblMaterialName;
        private System.Windows.Forms.Label lblMaterialAttribute;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label lblBarcode;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label lblMaterialCode;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.DataGridView dgvPartList;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Label lblNoShipRecord;
        private System.Windows.Forms.TableLayoutPanel tlpShipInfo;
        private System.Windows.Forms.Label lblKIN;
        private System.Windows.Forms.Label lblVIN;
        private System.Windows.Forms.Label lblVWSEQ;
        private System.Windows.Forms.Label lblScandate;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Panel plEmpty;
        private System.Windows.Forms.Label lblMessage;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
        private System.Windows.Forms.Label lblUsingStatus;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.Label lblCapacity;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.Label lblUsingCount;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcCreateDate;
    }
}