|
|
|
|
namespace Mesnac.Action.ChemicalWeighing.Warehouse
|
|
|
|
|
{
|
|
|
|
|
partial class FrmNewMaterial
|
|
|
|
|
{
|
|
|
|
|
/// <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.btnCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.txtSetWeight = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.cmbMaterial = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.txtMaterialCode = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.txtPlanId = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// 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, 299);
|
|
|
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(147, 48);
|
|
|
|
|
this.btnCancel.TabIndex = 23;
|
|
|
|
|
this.btnCancel.Text = "取消";
|
|
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
|
|
|
//
|
|
|
|
|
// 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(190, 299);
|
|
|
|
|
this.btnOk.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.btnOk.Name = "btnOk";
|
|
|
|
|
this.btnOk.Size = new System.Drawing.Size(145, 48);
|
|
|
|
|
this.btnOk.TabIndex = 22;
|
|
|
|
|
this.btnOk.Text = "确定";
|
|
|
|
|
this.btnOk.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(37, 92);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(149, 29);
|
|
|
|
|
this.label1.TabIndex = 19;
|
|
|
|
|
this.label1.Text = "物料名称:";
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(34, 237);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(149, 29);
|
|
|
|
|
this.label3.TabIndex = 20;
|
|
|
|
|
this.label3.Text = "设置重量:";
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(94, 164);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(89, 29);
|
|
|
|
|
this.label2.TabIndex = 20;
|
|
|
|
|
this.label2.Text = "条码:";
|
|
|
|
|
//
|
|
|
|
|
// txtSetWeight
|
|
|
|
|
//
|
|
|
|
|
this.txtSetWeight.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.txtSetWeight.Location = new System.Drawing.Point(190, 231);
|
|
|
|
|
this.txtSetWeight.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.txtSetWeight.Name = "txtSetWeight";
|
|
|
|
|
this.txtSetWeight.Size = new System.Drawing.Size(327, 40);
|
|
|
|
|
this.txtSetWeight.TabIndex = 25;
|
|
|
|
|
//
|
|
|
|
|
// 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(190, 87);
|
|
|
|
|
this.cmbMaterial.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.cmbMaterial.Name = "cmbMaterial";
|
|
|
|
|
this.cmbMaterial.Size = new System.Drawing.Size(327, 37);
|
|
|
|
|
this.cmbMaterial.TabIndex = 26;
|
|
|
|
|
this.cmbMaterial.SelectedIndexChanged += new System.EventHandler(this.cmbMaterial_SelectedIndexChanged_1);
|
|
|
|
|
//
|
|
|
|
|
// txtMaterialCode
|
|
|
|
|
//
|
|
|
|
|
this.txtMaterialCode.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.txtMaterialCode.Location = new System.Drawing.Point(190, 158);
|
|
|
|
|
this.txtMaterialCode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.txtMaterialCode.Name = "txtMaterialCode";
|
|
|
|
|
this.txtMaterialCode.ReadOnly = true;
|
|
|
|
|
this.txtMaterialCode.Size = new System.Drawing.Size(327, 40);
|
|
|
|
|
this.txtMaterialCode.TabIndex = 25;
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(37, 22);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(149, 29);
|
|
|
|
|
this.label4.TabIndex = 19;
|
|
|
|
|
this.label4.Text = "计划编码:";
|
|
|
|
|
//
|
|
|
|
|
// txtPlanId
|
|
|
|
|
//
|
|
|
|
|
this.txtPlanId.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.txtPlanId.Location = new System.Drawing.Point(190, 17);
|
|
|
|
|
this.txtPlanId.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.txtPlanId.Name = "txtPlanId";
|
|
|
|
|
this.txtPlanId.Size = new System.Drawing.Size(327, 40);
|
|
|
|
|
this.txtPlanId.TabIndex = 25;
|
|
|
|
|
//
|
|
|
|
|
// FrmNewMaterial
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(553, 381);
|
|
|
|
|
this.Controls.Add(this.cmbMaterial);
|
|
|
|
|
this.Controls.Add(this.txtPlanId);
|
|
|
|
|
this.Controls.Add(this.txtMaterialCode);
|
|
|
|
|
this.Controls.Add(this.txtSetWeight);
|
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
|
this.Controls.Add(this.btnOk);
|
|
|
|
|
this.Controls.Add(this.label2);
|
|
|
|
|
this.Controls.Add(this.label4);
|
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.Name = "FrmNewMaterial";
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
|
this.Text = "物料信息";
|
|
|
|
|
this.Load += new System.EventHandler(this.FrmNewMaterial_Load);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
|
private System.Windows.Forms.Button btnOk;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.TextBox txtSetWeight;
|
|
|
|
|
private System.Windows.Forms.ComboBox cmbMaterial;
|
|
|
|
|
private System.Windows.Forms.TextBox txtMaterialCode;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.TextBox txtPlanId;
|
|
|
|
|
}
|
|
|
|
|
}
|