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

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

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MachineCheckForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = 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 dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
            this.comShift = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tsbSearch = new System.Windows.Forms.ToolStripButton();
            this.tsbAdd = new System.Windows.Forms.ToolStripButton();
            this.tsbDelete = new System.Windows.Forms.ToolStripButton();
            this.tsbEdit = new System.Windows.Forms.ToolStripButton();
            this.DGView = new System.Windows.Forms.DataGridView();
            this.CHECKDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shiftCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CHECKRESULTTXT = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.checkStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CHECKTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.machineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.workCellCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.workLogCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CreatDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CreatUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.panelSearchTitle = new System.Windows.Forms.Panel();
            this.lblSearchTitle = new System.Windows.Forms.Label();
            this.panelSearch = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.comStatus = new System.Windows.Forms.ComboBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.pager1 = new QMAPP.WinForm.Controls.Pager();
            this.dtpStart = new System.Windows.Forms.DateTimePicker();
            this.dtpEnd = new System.Windows.Forms.DateTimePicker();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit();
            this.panelSearchTitle.SuspendLayout();
            this.panelSearch.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // comShift
            // 
            this.comShift.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comShift.Font = new System.Drawing.Font("宋体", 11F);
            this.comShift.FormattingEnabled = true;
            this.comShift.Items.AddRange(new object[] {
            "否",
            "是"});
            this.comShift.Location = new System.Drawing.Point(558, 17);
            this.comShift.Name = "comShift";
            this.comShift.Size = new System.Drawing.Size(140, 23);
            this.comShift.TabIndex = 1;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(246, 18);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(24, 20);
            this.label5.TabIndex = 2;
            this.label5.Text = "至";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(19, 18);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(39, 20);
            this.label4.TabIndex = 0;
            this.label4.Text = "日期";
            // 
            // 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(503, 18);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(39, 20);
            this.label1.TabIndex = 0;
            this.label1.Text = "班次";
            // 
            // toolStrip1
            // 
            this.toolStrip1.AutoSize = false;
            this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbSearch,
            this.tsbAdd,
            this.tsbDelete,
            this.tsbEdit});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(984, 70);
            this.toolStrip1.Stretch = true;
            this.toolStrip1.TabIndex = 2;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // 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);
            // 
            // tsbAdd
            // 
            this.tsbAdd.AutoSize = false;
            this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
            this.tsbAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbAdd.Name = "tsbAdd";
            this.tsbAdd.Size = new System.Drawing.Size(125, 60);
            this.tsbAdd.Text = "设备点检";
            this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
            // 
            // tsbDelete
            // 
            this.tsbDelete.AutoSize = false;
            this.tsbDelete.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
            this.tsbDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbDelete.Name = "tsbDelete";
            this.tsbDelete.Size = new System.Drawing.Size(100, 60);
            this.tsbDelete.Text = "删除";
            this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
            // 
            // tsbEdit
            // 
            this.tsbEdit.AutoSize = false;
            this.tsbEdit.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
            this.tsbEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbEdit.Name = "tsbEdit";
            this.tsbEdit.Size = new System.Drawing.Size(155, 60);
            this.tsbEdit.Text = "更新点检状态";
            this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
            // 
            // DGView
            // 
            this.DGView.AllowUserToAddRows = false;
            this.DGView.AllowUserToDeleteRows = false;
            this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.DGView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
            this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.CHECKDATE,
            this.shiftCode,
            this.CHECKRESULTTXT,
            this.checkStatus,
            this.CHECKTYPE,
            this.machineCode,
            this.workCellCode,
            this.workLogCode,
            this.CreatDate,
            this.Pid,
            this.CreatUser});
            this.DGView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.DGView.Location = new System.Drawing.Point(0, 0);
            this.DGView.Name = "DGView";
            this.DGView.ReadOnly = true;
            dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle22.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle22.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle22;
            this.DGView.RowTemplate.Height = 23;
            this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.DGView.Size = new System.Drawing.Size(984, 442);
            this.DGView.TabIndex = 3;
            this.DGView.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DG_RowPostPaint);
            // 
            // CHECKDATE
            // 
            this.CHECKDATE.DataPropertyName = "CHECKDATE";
            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 15.75F);
            dataGridViewCellStyle13.Format = "D";
            dataGridViewCellStyle13.NullValue = null;
            this.CHECKDATE.DefaultCellStyle = dataGridViewCellStyle13;
            this.CHECKDATE.HeaderText = "日期";
            this.CHECKDATE.Name = "CHECKDATE";
            this.CHECKDATE.ReadOnly = true;
            // 
            // shiftCode
            // 
            this.shiftCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.shiftCode.DataPropertyName = "SHIFT_CODE_TXT";
            dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.shiftCode.DefaultCellStyle = dataGridViewCellStyle14;
            this.shiftCode.HeaderText = "班次";
            this.shiftCode.Name = "shiftCode";
            this.shiftCode.ReadOnly = true;
            // 
            // CHECKRESULTTXT
            // 
            this.CHECKRESULTTXT.DataPropertyName = "CHECKRESULTTXT";
            dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 15.75F);
            this.CHECKRESULTTXT.DefaultCellStyle = dataGridViewCellStyle15;
            this.CHECKRESULTTXT.HeaderText = "点检结果";
            this.CHECKRESULTTXT.Name = "CHECKRESULTTXT";
            this.CHECKRESULTTXT.ReadOnly = true;
            // 
            // checkStatus
            // 
            this.checkStatus.DataPropertyName = "CHECKSTATUSTXT";
            dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle16.NullValue = null;
            this.checkStatus.DefaultCellStyle = dataGridViewCellStyle16;
            this.checkStatus.HeaderText = "点检状态";
            this.checkStatus.Name = "checkStatus";
            this.checkStatus.ReadOnly = true;
            // 
            // CHECKTYPE
            // 
            this.CHECKTYPE.DataPropertyName = "CHECKTYPETXT";
            dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 15.75F);
            this.CHECKTYPE.DefaultCellStyle = dataGridViewCellStyle17;
            this.CHECKTYPE.HeaderText = "点检类型";
            this.CHECKTYPE.Name = "CHECKTYPE";
            this.CHECKTYPE.ReadOnly = true;
            // 
            // machineCode
            // 
            this.machineCode.DataPropertyName = "MACHINECODETXT";
            dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 15.75F);
            this.machineCode.DefaultCellStyle = dataGridViewCellStyle18;
            this.machineCode.HeaderText = "设备名称";
            this.machineCode.Name = "machineCode";
            this.machineCode.ReadOnly = true;
            // 
            // workCellCode
            // 
            this.workCellCode.DataPropertyName = "WORKCELL_CODE_TXT";
            dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 15.75F);
            this.workCellCode.DefaultCellStyle = dataGridViewCellStyle19;
            this.workCellCode.HeaderText = "工序";
            this.workCellCode.Name = "workCellCode";
            this.workCellCode.ReadOnly = true;
            // 
            // workLogCode
            // 
            this.workLogCode.DataPropertyName = "WORKLOC_CODE_TXT";
            dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 15.75F);
            this.workLogCode.DefaultCellStyle = dataGridViewCellStyle20;
            this.workLogCode.HeaderText = "工位";
            this.workLogCode.Name = "workLogCode";
            this.workLogCode.ReadOnly = true;
            // 
            // CreatDate
            // 
            this.CreatDate.DataPropertyName = "CREATEDATE";
            dataGridViewCellStyle21.Format = "F";
            dataGridViewCellStyle21.NullValue = null;
            this.CreatDate.DefaultCellStyle = dataGridViewCellStyle21;
            this.CreatDate.HeaderText = "创建日期";
            this.CreatDate.Name = "CreatDate";
            this.CreatDate.ReadOnly = true;
            // 
            // Pid
            // 
            this.Pid.DataPropertyName = "PID";
            this.Pid.HeaderText = "Pid";
            this.Pid.Name = "Pid";
            this.Pid.ReadOnly = true;
            this.Pid.Visible = false;
            // 
            // CreatUser
            // 
            this.CreatUser.DataPropertyName = "CREATEUSER";
            this.CreatUser.HeaderText = "创建人";
            this.CreatUser.Name = "CreatUser";
            this.CreatUser.ReadOnly = true;
            this.CreatUser.Visible = false;
            // 
            // panelSearchTitle
            // 
            this.panelSearchTitle.BackColor = System.Drawing.SystemColors.ScrollBar;
            this.panelSearchTitle.Controls.Add(this.lblSearchTitle);
            this.panelSearchTitle.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelSearchTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.panelSearchTitle.Location = new System.Drawing.Point(0, 70);
            this.panelSearchTitle.Name = "panelSearchTitle";
            this.panelSearchTitle.Size = new System.Drawing.Size(984, 35);
            this.panelSearchTitle.TabIndex = 8;
            // 
            // lblSearchTitle
            // 
            this.lblSearchTitle.AutoSize = true;
            this.lblSearchTitle.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblSearchTitle.Location = new System.Drawing.Point(15, 7);
            this.lblSearchTitle.Name = "lblSearchTitle";
            this.lblSearchTitle.Size = new System.Drawing.Size(69, 20);
            this.lblSearchTitle.TabIndex = 0;
            this.lblSearchTitle.Text = "查询条件";
            // 
            // panelSearch
            // 
            this.panelSearch.BackColor = System.Drawing.SystemColors.InactiveBorder;
            this.panelSearch.Controls.Add(this.dtpEnd);
            this.panelSearch.Controls.Add(this.dtpStart);
            this.panelSearch.Controls.Add(this.label2);
            this.panelSearch.Controls.Add(this.comStatus);
            this.panelSearch.Controls.Add(this.label1);
            this.panelSearch.Controls.Add(this.label4);
            this.panelSearch.Controls.Add(this.comShift);
            this.panelSearch.Controls.Add(this.label5);
            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, 105);
            this.panelSearch.Name = "panelSearch";
            this.panelSearch.Size = new System.Drawing.Size(984, 60);
            this.panelSearch.TabIndex = 9;
            // 
            // 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(714, 18);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(39, 20);
            this.label2.TabIndex = 6;
            this.label2.Text = "状态";
            // 
            // comStatus
            // 
            this.comStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comStatus.Font = new System.Drawing.Font("宋体", 11F);
            this.comStatus.FormattingEnabled = true;
            this.comStatus.Location = new System.Drawing.Point(769, 17);
            this.comStatus.Name = "comStatus";
            this.comStatus.Size = new System.Drawing.Size(140, 23);
            this.comStatus.TabIndex = 7;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.DGView);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 165);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(984, 442);
            this.panel1.TabIndex = 10;
            // 
            // pager1
            // 
            this.pager1.DataPage = ((QMFrameWork.Data.DataPage)(resources.GetObject("pager1.DataPage")));
            this.pager1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pager1.Location = new System.Drawing.Point(0, 607);
            this.pager1.Name = "pager1";
            this.pager1.OSearch = null;
            this.pager1.Size = new System.Drawing.Size(984, 35);
            this.pager1.TabIndex = 7;
            this.pager1.EventPaging += new QMAPP.WinForm.Controls.EventPagingHandler(this.pager1_EventPaging);
            // 
            // dtpStart
            // 
            this.dtpStart.CalendarFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.dtpStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.dtpStart.Location = new System.Drawing.Point(76, 13);
            this.dtpStart.Name = "dtpStart";
            this.dtpStart.Size = new System.Drawing.Size(139, 29);
            this.dtpStart.TabIndex = 9;
            // 
            // dtpEnd
            // 
            this.dtpEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.dtpEnd.Location = new System.Drawing.Point(300, 13);
            this.dtpEnd.Name = "dtpEnd";
            this.dtpEnd.Size = new System.Drawing.Size(148, 29);
            this.dtpEnd.TabIndex = 10;
            // 
            // MachineCheckForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(984, 642);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.panelSearch);
            this.Controls.Add(this.panelSearchTitle);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.pager1);
            this.Name = "MachineCheckForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "设备点检";
            this.Load += new System.EventHandler(this.Form_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DGView)).EndInit();
            this.panelSearchTitle.ResumeLayout(false);
            this.panelSearchTitle.PerformLayout();
            this.panelSearch.ResumeLayout(false);
            this.panelSearch.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton tsbSearch;
        private System.Windows.Forms.ToolStripButton tsbAdd;
        private System.Windows.Forms.ToolStripButton tsbEdit;
        private System.Windows.Forms.ToolStripButton tsbDelete;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DataGridView DGView;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.ComboBox comShift;
        private Controls.Pager pager1;
        private System.Windows.Forms.Panel panelSearchTitle;
        private System.Windows.Forms.Label lblSearchTitle;
        private System.Windows.Forms.Panel panelSearch;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox comStatus;
        private System.Windows.Forms.DataGridViewTextBoxColumn CHECKDATE;
        private System.Windows.Forms.DataGridViewTextBoxColumn shiftCode;
        private System.Windows.Forms.DataGridViewTextBoxColumn CHECKRESULTTXT;
        private System.Windows.Forms.DataGridViewTextBoxColumn checkStatus;
        private System.Windows.Forms.DataGridViewTextBoxColumn CHECKTYPE;
        private System.Windows.Forms.DataGridViewTextBoxColumn machineCode;
        private System.Windows.Forms.DataGridViewTextBoxColumn workCellCode;
        private System.Windows.Forms.DataGridViewTextBoxColumn workLogCode;
        private System.Windows.Forms.DataGridViewTextBoxColumn CreatDate;
        private System.Windows.Forms.DataGridViewTextBoxColumn Pid;
        private System.Windows.Forms.DataGridViewTextBoxColumn CreatUser;
        private System.Windows.Forms.DateTimePicker dtpStart;
        private System.Windows.Forms.DateTimePicker dtpEnd;


    }
}