|
|
|
|
namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
|
|
|
|
|
{
|
|
|
|
|
partial class FrmXl
|
|
|
|
|
{
|
|
|
|
|
/// <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.cmbRecipeVersion = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.txtPlanNum = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.cmbRecipeMaterial = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.cmbRecipeVersion);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtPlanNum);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
|
|
|
this.groupBox1.Controls.Add(this.cmbRecipeMaterial);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(13, 16);
|
|
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(636, 213);
|
|
|
|
|
this.groupBox1.TabIndex = 11;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// cmbRecipeVersion
|
|
|
|
|
//
|
|
|
|
|
this.cmbRecipeVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cmbRecipeVersion.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.cmbRecipeVersion.FormattingEnabled = true;
|
|
|
|
|
this.cmbRecipeVersion.Location = new System.Drawing.Point(183, 90);
|
|
|
|
|
this.cmbRecipeVersion.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.cmbRecipeVersion.Name = "cmbRecipeVersion";
|
|
|
|
|
this.cmbRecipeVersion.Size = new System.Drawing.Size(415, 37);
|
|
|
|
|
this.cmbRecipeVersion.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.ForeColor = System.Drawing.Color.Red;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(158, 104);
|
|
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(17, 18);
|
|
|
|
|
this.label6.TabIndex = 6;
|
|
|
|
|
this.label6.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(15, 94);
|
|
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(133, 29);
|
|
|
|
|
this.label2.TabIndex = 5;
|
|
|
|
|
this.label2.Text = "配方版本";
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
|
this.label7.ForeColor = System.Drawing.Color.Red;
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(158, 162);
|
|
|
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(17, 18);
|
|
|
|
|
this.label7.TabIndex = 4;
|
|
|
|
|
this.label7.Text = "*";
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.ForeColor = System.Drawing.Color.Red;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(158, 45);
|
|
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(17, 18);
|
|
|
|
|
this.label5.TabIndex = 3;
|
|
|
|
|
this.label5.Text = "*";
|
|
|
|
|
//
|
|
|
|
|
// txtPlanNum
|
|
|
|
|
//
|
|
|
|
|
this.txtPlanNum.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.txtPlanNum.Location = new System.Drawing.Point(183, 148);
|
|
|
|
|
this.txtPlanNum.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.txtPlanNum.Name = "txtPlanNum";
|
|
|
|
|
this.txtPlanNum.Size = new System.Drawing.Size(415, 40);
|
|
|
|
|
this.txtPlanNum.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// 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(15, 36);
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(133, 29);
|
|
|
|
|
this.label1.TabIndex = 0;
|
|
|
|
|
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(15, 153);
|
|
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(121, 29);
|
|
|
|
|
this.label3.TabIndex = 1;
|
|
|
|
|
this.label3.Text = "份 数";
|
|
|
|
|
//
|
|
|
|
|
// cmbRecipeMaterial
|
|
|
|
|
//
|
|
|
|
|
this.cmbRecipeMaterial.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.cmbRecipeMaterial.FormattingEnabled = true;
|
|
|
|
|
this.cmbRecipeMaterial.Location = new System.Drawing.Point(183, 32);
|
|
|
|
|
this.cmbRecipeMaterial.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.cmbRecipeMaterial.Name = "cmbRecipeMaterial";
|
|
|
|
|
this.cmbRecipeMaterial.Size = new System.Drawing.Size(415, 37);
|
|
|
|
|
this.cmbRecipeMaterial.TabIndex = 1;
|
|
|
|
|
this.cmbRecipeMaterial.SelectedIndexChanged += new System.EventHandler(this.cmbRecipeMaterial_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// 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(541, 237);
|
|
|
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(108, 48);
|
|
|
|
|
this.btnCancel.TabIndex = 10;
|
|
|
|
|
this.btnCancel.Text = "取消(&C)";
|
|
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// 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(410, 237);
|
|
|
|
|
this.btnOk.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.btnOk.Name = "btnOk";
|
|
|
|
|
this.btnOk.Size = new System.Drawing.Size(108, 48);
|
|
|
|
|
this.btnOk.TabIndex = 9;
|
|
|
|
|
this.btnOk.Text = "确定(&O)";
|
|
|
|
|
this.btnOk.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
|
|
|
//
|
|
|
|
|
// FrmXl
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(671, 307);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
|
this.Controls.Add(this.btnOk);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
|
|
this.Name = "FrmXl";
|
|
|
|
|
this.Text = "新增小料计划";
|
|
|
|
|
this.Activated += new System.EventHandler(this.FrmXl_Activated);
|
|
|
|
|
this.Load += new System.EventHandler(this.FrmXl_Load);
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private System.Windows.Forms.ComboBox cmbRecipeVersion;
|
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
private System.Windows.Forms.TextBox txtPlanNum;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.ComboBox cmbRecipeMaterial;
|
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
|
private System.Windows.Forms.Button btnOk;
|
|
|
|
|
}
|
|
|
|
|
}
|