namespace QMAPP.WinForm.Forms.Mend { partial class ProductCheckForm { /// /// 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(ProductCheckForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbSearch = new System.Windows.Forms.ToolStripButton(); this.tsbCheck = new System.Windows.Forms.ToolStripButton(); this.btnScarp = new System.Windows.Forms.ToolStripButton(); this.tsbMend = new System.Windows.Forms.ToolStripButton(); this.panelSearchTitle = new System.Windows.Forms.Panel(); this.lblSearchTitle = new System.Windows.Forms.Label(); this.panelSearch = new System.Windows.Forms.Panel(); this.label5 = new System.Windows.Forms.Label(); this.cobResult = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.textMaterial = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.dpOpeEnd = new System.Windows.Forms.DateTimePicker(); this.dpOpeStart = new System.Windows.Forms.DateTimePicker(); this.label4 = new System.Windows.Forms.Label(); this.lblOperateDate = new System.Windows.Forms.Label(); this.txtProductCode = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.PRODUCTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MATERIAL_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MATERIAL_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CHECKRESULT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PRODUCTCHECKTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PRODUCEDATE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CREATEUSERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CREATEDATE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1 = new System.Windows.Forms.Panel(); this.comCheckType = new System.Windows.Forms.ComboBox(); this.pager1 = new QMAPP.WinForm.Controls.Pager(); this.toolStrip1.SuspendLayout(); this.panelSearchTitle.SuspendLayout(); this.panelSearch.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // 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.tsbCheck, this.btnScarp, this.tsbMend}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1256, 70); this.toolStrip1.Stretch = true; this.toolStrip1.TabIndex = 3; 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); // // tsbCheck // this.tsbCheck.AutoSize = false; this.tsbCheck.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbCheck.Image = ((System.Drawing.Image)(resources.GetObject("tsbCheck.Image"))); this.tsbCheck.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbCheck.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbCheck.Name = "tsbCheck"; this.tsbCheck.Size = new System.Drawing.Size(100, 60); this.tsbCheck.Text = "抽检"; this.tsbCheck.Click += new System.EventHandler(this.tsbCheck_Click); // // btnScarp // this.btnScarp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnScarp.Image = global::QMAPP.WinForm.Resource1.cancle; this.btnScarp.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btnScarp.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnScarp.Name = "btnScarp"; this.btnScarp.Size = new System.Drawing.Size(94, 67); this.btnScarp.Text = "删除"; this.btnScarp.Click += new System.EventHandler(this.btnScarp_Click); // // tsbMend // this.tsbMend.AutoSize = false; this.tsbMend.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbMend.Image = global::QMAPP.WinForm.Resource1.edit; this.tsbMend.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbMend.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbMend.Name = "tsbMend"; this.tsbMend.Size = new System.Drawing.Size(100, 60); this.tsbMend.Text = "明细"; this.tsbMend.Click += new System.EventHandler(this.tsbMend_Click); // // 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(1256, 35); this.panelSearchTitle.TabIndex = 13; // // 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.comCheckType); this.panelSearch.Controls.Add(this.label5); this.panelSearch.Controls.Add(this.cobResult); this.panelSearch.Controls.Add(this.label2); this.panelSearch.Controls.Add(this.textMaterial); this.panelSearch.Controls.Add(this.label1); this.panelSearch.Controls.Add(this.dpOpeEnd); this.panelSearch.Controls.Add(this.dpOpeStart); this.panelSearch.Controls.Add(this.label4); this.panelSearch.Controls.Add(this.lblOperateDate); this.panelSearch.Controls.Add(this.txtProductCode); 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, 105); this.panelSearch.Name = "panelSearch"; this.panelSearch.Size = new System.Drawing.Size(1256, 67); this.panelSearch.TabIndex = 14; // // 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(650, 23); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(69, 20); this.label5.TabIndex = 15; this.label5.Text = "抽检类型"; // // cobResult // this.cobResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cobResult.FormattingEnabled = true; this.cobResult.Location = new System.Drawing.Point(494, 22); this.cobResult.Name = "cobResult"; this.cobResult.Size = new System.Drawing.Size(140, 25); this.cobResult.TabIndex = 14; // // 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(421, 22); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(69, 20); this.label2.TabIndex = 13; this.label2.Text = "抽检结果"; // // textMaterial // this.textMaterial.Font = new System.Drawing.Font("宋体", 11F); this.textMaterial.Location = new System.Drawing.Point(271, 22); this.textMaterial.Name = "textMaterial"; this.textMaterial.Size = new System.Drawing.Size(140, 24); this.textMaterial.TabIndex = 10; // // 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(219, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(54, 20); this.label1.TabIndex = 11; this.label1.Text = "物料号"; // // dpOpeEnd // this.dpOpeEnd.Location = new System.Drawing.Point(1102, 21); this.dpOpeEnd.Name = "dpOpeEnd"; this.dpOpeEnd.Size = new System.Drawing.Size(120, 23); this.dpOpeEnd.TabIndex = 9; // // dpOpeStart // this.dpOpeStart.Location = new System.Drawing.Point(946, 22); this.dpOpeStart.Name = "dpOpeStart"; this.dpOpeStart.Size = new System.Drawing.Size(120, 23); this.dpOpeStart.TabIndex = 8; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(1072, 22); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(24, 20); this.label4.TabIndex = 6; this.label4.Text = "至"; // // lblOperateDate // this.lblOperateDate.AutoSize = true; this.lblOperateDate.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblOperateDate.Location = new System.Drawing.Point(871, 24); this.lblOperateDate.Name = "lblOperateDate"; this.lblOperateDate.Size = new System.Drawing.Size(69, 20); this.lblOperateDate.TabIndex = 7; this.lblOperateDate.Text = "抽检时间"; // // txtProductCode // this.txtProductCode.Font = new System.Drawing.Font("宋体", 11F); this.txtProductCode.Location = new System.Drawing.Point(70, 22); this.txtProductCode.Name = "txtProductCode"; this.txtProductCode.Size = new System.Drawing.Size(140, 24); this.txtProductCode.TabIndex = 3; // // 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(14, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(54, 20); this.label3.TabIndex = 4; this.label3.Text = "条码号"; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView1.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.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.PRODUCTCODE, this.MATERIAL_CODE, this.MATERIAL_NAME, this.CHECKRESULT, this.PRODUCTCHECKTYPE, this.PRODUCEDATE, this.CREATEUSERNAME, this.CREATEDATE, this.id}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle10; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(1256, 314); this.dataGridView1.TabIndex = 16; // // PRODUCTCODE // this.PRODUCTCODE.DataPropertyName = "PRODUCTCODE"; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F); this.PRODUCTCODE.DefaultCellStyle = dataGridViewCellStyle2; this.PRODUCTCODE.HeaderText = "条码号"; this.PRODUCTCODE.Name = "PRODUCTCODE"; this.PRODUCTCODE.ReadOnly = true; // // MATERIAL_CODE // this.MATERIAL_CODE.DataPropertyName = "MATERIAL_CODE"; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.MATERIAL_CODE.DefaultCellStyle = dataGridViewCellStyle3; this.MATERIAL_CODE.HeaderText = "物料号"; this.MATERIAL_CODE.Name = "MATERIAL_CODE"; this.MATERIAL_CODE.ReadOnly = true; // // MATERIAL_NAME // this.MATERIAL_NAME.DataPropertyName = "MATERIAL_NAME"; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.MATERIAL_NAME.DefaultCellStyle = dataGridViewCellStyle4; this.MATERIAL_NAME.HeaderText = "物料名称"; this.MATERIAL_NAME.Name = "MATERIAL_NAME"; this.MATERIAL_NAME.ReadOnly = true; // // CHECKRESULT // this.CHECKRESULT.DataPropertyName = "CHECKRESULT"; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.CHECKRESULT.DefaultCellStyle = dataGridViewCellStyle5; this.CHECKRESULT.HeaderText = "抽检结果"; this.CHECKRESULT.Name = "CHECKRESULT"; this.CHECKRESULT.ReadOnly = true; // // PRODUCTCHECKTYPE // this.PRODUCTCHECKTYPE.DataPropertyName = "PRODUCTCHECKTYPE"; dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.PRODUCTCHECKTYPE.DefaultCellStyle = dataGridViewCellStyle6; this.PRODUCTCHECKTYPE.HeaderText = "抽检类型"; this.PRODUCTCHECKTYPE.Name = "PRODUCTCHECKTYPE"; this.PRODUCTCHECKTYPE.ReadOnly = true; // // PRODUCEDATE // this.PRODUCEDATE.DataPropertyName = "PRODUCEDATE"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle7.Format = "G"; dataGridViewCellStyle7.NullValue = null; this.PRODUCEDATE.DefaultCellStyle = dataGridViewCellStyle7; this.PRODUCEDATE.HeaderText = "生产日期"; this.PRODUCEDATE.Name = "PRODUCEDATE"; this.PRODUCEDATE.ReadOnly = true; this.PRODUCEDATE.Visible = false; // // CREATEUSERNAME // this.CREATEUSERNAME.DataPropertyName = "CREATEUSERNAME"; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 15.75F); dataGridViewCellStyle8.Format = "f"; dataGridViewCellStyle8.NullValue = null; this.CREATEUSERNAME.DefaultCellStyle = dataGridViewCellStyle8; this.CREATEUSERNAME.HeaderText = "操作用户"; this.CREATEUSERNAME.Name = "CREATEUSERNAME"; this.CREATEUSERNAME.ReadOnly = true; // // CREATEDATE // this.CREATEDATE.DataPropertyName = "CREATEDATE"; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.CREATEDATE.DefaultCellStyle = dataGridViewCellStyle9; this.CREATEDATE.HeaderText = "操作时间"; this.CREATEDATE.Name = "CREATEDATE"; this.CREATEDATE.ReadOnly = true; // // id // this.id.DataPropertyName = "PID"; this.id.HeaderText = "PID"; this.id.Name = "id"; this.id.ReadOnly = true; this.id.Visible = false; // // panel1 // this.panel1.Controls.Add(this.dataGridView1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 172); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1256, 314); this.panel1.TabIndex = 18; // // comCheckType // this.comCheckType.BackColor = System.Drawing.SystemColors.Window; this.comCheckType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comCheckType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comCheckType.FormattingEnabled = true; this.comCheckType.Location = new System.Drawing.Point(725, 20); this.comCheckType.Name = "comCheckType"; this.comCheckType.Size = new System.Drawing.Size(140, 25); this.comCheckType.TabIndex = 26; // // 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, 486); this.pager1.Name = "pager1"; this.pager1.OSearch = null; this.pager1.Size = new System.Drawing.Size(1256, 37); this.pager1.TabIndex = 17; // // ProductCheckForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1256, 523); this.Controls.Add(this.panel1); this.Controls.Add(this.pager1); this.Controls.Add(this.panelSearch); this.Controls.Add(this.panelSearchTitle); this.Controls.Add(this.toolStrip1); this.Name = "ProductCheckForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "抽检"; this.Load += new System.EventHandler(this.ProductCheckForm_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panelSearchTitle.ResumeLayout(false); this.panelSearchTitle.PerformLayout(); this.panelSearch.ResumeLayout(false); this.panelSearch.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); 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 tsbCheck; private System.Windows.Forms.ToolStripButton btnScarp; private System.Windows.Forms.Panel panelSearchTitle; private System.Windows.Forms.Label lblSearchTitle; private System.Windows.Forms.Panel panelSearch; private System.Windows.Forms.DateTimePicker dpOpeEnd; private System.Windows.Forms.DateTimePicker dpOpeStart; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label lblOperateDate; private System.Windows.Forms.TextBox txtProductCode; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textMaterial; private System.Windows.Forms.Label label1; public System.Windows.Forms.DataGridView dataGridView1; private Controls.Pager pager1; private System.Windows.Forms.ComboBox cobResult; private System.Windows.Forms.ToolStripButton tsbMend; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label5; private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTCODE; private System.Windows.Forms.DataGridViewTextBoxColumn MATERIAL_CODE; private System.Windows.Forms.DataGridViewTextBoxColumn MATERIAL_NAME; private System.Windows.Forms.DataGridViewTextBoxColumn CHECKRESULT; private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTCHECKTYPE; private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCEDATE; private System.Windows.Forms.DataGridViewTextBoxColumn CREATEUSERNAME; private System.Windows.Forms.DataGridViewTextBoxColumn CREATEDATE; private System.Windows.Forms.DataGridViewTextBoxColumn id; private System.Windows.Forms.ComboBox comCheckType; } }