namespace Mesnac.Action.ChemicalWeighing.Technical.PmtRecipe { 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() { this.components = new System.ComponentModel.Container(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.textBox9 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.cb_RecipeType = new System.Windows.Forms.ComboBox(); this.txtRecipeId = new System.Windows.Forms.TextBox(); this.txtRecipeName = new System.Windows.Forms.TextBox(); this.label23 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtRemark = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label36 = new System.Windows.Forms.Label(); this.label35 = new System.Windows.Forms.Label(); this.label34 = new System.Windows.Forms.Label(); this.label33 = new System.Windows.Forms.Label(); this.tb_Second_B_Weight = new System.Windows.Forms.TextBox(); this.label32 = new System.Windows.Forms.Label(); this.tb_Second_A_Weight = new System.Windows.Forms.TextBox(); this.label31 = new System.Windows.Forms.Label(); this.tb_C_Weight = new System.Windows.Forms.TextBox(); this.label30 = new System.Windows.Forms.Label(); this.tb_B_Weight = new System.Windows.Forms.TextBox(); this.label29 = new System.Windows.Forms.Label(); this.tb_A_Weight = new System.Windows.Forms.TextBox(); this.label27 = new System.Windows.Forms.Label(); this.textBox8 = new System.Windows.Forms.TextBox(); this.label28 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.textBox7 = new System.Windows.Forms.TextBox(); this.label26 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.textBox6 = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.textBox5 = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.contextMenuStripMaterial = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripMenuItemAdd = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemDel = new System.Windows.Forms.ToolStripMenuItem(); this.label24 = new System.Windows.Forms.Label(); this.ColumnSetWeight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumnSetPutTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox2.SuspendLayout(); this.contextMenuStripMaterial.SuspendLayout(); this.SuspendLayout(); // // btnOk // this.btnOk.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOk.Location = new System.Drawing.Point(839, 592); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(72, 32); this.btnOk.TabIndex = 3; this.btnOk.Text = "确定(&O)"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.Location = new System.Drawing.Point(926, 592); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(72, 32); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "取消(&C)"; this.btnCancel.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.groupBox3); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Controls.Add(this.label27); this.groupBox1.Controls.Add(this.textBox8); this.groupBox1.Controls.Add(this.label28); this.groupBox1.Controls.Add(this.label20); this.groupBox1.Controls.Add(this.textBox7); this.groupBox1.Controls.Add(this.label26); this.groupBox1.Controls.Add(this.label18); this.groupBox1.Controls.Add(this.textBox6); this.groupBox1.Controls.Add(this.label19); this.groupBox1.Controls.Add(this.label17); this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.label15); this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.textBox5); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.textBox4); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.textBox3); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label24); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(986, 574); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; // // groupBox3 // this.groupBox3.Controls.Add(this.textBox9); this.groupBox3.Controls.Add(this.label5); this.groupBox3.Controls.Add(this.cb_RecipeType); this.groupBox3.Controls.Add(this.txtRecipeId); this.groupBox3.Controls.Add(this.txtRecipeName); this.groupBox3.Controls.Add(this.label23); this.groupBox3.Controls.Add(this.label22); this.groupBox3.Controls.Add(this.label21); this.groupBox3.Controls.Add(this.label2); this.groupBox3.Controls.Add(this.txtRemark); this.groupBox3.Controls.Add(this.label4); this.groupBox3.Controls.Add(this.label1); this.groupBox3.Controls.Add(this.label3); this.groupBox3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold); this.groupBox3.Location = new System.Drawing.Point(18, 20); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(457, 239); this.groupBox3.TabIndex = 47; this.groupBox3.TabStop = false; this.groupBox3.Text = "配方信息"; // // textBox9 // this.textBox9.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox9.Location = new System.Drawing.Point(136, 204); this.textBox9.Name = "textBox9"; this.textBox9.Size = new System.Drawing.Size(269, 29); this.textBox9.TabIndex = 23; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(20, 206); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(89, 19); this.label5.TabIndex = 22; this.label5.Text = "配方总重"; // // cb_RecipeType // this.cb_RecipeType.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold); this.cb_RecipeType.FormattingEnabled = true; this.cb_RecipeType.Location = new System.Drawing.Point(136, 112); this.cb_RecipeType.Name = "cb_RecipeType"; this.cb_RecipeType.Size = new System.Drawing.Size(269, 27); this.cb_RecipeType.TabIndex = 19; // // txtRecipeId // this.txtRecipeId.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRecipeId.Location = new System.Drawing.Point(136, 22); this.txtRecipeId.Name = "txtRecipeId"; this.txtRecipeId.Size = new System.Drawing.Size(269, 29); this.txtRecipeId.TabIndex = 21; // // txtRecipeName // this.txtRecipeName.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRecipeName.Location = new System.Drawing.Point(136, 67); this.txtRecipeName.Name = "txtRecipeName"; this.txtRecipeName.Size = new System.Drawing.Size(269, 29); this.txtRecipeName.TabIndex = 20; // // label23 // this.label23.AutoSize = true; this.label23.ForeColor = System.Drawing.Color.Red; this.label23.Location = new System.Drawing.Point(111, 121); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(20, 19); this.label23.TabIndex = 16; this.label23.Text = "*"; // // label22 // this.label22.AutoSize = true; this.label22.ForeColor = System.Drawing.Color.Red; this.label22.Location = new System.Drawing.Point(111, 76); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(20, 19); this.label22.TabIndex = 17; this.label22.Text = "*"; // // label21 // this.label21.AutoSize = true; this.label21.ForeColor = System.Drawing.Color.Red; this.label21.Location = new System.Drawing.Point(111, 31); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(20, 19); this.label21.TabIndex = 18; this.label21.Text = "*"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(20, 70); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 19); this.label2.TabIndex = 10; this.label2.Text = "配方名称"; // // txtRemark // this.txtRemark.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRemark.Location = new System.Drawing.Point(136, 164); this.txtRemark.Name = "txtRemark"; this.txtRemark.Size = new System.Drawing.Size(269, 29); this.txtRemark.TabIndex = 15; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(20, 166); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(89, 19); this.label4.TabIndex = 13; this.label4.Text = "备注信息"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(21, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 19); this.label1.TabIndex = 11; this.label1.Text = "配方编号"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(20, 115); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(89, 19); this.label3.TabIndex = 14; this.label3.Text = "配方类别"; // // groupBox2 // this.groupBox2.Controls.Add(this.label36); this.groupBox2.Controls.Add(this.label35); this.groupBox2.Controls.Add(this.label34); this.groupBox2.Controls.Add(this.label33); this.groupBox2.Controls.Add(this.tb_Second_B_Weight); this.groupBox2.Controls.Add(this.label32); this.groupBox2.Controls.Add(this.tb_Second_A_Weight); this.groupBox2.Controls.Add(this.label31); this.groupBox2.Controls.Add(this.tb_C_Weight); this.groupBox2.Controls.Add(this.label30); this.groupBox2.Controls.Add(this.tb_B_Weight); this.groupBox2.Controls.Add(this.label29); this.groupBox2.Controls.Add(this.tb_A_Weight); this.groupBox2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox2.Location = new System.Drawing.Point(18, 265); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(457, 290); this.groupBox2.TabIndex = 46; this.groupBox2.TabStop = false; this.groupBox2.Text = "物料信息"; // // label36 // this.label36.AutoSize = true; this.label36.ForeColor = System.Drawing.Color.Red; this.label36.Location = new System.Drawing.Point(125, 146); this.label36.Name = "label36"; this.label36.Size = new System.Drawing.Size(20, 19); this.label36.TabIndex = 58; this.label36.Text = "*"; // // label35 // this.label35.AutoSize = true; this.label35.ForeColor = System.Drawing.Color.Red; this.label35.Location = new System.Drawing.Point(116, 105); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(20, 19); this.label35.TabIndex = 57; this.label35.Text = "*"; // // label34 // this.label34.AutoSize = true; this.label34.ForeColor = System.Drawing.Color.Red; this.label34.Location = new System.Drawing.Point(116, 60); this.label34.Name = "label34"; this.label34.Size = new System.Drawing.Size(20, 19); this.label34.TabIndex = 56; this.label34.Text = "*"; // // label33 // this.label33.AutoSize = true; this.label33.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label33.Location = new System.Drawing.Point(30, 238); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(120, 19); this.label33.TabIndex = 55; this.label33.Text = "罐B二次应配"; // // tb_Second_B_Weight // this.tb_Second_B_Weight.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_Second_B_Weight.Location = new System.Drawing.Point(159, 235); this.tb_Second_B_Weight.Name = "tb_Second_B_Weight"; this.tb_Second_B_Weight.Size = new System.Drawing.Size(269, 29); this.tb_Second_B_Weight.TabIndex = 54; this.tb_Second_B_Weight.Text = "0"; // // label32 // this.label32.AutoSize = true; this.label32.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label32.Location = new System.Drawing.Point(30, 192); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(120, 19); this.label32.TabIndex = 53; this.label32.Text = "罐A二次应配"; // // tb_Second_A_Weight // this.tb_Second_A_Weight.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_Second_A_Weight.Location = new System.Drawing.Point(159, 189); this.tb_Second_A_Weight.Name = "tb_Second_A_Weight"; this.tb_Second_A_Weight.Size = new System.Drawing.Size(269, 29); this.tb_Second_A_Weight.TabIndex = 52; this.tb_Second_A_Weight.Text = "0"; // // label31 // this.label31.AutoSize = true; this.label31.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label31.Location = new System.Drawing.Point(30, 146); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(89, 19); this.label31.TabIndex = 51; this.label31.Text = "树脂应配"; // // tb_C_Weight // this.tb_C_Weight.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_C_Weight.Location = new System.Drawing.Point(159, 143); this.tb_C_Weight.Name = "tb_C_Weight"; this.tb_C_Weight.Size = new System.Drawing.Size(269, 29); this.tb_C_Weight.TabIndex = 50; // // label30 // this.label30.AutoSize = true; this.label30.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label30.Location = new System.Drawing.Point(30, 99); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(80, 19); this.label30.TabIndex = 49; this.label30.Text = "罐B应配"; // // tb_B_Weight // this.tb_B_Weight.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_B_Weight.Location = new System.Drawing.Point(159, 96); this.tb_B_Weight.Name = "tb_B_Weight"; this.tb_B_Weight.Size = new System.Drawing.Size(269, 29); this.tb_B_Weight.TabIndex = 48; // // label29 // this.label29.AutoSize = true; this.label29.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label29.Location = new System.Drawing.Point(30, 54); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(80, 19); this.label29.TabIndex = 47; this.label29.Text = "罐A应配"; // // tb_A_Weight // this.tb_A_Weight.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_A_Weight.Location = new System.Drawing.Point(159, 51); this.tb_A_Weight.Name = "tb_A_Weight"; this.tb_A_Weight.Size = new System.Drawing.Size(269, 29); this.tb_A_Weight.TabIndex = 46; // // label27 // this.label27.AutoSize = true; this.label27.ForeColor = System.Drawing.Color.Red; this.label27.Location = new System.Drawing.Point(664, 386); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(11, 12); this.label27.TabIndex = 32; this.label27.Text = "*"; // // textBox8 // this.textBox8.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox8.Location = new System.Drawing.Point(697, 371); this.textBox8.Name = "textBox8"; this.textBox8.Size = new System.Drawing.Size(269, 29); this.textBox8.TabIndex = 31; // // label28 // this.label28.AutoSize = true; this.label28.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label28.Location = new System.Drawing.Point(536, 379); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(129, 19); this.label28.TabIndex = 30; this.label28.Text = "树脂加料误差"; // // label20 // this.label20.AutoSize = true; this.label20.ForeColor = System.Drawing.Color.Red; this.label20.Location = new System.Drawing.Point(664, 339); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(11, 12); this.label20.TabIndex = 29; this.label20.Text = "*"; // // textBox7 // this.textBox7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox7.Location = new System.Drawing.Point(697, 324); this.textBox7.Name = "textBox7"; this.textBox7.Size = new System.Drawing.Size(269, 29); this.textBox7.TabIndex = 28; // // label26 // this.label26.AutoSize = true; this.label26.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label26.Location = new System.Drawing.Point(536, 332); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(120, 19); this.label26.TabIndex = 27; this.label26.Text = "罐B加料误差"; // // label18 // this.label18.AutoSize = true; this.label18.ForeColor = System.Drawing.Color.Red; this.label18.Location = new System.Drawing.Point(664, 294); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(11, 12); this.label18.TabIndex = 26; this.label18.Text = "*"; // // textBox6 // this.textBox6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox6.Location = new System.Drawing.Point(697, 279); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(269, 29); this.textBox6.TabIndex = 25; // // label19 // this.label19.AutoSize = true; this.label19.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label19.Location = new System.Drawing.Point(536, 287); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(120, 19); this.label19.TabIndex = 24; this.label19.Text = "罐A加料误差"; // // label17 // this.label17.AutoSize = true; this.label17.ForeColor = System.Drawing.Color.Red; this.label17.Location = new System.Drawing.Point(642, 221); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(11, 12); this.label17.TabIndex = 23; this.label17.Text = "*"; // // label16 // this.label16.AutoSize = true; this.label16.ForeColor = System.Drawing.Color.Red; this.label16.Location = new System.Drawing.Point(642, 181); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(11, 12); this.label16.TabIndex = 22; this.label16.Text = "*"; // // label15 // this.label15.AutoSize = true; this.label15.ForeColor = System.Drawing.Color.Red; this.label15.Location = new System.Drawing.Point(642, 132); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(11, 12); this.label15.TabIndex = 21; this.label15.Text = "*"; // // label14 // this.label14.AutoSize = true; this.label14.ForeColor = System.Drawing.Color.Red; this.label14.Location = new System.Drawing.Point(642, 92); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(11, 12); this.label14.TabIndex = 20; this.label14.Text = "*"; // // textBox5 // this.textBox5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox5.Location = new System.Drawing.Point(675, 206); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(269, 29); this.textBox5.TabIndex = 19; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label13.Location = new System.Drawing.Point(536, 215); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(89, 19); this.label13.TabIndex = 18; this.label13.Text = "混料时间"; // // textBox4 // this.textBox4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox4.Location = new System.Drawing.Point(675, 166); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(269, 29); this.textBox4.TabIndex = 17; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label11.Location = new System.Drawing.Point(536, 175); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(89, 19); this.label11.TabIndex = 16; this.label11.Text = "进料时间"; // // textBox3 // this.textBox3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox3.Location = new System.Drawing.Point(675, 123); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(269, 29); this.textBox3.TabIndex = 15; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label10.Location = new System.Drawing.Point(536, 132); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(100, 19); this.label10.TabIndex = 14; this.label10.Text = "混料速度3"; // // textBox2 // this.textBox2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox2.Location = new System.Drawing.Point(675, 78); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(269, 29); this.textBox2.TabIndex = 13; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.Location = new System.Drawing.Point(536, 87); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(100, 19); this.label9.TabIndex = 12; this.label9.Text = "混料速度2"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox1.Location = new System.Drawing.Point(675, 33); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(269, 29); this.textBox1.TabIndex = 11; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(536, 42); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(100, 19); this.label8.TabIndex = 10; this.label8.Text = "混料速度1"; // // contextMenuStripMaterial // this.contextMenuStripMaterial.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStripMaterial.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItemAdd, this.toolStripMenuItemDel}); this.contextMenuStripMaterial.Name = "contextMenuStripMaterial"; this.contextMenuStripMaterial.Size = new System.Drawing.Size(101, 48); // // toolStripMenuItemAdd // this.toolStripMenuItemAdd.Name = "toolStripMenuItemAdd"; this.toolStripMenuItemAdd.Size = new System.Drawing.Size(100, 22); this.toolStripMenuItemAdd.Text = "增加"; this.toolStripMenuItemAdd.Click += new System.EventHandler(this.toolStripMenuItemAdd_Click); // // toolStripMenuItemDel // this.toolStripMenuItemDel.Name = "toolStripMenuItemDel"; this.toolStripMenuItemDel.Size = new System.Drawing.Size(100, 22); this.toolStripMenuItemDel.Text = "删除"; this.toolStripMenuItemDel.Click += new System.EventHandler(this.toolStripMenuItemDel_Click); // // label24 // this.label24.AutoSize = true; this.label24.ForeColor = System.Drawing.Color.Red; this.label24.Location = new System.Drawing.Point(642, 42); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(11, 12); this.label24.TabIndex = 3; this.label24.Text = "*"; // // ColumnSetWeight // this.ColumnSetWeight.HeaderText = "设定重量"; this.ColumnSetWeight.Name = "ColumnSetWeight"; // // ColumnSetPutTime // this.ColumnSetPutTime.HeaderText = "设定次数"; this.ColumnSetPutTime.Name = "ColumnSetPutTime"; // // FrmRecipe // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(1010, 636); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmRecipe"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "添加新配方"; this.Activated += new System.EventHandler(this.FrmPlan_Activated); this.Load += new System.EventHandler(this.FrmPlan_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.contextMenuStripMaterial.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ContextMenuStrip contextMenuStripMaterial; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAdd; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDel; private DataGridViewComboEditBoxColumn dataGridViewComboEditBoxColumn1; private System.Windows.Forms.Label label27; private System.Windows.Forms.TextBox textBox8; private System.Windows.Forms.Label label28; private System.Windows.Forms.Label label20; private System.Windows.Forms.TextBox textBox7; private System.Windows.Forms.Label label26; private System.Windows.Forms.Label label18; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label24; private DataGridViewComboEditBoxColumn ColumnMaterial; private System.Windows.Forms.DataGridViewTextBoxColumn ColumnSetWeight; private System.Windows.Forms.DataGridViewTextBoxColumn ColumnSetPutTime; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label36; private System.Windows.Forms.Label label35; private System.Windows.Forms.Label label34; private System.Windows.Forms.Label label33; private System.Windows.Forms.TextBox tb_Second_B_Weight; private System.Windows.Forms.Label label32; private System.Windows.Forms.TextBox tb_Second_A_Weight; private System.Windows.Forms.Label label31; private System.Windows.Forms.TextBox tb_C_Weight; private System.Windows.Forms.Label label30; private System.Windows.Forms.TextBox tb_B_Weight; private System.Windows.Forms.Label label29; private System.Windows.Forms.TextBox tb_A_Weight; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.ComboBox cb_RecipeType; private System.Windows.Forms.TextBox txtRecipeId; private System.Windows.Forms.TextBox txtRecipeName; private System.Windows.Forms.Label label23; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtRemark; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox9; private System.Windows.Forms.Label label5; } }