namespace LargeSquareOne { partial class FrmRecipe { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.dgvProdModel = new System.Windows.Forms.DataGridView(); this.ModelName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.dgvPara = new System.Windows.Forms.DataGridView(); this.CGName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ParaValueMin = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ParaValueMax = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Uint = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn48 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.txtMaterialCode = new System.Windows.Forms.TextBox(); this.btnDelProductModel = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.txtProductModel = new System.Windows.Forms.TextBox(); this.lb_curModel = new System.Windows.Forms.Label(); this.btn_Save = new System.Windows.Forms.Button(); this.lb_Model = new System.Windows.Forms.Label(); this.btn_Add = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvProdModel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvPara)).BeginInit(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.BackColor = System.Drawing.Color.Transparent; this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.IsSplitterFixed = true; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dgvProdModel); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); this.splitContainer1.Size = new System.Drawing.Size(1874, 818); this.splitContainer1.SplitterDistance = 334; this.splitContainer1.SplitterWidth = 1; this.splitContainer1.TabIndex = 0; // // dgvProdModel // this.dgvProdModel.AllowUserToAddRows = false; this.dgvProdModel.AllowUserToDeleteRows = false; this.dgvProdModel.AllowUserToResizeRows = false; this.dgvProdModel.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38))))); this.dgvProdModel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvProdModel.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvProdModel.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvProdModel.ColumnHeadersHeight = 40; this.dgvProdModel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvProdModel.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ModelName, this.MaterialCode, this.Column1}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvProdModel.DefaultCellStyle = dataGridViewCellStyle2; this.dgvProdModel.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvProdModel.EnableHeadersVisualStyles = false; this.dgvProdModel.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147))))); this.dgvProdModel.Location = new System.Drawing.Point(0, 0); this.dgvProdModel.Name = "dgvProdModel"; this.dgvProdModel.ReadOnly = true; this.dgvProdModel.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvProdModel.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgvProdModel.RowHeadersWidth = 55; this.dgvProdModel.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dgvProdModel.RowTemplate.Height = 40; this.dgvProdModel.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvProdModel.Size = new System.Drawing.Size(334, 818); this.dgvProdModel.TabIndex = 27; this.dgvProdModel.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProdModel_CellClick); this.dgvProdModel.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvProdModel_RowPostPaint); // // ModelName // this.ModelName.DataPropertyName = "ModelName"; this.ModelName.FillWeight = 136.0544F; this.ModelName.HeaderText = "生产型号"; this.ModelName.Name = "ModelName"; this.ModelName.ReadOnly = true; this.ModelName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.ModelName.Width = 125; // // MaterialCode // this.MaterialCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.MaterialCode.DataPropertyName = "MaterialCode"; this.MaterialCode.FillWeight = 63.94557F; this.MaterialCode.HeaderText = "物料编码"; this.MaterialCode.Name = "MaterialCode"; this.MaterialCode.ReadOnly = true; // // Column1 // this.Column1.DataPropertyName = "Remark"; this.Column1.HeaderText = "备注"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Visible = false; this.Column1.Width = 125; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer2.IsSplitterFixed = true; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.dgvPara); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.txtMaterialCode); this.splitContainer2.Panel2.Controls.Add(this.btnDelProductModel); this.splitContainer2.Panel2.Controls.Add(this.label4); this.splitContainer2.Panel2.Controls.Add(this.txtProductModel); this.splitContainer2.Panel2.Controls.Add(this.lb_curModel); this.splitContainer2.Panel2.Controls.Add(this.btn_Save); this.splitContainer2.Panel2.Controls.Add(this.lb_Model); this.splitContainer2.Panel2.Controls.Add(this.btn_Add); this.splitContainer2.Panel2.Controls.Add(this.label2); this.splitContainer2.Size = new System.Drawing.Size(1539, 818); this.splitContainer2.SplitterDistance = 1261; this.splitContainer2.SplitterWidth = 1; this.splitContainer2.TabIndex = 0; // // dgvPara // this.dgvPara.AllowUserToAddRows = false; this.dgvPara.AllowUserToDeleteRows = false; this.dgvPara.AllowUserToResizeRows = false; this.dgvPara.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38))))); this.dgvPara.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvPara.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvPara.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgvPara.ColumnHeadersHeight = 40; this.dgvPara.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvPara.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CGName, this.ParaValueMin, this.ParaValueMax, this.Uint, this.dataGridViewTextBoxColumn48}); dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvPara.DefaultCellStyle = dataGridViewCellStyle5; this.dgvPara.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvPara.EnableHeadersVisualStyles = false; this.dgvPara.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147))))); this.dgvPara.Location = new System.Drawing.Point(0, 0); this.dgvPara.Name = "dgvPara"; this.dgvPara.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvPara.RowHeadersDefaultCellStyle = dataGridViewCellStyle6; this.dgvPara.RowHeadersWidth = 55; this.dgvPara.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dgvPara.RowTemplate.Height = 40; this.dgvPara.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.dgvPara.Size = new System.Drawing.Size(1261, 818); this.dgvPara.TabIndex = 26; this.dgvPara.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvPara_RowPostPaint); // // CGName // this.CGName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.CGName.DataPropertyName = "Remark"; this.CGName.HeaderText = "参数项名称"; this.CGName.Name = "CGName"; this.CGName.ReadOnly = true; // // ParaValueMin // this.ParaValueMin.DataPropertyName = "ParaValueMin"; this.ParaValueMin.HeaderText = "最小值"; this.ParaValueMin.Name = "ParaValueMin"; this.ParaValueMin.Width = 120; // // ParaValueMax // this.ParaValueMax.DataPropertyName = "ParaValueMax"; this.ParaValueMax.HeaderText = "最大值"; this.ParaValueMax.Name = "ParaValueMax"; this.ParaValueMax.Width = 120; // // Uint // this.Uint.DataPropertyName = "Uint"; this.Uint.HeaderText = "单位"; this.Uint.Name = "Uint"; this.Uint.ReadOnly = true; this.Uint.Width = 125; // // dataGridViewTextBoxColumn48 // this.dataGridViewTextBoxColumn48.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn48.HeaderText = "备注"; this.dataGridViewTextBoxColumn48.Name = "dataGridViewTextBoxColumn48"; this.dataGridViewTextBoxColumn48.ReadOnly = true; this.dataGridViewTextBoxColumn48.Visible = false; // // txtMaterialCode // this.txtMaterialCode.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold); this.txtMaterialCode.Location = new System.Drawing.Point(24, 151); this.txtMaterialCode.Name = "txtMaterialCode"; this.txtMaterialCode.Size = new System.Drawing.Size(132, 24); this.txtMaterialCode.TabIndex = 26; // // btnDelProductModel // this.btnDelProductModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btnDelProductModel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDelProductModel.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold); this.btnDelProductModel.ForeColor = System.Drawing.Color.White; this.btnDelProductModel.Location = new System.Drawing.Point(146, 396); this.btnDelProductModel.Name = "btnDelProductModel"; this.btnDelProductModel.Size = new System.Drawing.Size(101, 36); this.btnDelProductModel.TabIndex = 23; this.btnDelProductModel.Text = "删除型号"; this.btnDelProductModel.UseVisualStyleBackColor = false; this.btnDelProductModel.Click += new System.EventHandler(this.btnDelProductModel_Click); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold); this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(19, 126); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(82, 16); this.label4.TabIndex = 25; this.label4.Text = "物料编码:"; // // txtProductModel // this.txtProductModel.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold); this.txtProductModel.Location = new System.Drawing.Point(23, 79); this.txtProductModel.Name = "txtProductModel"; this.txtProductModel.Size = new System.Drawing.Size(132, 24); this.txtProductModel.TabIndex = 20; // // lb_curModel // this.lb_curModel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lb_curModel.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold); this.lb_curModel.ForeColor = System.Drawing.Color.White; this.lb_curModel.Location = new System.Drawing.Point(24, 340); this.lb_curModel.Name = "lb_curModel"; this.lb_curModel.Size = new System.Drawing.Size(223, 30); this.lb_curModel.TabIndex = 19; this.lb_curModel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btn_Save // this.btn_Save.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_Save.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Save.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold); this.btn_Save.ForeColor = System.Drawing.Color.White; this.btn_Save.Location = new System.Drawing.Point(26, 396); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(101, 36); this.btn_Save.TabIndex = 22; this.btn_Save.Text = "保存参数"; this.btn_Save.UseVisualStyleBackColor = false; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // lb_Model // this.lb_Model.AutoSize = true; this.lb_Model.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold); this.lb_Model.ForeColor = System.Drawing.Color.White; this.lb_Model.Location = new System.Drawing.Point(29, 314); this.lb_Model.Name = "lb_Model"; this.lb_Model.Size = new System.Drawing.Size(86, 21); this.lb_Model.TabIndex = 17; this.lb_Model.Text = "当前型号"; // // btn_Add // this.btn_Add.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_Add.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Add.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold); this.btn_Add.ForeColor = System.Drawing.Color.White; this.btn_Add.Location = new System.Drawing.Point(21, 193); this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(226, 36); this.btn_Add.TabIndex = 21; this.btn_Add.Text = "添加型号"; this.btn_Add.UseVisualStyleBackColor = false; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(19, 56); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 16); this.label2.TabIndex = 18; this.label2.Text = "生产型号:"; // // FrmRecipe // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38))))); this.ClientSize = new System.Drawing.Size(1874, 896); this.Controls.Add(this.splitContainer1); this.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(5); this.Name = "FrmRecipe"; this.Text = "参数设置"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FrmRecipe_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvProdModel)).EndInit(); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvPara)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TextBox txtProductModel; private System.Windows.Forms.Label lb_curModel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lb_Model; private System.Windows.Forms.Button btnDelProductModel; private System.Windows.Forms.Button btn_Save; private System.Windows.Forms.Button btn_Add; private System.Windows.Forms.TextBox txtMaterialCode; private System.Windows.Forms.Label label4; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.DataGridView dgvProdModel; private System.Windows.Forms.DataGridView dgvPara; private System.Windows.Forms.DataGridViewTextBoxColumn CGName; private System.Windows.Forms.DataGridViewTextBoxColumn ParaValueMin; private System.Windows.Forms.DataGridViewTextBoxColumn ParaValueMax; private System.Windows.Forms.DataGridViewTextBoxColumn Uint; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn48; private System.Windows.Forms.DataGridViewTextBoxColumn ModelName; private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; } }