|
|
|
|
using System.ComponentModel;
|
|
|
|
|
using System.Drawing;
|
|
|
|
|
using System.Windows.Forms;
|
|
|
|
|
|
|
|
|
|
namespace Mesnac.Action.ChemicalWeighing.LjMixManager
|
|
|
|
|
{
|
|
|
|
|
partial class FrmMixManager
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.DrpMixC = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.label9 = 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.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.btnCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
|
|
|
|
this.groupBox3.Controls.Add(this.DrpMixC);
|
|
|
|
|
this.groupBox3.Controls.Add(this.label9);
|
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(11, 217);
|
|
|
|
|
this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(220, 63);
|
|
|
|
|
this.groupBox3.TabIndex = 61;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "湿混机";
|
|
|
|
|
//
|
|
|
|
|
// DrpMixC
|
|
|
|
|
//
|
|
|
|
|
this.DrpMixC.FormattingEnabled = true;
|
|
|
|
|
this.DrpMixC.Location = new System.Drawing.Point(74, 24);
|
|
|
|
|
this.DrpMixC.Name = "DrpMixC";
|
|
|
|
|
this.DrpMixC.Size = new System.Drawing.Size(126, 20);
|
|
|
|
|
this.DrpMixC.TabIndex = 52;
|
|
|
|
|
//
|
|
|
|
|
// label9
|
|
|
|
|
//
|
|
|
|
|
this.label9.AutoSize = true;
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(7, 27);
|
|
|
|
|
this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label9.TabIndex = 49;
|
|
|
|
|
this.label9.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(11, 98);
|
|
|
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(220, 115);
|
|
|
|
|
this.groupBox2.TabIndex = 60;
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "糊化机";
|
|
|
|
|
//
|
|
|
|
|
// DrpMixB
|
|
|
|
|
//
|
|
|
|
|
this.DrpMixB.FormattingEnabled = true;
|
|
|
|
|
this.DrpMixB.Location = new System.Drawing.Point(74, 77);
|
|
|
|
|
this.DrpMixB.Name = "DrpMixB";
|
|
|
|
|
this.DrpMixB.Size = new System.Drawing.Size(126, 20);
|
|
|
|
|
this.DrpMixB.TabIndex = 52;
|
|
|
|
|
//
|
|
|
|
|
// label8
|
|
|
|
|
//
|
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(7, 80);
|
|
|
|
|
this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label8.TabIndex = 49;
|
|
|
|
|
this.label8.Text = "混合步骤:";
|
|
|
|
|
//
|
|
|
|
|
// DrpMetageB2
|
|
|
|
|
//
|
|
|
|
|
this.DrpMetageB2.FormattingEnabled = true;
|
|
|
|
|
this.DrpMetageB2.Location = new System.Drawing.Point(74, 51);
|
|
|
|
|
this.DrpMetageB2.Name = "DrpMetageB2";
|
|
|
|
|
this.DrpMetageB2.Size = new System.Drawing.Size(126, 20);
|
|
|
|
|
this.DrpMetageB2.TabIndex = 52;
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(19, 54);
|
|
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(47, 12);
|
|
|
|
|
this.label6.TabIndex = 49;
|
|
|
|
|
this.label6.Text = "水称量:";
|
|
|
|
|
//
|
|
|
|
|
// DrpMetageB1
|
|
|
|
|
//
|
|
|
|
|
this.DrpMetageB1.FormattingEnabled = true;
|
|
|
|
|
this.DrpMetageB1.Location = new System.Drawing.Point(74, 25);
|
|
|
|
|
this.DrpMetageB1.Name = "DrpMetageB1";
|
|
|
|
|
this.DrpMetageB1.Size = new System.Drawing.Size(126, 20);
|
|
|
|
|
this.DrpMetageB1.TabIndex = 52;
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(7, 28);
|
|
|
|
|
this.label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label7.TabIndex = 49;
|
|
|
|
|
this.label7.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(11, 11);
|
|
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(220, 83);
|
|
|
|
|
this.groupBox1.TabIndex = 59;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "干混机";
|
|
|
|
|
//
|
|
|
|
|
// DrpMixA
|
|
|
|
|
//
|
|
|
|
|
this.DrpMixA.FormattingEnabled = true;
|
|
|
|
|
this.DrpMixA.Location = new System.Drawing.Point(74, 47);
|
|
|
|
|
this.DrpMixA.Name = "DrpMixA";
|
|
|
|
|
this.DrpMixA.Size = new System.Drawing.Size(126, 20);
|
|
|
|
|
this.DrpMixA.TabIndex = 52;
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(7, 50);
|
|
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label5.TabIndex = 49;
|
|
|
|
|
this.label5.Text = "混合步骤:";
|
|
|
|
|
//
|
|
|
|
|
// DrpMetageA
|
|
|
|
|
//
|
|
|
|
|
this.DrpMetageA.FormattingEnabled = true;
|
|
|
|
|
this.DrpMetageA.Location = new System.Drawing.Point(74, 21);
|
|
|
|
|
this.DrpMetageA.Name = "DrpMetageA";
|
|
|
|
|
this.DrpMetageA.Size = new System.Drawing.Size(126, 20);
|
|
|
|
|
this.DrpMetageA.TabIndex = 52;
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(7, 24);
|
|
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label4.TabIndex = 49;
|
|
|
|
|
this.label4.Text = "粉料称量:";
|
|
|
|
|
//
|
|
|
|
|
// btnCancel
|
|
|
|
|
//
|
|
|
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(133, 287);
|
|
|
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(98, 45);
|
|
|
|
|
this.btnCancel.TabIndex = 63;
|
|
|
|
|
this.btnCancel.Text = "取消";
|
|
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// btnOK
|
|
|
|
|
//
|
|
|
|
|
this.btnOK.Location = new System.Drawing.Point(11, 287);
|
|
|
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.btnOK.Name = "btnOK";
|
|
|
|
|
this.btnOK.Size = new System.Drawing.Size(98, 45);
|
|
|
|
|
this.btnOK.TabIndex = 62;
|
|
|
|
|
this.btnOK.Text = "确认";
|
|
|
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// FrmMixManager
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(242, 344);
|
|
|
|
|
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.Name = "FrmMixManager";
|
|
|
|
|
this.Text = "设备配方";
|
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
this.groupBox3.PerformLayout();
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
this.groupBox2.PerformLayout();
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
|
|
|
private System.Windows.Forms.ComboBox DrpMixC;
|
|
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
|
private System.Windows.Forms.ComboBox DrpMixB;
|
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
|
|
private System.Windows.Forms.ComboBox DrpMetageB2;
|
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
private System.Windows.Forms.ComboBox DrpMetageB1;
|
|
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private System.Windows.Forms.ComboBox DrpMixA;
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
private System.Windows.Forms.ComboBox DrpMetageA;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
|
private System.Windows.Forms.Button btnOK;
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
}
|
|
|
|
|
}
|