You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
340 lines
16 KiB
C#
340 lines
16 KiB
C#
namespace Mesnac.Action.ChemicalWeighing.Technical.XlRecipe
|
|
{
|
|
partial class FrmRecipeMaterial
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.cmbMaterial = new System.Windows.Forms.ComboBox();
|
|
this.txtVersion = new System.Windows.Forms.TextBox();
|
|
this.txtRecipeName = new System.Windows.Forms.TextBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtError = new System.Windows.Forms.TextBox();
|
|
this.txtWeight = new System.Windows.Forms.TextBox();
|
|
this.txtBin = new System.Windows.Forms.TextBox();
|
|
this.lblVersion = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.label10);
|
|
this.groupBox1.Controls.Add(this.cmbMaterial);
|
|
this.groupBox1.Controls.Add(this.txtVersion);
|
|
this.groupBox1.Controls.Add(this.txtRecipeName);
|
|
this.groupBox1.Controls.Add(this.label12);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.label11);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label21);
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.txtError);
|
|
this.groupBox1.Controls.Add(this.txtWeight);
|
|
this.groupBox1.Controls.Add(this.txtBin);
|
|
this.groupBox1.Controls.Add(this.lblVersion);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(21, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(436, 268);
|
|
this.groupBox1.TabIndex = 11;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// 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(28, 109);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(89, 19);
|
|
this.label10.TabIndex = 12;
|
|
this.label10.Text = "选择物料";
|
|
//
|
|
// cmbMaterial
|
|
//
|
|
this.cmbMaterial.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbMaterial.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cmbMaterial.FormattingEnabled = true;
|
|
this.cmbMaterial.Items.AddRange(new object[] {
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13",
|
|
"14",
|
|
"14",
|
|
"15",
|
|
"17",
|
|
"18",
|
|
"19",
|
|
"20"});
|
|
this.cmbMaterial.Location = new System.Drawing.Point(146, 105);
|
|
this.cmbMaterial.Name = "cmbMaterial";
|
|
this.cmbMaterial.Size = new System.Drawing.Size(269, 27);
|
|
this.cmbMaterial.TabIndex = 11;
|
|
this.cmbMaterial.SelectedIndexChanged += new System.EventHandler(this.cmbMaterial_SelectedIndexChanged);
|
|
//
|
|
// txtVersion
|
|
//
|
|
this.txtVersion.Enabled = false;
|
|
this.txtVersion.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtVersion.Location = new System.Drawing.Point(146, 62);
|
|
this.txtVersion.Name = "txtVersion";
|
|
this.txtVersion.Size = new System.Drawing.Size(269, 29);
|
|
this.txtVersion.TabIndex = 7;
|
|
//
|
|
// txtRecipeName
|
|
//
|
|
this.txtRecipeName.Enabled = false;
|
|
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(146, 21);
|
|
this.txtRecipeName.Name = "txtRecipeName";
|
|
this.txtRecipeName.Size = new System.Drawing.Size(269, 29);
|
|
this.txtRecipeName.TabIndex = 7;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.ForeColor = System.Drawing.Color.Red;
|
|
this.label12.Location = new System.Drawing.Point(121, 219);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(11, 12);
|
|
this.label12.TabIndex = 3;
|
|
this.label12.Text = "*";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.ForeColor = System.Drawing.Color.Red;
|
|
this.label8.Location = new System.Drawing.Point(121, 184);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(11, 12);
|
|
this.label8.TabIndex = 3;
|
|
this.label8.Text = "*";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.ForeColor = System.Drawing.Color.Red;
|
|
this.label11.Location = new System.Drawing.Point(121, 151);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(11, 12);
|
|
this.label11.TabIndex = 3;
|
|
this.label11.Text = "*";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.ForeColor = System.Drawing.Color.Red;
|
|
this.label5.Location = new System.Drawing.Point(121, 113);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(11, 12);
|
|
this.label5.TabIndex = 3;
|
|
this.label5.Text = "*";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.ForeColor = System.Drawing.Color.Red;
|
|
this.label3.Location = new System.Drawing.Point(121, 70);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(11, 12);
|
|
this.label3.TabIndex = 3;
|
|
this.label3.Text = "*";
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.ForeColor = System.Drawing.Color.Red;
|
|
this.label21.Location = new System.Drawing.Point(121, 30);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(11, 12);
|
|
this.label21.TabIndex = 3;
|
|
this.label21.Text = "*";
|
|
//
|
|
// 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(28, 216);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(89, 19);
|
|
this.label9.TabIndex = 1;
|
|
this.label9.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(28, 181);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(89, 19);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "设置重量";
|
|
//
|
|
// 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(26, 147);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(89, 19);
|
|
this.label4.TabIndex = 1;
|
|
this.label4.Text = "物料名称";
|
|
//
|
|
// txtError
|
|
//
|
|
this.txtError.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtError.Location = new System.Drawing.Point(146, 217);
|
|
this.txtError.Name = "txtError";
|
|
this.txtError.Size = new System.Drawing.Size(269, 29);
|
|
this.txtError.TabIndex = 2;
|
|
//
|
|
// txtWeight
|
|
//
|
|
this.txtWeight.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtWeight.Location = new System.Drawing.Point(146, 180);
|
|
this.txtWeight.Name = "txtWeight";
|
|
this.txtWeight.Size = new System.Drawing.Size(269, 29);
|
|
this.txtWeight.TabIndex = 2;
|
|
//
|
|
// txtBin
|
|
//
|
|
this.txtBin.Enabled = false;
|
|
this.txtBin.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtBin.Location = new System.Drawing.Point(146, 143);
|
|
this.txtBin.Name = "txtBin";
|
|
this.txtBin.Size = new System.Drawing.Size(269, 29);
|
|
this.txtBin.TabIndex = 2;
|
|
//
|
|
// lblVersion
|
|
//
|
|
this.lblVersion.AutoSize = true;
|
|
this.lblVersion.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblVersion.Location = new System.Drawing.Point(68, 69);
|
|
this.lblVersion.Name = "lblVersion";
|
|
this.lblVersion.Size = new System.Drawing.Size(49, 19);
|
|
this.lblVersion.TabIndex = 1;
|
|
this.lblVersion.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(24, 27);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(89, 19);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "配方名称";
|
|
//
|
|
// 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(292, 301);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(72, 32);
|
|
this.btnOk.TabIndex = 12;
|
|
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(370, 301);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(72, 32);
|
|
this.btnCancel.TabIndex = 13;
|
|
this.btnCancel.Text = "取消(&C)";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// FrmRecipeMaterial
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(473, 351);
|
|
this.Controls.Add(this.btnOk);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "FrmRecipeMaterial";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "配方物料";
|
|
this.Load += new System.EventHandler(this.FrmRecipeMaterial_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox txtRecipeName;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label lblVersion;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnOk;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.TextBox txtVersion;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtBin;
|
|
private System.Windows.Forms.ComboBox cmbMaterial;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtError;
|
|
private System.Windows.Forms.TextBox txtWeight;
|
|
private System.Windows.Forms.Label label10;
|
|
}
|
|
} |