using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace Mesnac.Action.ChemicalWeighing.LjPlanning { partial class FrmWeiRecipeDataAdd { /// /// Required designer variable. /// private 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtCpVersion = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.DrpCpType = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.tabControl2 = new System.Windows.Forms.TabControl(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.dataGridWater1 = new System.Windows.Forms.DataGridView(); this.ComBoxSilo1BinWater = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.TxtSilo1WeightWater = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TxtSilo1ToleranceWater = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CbSiloC = new System.Windows.Forms.CheckBox(); this.dataGridSilo1 = new System.Windows.Forms.DataGridView(); this.ComBoxSilo1Bin = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.TxtSilo1Weight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TxtSilo1Tolerance = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.dataGridWater2 = new System.Windows.Forms.DataGridView(); this.ComBoxSilo2BinWater = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.TxtSilo2WeightWater = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TxtSilo2ToleranceWater = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridSilo2 = new System.Windows.Forms.DataGridView(); this.ComBoxSilo2Bin = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.TxtSilo2Weight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TxtSilo2Tolerance = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.dataGridDryer = new System.Windows.Forms.DataGridView(); this.ComBoxDryer1Bin = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.TxtDryer1Weight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TxtDryer1Tolerance = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewComboBoxColumn1 = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.BtnSave = new System.Windows.Forms.Button(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.tabControl3 = new System.Windows.Forms.TabControl(); this.tabPage5 = new System.Windows.Forms.TabPage(); this.CbWeterH = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); this.dataGridWeter1 = new System.Windows.Forms.DataGridView(); this.ComBoxWeter1Code = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.ComBoxWeter1TimeInfo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxWeter1Temp = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxWeter1Speed = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxWeter1SetValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxWeter1SetTolerance = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage6 = new System.Windows.Forms.TabPage(); this.dataGridWeter2 = new System.Windows.Forms.DataGridView(); this.ComBoxWeter2Code = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.ComBoxWeter2TimeInfo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxWeter2Temp = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxWeter2Speed = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxWeter2SetValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxWeter2SetTolerance = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.dataGridSiloH1 = new System.Windows.Forms.DataGridView(); this.ComBoxSilo1Code = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.ComBoxSilo1TimeInfo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxSilo1Temp = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxSilo1Speed = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.dataGridSiloH2 = new System.Windows.Forms.DataGridView(); this.ComBoxSilo2Code = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.ComBoxSilo2TimeInfo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxSilo2Temp = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxSilo2Speed = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.dataGridDryer1Action = new System.Windows.Forms.DataGridView(); this.ComBoxDryer1Code = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.ComBoxDryer1TimeInfo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxDryer1Temp = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComBoxDryer1Speed = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BtnCanel = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.tabControl2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.groupBox6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridWater1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridSilo1)).BeginInit(); this.tabPage4.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridWater2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridSilo2)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridDryer)).BeginInit(); this.groupBox5.SuspendLayout(); this.tabControl3.SuspendLayout(); this.tabPage5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridWeter1)).BeginInit(); this.tabPage6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridWeter2)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridSiloH1)).BeginInit(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridSiloH2)).BeginInit(); this.groupBox7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridDryer1Action)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.txtCpVersion); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.DrpCpType); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txtName); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Location = new System.Drawing.Point(18, 18); this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Size = new System.Drawing.Size(945, 70); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "配方"; // // txtCpVersion // this.txtCpVersion.Location = new System.Drawing.Point(732, 23); this.txtCpVersion.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); this.txtCpVersion.MaxLength = 100; this.txtCpVersion.Name = "txtCpVersion"; this.txtCpVersion.Size = new System.Drawing.Size(192, 28); this.txtCpVersion.TabIndex = 60; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(629, 29); this.label1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 18); this.label1.TabIndex = 59; this.label1.Text = "配方版本:"; // // DrpCpType // this.DrpCpType.FormattingEnabled = true; this.DrpCpType.Location = new System.Drawing.Point(423, 24); this.DrpCpType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.DrpCpType.Name = "DrpCpType"; this.DrpCpType.Size = new System.Drawing.Size(192, 26); this.DrpCpType.TabIndex = 58; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(323, 29); this.label4.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(89, 18); this.label4.TabIndex = 57; this.label4.Text = "配方类别:"; // // txtName // this.txtName.Location = new System.Drawing.Point(114, 23); this.txtName.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); this.txtName.MaxLength = 100; this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(192, 28); this.txtName.TabIndex = 56; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(18, 29); this.label3.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(89, 18); this.label3.TabIndex = 53; this.label3.Text = "配方名称:"; // // groupBox2 // this.groupBox2.Controls.Add(this.tabControl2); this.groupBox2.Controls.Add(this.groupBox3); this.groupBox2.Location = new System.Drawing.Point(18, 114); this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox2.Size = new System.Drawing.Size(667, 955); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "称量配方"; // // tabControl2 // this.tabControl2.Controls.Add(this.tabPage3); this.tabControl2.Controls.Add(this.tabPage4); this.tabControl2.Location = new System.Drawing.Point(9, 318); this.tabControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabControl2.Name = "tabControl2"; this.tabControl2.SelectedIndex = 0; this.tabControl2.Size = new System.Drawing.Size(649, 629); this.tabControl2.TabIndex = 1; // // tabPage3 // this.tabPage3.Controls.Add(this.groupBox6); this.tabPage3.Controls.Add(this.CbSiloC); this.tabPage3.Controls.Add(this.dataGridSilo1); this.tabPage3.Location = new System.Drawing.Point(4, 28); this.tabPage3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage3.Size = new System.Drawing.Size(641, 597); this.tabPage3.TabIndex = 0; this.tabPage3.Text = "糊化机(#A)"; this.tabPage3.UseVisualStyleBackColor = true; // // groupBox6 // this.groupBox6.Controls.Add(this.dataGridWater1); this.groupBox6.Location = new System.Drawing.Point(9, 337); this.groupBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox6.Name = "groupBox6"; this.groupBox6.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox6.Size = new System.Drawing.Size(620, 242); this.groupBox6.TabIndex = 71; this.groupBox6.TabStop = false; this.groupBox6.Text = "水称"; // // dataGridWater1 // this.dataGridWater1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridWater1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ComBoxSilo1BinWater, this.TxtSilo1WeightWater, this.TxtSilo1ToleranceWater}); this.dataGridWater1.Location = new System.Drawing.Point(9, 30); this.dataGridWater1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataGridWater1.Name = "dataGridWater1"; this.dataGridWater1.RowHeadersWidth = 62; this.dataGridWater1.RowTemplate.Height = 23; this.dataGridWater1.Size = new System.Drawing.Size(602, 204); this.dataGridWater1.TabIndex = 69; this.dataGridWater1.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridWater1_DefaultValuesNeeded); // // ComBoxSilo1BinWater // this.ComBoxSilo1BinWater.HeaderText = "物料选择"; this.ComBoxSilo1BinWater.MinimumWidth = 8; this.ComBoxSilo1BinWater.Name = "ComBoxSilo1BinWater"; this.ComBoxSilo1BinWater.Width = 150; // // TxtSilo1WeightWater // this.TxtSilo1WeightWater.DataPropertyName = "Weight"; this.TxtSilo1WeightWater.HeaderText = "重量"; this.TxtSilo1WeightWater.MaxInputLength = 100; this.TxtSilo1WeightWater.MinimumWidth = 8; this.TxtSilo1WeightWater.Name = "TxtSilo1WeightWater"; this.TxtSilo1WeightWater.Width = 95; // // TxtSilo1ToleranceWater // this.TxtSilo1ToleranceWater.DataPropertyName = "Tolerance"; this.TxtSilo1ToleranceWater.HeaderText = "公差"; this.TxtSilo1ToleranceWater.MinimumWidth = 8; this.TxtSilo1ToleranceWater.Name = "TxtSilo1ToleranceWater"; this.TxtSilo1ToleranceWater.Width = 95; // // CbSiloC // this.CbSiloC.AutoSize = true; this.CbSiloC.Location = new System.Drawing.Point(8, 10); this.CbSiloC.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.CbSiloC.Name = "CbSiloC"; this.CbSiloC.Size = new System.Drawing.Size(250, 22); this.CbSiloC.TabIndex = 70; this.CbSiloC.Text = "糊化机B采用糊化机A的配方"; this.CbSiloC.UseVisualStyleBackColor = true; this.CbSiloC.CheckedChanged += new System.EventHandler(this.CbSiloC_CheckedChanged); // // dataGridSilo1 // this.dataGridSilo1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridSilo1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ComBoxSilo1Bin, this.TxtSilo1Weight, this.TxtSilo1Tolerance}); this.dataGridSilo1.Location = new System.Drawing.Point(8, 42); this.dataGridSilo1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataGridSilo1.Name = "dataGridSilo1"; this.dataGridSilo1.RowHeadersWidth = 62; this.dataGridSilo1.RowTemplate.Height = 23; this.dataGridSilo1.Size = new System.Drawing.Size(621, 287); this.dataGridSilo1.TabIndex = 63; this.dataGridSilo1.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridSilo_DefaultValuesNeeded); // // ComBoxSilo1Bin // this.ComBoxSilo1Bin.HeaderText = "物料选择"; this.ComBoxSilo1Bin.MinimumWidth = 8; this.ComBoxSilo1Bin.Name = "ComBoxSilo1Bin"; this.ComBoxSilo1Bin.Width = 150; // // TxtSilo1Weight // this.TxtSilo1Weight.DataPropertyName = "Weight"; this.TxtSilo1Weight.HeaderText = "重量"; this.TxtSilo1Weight.MaxInputLength = 100; this.TxtSilo1Weight.MinimumWidth = 8; this.TxtSilo1Weight.Name = "TxtSilo1Weight"; this.TxtSilo1Weight.Width = 95; // // TxtSilo1Tolerance // this.TxtSilo1Tolerance.DataPropertyName = "Tolerance"; this.TxtSilo1Tolerance.HeaderText = "公差"; this.TxtSilo1Tolerance.MinimumWidth = 8; this.TxtSilo1Tolerance.Name = "TxtSilo1Tolerance"; this.TxtSilo1Tolerance.Width = 95; // // tabPage4 // this.tabPage4.Controls.Add(this.groupBox4); this.tabPage4.Controls.Add(this.dataGridSilo2); this.tabPage4.Location = new System.Drawing.Point(4, 28); this.tabPage4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage4.Size = new System.Drawing.Size(641, 597); this.tabPage4.TabIndex = 1; this.tabPage4.Text = "糊化机(#B)"; this.tabPage4.UseVisualStyleBackColor = true; // // groupBox4 // this.groupBox4.Controls.Add(this.dataGridWater2); this.groupBox4.Location = new System.Drawing.Point(10, 325); this.groupBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox4.Name = "groupBox4"; this.groupBox4.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox4.Size = new System.Drawing.Size(620, 198); this.groupBox4.TabIndex = 73; this.groupBox4.TabStop = false; this.groupBox4.Text = "水称"; // // dataGridWater2 // this.dataGridWater2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridWater2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ComBoxSilo2BinWater, this.TxtSilo2WeightWater, this.TxtSilo2ToleranceWater}); this.dataGridWater2.Location = new System.Drawing.Point(9, 30); this.dataGridWater2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataGridWater2.Name = "dataGridWater2"; this.dataGridWater2.RowHeadersWidth = 62; this.dataGridWater2.RowTemplate.Height = 23; this.dataGridWater2.Size = new System.Drawing.Size(600, 146); this.dataGridWater2.TabIndex = 69; this.dataGridWater2.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridWater2_DefaultValuesNeeded); // // ComBoxSilo2BinWater // this.ComBoxSilo2BinWater.HeaderText = "物料选择"; this.ComBoxSilo2BinWater.MinimumWidth = 8; this.ComBoxSilo2BinWater.Name = "ComBoxSilo2BinWater"; this.ComBoxSilo2BinWater.Width = 150; // // TxtSilo2WeightWater // this.TxtSilo2WeightWater.DataPropertyName = "Weight"; this.TxtSilo2WeightWater.HeaderText = "重量"; this.TxtSilo2WeightWater.MaxInputLength = 100; this.TxtSilo2WeightWater.MinimumWidth = 8; this.TxtSilo2WeightWater.Name = "TxtSilo2WeightWater"; this.TxtSilo2WeightWater.Width = 95; // // TxtSilo2ToleranceWater // this.TxtSilo2ToleranceWater.DataPropertyName = "Tolerance"; this.TxtSilo2ToleranceWater.HeaderText = "公差"; this.TxtSilo2ToleranceWater.MinimumWidth = 8; this.TxtSilo2ToleranceWater.Name = "TxtSilo2ToleranceWater"; this.TxtSilo2ToleranceWater.Width = 95; // // dataGridSilo2 // this.dataGridSilo2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridSilo2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ComBoxSilo2Bin, this.TxtSilo2Weight, this.TxtSilo2Tolerance}); this.dataGridSilo2.Location = new System.Drawing.Point(4, 12); this.dataGridSilo2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataGridSilo2.Name = "dataGridSilo2"; this.dataGridSilo2.RowHeadersWidth = 62; this.dataGridSilo2.RowTemplate.Height = 23; this.dataGridSilo2.Size = new System.Drawing.Size(630, 305); this.dataGridSilo2.TabIndex = 72; this.dataGridSilo2.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridSilo2_DefaultValuesNeeded); // // ComBoxSilo2Bin // this.ComBoxSilo2Bin.HeaderText = "物料选择"; this.ComBoxSilo2Bin.MinimumWidth = 8; this.ComBoxSilo2Bin.Name = "ComBoxSilo2Bin"; this.ComBoxSilo2Bin.Width = 150; // // TxtSilo2Weight // this.TxtSilo2Weight.DataPropertyName = "Weight"; this.TxtSilo2Weight.HeaderText = "重量"; this.TxtSilo2Weight.MaxInputLength = 100; this.TxtSilo2Weight.MinimumWidth = 8; this.TxtSilo2Weight.Name = "TxtSilo2Weight"; this.TxtSilo2Weight.Width = 95; // // TxtSilo2Tolerance // this.TxtSilo2Tolerance.DataPropertyName = "Tolerance"; this.TxtSilo2Tolerance.HeaderText = "公差"; this.TxtSilo2Tolerance.MaxInputLength = 100; this.TxtSilo2Tolerance.MinimumWidth = 8; this.TxtSilo2Tolerance.Name = "TxtSilo2Tolerance"; this.TxtSilo2Tolerance.Width = 95; // // groupBox3 // this.groupBox3.Controls.Add(this.dataGridDryer); this.groupBox3.Location = new System.Drawing.Point(9, 30); this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox3.Name = "groupBox3"; this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox3.Size = new System.Drawing.Size(649, 278); this.groupBox3.TabIndex = 0; this.groupBox3.TabStop = false; this.groupBox3.Text = "干混机(#A)"; // // dataGridDryer // this.dataGridDryer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridDryer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ComBoxDryer1Bin, this.TxtDryer1Weight, this.TxtDryer1Tolerance}); this.dataGridDryer.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridDryer.Location = new System.Drawing.Point(4, 26); this.dataGridDryer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataGridDryer.Name = "dataGridDryer"; this.dataGridDryer.RowHeadersWidth = 62; this.dataGridDryer.RowTemplate.Height = 23; this.dataGridDryer.Size = new System.Drawing.Size(641, 247); this.dataGridDryer.TabIndex = 63; this.dataGridDryer.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridDryer_CellContentClick); this.dataGridDryer.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete); this.dataGridDryer.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridView1_DefaultValuesNeeded); // // ComBoxDryer1Bin // this.ComBoxDryer1Bin.AutoComplete = false; this.ComBoxDryer1Bin.HeaderText = "物料选择"; this.ComBoxDryer1Bin.MaxDropDownItems = 4; this.ComBoxDryer1Bin.MinimumWidth = 8; this.ComBoxDryer1Bin.Name = "ComBoxDryer1Bin"; this.ComBoxDryer1Bin.Width = 150; // // TxtDryer1Weight // this.TxtDryer1Weight.DataPropertyName = "Weight"; this.TxtDryer1Weight.HeaderText = "重量"; this.TxtDryer1Weight.MaxInputLength = 100; this.TxtDryer1Weight.MinimumWidth = 8; this.TxtDryer1Weight.Name = "TxtDryer1Weight"; this.TxtDryer1Weight.Width = 95; // // TxtDryer1Tolerance // this.TxtDryer1Tolerance.DataPropertyName = "Tolerance"; this.TxtDryer1Tolerance.HeaderText = "公差"; this.TxtDryer1Tolerance.MinimumWidth = 8; this.TxtDryer1Tolerance.Name = "TxtDryer1Tolerance"; this.TxtDryer1Tolerance.Width = 95; // // dataGridViewComboBoxColumn1 // this.dataGridViewComboBoxColumn1.HeaderText = "物料选择"; this.dataGridViewComboBoxColumn1.MinimumWidth = 8; this.dataGridViewComboBoxColumn1.Name = "dataGridViewComboBoxColumn1"; this.dataGridViewComboBoxColumn1.Width = 150; // // BtnSave // this.BtnSave.Location = new System.Drawing.Point(132, 1079); this.BtnSave.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.BtnSave.Name = "BtnSave"; this.BtnSave.Size = new System.Drawing.Size(179, 71); this.BtnSave.TabIndex = 2; this.BtnSave.Text = "保存配方"; this.BtnSave.UseVisualStyleBackColor = true; this.BtnSave.Click += new System.EventHandler(this.button1_Click); // // groupBox5 // this.groupBox5.Controls.Add(this.tabControl3); this.groupBox5.Controls.Add(this.tabControl1); this.groupBox5.Controls.Add(this.groupBox7); this.groupBox5.Location = new System.Drawing.Point(694, 114); this.groupBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox5.Name = "groupBox5"; this.groupBox5.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox5.Size = new System.Drawing.Size(1081, 1038); this.groupBox5.TabIndex = 3; this.groupBox5.TabStop = false; this.groupBox5.Text = "混合配方"; // // tabControl3 // this.tabControl3.Controls.Add(this.tabPage5); this.tabControl3.Controls.Add(this.tabPage6); this.tabControl3.Location = new System.Drawing.Point(9, 646); this.tabControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabControl3.Name = "tabControl3"; this.tabControl3.SelectedIndex = 0; this.tabControl3.Size = new System.Drawing.Size(1063, 384); this.tabControl3.TabIndex = 5; // // tabPage5 // this.tabPage5.Controls.Add(this.CbWeterH); this.tabPage5.Controls.Add(this.label6); this.tabPage5.Controls.Add(this.dataGridWeter1); this.tabPage5.Location = new System.Drawing.Point(4, 28); this.tabPage5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage5.Name = "tabPage5"; this.tabPage5.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage5.Size = new System.Drawing.Size(1055, 352); this.tabPage5.TabIndex = 0; this.tabPage5.Text = "湿混机(#A)"; this.tabPage5.UseVisualStyleBackColor = true; // // CbWeterH // this.CbWeterH.AutoSize = true; this.CbWeterH.Location = new System.Drawing.Point(8, 10); this.CbWeterH.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.CbWeterH.Name = "CbWeterH"; this.CbWeterH.Size = new System.Drawing.Size(205, 22); this.CbWeterH.TabIndex = 70; this.CbWeterH.Text = "复制湿混机A混合配方"; this.CbWeterH.UseVisualStyleBackColor = true; this.CbWeterH.CheckedChanged += new System.EventHandler(this.CbWeterH_CheckedChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(221, 11); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(287, 18); this.label6.TabIndex = 69; this.label6.Text = "如果湿混机B采用相同的配方请勾选"; // // dataGridWeter1 // this.dataGridWeter1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridWeter1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ComBoxWeter1Code, this.ComBoxWeter1TimeInfo, this.ComBoxWeter1Temp, this.ComBoxWeter1Speed, this.ComBoxWeter1SetValue, this.ComBoxWeter1SetTolerance}); this.dataGridWeter1.Location = new System.Drawing.Point(9, 42); this.dataGridWeter1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataGridWeter1.Name = "dataGridWeter1"; this.dataGridWeter1.RowHeadersWidth = 62; this.dataGridWeter1.RowTemplate.Height = 23; this.dataGridWeter1.Size = new System.Drawing.Size(1034, 294); this.dataGridWeter1.TabIndex = 64; this.dataGridWeter1.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridWeter1_DefaultValuesNeeded_1); // // ComBoxWeter1Code // this.ComBoxWeter1Code.HeaderText = "动作"; this.ComBoxWeter1Code.MinimumWidth = 8; this.ComBoxWeter1Code.Name = "ComBoxWeter1Code"; this.ComBoxWeter1Code.Width = 150; // // ComBoxWeter1TimeInfo // this.ComBoxWeter1TimeInfo.DataPropertyName = "TimeInfo"; this.ComBoxWeter1TimeInfo.HeaderText = "时间"; this.ComBoxWeter1TimeInfo.MaxInputLength = 100; this.ComBoxWeter1TimeInfo.MinimumWidth = 8; this.ComBoxWeter1TimeInfo.Name = "ComBoxWeter1TimeInfo"; this.ComBoxWeter1TimeInfo.Width = 95; // // ComBoxWeter1Temp // this.ComBoxWeter1Temp.DataPropertyName = "Temp"; this.ComBoxWeter1Temp.HeaderText = "温度"; this.ComBoxWeter1Temp.MinimumWidth = 8; this.ComBoxWeter1Temp.Name = "ComBoxWeter1Temp"; this.ComBoxWeter1Temp.Width = 95; // // ComBoxWeter1Speed // this.ComBoxWeter1Speed.DataPropertyName = "Speed"; this.ComBoxWeter1Speed.HeaderText = "速度"; this.ComBoxWeter1Speed.MinimumWidth = 8; this.ComBoxWeter1Speed.Name = "ComBoxWeter1Speed"; this.ComBoxWeter1Speed.Width = 150; // // ComBoxWeter1SetValue // this.ComBoxWeter1SetValue.DataPropertyName = "SetValue"; this.ComBoxWeter1SetValue.HeaderText = "设定重量"; this.ComBoxWeter1SetValue.MinimumWidth = 8; this.ComBoxWeter1SetValue.Name = "ComBoxWeter1SetValue"; this.ComBoxWeter1SetValue.Width = 150; // // ComBoxWeter1SetTolerance // this.ComBoxWeter1SetTolerance.DataPropertyName = "SetTolerance"; this.ComBoxWeter1SetTolerance.HeaderText = "设定公差"; this.ComBoxWeter1SetTolerance.MinimumWidth = 8; this.ComBoxWeter1SetTolerance.Name = "ComBoxWeter1SetTolerance"; this.ComBoxWeter1SetTolerance.Width = 150; // // tabPage6 // this.tabPage6.Controls.Add(this.dataGridWeter2); this.tabPage6.Location = new System.Drawing.Point(4, 28); this.tabPage6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage6.Name = "tabPage6"; this.tabPage6.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage6.Size = new System.Drawing.Size(1055, 352); this.tabPage6.TabIndex = 1; this.tabPage6.Text = "湿混机(#B)"; this.tabPage6.UseVisualStyleBackColor = true; // // dataGridWeter2 // this.dataGridWeter2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridWeter2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ComBoxWeter2Code, this.ComBoxWeter2TimeInfo, this.ComBoxWeter2Temp, this.ComBoxWeter2Speed, this.ComBoxWeter2SetValue, this.ComBoxWeter2SetTolerance}); this.dataGridWeter2.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridWeter2.Location = new System.Drawing.Point(4, 5); this.dataGridWeter2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataGridWeter2.Name = "dataGridWeter2"; this.dataGridWeter2.RowHeadersWidth = 62; this.dataGridWeter2.RowTemplate.Height = 23; this.dataGridWeter2.Size = new System.Drawing.Size(1047, 342); this.dataGridWeter2.TabIndex = 65; this.dataGridWeter2.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridWeter2_DefaultValuesNeeded); // // ComBoxWeter2Code // this.ComBoxWeter2Code.HeaderText = "动作"; this.ComBoxWeter2Code.MinimumWidth = 8; this.ComBoxWeter2Code.Name = "ComBoxWeter2Code"; this.ComBoxWeter2Code.Width = 150; // // ComBoxWeter2TimeInfo // this.ComBoxWeter2TimeInfo.DataPropertyName = "TimeInfo"; this.ComBoxWeter2TimeInfo.HeaderText = "时间"; this.ComBoxWeter2TimeInfo.MaxInputLength = 100; this.ComBoxWeter2TimeInfo.MinimumWidth = 8; this.ComBoxWeter2TimeInfo.Name = "ComBoxWeter2TimeInfo"; this.ComBoxWeter2TimeInfo.Width = 95; // // ComBoxWeter2Temp // this.ComBoxWeter2Temp.DataPropertyName = "Temp"; this.ComBoxWeter2Temp.HeaderText = "温度"; this.ComBoxWeter2Temp.MinimumWidth = 8; this.ComBoxWeter2Temp.Name = "ComBoxWeter2Temp"; this.ComBoxWeter2Temp.Width = 95; // // ComBoxWeter2Speed // this.ComBoxWeter2Speed.DataPropertyName = "Speed"; this.ComBoxWeter2Speed.HeaderText = "速度"; this.ComBoxWeter2Speed.MinimumWidth = 8; this.ComBoxWeter2Speed.Name = "ComBoxWeter2Speed"; this.ComBoxWeter2Speed.Width = 150; // // ComBoxWeter2SetValue // this.ComBoxWeter2SetValue.DataPropertyName = "SetValue"; this.ComBoxWeter2SetValue.HeaderText = "设定重量"; this.ComBoxWeter2SetValue.MinimumWidth = 8; this.ComBoxWeter2SetValue.Name = "ComBoxWeter2SetValue"; this.ComBoxWeter2SetValue.Width = 150; // // ComBoxWeter2SetTolerance // this.ComBoxWeter2SetTolerance.DataPropertyName = "SetTolerance"; this.ComBoxWeter2SetTolerance.HeaderText = "设定公差"; this.ComBoxWeter2SetTolerance.MinimumWidth = 8; this.ComBoxWeter2SetTolerance.Name = "ComBoxWeter2SetTolerance"; this.ComBoxWeter2SetTolerance.Width = 150; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(9, 348); this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1063, 295); this.tabControl1.TabIndex = 4; // // tabPage1 // this.tabPage1.Controls.Add(this.dataGridSiloH1); this.tabPage1.Location = new System.Drawing.Point(4, 28); this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage1.Size = new System.Drawing.Size(1055, 263); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "糊化机(#A)"; this.tabPage1.UseVisualStyleBackColor = true; // // dataGridSiloH1 // this.dataGridSiloH1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridSiloH1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ComBoxSilo1Code, this.ComBoxSilo1TimeInfo, this.ComBoxSilo1Temp, this.ComBoxSilo1Speed}); this.dataGridSiloH1.Location = new System.Drawing.Point(9, 14); this.dataGridSiloH1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataGridSiloH1.Name = "dataGridSiloH1"; this.dataGridSiloH1.RowHeadersWidth = 62; this.dataGridSiloH1.RowTemplate.Height = 23; this.dataGridSiloH1.Size = new System.Drawing.Size(1034, 233); this.dataGridSiloH1.TabIndex = 66; this.dataGridSiloH1.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridSiloH1_DefaultValuesNeeded); // // ComBoxSilo1Code // this.ComBoxSilo1Code.HeaderText = "动作"; this.ComBoxSilo1Code.MinimumWidth = 8; this.ComBoxSilo1Code.Name = "ComBoxSilo1Code"; this.ComBoxSilo1Code.Width = 150; // // ComBoxSilo1TimeInfo // this.ComBoxSilo1TimeInfo.DataPropertyName = "TimeInfo"; this.ComBoxSilo1TimeInfo.HeaderText = "时间"; this.ComBoxSilo1TimeInfo.MaxInputLength = 100; this.ComBoxSilo1TimeInfo.MinimumWidth = 8; this.ComBoxSilo1TimeInfo.Name = "ComBoxSilo1TimeInfo"; this.ComBoxSilo1TimeInfo.Width = 95; // // ComBoxSilo1Temp // this.ComBoxSilo1Temp.DataPropertyName = "Temp"; this.ComBoxSilo1Temp.HeaderText = "温度"; this.ComBoxSilo1Temp.MinimumWidth = 8; this.ComBoxSilo1Temp.Name = "ComBoxSilo1Temp"; this.ComBoxSilo1Temp.Width = 95; // // ComBoxSilo1Speed // this.ComBoxSilo1Speed.DataPropertyName = "Speed"; this.ComBoxSilo1Speed.HeaderText = "速度"; this.ComBoxSilo1Speed.MinimumWidth = 8; this.ComBoxSilo1Speed.Name = "ComBoxSilo1Speed"; this.ComBoxSilo1Speed.Width = 150; // // tabPage2 // this.tabPage2.Controls.Add(this.dataGridSiloH2); this.tabPage2.Location = new System.Drawing.Point(4, 28); this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage2.Size = new System.Drawing.Size(1055, 263); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "糊化机(#B)"; this.tabPage2.UseVisualStyleBackColor = true; // // dataGridSiloH2 // this.dataGridSiloH2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridSiloH2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ComBoxSilo2Code, this.ComBoxSilo2TimeInfo, this.ComBoxSilo2Temp, this.ComBoxSilo2Speed}); this.dataGridSiloH2.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridSiloH2.Location = new System.Drawing.Point(4, 5); this.dataGridSiloH2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataGridSiloH2.Name = "dataGridSiloH2"; this.dataGridSiloH2.RowHeadersWidth = 62; this.dataGridSiloH2.RowTemplate.Height = 23; this.dataGridSiloH2.Size = new System.Drawing.Size(1047, 253); this.dataGridSiloH2.TabIndex = 64; this.dataGridSiloH2.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridSiloH2_DefaultValuesNeeded); // // ComBoxSilo2Code // this.ComBoxSilo2Code.HeaderText = "动作"; this.ComBoxSilo2Code.MinimumWidth = 8; this.ComBoxSilo2Code.Name = "ComBoxSilo2Code"; this.ComBoxSilo2Code.Width = 150; // // ComBoxSilo2TimeInfo // this.ComBoxSilo2TimeInfo.DataPropertyName = "TimeInfo"; this.ComBoxSilo2TimeInfo.HeaderText = "时间"; this.ComBoxSilo2TimeInfo.MaxInputLength = 100; this.ComBoxSilo2TimeInfo.MinimumWidth = 8; this.ComBoxSilo2TimeInfo.Name = "ComBoxSilo2TimeInfo"; this.ComBoxSilo2TimeInfo.Width = 95; // // ComBoxSilo2Temp // this.ComBoxSilo2Temp.DataPropertyName = "Temp"; this.ComBoxSilo2Temp.HeaderText = "温度"; this.ComBoxSilo2Temp.MinimumWidth = 8; this.ComBoxSilo2Temp.Name = "ComBoxSilo2Temp"; this.ComBoxSilo2Temp.Width = 95; // // ComBoxSilo2Speed // this.ComBoxSilo2Speed.DataPropertyName = "Speed"; this.ComBoxSilo2Speed.HeaderText = "速度"; this.ComBoxSilo2Speed.MinimumWidth = 8; this.ComBoxSilo2Speed.Name = "ComBoxSilo2Speed"; this.ComBoxSilo2Speed.Width = 150; // // groupBox7 // this.groupBox7.Controls.Add(this.dataGridDryer1Action); this.groupBox7.Location = new System.Drawing.Point(9, 30); this.groupBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox7.Name = "groupBox7"; this.groupBox7.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox7.Size = new System.Drawing.Size(1063, 312); this.groupBox7.TabIndex = 0; this.groupBox7.TabStop = false; this.groupBox7.Text = "干混机(#A)"; // // dataGridDryer1Action // this.dataGridDryer1Action.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridDryer1Action.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ComBoxDryer1Code, this.ComBoxDryer1TimeInfo, this.ComBoxDryer1Temp, this.ComBoxDryer1Speed}); this.dataGridDryer1Action.Location = new System.Drawing.Point(4, 25); this.dataGridDryer1Action.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataGridDryer1Action.Name = "dataGridDryer1Action"; this.dataGridDryer1Action.RowHeadersWidth = 62; this.dataGridDryer1Action.RowTemplate.Height = 23; this.dataGridDryer1Action.Size = new System.Drawing.Size(1053, 283); this.dataGridDryer1Action.TabIndex = 63; this.dataGridDryer1Action.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridDryer1Action_DefaultValuesNeeded); // // ComBoxDryer1Code // this.ComBoxDryer1Code.AutoComplete = false; this.ComBoxDryer1Code.HeaderText = "动作"; this.ComBoxDryer1Code.MaxDropDownItems = 4; this.ComBoxDryer1Code.MinimumWidth = 8; this.ComBoxDryer1Code.Name = "ComBoxDryer1Code"; this.ComBoxDryer1Code.Width = 150; // // ComBoxDryer1TimeInfo // this.ComBoxDryer1TimeInfo.DataPropertyName = "TimeInfo"; this.ComBoxDryer1TimeInfo.HeaderText = "时间"; this.ComBoxDryer1TimeInfo.MaxInputLength = 100; this.ComBoxDryer1TimeInfo.MinimumWidth = 8; this.ComBoxDryer1TimeInfo.Name = "ComBoxDryer1TimeInfo"; this.ComBoxDryer1TimeInfo.Width = 95; // // ComBoxDryer1Temp // this.ComBoxDryer1Temp.DataPropertyName = "Temp"; this.ComBoxDryer1Temp.HeaderText = "温度"; this.ComBoxDryer1Temp.MinimumWidth = 8; this.ComBoxDryer1Temp.Name = "ComBoxDryer1Temp"; this.ComBoxDryer1Temp.Width = 95; // // ComBoxDryer1Speed // this.ComBoxDryer1Speed.DataPropertyName = "Speed"; this.ComBoxDryer1Speed.HeaderText = "速度"; this.ComBoxDryer1Speed.MinimumWidth = 8; this.ComBoxDryer1Speed.Name = "ComBoxDryer1Speed"; this.ComBoxDryer1Speed.Width = 150; // // BtnCanel // this.BtnCanel.Location = new System.Drawing.Point(387, 1079); this.BtnCanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.BtnCanel.Name = "BtnCanel"; this.BtnCanel.Size = new System.Drawing.Size(179, 71); this.BtnCanel.TabIndex = 2; this.BtnCanel.Text = "取消配方"; this.BtnCanel.UseVisualStyleBackColor = true; this.BtnCanel.Click += new System.EventHandler(this.BtnCanel_Click); // // FrmWeiRecipeDataAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1799, 1168); this.Controls.Add(this.groupBox5); this.Controls.Add(this.BtnCanel); this.Controls.Add(this.BtnSave); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FrmWeiRecipeDataAdd"; this.Text = "配方名称"; this.Load += new System.EventHandler(this.FrmWeiRecipeDataAdd_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.tabControl2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.groupBox6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridWater1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridSilo1)).EndInit(); this.tabPage4.ResumeLayout(false); this.groupBox4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridWater2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridSilo2)).EndInit(); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridDryer)).EndInit(); this.groupBox5.ResumeLayout(false); this.tabControl3.ResumeLayout(false); this.tabPage5.ResumeLayout(false); this.tabPage5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridWeter1)).EndInit(); this.tabPage6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridWeter2)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridSiloH1)).EndInit(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridSiloH2)).EndInit(); this.groupBox7.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridDryer1Action)).EndInit(); this.ResumeLayout(false); } private System.Windows.Forms.TextBox txtCpVersion; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox DrpCpType; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label label3; #endregion private System.Windows.Forms.GroupBox groupBox1; private GroupBox groupBox2; private GroupBox groupBox3; private DataGridView dataGridDryer; private DataGridViewComboBoxColumn dataGridViewComboBoxColumn1; private Button BtnSave; private DataGridView dataGridSilo1; private GroupBox groupBox5; private GroupBox groupBox7; private Button BtnCanel; private DataGridView dataGridDryer1Action; private TabControl tabControl1; private TabPage tabPage1; private TabPage tabPage2; private DataGridView dataGridSiloH1; private DataGridView dataGridSiloH2; private TabControl tabControl2; private TabPage tabPage3; private CheckBox CbSiloC; private TabPage tabPage4; private GroupBox groupBox6; private DataGridView dataGridWater1; private GroupBox groupBox4; private DataGridView dataGridWater2; private DataGridView dataGridSilo2; private TabControl tabControl3; private TabPage tabPage5; private DataGridView dataGridWeter1; private TabPage tabPage6; private CheckBox CbWeterH; private Label label6; private DataGridView dataGridWeter2; private DataGridViewComboBoxColumn ComBoxDryer1Bin; private DataGridViewTextBoxColumn TxtDryer1Weight; private DataGridViewTextBoxColumn TxtDryer1Tolerance; private DataGridViewComboBoxColumn ComBoxSilo1BinWater; private DataGridViewTextBoxColumn TxtSilo1WeightWater; private DataGridViewTextBoxColumn TxtSilo1ToleranceWater; private DataGridViewComboBoxColumn ComBoxSilo1Bin; private DataGridViewTextBoxColumn TxtSilo1Weight; private DataGridViewTextBoxColumn TxtSilo1Tolerance; private DataGridViewComboBoxColumn ComBoxSilo2BinWater; private DataGridViewTextBoxColumn TxtSilo2WeightWater; private DataGridViewTextBoxColumn TxtSilo2ToleranceWater; private DataGridViewComboBoxColumn ComBoxSilo2Bin; private DataGridViewTextBoxColumn TxtSilo2Weight; private DataGridViewTextBoxColumn TxtSilo2Tolerance; private DataGridViewComboBoxColumn ComBoxSilo1Code; private DataGridViewTextBoxColumn ComBoxSilo1TimeInfo; private DataGridViewTextBoxColumn ComBoxSilo1Temp; private DataGridViewTextBoxColumn ComBoxSilo1Speed; private DataGridViewComboBoxColumn ComBoxDryer1Code; private DataGridViewTextBoxColumn ComBoxDryer1TimeInfo; private DataGridViewTextBoxColumn ComBoxDryer1Temp; private DataGridViewTextBoxColumn ComBoxDryer1Speed; private DataGridViewComboBoxColumn ComBoxWeter1Code; private DataGridViewTextBoxColumn ComBoxWeter1TimeInfo; private DataGridViewTextBoxColumn ComBoxWeter1Temp; private DataGridViewTextBoxColumn ComBoxWeter1Speed; private DataGridViewTextBoxColumn ComBoxWeter1SetValue; private DataGridViewTextBoxColumn ComBoxWeter1SetTolerance; private DataGridViewComboBoxColumn ComBoxWeter2Code; private DataGridViewTextBoxColumn ComBoxWeter2TimeInfo; private DataGridViewTextBoxColumn ComBoxWeter2Temp; private DataGridViewTextBoxColumn ComBoxWeter2Speed; private DataGridViewTextBoxColumn ComBoxWeter2SetValue; private DataGridViewTextBoxColumn ComBoxWeter2SetTolerance; private DataGridViewComboBoxColumn ComBoxSilo2Code; private DataGridViewTextBoxColumn ComBoxSilo2TimeInfo; private DataGridViewTextBoxColumn ComBoxSilo2Temp; private DataGridViewTextBoxColumn ComBoxSilo2Speed; } }