namespace QMAPP.WinForm.Forms.TianJin
{
    partial class TJFrmCarCardDetail
    {
        /// <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()
        {
            this.tcEmployee = new System.Windows.Forms.TabControl();
            this.tpPrint = new System.Windows.Forms.TabPage();
            this.dgvMat = new System.Windows.Forms.DataGridView();
            this.tsslbl_Message = new System.Windows.Forms.ToolStripStatusLabel();
            this.statusStrip = new System.Windows.Forms.StatusStrip();
            this.ITEMNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PASTECARDNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.VIN = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CP5A = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.LINENO = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tcEmployee.SuspendLayout();
            this.tpPrint.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvMat)).BeginInit();
            this.statusStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // tcEmployee
            // 
            this.tcEmployee.Controls.Add(this.tpPrint);
            this.tcEmployee.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcEmployee.Location = new System.Drawing.Point(0, 0);
            this.tcEmployee.Name = "tcEmployee";
            this.tcEmployee.SelectedIndex = 0;
            this.tcEmployee.Size = new System.Drawing.Size(789, 482);
            this.tcEmployee.TabIndex = 67;
            // 
            // tpPrint
            // 
            this.tpPrint.Controls.Add(this.dgvMat);
            this.tpPrint.Location = new System.Drawing.Point(4, 22);
            this.tpPrint.Name = "tpPrint";
            this.tpPrint.Padding = new System.Windows.Forms.Padding(3);
            this.tpPrint.Size = new System.Drawing.Size(781, 456);
            this.tpPrint.TabIndex = 0;
            this.tpPrint.Text = "贴车单";
            this.tpPrint.UseVisualStyleBackColor = true;
            // 
            // dgvMat
            // 
            this.dgvMat.AllowUserToAddRows = false;
            this.dgvMat.AllowUserToDeleteRows = false;
            this.dgvMat.BackgroundColor = System.Drawing.Color.White;
            this.dgvMat.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvMat.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ITEMNO,
            this.PASTECARDNO,
            this.Column1,
            this.VIN,
            this.CODE,
            this.NAME,
            this.CP5A,
            this.LINENO,
            this.Column2,
            this.Column4,
            this.Column5,
            this.Column6,
            this.Column7,
            this.Column8,
            this.Column10,
            this.Column11});
            this.dgvMat.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvMat.Location = new System.Drawing.Point(3, 3);
            this.dgvMat.Name = "dgvMat";
            this.dgvMat.RowTemplate.Height = 23;
            this.dgvMat.Size = new System.Drawing.Size(775, 450);
            this.dgvMat.TabIndex = 1;
            // 
            // tsslbl_Message
            // 
            this.tsslbl_Message.Name = "tsslbl_Message";
            this.tsslbl_Message.Size = new System.Drawing.Size(0, 17);
            // 
            // statusStrip
            // 
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsslbl_Message});
            this.statusStrip.Location = new System.Drawing.Point(0, 482);
            this.statusStrip.Name = "statusStrip";
            this.statusStrip.Size = new System.Drawing.Size(789, 22);
            this.statusStrip.TabIndex = 68;
            this.statusStrip.Text = "statusStrip1";
            // 
            // ITEMNO
            // 
            this.ITEMNO.DataPropertyName = "ROWINDEX";
            this.ITEMNO.HeaderText = "序号";
            this.ITEMNO.Name = "ITEMNO";
            this.ITEMNO.Visible = false;
            this.ITEMNO.Width = 60;
            // 
            // PASTECARDNO
            // 
            this.PASTECARDNO.DataPropertyName = "PASTECARDNO";
            this.PASTECARDNO.HeaderText = "运单号";
            this.PASTECARDNO.Name = "PASTECARDNO";
            this.PASTECARDNO.Width = 130;
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "VWSEQ";
            this.Column1.HeaderText = "顺序号";
            this.Column1.Name = "Column1";
            this.Column1.Width = 80;
            // 
            // VIN
            // 
            this.VIN.DataPropertyName = "VIN";
            this.VIN.HeaderText = "扫描条码";
            this.VIN.Name = "VIN";
            this.VIN.ReadOnly = true;
            this.VIN.Width = 180;
            // 
            // CODE
            // 
            this.CODE.DataPropertyName = "PRODNO";
            this.CODE.HeaderText = "零件号";
            this.CODE.Name = "CODE";
            this.CODE.ReadOnly = true;
            this.CODE.Width = 130;
            // 
            // NAME
            // 
            this.NAME.DataPropertyName = "CARSETDESC_CN";
            this.NAME.HeaderText = "总成描述";
            this.NAME.Name = "NAME";
            this.NAME.ReadOnly = true;
            this.NAME.Width = 160;
            // 
            // CP5A
            // 
            this.CP5A.DataPropertyName = "CP5A";
            this.CP5A.HeaderText = "位置";
            this.CP5A.Name = "CP5A";
            this.CP5A.ReadOnly = true;
            this.CP5A.Width = 80;
            // 
            // LINENO
            // 
            this.LINENO.DataPropertyName = "LINENO";
            this.LINENO.HeaderText = "车型";
            this.LINENO.Name = "LINENO";
            this.LINENO.Width = 80;
            // 
            // Column2
            // 
            this.Column2.DataPropertyName = "KIN";
            this.Column2.HeaderText = "Column2";
            this.Column2.Name = "Column2";
            this.Column2.Visible = false;
            // 
            // Column4
            // 
            this.Column4.DataPropertyName = "SANBARCODE";
            this.Column4.HeaderText = "Column4";
            this.Column4.Name = "Column4";
            this.Column4.Visible = false;
            // 
            // Column5
            // 
            this.Column5.DataPropertyName = "SCANDATE";
            this.Column5.HeaderText = "Column5";
            this.Column5.Name = "Column5";
            this.Column5.Visible = false;
            // 
            // Column6
            // 
            this.Column6.DataPropertyName = "PASTEDETAILED_CARD_KEY";
            this.Column6.HeaderText = "Column6";
            this.Column6.Name = "Column6";
            this.Column6.Visible = false;
            // 
            // Column7
            // 
            this.Column7.DataPropertyName = "FIS_KEY";
            this.Column7.HeaderText = "Column7";
            this.Column7.Name = "Column7";
            this.Column7.Visible = false;
            // 
            // Column8
            // 
            this.Column8.DataPropertyName = "PASTE_CARD_KEY";
            this.Column8.HeaderText = "Column8";
            this.Column8.Name = "Column8";
            this.Column8.Visible = false;
            // 
            // Column10
            // 
            this.Column10.DataPropertyName = "PRODUCTIONNAME";
            this.Column10.HeaderText = "Column10";
            this.Column10.Name = "Column10";
            this.Column10.Visible = false;
            // 
            // Column11
            // 
            this.Column11.DataPropertyName = "DGVROWINDEX";
            this.Column11.HeaderText = "Column11";
            this.Column11.Name = "Column11";
            this.Column11.Visible = false;
            // 
            // TJFrmCarCardDetail
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(789, 504);
            this.Controls.Add(this.tcEmployee);
            this.Controls.Add(this.statusStrip);
            this.Name = "TJFrmCarCardDetail";
            this.Text = "贴车单明细";
            this.Load += new System.EventHandler(this.FrmCarCardPrintShow_Load);
            this.tcEmployee.ResumeLayout(false);
            this.tpPrint.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvMat)).EndInit();
            this.statusStrip.ResumeLayout(false);
            this.statusStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TabControl tcEmployee;
        private System.Windows.Forms.TabPage tpPrint;
        private System.Windows.Forms.DataGridView dgvMat;
        private System.Windows.Forms.ToolStripStatusLabel tsslbl_Message;
        private System.Windows.Forms.StatusStrip statusStrip;
        private System.Windows.Forms.DataGridViewTextBoxColumn ITEMNO;
        private System.Windows.Forms.DataGridViewTextBoxColumn PASTECARDNO;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.DataGridViewTextBoxColumn VIN;
        private System.Windows.Forms.DataGridViewTextBoxColumn CODE;
        private System.Windows.Forms.DataGridViewTextBoxColumn NAME;
        private System.Windows.Forms.DataGridViewTextBoxColumn CP5A;
        private System.Windows.Forms.DataGridViewTextBoxColumn LINENO;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
    }
}