namespace QMAPP.WinForm.Forms.Operation
{
    partial class OperationForm
    {
        /// <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.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = 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();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OperationForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnChange = new System.Windows.Forms.Button();
            this.cbMould = new System.Windows.Forms.ComboBox();
            this.lblError = new System.Windows.Forms.TextBox();
            this.lblLock = new System.Windows.Forms.LinkLabel();
            this.comMachine = new System.Windows.Forms.ComboBox();
            this.btnAdd = new System.Windows.Forms.Button();
            this.txtCode = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.lblMouldTitle = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.panelSearch = new System.Windows.Forms.Panel();
            this.lblMould = new System.Windows.Forms.Label();
            this.lblWorkcellState = new System.Windows.Forms.Label();
            this.lblMouldTitle2 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.plDAI = new System.Windows.Forms.Panel();
            this.DGView = new System.Windows.Forms.DataGridView();
            this.dgcMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgcMouldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.daname = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.statename = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.datype = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.materialtypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgcDAMaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.davalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.daresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tsbCancel = new System.Windows.Forms.ToolStripDropDownButton();
            this.tsbReSignal = new System.Windows.Forms.ToolStripDropDownButton();
            this.tsbPass = new System.Windows.Forms.ToolStripDropDownButton();
            this.tsbRecovery = new System.Windows.Forms.ToolStripDropDownButton();
            this.tsbConnect = new System.Windows.Forms.ToolStripButton();
            this.tsbPrint = new System.Windows.Forms.ToolStripButton();
            this.tsbOrderOperation = new System.Windows.Forms.ToolStripDropDownButton();
            this.tsmiSuspendOrder = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiCancelSuspend = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiResetOrder = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiTakebackOrder = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiDeleteOrder = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiIgnoreFISBreak = new System.Windows.Forms.ToolStripMenuItem();
            this.tsbAndon = new System.Windows.Forms.ToolStripButton();
            this.tsbSearch = new System.Windows.Forms.ToolStripButton();
            this.btnEditProduct = new System.Windows.Forms.ToolStripButton();
            this.btnRefresh = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.panel4 = new System.Windows.Forms.Panel();
            this.plInfo = new System.Windows.Forms.Panel();
            this.gbMlist = new System.Windows.Forms.GroupBox();
            this.dgvMlist = new System.Windows.Forms.DataGridView();
            this.dgcMListMaterialName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgcMListMaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgcMListQty = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btnCollapse = new System.Windows.Forms.Button();
            this.plPlanAndRecord = new System.Windows.Forms.Panel();
            this.cbPlanFilter = new System.Windows.Forms.ComboBox();
            this.label10 = new System.Windows.Forms.Label();
            this.cbListRowcount = new System.Windows.Forms.ComboBox();
            this.cbRefreshRate = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.tabView = new System.Windows.Forms.TabControl();
            this.tpPlan = new System.Windows.Forms.TabPage();
            this.dgvPlan = new System.Windows.Forms.DataGridView();
            this.dgcOrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgcSeq = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgcMaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgcMaterialName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgcState = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgcPlanDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgcShift = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tlpPlanCount = new System.Windows.Forms.TableLayoutPanel();
            this.lblDayPlanCount = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.lblShiftCompleteCount = new System.Windows.Forms.Label();
            this.lblShiftPlanCount = new System.Windows.Forms.Label();
            this.lblPlanCount = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.tpRecord = new System.Windows.Forms.TabPage();
            this.DGViewProList = new System.Windows.Forms.DataGridView();
            this.PRODUCTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PRODUCTCODESTR = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.MOLDNUMBER = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.OPERATEDDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PPID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PROID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PType = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.OPERATESTATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.panel2.SuspendLayout();
            this.panelSearch.SuspendLayout();
            this.plDAI.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit();
            this.toolStrip1.SuspendLayout();
            this.panel4.SuspendLayout();
            this.plInfo.SuspendLayout();
            this.gbMlist.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvMlist)).BeginInit();
            this.plPlanAndRecord.SuspendLayout();
            this.tabView.SuspendLayout();
            this.tpPlan.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).BeginInit();
            this.tlpPlanCount.SuspendLayout();
            this.tpRecord.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DGViewProList)).BeginInit();
            this.SuspendLayout();
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.SystemColors.InactiveBorder;
            this.panel2.Controls.Add(this.btnChange);
            this.panel2.Controls.Add(this.cbMould);
            this.panel2.Controls.Add(this.lblError);
            this.panel2.Controls.Add(this.lblLock);
            this.panel2.Controls.Add(this.comMachine);
            this.panel2.Controls.Add(this.btnAdd);
            this.panel2.Controls.Add(this.txtCode);
            this.panel2.Controls.Add(this.label1);
            this.panel2.Controls.Add(this.lblMouldTitle);
            this.panel2.Controls.Add(this.label2);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1211, 148);
            this.panel2.TabIndex = 15;
            // 
            // btnChange
            // 
            this.btnChange.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnChange.Location = new System.Drawing.Point(1058, 17);
            this.btnChange.Name = "btnChange";
            this.btnChange.Size = new System.Drawing.Size(96, 31);
            this.btnChange.TabIndex = 11;
            this.btnChange.Text = "切换设备";
            this.btnChange.UseVisualStyleBackColor = true;
            this.btnChange.Visible = false;
            this.btnChange.Click += new System.EventHandler(this.btnChange_Click);
            // 
            // cbMould
            // 
            this.cbMould.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbMould.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cbMould.FormattingEnabled = true;
            this.cbMould.Location = new System.Drawing.Point(895, 18);
            this.cbMould.Name = "cbMould";
            this.cbMould.Size = new System.Drawing.Size(151, 29);
            this.cbMould.TabIndex = 10;
            this.cbMould.SelectedIndexChanged += new System.EventHandler(this.cbMould_SelectedIndexChanged);
            // 
            // lblError
            // 
            this.lblError.BackColor = System.Drawing.SystemColors.InactiveBorder;
            this.lblError.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.lblError.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.lblError.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold);
            this.lblError.Location = new System.Drawing.Point(0, 54);
            this.lblError.Multiline = true;
            this.lblError.Name = "lblError";
            this.lblError.ReadOnly = true;
            this.lblError.Size = new System.Drawing.Size(1211, 94);
            this.lblError.TabIndex = 9;
            this.lblError.Text = "文字信息";
            // 
            // lblLock
            // 
            this.lblLock.AutoSize = true;
            this.lblLock.Location = new System.Drawing.Point(1160, 22);
            this.lblLock.Name = "lblLock";
            this.lblLock.Size = new System.Drawing.Size(56, 17);
            this.lblLock.TabIndex = 8;
            this.lblLock.TabStop = true;
            this.lblLock.Tag = "0";
            this.lblLock.Text = "锁定工位";
            this.lblLock.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblLock_LinkClicked);
            // 
            // comMachine
            // 
            this.comMachine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comMachine.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comMachine.FormattingEnabled = true;
            this.comMachine.Location = new System.Drawing.Point(631, 18);
            this.comMachine.Name = "comMachine";
            this.comMachine.Size = new System.Drawing.Size(195, 29);
            this.comMachine.TabIndex = 7;
            this.comMachine.SelectionChangeCommitted += new System.EventHandler(this.comMachine_SelectionChangeCommitted);
            // 
            // btnAdd
            // 
            this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnAdd.Location = new System.Drawing.Point(463, 17);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(65, 31);
            this.btnAdd.TabIndex = 6;
            this.btnAdd.Text = "提交";
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // txtCode
            // 
            this.txtCode.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.txtCode.ImeMode = System.Windows.Forms.ImeMode.Disable;
            this.txtCode.Location = new System.Drawing.Point(90, 18);
            this.txtCode.Name = "txtCode";
            this.txtCode.Size = new System.Drawing.Size(367, 29);
            this.txtCode.TabIndex = 5;
            this.txtCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCode_KeyDown);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(7, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(82, 20);
            this.label1.TabIndex = 0;
            this.label1.Text = "条       码:";
            // 
            // lblMouldTitle
            // 
            this.lblMouldTitle.AutoSize = true;
            this.lblMouldTitle.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblMouldTitle.Location = new System.Drawing.Point(837, 22);
            this.lblMouldTitle.Name = "lblMouldTitle";
            this.lblMouldTitle.Size = new System.Drawing.Size(54, 20);
            this.lblMouldTitle.TabIndex = 4;
            this.lblMouldTitle.Text = "模架:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(544, 22);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(84, 20);
            this.label2.TabIndex = 4;
            this.label2.Text = "当前设备:";
            // 
            // panelSearch
            // 
            this.panelSearch.BackColor = System.Drawing.SystemColors.ScrollBar;
            this.panelSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panelSearch.Controls.Add(this.lblMould);
            this.panelSearch.Controls.Add(this.lblWorkcellState);
            this.panelSearch.Controls.Add(this.lblMouldTitle2);
            this.panelSearch.Controls.Add(this.label9);
            this.panelSearch.Controls.Add(this.label3);
            this.panelSearch.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelSearch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.panelSearch.Location = new System.Drawing.Point(0, 148);
            this.panelSearch.Name = "panelSearch";
            this.panelSearch.Size = new System.Drawing.Size(1211, 35);
            this.panelSearch.TabIndex = 17;
            // 
            // lblMould
            // 
            this.lblMould.AutoSize = true;
            this.lblMould.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblMould.Location = new System.Drawing.Point(498, 4);
            this.lblMould.Name = "lblMould";
            this.lblMould.Size = new System.Drawing.Size(0, 26);
            this.lblMould.TabIndex = 5;
            // 
            // lblWorkcellState
            // 
            this.lblWorkcellState.AutoSize = true;
            this.lblWorkcellState.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblWorkcellState.Location = new System.Drawing.Point(204, 4);
            this.lblWorkcellState.Name = "lblWorkcellState";
            this.lblWorkcellState.Size = new System.Drawing.Size(50, 26);
            this.lblWorkcellState.TabIndex = 0;
            this.lblWorkcellState.Text = "准备";
            // 
            // lblMouldTitle2
            // 
            this.lblMouldTitle2.AutoSize = true;
            this.lblMouldTitle2.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblMouldTitle2.Location = new System.Drawing.Point(415, 7);
            this.lblMouldTitle2.Name = "lblMouldTitle2";
            this.lblMouldTitle2.Size = new System.Drawing.Size(84, 20);
            this.lblMouldTitle2.TabIndex = 6;
            this.lblMouldTitle2.Text = "当前模架:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label9.Location = new System.Drawing.Point(5, 6);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(74, 22);
            this.label9.TabIndex = 0;
            this.label9.Text = "数据采集";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(125, 7);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(84, 20);
            this.label3.TabIndex = 4;
            this.label3.Text = "当前状态:";
            // 
            // plDAI
            // 
            this.plDAI.Controls.Add(this.DGView);
            this.plDAI.Dock = System.Windows.Forms.DockStyle.Top;
            this.plDAI.Location = new System.Drawing.Point(0, 183);
            this.plDAI.Name = "plDAI";
            this.plDAI.Size = new System.Drawing.Size(1211, 127);
            this.plDAI.TabIndex = 18;
            // 
            // DGView
            // 
            this.DGView.AllowUserToAddRows = false;
            this.DGView.AllowUserToDeleteRows = false;
            this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.DGView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dgcMouldCode,
            this.dgcMouldName,
            this.daname,
            this.statename,
            this.datype,
            this.materialtypename,
            this.dgcDAMaterialCode,
            this.davalue,
            this.daresult,
            this.Pid});
            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle11.Padding = new System.Windows.Forms.Padding(0, 0, 14, 0);
            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.DGView.DefaultCellStyle = dataGridViewCellStyle11;
            this.DGView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.DGView.GridColor = System.Drawing.SystemColors.ControlDarkDark;
            this.DGView.Location = new System.Drawing.Point(0, 0);
            this.DGView.Name = "DGView";
            this.DGView.ReadOnly = true;
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
            this.DGView.RowTemplate.Height = 30;
            this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.DGView.Size = new System.Drawing.Size(1211, 127);
            this.DGView.TabIndex = 3;
            this.DGView.Tag = "0";
            this.DGView.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DG_RowPostPaint);
            // 
            // dgcMouldCode
            // 
            this.dgcMouldCode.DataPropertyName = "MouldCode";
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold);
            this.dgcMouldCode.DefaultCellStyle = dataGridViewCellStyle2;
            this.dgcMouldCode.HeaderText = "模架编号";
            this.dgcMouldCode.Name = "dgcMouldCode";
            this.dgcMouldCode.ReadOnly = true;
            this.dgcMouldCode.Visible = false;
            this.dgcMouldCode.Width = 115;
            // 
            // dgcMouldName
            // 
            this.dgcMouldName.DataPropertyName = "MouldName";
            dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 15.25F, System.Drawing.FontStyle.Bold);
            this.dgcMouldName.DefaultCellStyle = dataGridViewCellStyle3;
            this.dgcMouldName.HeaderText = "模架";
            this.dgcMouldName.Name = "dgcMouldName";
            this.dgcMouldName.ReadOnly = true;
            this.dgcMouldName.Width = 81;
            // 
            // daname
            // 
            this.daname.DataPropertyName = "DAName";
            dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F);
            this.daname.DefaultCellStyle = dataGridViewCellStyle4;
            this.daname.HeaderText = "采集项名称";
            this.daname.Name = "daname";
            this.daname.ReadOnly = true;
            this.daname.Width = 132;
            // 
            // statename
            // 
            this.statename.DataPropertyName = "StateName";
            dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.statename.DefaultCellStyle = dataGridViewCellStyle5;
            this.statename.HeaderText = "采集时序";
            this.statename.Name = "statename";
            this.statename.ReadOnly = true;
            this.statename.Visible = false;
            this.statename.Width = 115;
            // 
            // datype
            // 
            this.datype.DataPropertyName = "DAType";
            dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F);
            this.datype.DefaultCellStyle = dataGridViewCellStyle6;
            this.datype.HeaderText = "数据类型";
            this.datype.Name = "datype";
            this.datype.ReadOnly = true;
            this.datype.Width = 115;
            // 
            // materialtypename
            // 
            this.materialtypename.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.materialtypename.DataPropertyName = "MaterialCode";
            dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 15.75F);
            this.materialtypename.DefaultCellStyle = dataGridViewCellStyle7;
            this.materialtypename.FillWeight = 50F;
            this.materialtypename.HeaderText = "物料类型";
            this.materialtypename.Name = "materialtypename";
            this.materialtypename.ReadOnly = true;
            // 
            // dgcDAMaterialCode
            // 
            this.dgcDAMaterialCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.dgcDAMaterialCode.DataPropertyName = "MaterialName";
            dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.dgcDAMaterialCode.DefaultCellStyle = dataGridViewCellStyle8;
            this.dgcDAMaterialCode.FillWeight = 50F;
            this.dgcDAMaterialCode.HeaderText = "物料名称";
            this.dgcDAMaterialCode.Name = "dgcDAMaterialCode";
            this.dgcDAMaterialCode.ReadOnly = true;
            // 
            // davalue
            // 
            this.davalue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.davalue.DataPropertyName = "DAValue";
            dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 15.75F);
            this.davalue.DefaultCellStyle = dataGridViewCellStyle9;
            this.davalue.HeaderText = "采集值";
            this.davalue.Name = "davalue";
            this.davalue.ReadOnly = true;
            // 
            // daresult
            // 
            this.daresult.DataPropertyName = "DAResult";
            dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 15.75F);
            this.daresult.DefaultCellStyle = dataGridViewCellStyle10;
            this.daresult.HeaderText = "结果";
            this.daresult.Name = "daresult";
            this.daresult.ReadOnly = true;
            this.daresult.Width = 81;
            // 
            // Pid
            // 
            this.Pid.DataPropertyName = "DACode";
            this.Pid.HeaderText = "DACode";
            this.Pid.Name = "Pid";
            this.Pid.ReadOnly = true;
            this.Pid.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.Pid.Visible = false;
            this.Pid.Width = 101;
            // 
            // 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.tsbCancel,
            this.tsbReSignal,
            this.tsbPass,
            this.tsbRecovery,
            this.tsbConnect,
            this.tsbPrint,
            this.tsbOrderOperation,
            this.tsbAndon,
            this.tsbSearch,
            this.btnEditProduct,
            this.btnRefresh,
            this.toolStripButton1});
            this.toolStrip1.Location = new System.Drawing.Point(0, 396);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(1211, 70);
            this.toolStrip1.Stretch = true;
            this.toolStrip1.TabIndex = 19;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // tsbCancel
            // 
            this.tsbCancel.AutoSize = false;
            this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
            this.tsbCancel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbCancel.ImageTransparentColor = System.Drawing.Color.White;
            this.tsbCancel.Name = "tsbCancel";
            this.tsbCancel.Size = new System.Drawing.Size(100, 60);
            this.tsbCancel.Text = "复位";
            this.tsbCancel.ToolTipText = "取消";
            this.tsbCancel.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsbCancel_DropDownItemClicked);
            this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
            // 
            // tsbReSignal
            // 
            this.tsbReSignal.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.tsbReSignal.Image = global::QMAPP.WinForm.Resource1.signal;
            this.tsbReSignal.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbReSignal.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbReSignal.Name = "tsbReSignal";
            this.tsbReSignal.Size = new System.Drawing.Size(131, 67);
            this.tsbReSignal.Text = "重发信号";
            this.tsbReSignal.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsbReSignal_DropDownItemClicked);
            this.tsbReSignal.Click += new System.EventHandler(this.tsbReSignal_Click);
            // 
            // tsbPass
            // 
            this.tsbPass.AutoSize = false;
            this.tsbPass.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.tsbPass.Image = ((System.Drawing.Image)(resources.GetObject("tsbPass.Image")));
            this.tsbPass.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbPass.ImageTransparentColor = System.Drawing.Color.White;
            this.tsbPass.Name = "tsbPass";
            this.tsbPass.Size = new System.Drawing.Size(100, 60);
            this.tsbPass.Text = "放行";
            this.tsbPass.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsbPass_DropDownItemClicked);
            this.tsbPass.Click += new System.EventHandler(this.tsbPass_Click);
            // 
            // tsbRecovery
            // 
            this.tsbRecovery.AutoSize = false;
            this.tsbRecovery.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.tsbRecovery.Image = ((System.Drawing.Image)(resources.GetObject("tsbRecovery.Image")));
            this.tsbRecovery.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbRecovery.ImageTransparentColor = System.Drawing.Color.White;
            this.tsbRecovery.Name = "tsbRecovery";
            this.tsbRecovery.Size = new System.Drawing.Size(100, 60);
            this.tsbRecovery.Text = "撤销";
            this.tsbRecovery.ToolTipText = "取消";
            this.tsbRecovery.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsbRecovery_DropDownItemClicked);
            this.tsbRecovery.Click += new System.EventHandler(this.tsbRecovery_Click);
            // 
            // tsbConnect
            // 
            this.tsbConnect.AutoSize = false;
            this.tsbConnect.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.tsbConnect.Image = ((System.Drawing.Image)(resources.GetObject("tsbConnect.Image")));
            this.tsbConnect.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbConnect.ImageTransparentColor = System.Drawing.Color.White;
            this.tsbConnect.Name = "tsbConnect";
            this.tsbConnect.Size = new System.Drawing.Size(140, 60);
            this.tsbConnect.Text = "重接服务器";
            this.tsbConnect.Click += new System.EventHandler(this.tsbConnect_Click);
            // 
            // tsbPrint
            // 
            this.tsbPrint.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.tsbPrint.Image = ((System.Drawing.Image)(resources.GetObject("tsbPrint.Image")));
            this.tsbPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbPrint.ImageTransparentColor = System.Drawing.Color.White;
            this.tsbPrint.Name = "tsbPrint";
            this.tsbPrint.Size = new System.Drawing.Size(142, 67);
            this.tsbPrint.Text = "重打总成码";
            this.tsbPrint.Visible = false;
            this.tsbPrint.Click += new System.EventHandler(this.tsbPrint_Click);
            // 
            // tsbOrderOperation
            // 
            this.tsbOrderOperation.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiSuspendOrder,
            this.tsmiCancelSuspend,
            this.tsmiResetOrder,
            this.tsmiTakebackOrder,
            this.tsmiDeleteOrder,
            this.tsmiIgnoreFISBreak});
            this.tsbOrderOperation.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.tsbOrderOperation.Image = global::QMAPP.WinForm.Resource1.edit;
            this.tsbOrderOperation.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbOrderOperation.ImageTransparentColor = System.Drawing.Color.White;
            this.tsbOrderOperation.Name = "tsbOrderOperation";
            this.tsbOrderOperation.Size = new System.Drawing.Size(135, 67);
            this.tsbOrderOperation.Text = "工单操作";
            // 
            // tsmiSuspendOrder
            // 
            this.tsmiSuspendOrder.Image = global::QMAPP.WinForm.Resource1.stop;
            this.tsmiSuspendOrder.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7);
            this.tsmiSuspendOrder.Name = "tsmiSuspendOrder";
            this.tsmiSuspendOrder.Size = new System.Drawing.Size(167, 26);
            this.tsmiSuspendOrder.Text = "挂起工单";
            this.tsmiSuspendOrder.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.tsmiSuspendOrder.Click += new System.EventHandler(this.tsmiSuspendOrder_Click);
            // 
            // tsmiCancelSuspend
            // 
            this.tsmiCancelSuspend.Image = global::QMAPP.WinForm.Resource1.back;
            this.tsmiCancelSuspend.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7);
            this.tsmiCancelSuspend.Name = "tsmiCancelSuspend";
            this.tsmiCancelSuspend.Size = new System.Drawing.Size(167, 26);
            this.tsmiCancelSuspend.Text = "取消挂起";
            this.tsmiCancelSuspend.Click += new System.EventHandler(this.tsmiCancelSuspend_Click);
            // 
            // tsmiResetOrder
            // 
            this.tsmiResetOrder.Image = global::QMAPP.WinForm.Resource1.reload;
            this.tsmiResetOrder.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7);
            this.tsmiResetOrder.Name = "tsmiResetOrder";
            this.tsmiResetOrder.Size = new System.Drawing.Size(167, 26);
            this.tsmiResetOrder.Text = "重置工单";
            this.tsmiResetOrder.Click += new System.EventHandler(this.tsmiResetOrder_Click);
            // 
            // tsmiTakebackOrder
            // 
            this.tsmiTakebackOrder.Image = global::QMAPP.WinForm.Resource1.undo;
            this.tsmiTakebackOrder.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7);
            this.tsmiTakebackOrder.Name = "tsmiTakebackOrder";
            this.tsmiTakebackOrder.Size = new System.Drawing.Size(167, 26);
            this.tsmiTakebackOrder.Text = "收回工单";
            this.tsmiTakebackOrder.Click += new System.EventHandler(this.tsmiTakebackOrder_Click);
            // 
            // tsmiDeleteOrder
            // 
            this.tsmiDeleteOrder.Image = global::QMAPP.WinForm.Resource1.delete;
            this.tsmiDeleteOrder.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7);
            this.tsmiDeleteOrder.Name = "tsmiDeleteOrder";
            this.tsmiDeleteOrder.Size = new System.Drawing.Size(167, 26);
            this.tsmiDeleteOrder.Text = "删除工单";
            this.tsmiDeleteOrder.Click += new System.EventHandler(this.tsmiDeleteOrder_Click);
            // 
            // tsmiIgnoreFISBreak
            // 
            this.tsmiIgnoreFISBreak.Image = global::QMAPP.WinForm.Resource1.recover;
            this.tsmiIgnoreFISBreak.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7);
            this.tsmiIgnoreFISBreak.Name = "tsmiIgnoreFISBreak";
            this.tsmiIgnoreFISBreak.Size = new System.Drawing.Size(167, 26);
            this.tsmiIgnoreFISBreak.Text = "忽略FIS断号";
            this.tsmiIgnoreFISBreak.Click += new System.EventHandler(this.tsmiIgnoreFISBreak_Click);
            // 
            // tsbAndon
            // 
            this.tsbAndon.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.tsbAndon.Image = global::QMAPP.WinForm.Resource1.call;
            this.tsbAndon.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbAndon.ImageTransparentColor = System.Drawing.Color.White;
            this.tsbAndon.Name = "tsbAndon";
            this.tsbAndon.Size = new System.Drawing.Size(147, 67);
            this.tsbAndon.Text = "ANDON呼叫";
            this.tsbAndon.Click += new System.EventHandler(this.tsbAndon_Click);
            // 
            // tsbSearch
            // 
            this.tsbSearch.AutoSize = false;
            this.tsbSearch.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
            this.tsbSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbSearch.Name = "tsbSearch";
            this.tsbSearch.Size = new System.Drawing.Size(100, 60);
            this.tsbSearch.Text = "查询";
            this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
            // 
            // btnEditProduct
            // 
            this.btnEditProduct.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnEditProduct.Image = global::QMAPP.WinForm.Resource1.edit;
            this.btnEditProduct.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnEditProduct.ImageTransparentColor = System.Drawing.Color.White;
            this.btnEditProduct.Name = "btnEditProduct";
            this.btnEditProduct.Size = new System.Drawing.Size(126, 67);
            this.btnEditProduct.Text = "产品返修";
            this.btnEditProduct.Visible = false;
            this.btnEditProduct.Click += new System.EventHandler(this.btnEditProduct_Click);
            // 
            // btnRefresh
            // 
            this.btnRefresh.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnRefresh.Image = global::QMAPP.WinForm.Resource1.reload;
            this.btnRefresh.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnRefresh.Name = "btnRefresh";
            this.btnRefresh.Size = new System.Drawing.Size(62, 67);
            this.btnRefresh.Text = "刷新";
            this.btnRefresh.Visible = false;
            this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.Image = global::QMAPP.WinForm.Resource1.barchart;
            this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(120, 67);
            this.toolStripButton1.Text = "缺陷统计卡";
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // panel4
            // 
            this.panel4.BackColor = System.Drawing.SystemColors.ScrollBar;
            this.panel4.Controls.Add(this.plInfo);
            this.panel4.Controls.Add(this.plPlanAndRecord);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 310);
            this.panel4.Name = "panel4";
            this.panel4.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
            this.panel4.Size = new System.Drawing.Size(1211, 86);
            this.panel4.TabIndex = 21;
            // 
            // plInfo
            // 
            this.plInfo.BackColor = System.Drawing.SystemColors.Control;
            this.plInfo.Controls.Add(this.gbMlist);
            this.plInfo.Controls.Add(this.btnCollapse);
            this.plInfo.Dock = System.Windows.Forms.DockStyle.Right;
            this.plInfo.Location = new System.Drawing.Point(348, 3);
            this.plInfo.Name = "plInfo";
            this.plInfo.Padding = new System.Windows.Forms.Padding(5);
            this.plInfo.Size = new System.Drawing.Size(863, 83);
            this.plInfo.TabIndex = 1;
            this.plInfo.Visible = false;
            // 
            // gbMlist
            // 
            this.gbMlist.Controls.Add(this.dgvMlist);
            this.gbMlist.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gbMlist.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gbMlist.Location = new System.Drawing.Point(41, 5);
            this.gbMlist.Name = "gbMlist";
            this.gbMlist.Size = new System.Drawing.Size(817, 73);
            this.gbMlist.TabIndex = 0;
            this.gbMlist.TabStop = false;
            this.gbMlist.Text = "装配物料清单";
            // 
            // dgvMlist
            // 
            this.dgvMlist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvMlist.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dgcMListMaterialName,
            this.dgcMListMaterialCode,
            this.dgcMListQty});
            this.dgvMlist.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvMlist.Location = new System.Drawing.Point(3, 28);
            this.dgvMlist.Name = "dgvMlist";
            this.dgvMlist.ReadOnly = true;
            this.dgvMlist.RowHeadersVisible = false;
            this.dgvMlist.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.dgvMlist.RowTemplate.Height = 35;
            this.dgvMlist.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvMlist.Size = new System.Drawing.Size(811, 42);
            this.dgvMlist.TabIndex = 0;
            // 
            // dgcMListMaterialName
            // 
            this.dgcMListMaterialName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dgcMListMaterialName.DataPropertyName = "MATERIAL_NAME";
            this.dgcMListMaterialName.HeaderText = "物料名称";
            this.dgcMListMaterialName.Name = "dgcMListMaterialName";
            this.dgcMListMaterialName.ReadOnly = true;
            this.dgcMListMaterialName.Width = 113;
            // 
            // dgcMListMaterialCode
            // 
            this.dgcMListMaterialCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dgcMListMaterialCode.DataPropertyName = "MATERIAL_CODE";
            this.dgcMListMaterialCode.HeaderText = "物料号";
            this.dgcMListMaterialCode.Name = "dgcMListMaterialCode";
            this.dgcMListMaterialCode.ReadOnly = true;
            this.dgcMListMaterialCode.Width = 94;
            // 
            // dgcMListQty
            // 
            this.dgcMListQty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dgcMListQty.DataPropertyName = "UNIT_SUM";
            this.dgcMListQty.HeaderText = "数量";
            this.dgcMListQty.Name = "dgcMListQty";
            this.dgcMListQty.ReadOnly = true;
            this.dgcMListQty.Width = 75;
            // 
            // btnCollapse
            // 
            this.btnCollapse.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnCollapse.Image = global::QMAPP.WinForm.Resource1.back;
            this.btnCollapse.Location = new System.Drawing.Point(5, 5);
            this.btnCollapse.Name = "btnCollapse";
            this.btnCollapse.Size = new System.Drawing.Size(36, 73);
            this.btnCollapse.TabIndex = 1;
            this.btnCollapse.UseVisualStyleBackColor = true;
            this.btnCollapse.Click += new System.EventHandler(this.btnCollapse_Click);
            // 
            // plPlanAndRecord
            // 
            this.plPlanAndRecord.Controls.Add(this.cbPlanFilter);
            this.plPlanAndRecord.Controls.Add(this.label10);
            this.plPlanAndRecord.Controls.Add(this.cbListRowcount);
            this.plPlanAndRecord.Controls.Add(this.cbRefreshRate);
            this.plPlanAndRecord.Controls.Add(this.label8);
            this.plPlanAndRecord.Controls.Add(this.label6);
            this.plPlanAndRecord.Controls.Add(this.tabView);
            this.plPlanAndRecord.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plPlanAndRecord.Location = new System.Drawing.Point(0, 3);
            this.plPlanAndRecord.Name = "plPlanAndRecord";
            this.plPlanAndRecord.Size = new System.Drawing.Size(1211, 83);
            this.plPlanAndRecord.TabIndex = 0;
            // 
            // cbPlanFilter
            // 
            this.cbPlanFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbPlanFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbPlanFilter.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cbPlanFilter.FormattingEnabled = true;
            this.cbPlanFilter.Items.AddRange(new object[] {
            "显示全部工单",
            "隐藏挂起工单",
            "只看挂起工单"});
            this.cbPlanFilter.Location = new System.Drawing.Point(743, 1);
            this.cbPlanFilter.Name = "cbPlanFilter";
            this.cbPlanFilter.Size = new System.Drawing.Size(143, 33);
            this.cbPlanFilter.TabIndex = 17;
            // 
            // label10
            // 
            this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(685, 11);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(53, 12);
            this.label10.TabIndex = 16;
            this.label10.Text = "工单过滤";
            // 
            // cbListRowcount
            // 
            this.cbListRowcount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbListRowcount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbListRowcount.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cbListRowcount.FormattingEnabled = true;
            this.cbListRowcount.Items.AddRange(new object[] {
            "20",
            "30",
            "40",
            "50",
            "100"});
            this.cbListRowcount.Location = new System.Drawing.Point(973, 1);
            this.cbListRowcount.Name = "cbListRowcount";
            this.cbListRowcount.Size = new System.Drawing.Size(78, 33);
            this.cbListRowcount.TabIndex = 15;
            // 
            // cbRefreshRate
            // 
            this.cbRefreshRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbRefreshRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbRefreshRate.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cbRefreshRate.FormattingEnabled = true;
            this.cbRefreshRate.Items.AddRange(new object[] {
            "1s",
            "2s",
            "5s",
            "10s",
            "15s",
            "20s"});
            this.cbRefreshRate.Location = new System.Drawing.Point(1138, 1);
            this.cbRefreshRate.Name = "cbRefreshRate";
            this.cbRefreshRate.Size = new System.Drawing.Size(66, 33);
            this.cbRefreshRate.TabIndex = 14;
            // 
            // label8
            // 
            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(891, 11);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(77, 12);
            this.label8.TabIndex = 12;
            this.label8.Text = "列表显示行数";
            // 
            // label6
            // 
            this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(1056, 11);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(77, 12);
            this.label6.TabIndex = 13;
            this.label6.Text = "计划刷新频率";
            // 
            // tabView
            // 
            this.tabView.Controls.Add(this.tpPlan);
            this.tabView.Controls.Add(this.tpRecord);
            this.tabView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabView.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabView.ItemSize = new System.Drawing.Size(120, 32);
            this.tabView.Location = new System.Drawing.Point(0, 0);
            this.tabView.Name = "tabView";
            this.tabView.SelectedIndex = 0;
            this.tabView.Size = new System.Drawing.Size(1211, 83);
            this.tabView.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.tabView.TabIndex = 11;
            // 
            // tpPlan
            // 
            this.tpPlan.Controls.Add(this.dgvPlan);
            this.tpPlan.Controls.Add(this.tlpPlanCount);
            this.tpPlan.Location = new System.Drawing.Point(4, 36);
            this.tpPlan.Name = "tpPlan";
            this.tpPlan.Size = new System.Drawing.Size(1203, 43);
            this.tpPlan.TabIndex = 0;
            this.tpPlan.Text = "生产计划";
            this.tpPlan.UseVisualStyleBackColor = true;
            // 
            // dgvPlan
            // 
            this.dgvPlan.AllowUserToAddRows = false;
            this.dgvPlan.AllowUserToDeleteRows = false;
            this.dgvPlan.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dgvPlan.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
            this.dgvPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dgcOrderNo,
            this.dgcSeq,
            this.dgcMaterialCode,
            this.dgcMaterialName,
            this.dgcState,
            this.dgcPlanDate,
            this.dgcShift,
            this.dataGridViewTextBoxColumn8,
            this.dataGridViewTextBoxColumn9,
            this.dataGridViewTextBoxColumn10,
            this.dataGridViewTextBoxColumn11});
            this.dgvPlan.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvPlan.Location = new System.Drawing.Point(0, 0);
            this.dgvPlan.Name = "dgvPlan";
            this.dgvPlan.ReadOnly = true;
            dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle21.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle21.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvPlan.RowHeadersDefaultCellStyle = dataGridViewCellStyle21;
            dataGridViewCellStyle22.Padding = new System.Windows.Forms.Padding(0, 0, 8, 0);
            this.dgvPlan.RowsDefaultCellStyle = dataGridViewCellStyle22;
            this.dgvPlan.RowTemplate.Height = 23;
            this.dgvPlan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvPlan.Size = new System.Drawing.Size(1038, 43);
            this.dgvPlan.TabIndex = 6;
            this.dgvPlan.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvPlan_RowPrePaint);
            this.dgvPlan.SelectionChanged += new System.EventHandler(this.dgvPlan_SelectionChanged);
            // 
            // dgcOrderNo
            // 
            this.dgcOrderNo.DataPropertyName = "ORDERPLAN_NO";
            dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.dgcOrderNo.DefaultCellStyle = dataGridViewCellStyle14;
            this.dgcOrderNo.HeaderText = "订单号";
            this.dgcOrderNo.Name = "dgcOrderNo";
            this.dgcOrderNo.ReadOnly = true;
            this.dgcOrderNo.Width = 84;
            // 
            // dgcSeq
            // 
            this.dgcSeq.DataPropertyName = "SEQ";
            dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 15.75F);
            this.dgcSeq.DefaultCellStyle = dataGridViewCellStyle15;
            this.dgcSeq.HeaderText = "顺序号";
            this.dgcSeq.Name = "dgcSeq";
            this.dgcSeq.ReadOnly = true;
            this.dgcSeq.Width = 84;
            // 
            // dgcMaterialCode
            // 
            this.dgcMaterialCode.DataPropertyName = "MATERIAL_CODE";
            dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 15.75F);
            this.dgcMaterialCode.DefaultCellStyle = dataGridViewCellStyle16;
            this.dgcMaterialCode.HeaderText = "零件号";
            this.dgcMaterialCode.Name = "dgcMaterialCode";
            this.dgcMaterialCode.ReadOnly = true;
            this.dgcMaterialCode.Width = 84;
            // 
            // dgcMaterialName
            // 
            this.dgcMaterialName.DataPropertyName = "MATERIAL_NAME";
            dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 15.75F);
            this.dgcMaterialName.DefaultCellStyle = dataGridViewCellStyle17;
            this.dgcMaterialName.HeaderText = "零件描述";
            this.dgcMaterialName.Name = "dgcMaterialName";
            this.dgcMaterialName.ReadOnly = true;
            this.dgcMaterialName.Width = 101;
            // 
            // dgcState
            // 
            dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.dgcState.DefaultCellStyle = dataGridViewCellStyle18;
            this.dgcState.HeaderText = "工单状态";
            this.dgcState.MinimumWidth = 80;
            this.dgcState.Name = "dgcState";
            this.dgcState.ReadOnly = true;
            this.dgcState.Width = 101;
            // 
            // dgcPlanDate
            // 
            this.dgcPlanDate.DataPropertyName = "PLAN_DATE";
            dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 15.75F);
            this.dgcPlanDate.DefaultCellStyle = dataGridViewCellStyle19;
            this.dgcPlanDate.HeaderText = "计划日期";
            this.dgcPlanDate.Name = "dgcPlanDate";
            this.dgcPlanDate.ReadOnly = true;
            this.dgcPlanDate.Width = 101;
            // 
            // dgcShift
            // 
            this.dgcShift.DataPropertyName = "SHIFT_CODE";
            dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 15.75F);
            this.dgcShift.DefaultCellStyle = dataGridViewCellStyle20;
            this.dgcShift.HeaderText = "班次";
            this.dgcShift.Name = "dgcShift";
            this.dgcShift.ReadOnly = true;
            this.dgcShift.Width = 67;
            // 
            // dataGridViewTextBoxColumn8
            // 
            this.dataGridViewTextBoxColumn8.DataPropertyName = "PID";
            this.dataGridViewTextBoxColumn8.HeaderText = "Pid";
            this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
            this.dataGridViewTextBoxColumn8.ReadOnly = true;
            this.dataGridViewTextBoxColumn8.Visible = false;
            this.dataGridViewTextBoxColumn8.Width = 60;
            // 
            // dataGridViewTextBoxColumn9
            // 
            this.dataGridViewTextBoxColumn9.DataPropertyName = "PDID";
            this.dataGridViewTextBoxColumn9.HeaderText = "PROID";
            this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
            this.dataGridViewTextBoxColumn9.ReadOnly = true;
            this.dataGridViewTextBoxColumn9.Visible = false;
            this.dataGridViewTextBoxColumn9.Width = 78;
            // 
            // dataGridViewTextBoxColumn10
            // 
            this.dataGridViewTextBoxColumn10.DataPropertyName = "PRODUCTTYPE";
            this.dataGridViewTextBoxColumn10.HeaderText = "PType";
            this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
            this.dataGridViewTextBoxColumn10.ReadOnly = true;
            this.dataGridViewTextBoxColumn10.Visible = false;
            this.dataGridViewTextBoxColumn10.Width = 78;
            // 
            // dataGridViewTextBoxColumn11
            // 
            this.dataGridViewTextBoxColumn11.DataPropertyName = "OPERATESTATE";
            this.dataGridViewTextBoxColumn11.HeaderText = "OPERATESTATE";
            this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
            this.dataGridViewTextBoxColumn11.ReadOnly = true;
            this.dataGridViewTextBoxColumn11.Visible = false;
            this.dataGridViewTextBoxColumn11.Width = 141;
            // 
            // tlpPlanCount
            // 
            this.tlpPlanCount.BackColor = System.Drawing.SystemColors.ScrollBar;
            this.tlpPlanCount.ColumnCount = 1;
            this.tlpPlanCount.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tlpPlanCount.Controls.Add(this.lblDayPlanCount, 0, 1);
            this.tlpPlanCount.Controls.Add(this.label11, 0, 0);
            this.tlpPlanCount.Controls.Add(this.lblShiftCompleteCount, 0, 7);
            this.tlpPlanCount.Controls.Add(this.lblShiftPlanCount, 0, 5);
            this.tlpPlanCount.Controls.Add(this.lblPlanCount, 0, 3);
            this.tlpPlanCount.Controls.Add(this.label7, 0, 6);
            this.tlpPlanCount.Controls.Add(this.label5, 0, 4);
            this.tlpPlanCount.Controls.Add(this.label4, 0, 2);
            this.tlpPlanCount.Dock = System.Windows.Forms.DockStyle.Right;
            this.tlpPlanCount.Location = new System.Drawing.Point(1038, 0);
            this.tlpPlanCount.Name = "tlpPlanCount";
            this.tlpPlanCount.RowCount = 8;
            this.tlpPlanCount.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.774436F));
            this.tlpPlanCount.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.03759F));
            this.tlpPlanCount.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.774436F));
            this.tlpPlanCount.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.03759F));
            this.tlpPlanCount.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.774436F));
            this.tlpPlanCount.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.03759F));
            this.tlpPlanCount.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.774436F));
            this.tlpPlanCount.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.78947F));
            this.tlpPlanCount.Size = new System.Drawing.Size(165, 43);
            this.tlpPlanCount.TabIndex = 4;
            // 
            // lblDayPlanCount
            // 
            this.lblDayPlanCount.AutoSize = true;
            this.lblDayPlanCount.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblDayPlanCount.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDayPlanCount.Location = new System.Drawing.Point(3, 4);
            this.lblDayPlanCount.Name = "lblDayPlanCount";
            this.lblDayPlanCount.Size = new System.Drawing.Size(159, 6);
            this.lblDayPlanCount.TabIndex = 8;
            this.lblDayPlanCount.Text = "0";
            this.lblDayPlanCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.label11.Location = new System.Drawing.Point(3, 0);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(159, 4);
            this.label11.TabIndex = 7;
            this.label11.Text = "当日计划总数量";
            // 
            // lblShiftCompleteCount
            // 
            this.lblShiftCompleteCount.AutoSize = true;
            this.lblShiftCompleteCount.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblShiftCompleteCount.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblShiftCompleteCount.Location = new System.Drawing.Point(3, 34);
            this.lblShiftCompleteCount.Name = "lblShiftCompleteCount";
            this.lblShiftCompleteCount.Size = new System.Drawing.Size(159, 9);
            this.lblShiftCompleteCount.TabIndex = 6;
            this.lblShiftCompleteCount.Text = "0";
            this.lblShiftCompleteCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblShiftPlanCount
            // 
            this.lblShiftPlanCount.AutoSize = true;
            this.lblShiftPlanCount.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblShiftPlanCount.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblShiftPlanCount.Location = new System.Drawing.Point(3, 24);
            this.lblShiftPlanCount.Name = "lblShiftPlanCount";
            this.lblShiftPlanCount.Size = new System.Drawing.Size(159, 6);
            this.lblShiftPlanCount.TabIndex = 5;
            this.lblShiftPlanCount.Text = "0";
            this.lblShiftPlanCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblPlanCount
            // 
            this.lblPlanCount.AutoSize = true;
            this.lblPlanCount.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblPlanCount.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblPlanCount.Location = new System.Drawing.Point(3, 14);
            this.lblPlanCount.Name = "lblPlanCount";
            this.lblPlanCount.Size = new System.Drawing.Size(159, 6);
            this.lblPlanCount.TabIndex = 4;
            this.lblPlanCount.Text = "0";
            this.lblPlanCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.label7.Location = new System.Drawing.Point(3, 30);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(159, 4);
            this.label7.TabIndex = 2;
            this.label7.Text = "本班次已完成数量";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.label5.Location = new System.Drawing.Point(3, 20);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(159, 4);
            this.label5.TabIndex = 1;
            this.label5.Text = "本班次待完成数量";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.label4.Location = new System.Drawing.Point(3, 10);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(159, 4);
            this.label4.TabIndex = 0;
            this.label4.Text = "待完成计划数量";
            // 
            // tpRecord
            // 
            this.tpRecord.Controls.Add(this.DGViewProList);
            this.tpRecord.Location = new System.Drawing.Point(4, 36);
            this.tpRecord.Name = "tpRecord";
            this.tpRecord.Size = new System.Drawing.Size(1203, 98);
            this.tpRecord.TabIndex = 1;
            this.tpRecord.Text = "加工记录";
            this.tpRecord.UseVisualStyleBackColor = true;
            // 
            // DGViewProList
            // 
            this.DGViewProList.AllowUserToAddRows = false;
            this.DGViewProList.AllowUserToDeleteRows = false;
            this.DGViewProList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.DGViewProList.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
            dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.DGViewProList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle23;
            this.DGViewProList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.DGViewProList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.PRODUCTCODE,
            this.PRODUCTCODESTR,
            this.MOLDNUMBER,
            this.dataGridViewTextBoxColumn2,
            this.Column5,
            this.OPERATEDDATE,
            this.PPID,
            this.PROID,
            this.PType,
            this.OPERATESTATE});
            this.DGViewProList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.DGViewProList.Location = new System.Drawing.Point(0, 0);
            this.DGViewProList.Name = "DGViewProList";
            this.DGViewProList.ReadOnly = true;
            dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle30.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle30.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle30.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle30.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle30.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.DGViewProList.RowHeadersDefaultCellStyle = dataGridViewCellStyle30;
            this.DGViewProList.RowTemplate.Height = 23;
            this.DGViewProList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.DGViewProList.Size = new System.Drawing.Size(1203, 98);
            this.DGViewProList.TabIndex = 5;
            this.DGViewProList.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.DGViewProList_RowPrePaint);
            // 
            // PRODUCTCODE
            // 
            this.PRODUCTCODE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.PRODUCTCODE.DataPropertyName = "PRODUCTCODE";
            dataGridViewCellStyle24.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.PRODUCTCODE.DefaultCellStyle = dataGridViewCellStyle24;
            this.PRODUCTCODE.FillWeight = 29.82234F;
            this.PRODUCTCODE.HeaderText = "条码";
            this.PRODUCTCODE.Name = "PRODUCTCODE";
            this.PRODUCTCODE.ReadOnly = true;
            this.PRODUCTCODE.Width = 240;
            // 
            // PRODUCTCODESTR
            // 
            this.PRODUCTCODESTR.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.PRODUCTCODESTR.DataPropertyName = "PRODUCTCODESTR";
            dataGridViewCellStyle25.Font = new System.Drawing.Font("宋体", 15.75F);
            this.PRODUCTCODESTR.DefaultCellStyle = dataGridViewCellStyle25;
            this.PRODUCTCODESTR.HeaderText = "骨架条码";
            this.PRODUCTCODESTR.Name = "PRODUCTCODESTR";
            this.PRODUCTCODESTR.ReadOnly = true;
            this.PRODUCTCODESTR.Visible = false;
            this.PRODUCTCODESTR.Width = 240;
            // 
            // MOLDNUMBER
            // 
            this.MOLDNUMBER.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.MOLDNUMBER.DataPropertyName = "MOLDNUMBER";
            dataGridViewCellStyle26.Font = new System.Drawing.Font("宋体", 15.75F);
            this.MOLDNUMBER.DefaultCellStyle = dataGridViewCellStyle26;
            this.MOLDNUMBER.FillWeight = 380.7106F;
            this.MOLDNUMBER.HeaderText = "模架号";
            this.MOLDNUMBER.Name = "MOLDNUMBER";
            this.MOLDNUMBER.ReadOnly = true;
            this.MOLDNUMBER.Width = 90;
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.dataGridViewTextBoxColumn2.DataPropertyName = "OPERATESTATETEXT";
            dataGridViewCellStyle27.Font = new System.Drawing.Font("宋体", 15.75F);
            this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle27;
            this.dataGridViewTextBoxColumn2.FillWeight = 29.82234F;
            this.dataGridViewTextBoxColumn2.HeaderText = "加工状态";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
            this.dataGridViewTextBoxColumn2.Width = 130;
            // 
            // Column5
            // 
            this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.Column5.DataPropertyName = "CREATEDATE";
            dataGridViewCellStyle28.Font = new System.Drawing.Font("宋体", 15.75F);
            this.Column5.DefaultCellStyle = dataGridViewCellStyle28;
            this.Column5.FillWeight = 29.82234F;
            this.Column5.HeaderText = "加工时间";
            this.Column5.Name = "Column5";
            this.Column5.ReadOnly = true;
            this.Column5.Width = 200;
            // 
            // OPERATEDDATE
            // 
            this.OPERATEDDATE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.OPERATEDDATE.DataPropertyName = "OPERATEDDATE";
            dataGridViewCellStyle29.Font = new System.Drawing.Font("宋体", 15.75F);
            this.OPERATEDDATE.DefaultCellStyle = dataGridViewCellStyle29;
            this.OPERATEDDATE.FillWeight = 29.82234F;
            this.OPERATEDDATE.HeaderText = "加工完成时间";
            this.OPERATEDDATE.Name = "OPERATEDDATE";
            this.OPERATEDDATE.ReadOnly = true;
            this.OPERATEDDATE.Width = 200;
            // 
            // PPID
            // 
            this.PPID.DataPropertyName = "PID";
            this.PPID.HeaderText = "Pid";
            this.PPID.Name = "PPID";
            this.PPID.ReadOnly = true;
            this.PPID.Visible = false;
            // 
            // PROID
            // 
            this.PROID.DataPropertyName = "PDID";
            this.PROID.HeaderText = "PROID";
            this.PROID.Name = "PROID";
            this.PROID.ReadOnly = true;
            this.PROID.Visible = false;
            // 
            // PType
            // 
            this.PType.DataPropertyName = "PRODUCTTYPE";
            this.PType.HeaderText = "PType";
            this.PType.Name = "PType";
            this.PType.ReadOnly = true;
            this.PType.Visible = false;
            // 
            // OPERATESTATE
            // 
            this.OPERATESTATE.DataPropertyName = "OPERATESTATE";
            this.OPERATESTATE.HeaderText = "OPERATESTATE";
            this.OPERATESTATE.Name = "OPERATESTATE";
            this.OPERATESTATE.ReadOnly = true;
            this.OPERATESTATE.Visible = false;
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // OperationForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1211, 466);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.plDAI);
            this.Controls.Add(this.panelSearch);
            this.Controls.Add(this.panel2);
            this.Name = "OperationForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "加工操作";
            this.Activated += new System.EventHandler(this.OperationForm_Activated);
            this.Load += new System.EventHandler(this.Form_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OperationForm_KeyDown);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.panelSearch.ResumeLayout(false);
            this.panelSearch.PerformLayout();
            this.plDAI.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.DGView)).EndInit();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.plInfo.ResumeLayout(false);
            this.gbMlist.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvMlist)).EndInit();
            this.plPlanAndRecord.ResumeLayout(false);
            this.plPlanAndRecord.PerformLayout();
            this.tabView.ResumeLayout(false);
            this.tpPlan.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).EndInit();
            this.tlpPlanCount.ResumeLayout(false);
            this.tlpPlanCount.PerformLayout();
            this.tpRecord.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.DGViewProList)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Panel panelSearch;
        private System.Windows.Forms.Panel plDAI;
        private System.Windows.Forms.DataGridView DGView;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtCode;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton tsbSearch;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.ComboBox comMachine;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.LinkLabel lblLock;
        private System.Windows.Forms.ToolStripButton tsbConnect;
        private System.Windows.Forms.ToolStripButton tsbPrint;
        private System.Windows.Forms.ToolStripButton btnRefresh;
        private System.Windows.Forms.ToolStripButton btnEditProduct;
        private System.Windows.Forms.Label lblWorkcellState;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox lblError;
        private System.Windows.Forms.ComboBox cbMould;
        private System.Windows.Forms.Label lblMouldTitle;
        private System.Windows.Forms.Label lblMould;
        private System.Windows.Forms.Label lblMouldTitle2;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.ToolStripDropDownButton tsbPass;
        private System.Windows.Forms.ToolStripDropDownButton tsbRecovery;
        private System.Windows.Forms.ToolStripDropDownButton tsbOrderOperation;
        private System.Windows.Forms.ToolStripMenuItem tsmiSuspendOrder;
        private System.Windows.Forms.ToolStripMenuItem tsmiResetOrder;
        private System.Windows.Forms.ToolStripMenuItem tsmiCancelSuspend;
        private System.Windows.Forms.ToolStripMenuItem tsmiTakebackOrder;
        private System.Windows.Forms.ToolStripMenuItem tsmiDeleteOrder;
        private System.Windows.Forms.ToolStripDropDownButton tsbReSignal;
        private System.Windows.Forms.ToolStripDropDownButton tsbCancel;
        private System.Windows.Forms.ToolStripButton tsbAndon;
        private System.Windows.Forms.ToolStripButton toolStripButton1;
        private System.Windows.Forms.Button btnChange;
        private System.Windows.Forms.Panel plPlanAndRecord;
        private System.Windows.Forms.ComboBox cbPlanFilter;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.ComboBox cbListRowcount;
        private System.Windows.Forms.ComboBox cbRefreshRate;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TabControl tabView;
        private System.Windows.Forms.TabPage tpPlan;
        private System.Windows.Forms.DataGridView dgvPlan;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcOrderNo;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcSeq;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcMaterialCode;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcMaterialName;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcState;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcPlanDate;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcShift;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
        private System.Windows.Forms.TableLayoutPanel tlpPlanCount;
        private System.Windows.Forms.Label lblDayPlanCount;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label lblShiftCompleteCount;
        private System.Windows.Forms.Label lblShiftPlanCount;
        private System.Windows.Forms.Label lblPlanCount;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TabPage tpRecord;
        private System.Windows.Forms.DataGridView DGViewProList;
        private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTCODE;
        private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTCODESTR;
        private System.Windows.Forms.DataGridViewTextBoxColumn MOLDNUMBER;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn OPERATEDDATE;
        private System.Windows.Forms.DataGridViewTextBoxColumn PPID;
        private System.Windows.Forms.DataGridViewTextBoxColumn PROID;
        private System.Windows.Forms.DataGridViewTextBoxColumn PType;
        private System.Windows.Forms.DataGridViewTextBoxColumn OPERATESTATE;
        private System.Windows.Forms.Panel plInfo;
        private System.Windows.Forms.GroupBox gbMlist;
        private System.Windows.Forms.DataGridView dgvMlist;
        private System.Windows.Forms.Button btnCollapse;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcMListMaterialName;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcMListMaterialCode;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcMListQty;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcMouldCode;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcMouldName;
        private System.Windows.Forms.DataGridViewTextBoxColumn daname;
        private System.Windows.Forms.DataGridViewTextBoxColumn statename;
        private System.Windows.Forms.DataGridViewTextBoxColumn datype;
        private System.Windows.Forms.DataGridViewTextBoxColumn materialtypename;
        private System.Windows.Forms.DataGridViewTextBoxColumn dgcDAMaterialCode;
        private System.Windows.Forms.DataGridViewTextBoxColumn davalue;
        private System.Windows.Forms.DataGridViewTextBoxColumn daresult;
        private System.Windows.Forms.DataGridViewTextBoxColumn Pid;
        private System.Windows.Forms.ToolStripMenuItem tsmiIgnoreFISBreak;


    }
}