using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace Mesnac.Action.ChemicalWeighing.LjPlanning { partial class FrmPlanning { /// /// 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.label3 = new System.Windows.Forms.Label(); this.DrpProductLine = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.txtCarNumber = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.DrpMixA = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.DrpMetageA = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.DrpMixB = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.DrpMetageB2 = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.DrpMetageB1 = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.DrpMixC = new System.Windows.Forms.ComboBox(); this.label9 = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(30, 55); this.label3.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 18); this.label3.TabIndex = 49; this.label3.Text = "生产线:"; // // DrpProductLine // this.DrpProductLine.FormattingEnabled = true; this.DrpProductLine.Location = new System.Drawing.Point(171, 52); this.DrpProductLine.Margin = new System.Windows.Forms.Padding(4); this.DrpProductLine.Name = "DrpProductLine"; this.DrpProductLine.Size = new System.Drawing.Size(187, 26); this.DrpProductLine.TabIndex = 52; this.DrpProductLine.SelectedIndexChanged += new System.EventHandler(this.DrpProductLine_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(399, 60); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(62, 18); this.label1.TabIndex = 53; this.label1.Text = "label1"; // // txtCarNumber // this.txtCarNumber.Location = new System.Drawing.Point(164, 110); this.txtCarNumber.Margin = new System.Windows.Forms.Padding(8); this.txtCarNumber.Name = "txtCarNumber"; this.txtCarNumber.Size = new System.Drawing.Size(192, 28); this.txtCarNumber.TabIndex = 55; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(35, 112); this.label2.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 18); this.label2.TabIndex = 54; this.label2.Text = "车次:"; // // groupBox1 // this.groupBox1.Controls.Add(this.DrpMixA); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.DrpMetageA); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Location = new System.Drawing.Point(49, 232); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(639, 191); this.groupBox1.TabIndex = 56; this.groupBox1.TabStop = false; this.groupBox1.Text = "干混机"; // // DrpMixA // this.DrpMixA.FormattingEnabled = true; this.DrpMixA.Location = new System.Drawing.Point(181, 110); this.DrpMixA.Margin = new System.Windows.Forms.Padding(4); this.DrpMixA.Name = "DrpMixA"; this.DrpMixA.Size = new System.Drawing.Size(187, 26); this.DrpMixA.TabIndex = 52; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(40, 113); this.label5.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(89, 18); this.label5.TabIndex = 49; this.label5.Text = "混合步骤:"; // // DrpMetageA // this.DrpMetageA.FormattingEnabled = true; this.DrpMetageA.Location = new System.Drawing.Point(181, 59); this.DrpMetageA.Margin = new System.Windows.Forms.Padding(4); this.DrpMetageA.Name = "DrpMetageA"; this.DrpMetageA.Size = new System.Drawing.Size(187, 26); this.DrpMetageA.TabIndex = 52; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(40, 62); 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 = 49; this.label4.Text = "粉料称量:"; // // groupBox2 // this.groupBox2.Controls.Add(this.DrpMixB); this.groupBox2.Controls.Add(this.label8); this.groupBox2.Controls.Add(this.DrpMetageB2); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.DrpMetageB1); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Location = new System.Drawing.Point(49, 469); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(639, 235); this.groupBox2.TabIndex = 57; this.groupBox2.TabStop = false; this.groupBox2.Text = "糊化机"; // // DrpMixB // this.DrpMixB.FormattingEnabled = true; this.DrpMixB.Location = new System.Drawing.Point(181, 154); this.DrpMixB.Margin = new System.Windows.Forms.Padding(4); this.DrpMixB.Name = "DrpMixB"; this.DrpMixB.Size = new System.Drawing.Size(187, 26); this.DrpMixB.TabIndex = 52; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(40, 162); this.label8.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(89, 18); this.label8.TabIndex = 49; this.label8.Text = "混合步骤:"; // // DrpMetageB2 // this.DrpMetageB2.FormattingEnabled = true; this.DrpMetageB2.Location = new System.Drawing.Point(181, 110); this.DrpMetageB2.Margin = new System.Windows.Forms.Padding(4); this.DrpMetageB2.Name = "DrpMetageB2"; this.DrpMetageB2.Size = new System.Drawing.Size(187, 26); this.DrpMetageB2.TabIndex = 52; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(40, 113); this.label6.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(71, 18); this.label6.TabIndex = 49; this.label6.Text = "水称量:"; // // DrpMetageB1 // this.DrpMetageB1.FormattingEnabled = true; this.DrpMetageB1.Location = new System.Drawing.Point(181, 59); this.DrpMetageB1.Margin = new System.Windows.Forms.Padding(4); this.DrpMetageB1.Name = "DrpMetageB1"; this.DrpMetageB1.Size = new System.Drawing.Size(187, 26); this.DrpMetageB1.TabIndex = 52; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(40, 62); this.label7.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(89, 18); this.label7.TabIndex = 49; this.label7.Text = "粉料称量:"; // // groupBox3 // this.groupBox3.Controls.Add(this.DrpMixC); this.groupBox3.Controls.Add(this.label9); this.groupBox3.Location = new System.Drawing.Point(49, 752); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(639, 191); this.groupBox3.TabIndex = 58; this.groupBox3.TabStop = false; this.groupBox3.Text = "湿混机"; // // DrpMixC // this.DrpMixC.FormattingEnabled = true; this.DrpMixC.Location = new System.Drawing.Point(181, 110); this.DrpMixC.Margin = new System.Windows.Forms.Padding(4); this.DrpMixC.Name = "DrpMixC"; this.DrpMixC.Size = new System.Drawing.Size(187, 26); this.DrpMixC.TabIndex = 52; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(40, 113); this.label9.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(89, 18); this.label9.TabIndex = 49; this.label9.Text = "混合步骤:"; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(362, 1090); this.btnCancel.Margin = new System.Windows.Forms.Padding(8); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(147, 68); this.btnCancel.TabIndex = 60; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Location = new System.Drawing.Point(103, 1090); this.btnOK.Margin = new System.Windows.Forms.Padding(8); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(147, 68); this.btnOK.TabIndex = 59; this.btnOK.Text = "确认"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // FrmPlanning // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(777, 1228); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.txtCarNumber); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.DrpProductLine); this.Controls.Add(this.label3); this.Name = "FrmPlanning"; this.Text = "计划管理"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label label3; private ComboBox DrpProductLine; private Label label1; private TextBox txtCarNumber; private Label label2; private GroupBox groupBox1; private ComboBox DrpMetageA; private Label label4; private ComboBox DrpMixA; private Label label5; private GroupBox groupBox2; private ComboBox DrpMetageB2; private Label label6; private ComboBox DrpMetageB1; private Label label7; private ComboBox DrpMixB; private Label label8; private GroupBox groupBox3; private ComboBox DrpMixC; private Label label9; private Button btnCancel; private Button btnOK; } }