namespace QMAPP.WinForm.Forms.SlushPlanForm { partial class SlushPlanForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SlushPlanForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); QMFrameWork.Data.DataPage dataPage1 = new QMFrameWork.Data.DataPage(); 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = 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(); this.label4 = new System.Windows.Forms.Label(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbSearch = new System.Windows.Forms.ToolStripButton(); this.tsbEdit = new System.Windows.Forms.ToolStripButton(); this.DGView = new System.Windows.Forms.DataGridView(); this.panelSearchTitle = new System.Windows.Forms.Panel(); this.lblSearchTitle = new System.Windows.Forms.Label(); this.panelSearch = new System.Windows.Forms.Panel(); this.txtCode = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.dtpEnd = new DateTimePickerA(); this.dtpStart = new DateTimePickerA(); this.pager1 = new QMAPP.WinForm.Controls.Pager(); this.PLANCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PRODUCTTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PROCESSTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.COLOR = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.HL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MACHINECODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MACHINENAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MINPRODUCECOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PRODUCECOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.COMPLETECOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MEMO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PLANSTATUS = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CREATEUSERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit(); this.panelSearchTitle.SuspendLayout(); this.panelSearch.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // 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(322, 20); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(99, 20); this.label4.TabIndex = 0; this.label4.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.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); // // tsbEdit // this.tsbEdit.AutoSize = false; this.tsbEdit.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbEdit.Image = global::QMAPP.WinForm.Resource1.edit; 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(100, 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; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.PLANCODE, this.PRODUCTTYPE, this.PROCESSTYPE, this.COLOR, this.HL, this.MACHINECODE, this.MACHINENAME, this.MINPRODUCECOUNT, this.PRODUCECOUNT, this.COMPLETECOUNT, this.MEMO, this.PLANSTATUS, this.CREATEUSERNAME, this.CreateDate, this.Pid}); 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; dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle15; 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); // // 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.txtCode); this.panelSearch.Controls.Add(this.dtpEnd); this.panelSearch.Controls.Add(this.dtpStart); this.panelSearch.Controls.Add(this.label3); this.panelSearch.Controls.Add(this.label2); this.panelSearch.Controls.Add(this.label4); 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; // // txtCode // this.txtCode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.txtCode.Location = new System.Drawing.Point(101, 17); this.txtCode.MaxLength = 30; this.txtCode.Name = "txtCode"; this.txtCode.Size = new System.Drawing.Size(204, 26); this.txtCode.TabIndex = 1; // // 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(15, 20); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(84, 20); this.label3.TabIndex = 0; this.label3.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(621, 20); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(24, 20); this.label2.TabIndex = 0; this.label2.Text = "至"; // // 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; // // dtpEnd // this.dtpEnd.CustomFormat = " "; this.dtpEnd.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpEnd.FormatString = "yyyy年MM月dd日"; this.dtpEnd.Location = new System.Drawing.Point(663, 17); this.dtpEnd.Name = "dtpEnd"; this.dtpEnd.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpEnd.Size = new System.Drawing.Size(173, 26); this.dtpEnd.TabIndex = 4; this.dtpEnd.ValueX = null; // // dtpStart // this.dtpStart.CustomFormat = " "; this.dtpStart.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStart.FormatString = "yyyy年MM月dd日"; this.dtpStart.Location = new System.Drawing.Point(425, 17); this.dtpStart.Name = "dtpStart"; this.dtpStart.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStart.Size = new System.Drawing.Size(184, 26); this.dtpStart.TabIndex = 3; this.dtpStart.ValueX = null; // // pager1 // dataPage1.KeyName = null; dataPage1.PageCount = 0; dataPage1.PageIndex = 1; dataPage1.PageSize = 50; dataPage1.RecordCount = 0; dataPage1.Result = null; dataPage1.SortExpression = null; this.pager1.DataPage = dataPage1; 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); // // PLANCODE // this.PLANCODE.DataPropertyName = "PLANCODE"; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F); this.PLANCODE.DefaultCellStyle = dataGridViewCellStyle2; this.PLANCODE.HeaderText = "生产计划号"; this.PLANCODE.Name = "PLANCODE"; this.PLANCODE.ReadOnly = true; // // PRODUCTTYPE // this.PRODUCTTYPE.DataPropertyName = "PRODUCTTYPE"; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F); this.PRODUCTTYPE.DefaultCellStyle = dataGridViewCellStyle3; this.PRODUCTTYPE.HeaderText = "零件类别"; this.PRODUCTTYPE.Name = "PRODUCTTYPE"; this.PRODUCTTYPE.ReadOnly = true; // // PROCESSTYPE // this.PROCESSTYPE.DataPropertyName = "PROCESSTYPE"; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F); this.PROCESSTYPE.DefaultCellStyle = dataGridViewCellStyle4; this.PROCESSTYPE.HeaderText = "工序类别"; this.PROCESSTYPE.Name = "PROCESSTYPE"; this.PROCESSTYPE.ReadOnly = true; // // COLOR // this.COLOR.DataPropertyName = "COLOR"; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F); this.COLOR.DefaultCellStyle = dataGridViewCellStyle5; this.COLOR.HeaderText = "颜色"; this.COLOR.Name = "COLOR"; this.COLOR.ReadOnly = true; // // HL // this.HL.DataPropertyName = "HB"; dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F); this.HL.DefaultCellStyle = dataGridViewCellStyle6; this.HL.HeaderText = "高低配"; this.HL.Name = "HL"; this.HL.ReadOnly = true; // // MACHINECODE // this.MACHINECODE.DataPropertyName = "MACHINECODE"; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 15.75F); this.MACHINECODE.DefaultCellStyle = dataGridViewCellStyle7; this.MACHINECODE.HeaderText = "设备编码"; this.MACHINECODE.Name = "MACHINECODE"; this.MACHINECODE.ReadOnly = true; // // MACHINENAME // this.MACHINENAME.DataPropertyName = "MACHINENAME"; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 15.75F); this.MACHINENAME.DefaultCellStyle = dataGridViewCellStyle8; this.MACHINENAME.HeaderText = "设备名称"; this.MACHINENAME.Name = "MACHINENAME"; this.MACHINENAME.ReadOnly = true; // // MINPRODUCECOUNT // this.MINPRODUCECOUNT.DataPropertyName = "MINPRODUCECOUNT"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 15.75F); this.MINPRODUCECOUNT.DefaultCellStyle = dataGridViewCellStyle9; this.MINPRODUCECOUNT.HeaderText = "生产批次最小值"; this.MINPRODUCECOUNT.Name = "MINPRODUCECOUNT"; this.MINPRODUCECOUNT.ReadOnly = true; // // PRODUCECOUNT // this.PRODUCECOUNT.DataPropertyName = "PRODUCECOUNT"; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 15.75F); this.PRODUCECOUNT.DefaultCellStyle = dataGridViewCellStyle10; this.PRODUCECOUNT.HeaderText = "生产数量"; this.PRODUCECOUNT.Name = "PRODUCECOUNT"; this.PRODUCECOUNT.ReadOnly = true; // // COMPLETECOUNT // this.COMPLETECOUNT.DataPropertyName = "COMPLETECOUNT"; this.COMPLETECOUNT.HeaderText = "完成数量"; this.COMPLETECOUNT.Name = "COMPLETECOUNT"; this.COMPLETECOUNT.ReadOnly = true; // // MEMO // this.MEMO.DataPropertyName = "MEMO"; dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 15.75F); this.MEMO.DefaultCellStyle = dataGridViewCellStyle11; this.MEMO.HeaderText = "备注"; this.MEMO.Name = "MEMO"; this.MEMO.ReadOnly = true; // // PLANSTATUS // this.PLANSTATUS.DataPropertyName = "PLANSTATUS"; dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 15.75F); this.PLANSTATUS.DefaultCellStyle = dataGridViewCellStyle12; this.PLANSTATUS.HeaderText = "计划状态"; this.PLANSTATUS.Name = "PLANSTATUS"; this.PLANSTATUS.ReadOnly = true; // // CREATEUSERNAME // this.CREATEUSERNAME.DataPropertyName = "CREATEUSERNAME"; dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 15.75F); this.CREATEUSERNAME.DefaultCellStyle = dataGridViewCellStyle13; this.CREATEUSERNAME.HeaderText = "创建用户"; this.CREATEUSERNAME.Name = "CREATEUSERNAME"; this.CREATEUSERNAME.ReadOnly = true; // // CreateDate // this.CreateDate.DataPropertyName = "CREATEDATE"; dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 15.75F); dataGridViewCellStyle14.Format = "f"; dataGridViewCellStyle14.NullValue = null; this.CreateDate.DefaultCellStyle = dataGridViewCellStyle14; this.CreateDate.HeaderText = "创建时间"; this.CreateDate.Name = "CreateDate"; this.CreateDate.ReadOnly = true; // // Pid // this.Pid.DataPropertyName = "PID"; this.Pid.HeaderText = "Pid"; this.Pid.Name = "Pid"; this.Pid.ReadOnly = true; this.Pid.Visible = false; // // SlushPlanForm // 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 = "SlushPlanForm"; 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.DataGridView DGView; private System.Windows.Forms.Label label4; 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 DateTimePickerA dtpEnd; private DateTimePickerA dtpStart; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtCode; private System.Windows.Forms.ToolStripButton tsbEdit; private System.Windows.Forms.DataGridViewTextBoxColumn PLANCODE; private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTTYPE; private System.Windows.Forms.DataGridViewTextBoxColumn PROCESSTYPE; private System.Windows.Forms.DataGridViewTextBoxColumn COLOR; private System.Windows.Forms.DataGridViewTextBoxColumn HL; private System.Windows.Forms.DataGridViewTextBoxColumn MACHINECODE; private System.Windows.Forms.DataGridViewTextBoxColumn MACHINENAME; private System.Windows.Forms.DataGridViewTextBoxColumn MINPRODUCECOUNT; private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCECOUNT; private System.Windows.Forms.DataGridViewTextBoxColumn COMPLETECOUNT; private System.Windows.Forms.DataGridViewTextBoxColumn MEMO; private System.Windows.Forms.DataGridViewTextBoxColumn PLANSTATUS; private System.Windows.Forms.DataGridViewTextBoxColumn CREATEUSERNAME; private System.Windows.Forms.DataGridViewTextBoxColumn CreateDate; private System.Windows.Forms.DataGridViewTextBoxColumn Pid; } }