namespace Mesnac.Action.ChemicalWeighing.XlMaterialManage
{
partial class FrmMaterial
{
///
/// Required designer variable.
///
private System.ComponentModel.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.MCodeTB = new System.Windows.Forms.TextBox();
this.MNameTB = new System.Windows.Forms.TextBox();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.chcIsEnable = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// MCodeTB
//
this.MCodeTB.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold);
this.MCodeTB.Location = new System.Drawing.Point(147, 82);
this.MCodeTB.Name = "MCodeTB";
this.MCodeTB.Size = new System.Drawing.Size(141, 28);
this.MCodeTB.TabIndex = 11;
//
// MNameTB
//
this.MNameTB.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold);
this.MNameTB.Location = new System.Drawing.Point(147, 39);
this.MNameTB.Name = "MNameTB";
this.MNameTB.Size = new System.Drawing.Size(141, 28);
this.MNameTB.TabIndex = 10;
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold);
this.btnCancel.Location = new System.Drawing.Point(215, 173);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(59, 30);
this.btnCancel.TabIndex = 9;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnOK
//
this.btnOK.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold);
this.btnOK.Location = new System.Drawing.Point(143, 173);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(65, 30);
this.btnOK.TabIndex = 8;
this.btnOK.Text = "确认";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold);
this.label2.Location = new System.Drawing.Point(45, 87);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 19);
this.label2.TabIndex = 7;
this.label2.Text = "物料编码:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold);
this.label1.Location = new System.Drawing.Point(45, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 19);
this.label1.TabIndex = 6;
this.label1.Text = "物料名称:";
//
// chcIsEnable
//
this.chcIsEnable.AutoSize = true;
this.chcIsEnable.Location = new System.Drawing.Point(150, 130);
this.chcIsEnable.Name = "chcIsEnable";
this.chcIsEnable.Size = new System.Drawing.Size(72, 16);
this.chcIsEnable.TabIndex = 12;
this.chcIsEnable.Text = "是否启用";
this.chcIsEnable.UseVisualStyleBackColor = true;
//
// FrmMaterial
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(310, 254);
this.Controls.Add(this.chcIsEnable);
this.Controls.Add(this.MCodeTB);
this.Controls.Add(this.MNameTB);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "FrmMaterial";
this.Text = "新增物料";
this.Load += new System.EventHandler(this.FrmMaterial_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox MCodeTB;
private System.Windows.Forms.TextBox MNameTB;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox chcIsEnable;
}
}