namespace QMAPP.WinForm.Forms.Injection { partial class ProductAddForm { /// /// 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() { QMFrameWork.Data.DataPage dataPage2 = new QMFrameWork.Data.DataPage(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductAddForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); this.pager1 = new QMAPP.WinForm.Controls.Pager(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbSearch = new System.Windows.Forms.ToolStripButton(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.tsbEdit = new System.Windows.Forms.ToolStripButton(); this.tsbDelete = new System.Windows.Forms.ToolStripButton(); this.panel2 = new System.Windows.Forms.Panel(); this.label4 = new System.Windows.Forms.Label(); this.txtCode = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtCount = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.comProType = new System.Windows.Forms.ComboBox(); this.lblCount = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.comProTypeB = new System.Windows.Forms.ComboBox(); this.panelSearch = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.comOperator = new System.Windows.Forms.ComboBox(); this.txtProductCode = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.panelSearchTitle = new System.Windows.Forms.Panel(); this.lblSearchTitle = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.DGView = new System.Windows.Forms.DataGridView(); this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MaterialBatch = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.capatity = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.usingCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateUser = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.toolStrip1.SuspendLayout(); this.panel2.SuspendLayout(); this.panelSearch.SuspendLayout(); this.panelSearchTitle.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit(); this.SuspendLayout(); // // pager1 // dataPage2.KeyName = null; dataPage2.PageCount = 0; dataPage2.PageIndex = 1; dataPage2.PageSize = 50; dataPage2.RecordCount = 0; dataPage2.Result = null; dataPage2.SortExpression = null; this.pager1.DataPage = dataPage2; 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); // // 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.tsbEdit, this.tsbDelete}); 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 = 14; 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(100, 60); this.tsbAdd.Text = "添加"; this.tsbAdd.ToolTipText = "添加"; this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_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(100, 60); this.tsbEdit.Text = "修改"; this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_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); // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.InactiveBorder; this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.txtCode); this.panel2.Controls.Add(this.label7); this.panel2.Controls.Add(this.txtCount); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.comProType); this.panel2.Controls.Add(this.lblCount); this.panel2.Controls.Add(this.label6); 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, 70); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(984, 60); this.panel2.TabIndex = 15; // // 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(36, 18); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(69, 20); this.label4.TabIndex = 0; this.label4.Text = "产品类型"; // // txtCode // this.txtCode.Font = new System.Drawing.Font("宋体", 11F); this.txtCode.Location = new System.Drawing.Point(348, 18); this.txtCode.Name = "txtCode"; this.txtCode.Size = new System.Drawing.Size(172, 24); this.txtCode.TabIndex = 3; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(303, 20); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(39, 20); this.label7.TabIndex = 4; this.label7.Text = "条码"; // // txtCount // this.txtCount.Font = new System.Drawing.Font("宋体", 11F); this.txtCount.Location = new System.Drawing.Point(832, 16); this.txtCount.Name = "txtCount"; this.txtCount.Size = new System.Drawing.Size(140, 24); this.txtCount.TabIndex = 3; // // 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(755, 18); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(69, 20); this.label5.TabIndex = 4; this.label5.Text = "实际容量"; // // comProType // this.comProType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comProType.Font = new System.Drawing.Font("宋体", 11F); this.comProType.FormattingEnabled = true; this.comProType.Location = new System.Drawing.Point(128, 18); this.comProType.Name = "comProType"; this.comProType.Size = new System.Drawing.Size(140, 23); this.comProType.TabIndex = 2; this.comProType.SelectedIndexChanged += new System.EventHandler(this.comProType_SelectedIndexChanged); // // lblCount // this.lblCount.AutoSize = true; this.lblCount.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCount.Location = new System.Drawing.Point(652, 18); this.lblCount.Name = "lblCount"; this.lblCount.Size = new System.Drawing.Size(69, 20); this.lblCount.TabIndex = 4; this.lblCount.Text = "额定容量"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(565, 18); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(69, 20); this.label6.TabIndex = 4; this.label6.Text = "额定容量"; // // comProTypeB // this.comProTypeB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comProTypeB.Font = new System.Drawing.Font("宋体", 11F); this.comProTypeB.FormattingEnabled = true; this.comProTypeB.Location = new System.Drawing.Point(128, 19); this.comProTypeB.Name = "comProTypeB"; this.comProTypeB.Size = new System.Drawing.Size(140, 23); this.comProTypeB.TabIndex = 2; // // panelSearch // this.panelSearch.BackColor = System.Drawing.SystemColors.InactiveBorder; this.panelSearch.Controls.Add(this.label2); this.panelSearch.Controls.Add(this.comProTypeB); this.panelSearch.Controls.Add(this.label1); this.panelSearch.Controls.Add(this.comOperator); 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, 165); this.panelSearch.Name = "panelSearch"; this.panelSearch.Size = new System.Drawing.Size(984, 60); this.panelSearch.TabIndex = 17; // // 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(36, 22); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(69, 20); this.label2.TabIndex = 0; this.label2.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(631, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(54, 20); this.label1.TabIndex = 0; this.label1.Text = "操作人"; // // comOperator // this.comOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comOperator.Font = new System.Drawing.Font("宋体", 11F); this.comOperator.FormattingEnabled = true; this.comOperator.Items.AddRange(new object[] { "否", "是"}); this.comOperator.Location = new System.Drawing.Point(726, 21); this.comOperator.Name = "comOperator"; this.comOperator.Size = new System.Drawing.Size(140, 23); this.comOperator.TabIndex = 1; // // txtProductCode // this.txtProductCode.Font = new System.Drawing.Font("宋体", 11F); this.txtProductCode.Location = new System.Drawing.Point(414, 20); 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(337, 22); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(39, 20); this.label3.TabIndex = 4; this.label3.Text = "条码"; // // 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, 130); this.panelSearchTitle.Name = "panelSearchTitle"; this.panelSearchTitle.Size = new System.Drawing.Size(984, 35); this.panelSearchTitle.TabIndex = 16; // // 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 = "查询条件"; // // panel1 // this.panel1.Controls.Add(this.DGView); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 225); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(984, 382); this.panel1.TabIndex = 18; // // DGView // this.DGView.AllowUserToAddRows = false; this.DGView.AllowUserToDeleteRows = false; this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DGView.BackgroundColor = System.Drawing.SystemColors.ButtonFace; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9; this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.MaterialCode, this.MaterialBatch, this.capatity, this.usingCount, this.CreateUser, 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; dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle16; this.DGView.RowTemplate.Height = 23; this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DGView.Size = new System.Drawing.Size(984, 382); this.DGView.TabIndex = 3; // // MaterialCode // this.MaterialCode.DataPropertyName = "PRODUCTTYPENAME"; dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.MaterialCode.DefaultCellStyle = dataGridViewCellStyle10; this.MaterialCode.HeaderText = "产品类型"; this.MaterialCode.Name = "MaterialCode"; this.MaterialCode.ReadOnly = true; // // MaterialBatch // this.MaterialBatch.DataPropertyName = "PRODUCTCODE"; dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 15.75F); this.MaterialBatch.DefaultCellStyle = dataGridViewCellStyle11; this.MaterialBatch.HeaderText = "条码"; this.MaterialBatch.Name = "MaterialBatch"; this.MaterialBatch.ReadOnly = true; // // capatity // this.capatity.DataPropertyName = "CAPACITY"; dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.capatity.DefaultCellStyle = dataGridViewCellStyle12; this.capatity.HeaderText = "实际容量"; this.capatity.Name = "capatity"; this.capatity.ReadOnly = true; // // usingCount // this.usingCount.DataPropertyName = "USINGCOUNT"; dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.usingCount.DefaultCellStyle = dataGridViewCellStyle13; this.usingCount.HeaderText = "已使用"; this.usingCount.Name = "usingCount"; this.usingCount.ReadOnly = true; // // CreateUser // this.CreateUser.DataPropertyName = "CREATEUSERNAME"; dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 15.75F); this.CreateUser.DefaultCellStyle = dataGridViewCellStyle14; this.CreateUser.HeaderText = "操作人"; this.CreateUser.Name = "CreateUser"; this.CreateUser.ReadOnly = true; // // CreateDate // this.CreateDate.DataPropertyName = "CREATEDATE"; dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 15.75F); dataGridViewCellStyle15.Format = "f"; dataGridViewCellStyle15.NullValue = null; this.CreateDate.DefaultCellStyle = dataGridViewCellStyle15; 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; // // ProductAddForm // 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.panel2); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.pager1); this.Name = "ProductAddForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "外购件注册"; this.Load += new System.EventHandler(this.Form_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panelSearch.ResumeLayout(false); this.panelSearch.PerformLayout(); this.panelSearchTitle.ResumeLayout(false); this.panelSearchTitle.PerformLayout(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DGView)).EndInit(); this.ResumeLayout(false); } #endregion private Controls.Pager pager1; 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.Panel panel2; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comProTypeB; private System.Windows.Forms.Label label6; private System.Windows.Forms.Panel panelSearch; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comProType; private System.Windows.Forms.ComboBox comOperator; private System.Windows.Forms.TextBox txtProductCode; private System.Windows.Forms.Label label3; private System.Windows.Forms.Panel panelSearchTitle; private System.Windows.Forms.Label lblSearchTitle; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.DataGridView DGView; private System.Windows.Forms.TextBox txtCount; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label lblCount; private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode; private System.Windows.Forms.DataGridViewTextBoxColumn MaterialBatch; private System.Windows.Forms.DataGridViewTextBoxColumn capatity; private System.Windows.Forms.DataGridViewTextBoxColumn usingCount; private System.Windows.Forms.DataGridViewTextBoxColumn CreateUser; private System.Windows.Forms.DataGridViewTextBoxColumn CreateDate; private System.Windows.Forms.DataGridViewTextBoxColumn Pid; private System.Windows.Forms.TextBox txtCode; private System.Windows.Forms.Label label7; } }