namespace WMS.UI.Basic
{
partial class addMaterial
{
///
/// 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.label_IDread = new System.Windows.Forms.Label();
this.label_Code = new System.Windows.Forms.Label();
this.label_Name = new System.Windows.Forms.Label();
this.textBox_Code = new System.Windows.Forms.TextBox();
this.textBox_Name = new System.Windows.Forms.TextBox();
this.label_Title = new System.Windows.Forms.Label();
this.button_confirm = new System.Windows.Forms.Button();
this.button_cancel = new System.Windows.Forms.Button();
this.label_type = new System.Windows.Forms.Label();
this.comboBox_type = new System.Windows.Forms.ComboBox();
this.label_ID = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.textBox_version = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label_IDread
//
this.label_IDread.AutoSize = true;
this.label_IDread.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_IDread.Location = new System.Drawing.Point(31, 68);
this.label_IDread.Name = "label_IDread";
this.label_IDread.Size = new System.Drawing.Size(118, 30);
this.label_IDread.TabIndex = 0;
this.label_IDread.Text = "物料ID:";
//
// label_Code
//
this.label_Code.AutoSize = true;
this.label_Code.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_Code.Location = new System.Drawing.Point(12, 121);
this.label_Code.Name = "label_Code";
this.label_Code.Size = new System.Drawing.Size(148, 30);
this.label_Code.TabIndex = 0;
this.label_Code.Text = "物料编码:";
//
// label_Name
//
this.label_Name.AutoSize = true;
this.label_Name.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_Name.Location = new System.Drawing.Point(12, 172);
this.label_Name.Name = "label_Name";
this.label_Name.Size = new System.Drawing.Size(148, 30);
this.label_Name.TabIndex = 0;
this.label_Name.Text = "物料名称:";
//
// textBox_Code
//
this.textBox_Code.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox_Code.Location = new System.Drawing.Point(178, 121);
this.textBox_Code.Name = "textBox_Code";
this.textBox_Code.Size = new System.Drawing.Size(272, 36);
this.textBox_Code.TabIndex = 1;
//
// textBox_Name
//
this.textBox_Name.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox_Name.Location = new System.Drawing.Point(178, 169);
this.textBox_Name.Name = "textBox_Name";
this.textBox_Name.Size = new System.Drawing.Size(272, 36);
this.textBox_Name.TabIndex = 1;
//
// label_Title
//
this.label_Title.Dock = System.Windows.Forms.DockStyle.Top;
this.label_Title.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_Title.Location = new System.Drawing.Point(0, 0);
this.label_Title.Name = "label_Title";
this.label_Title.Size = new System.Drawing.Size(478, 53);
this.label_Title.TabIndex = 2;
this.label_Title.Text = "新建物料";
this.label_Title.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// button_confirm
//
this.button_confirm.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button_confirm.ForeColor = System.Drawing.Color.ForestGreen;
this.button_confirm.Location = new System.Drawing.Point(36, 336);
this.button_confirm.Name = "button_confirm";
this.button_confirm.Size = new System.Drawing.Size(143, 48);
this.button_confirm.TabIndex = 3;
this.button_confirm.Text = "确定";
this.button_confirm.UseVisualStyleBackColor = true;
this.button_confirm.Click += new System.EventHandler(this.button_confirm_Click);
//
// button_cancel
//
this.button_cancel.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button_cancel.ForeColor = System.Drawing.Color.Red;
this.button_cancel.Location = new System.Drawing.Point(307, 336);
this.button_cancel.Name = "button_cancel";
this.button_cancel.Size = new System.Drawing.Size(143, 48);
this.button_cancel.TabIndex = 3;
this.button_cancel.Text = "取消";
this.button_cancel.UseVisualStyleBackColor = true;
this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
//
// label_type
//
this.label_type.AutoSize = true;
this.label_type.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_type.Location = new System.Drawing.Point(12, 273);
this.label_type.Name = "label_type";
this.label_type.Size = new System.Drawing.Size(148, 30);
this.label_type.TabIndex = 0;
this.label_type.Text = "物料类型:";
//
// comboBox_type
//
this.comboBox_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_type.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBox_type.FormattingEnabled = true;
this.comboBox_type.Items.AddRange(new object[] {
"缸盖",
"缸体"});
this.comboBox_type.Location = new System.Drawing.Point(178, 268);
this.comboBox_type.Name = "comboBox_type";
this.comboBox_type.Size = new System.Drawing.Size(272, 35);
this.comboBox_type.TabIndex = 4;
//
// label_ID
//
this.label_ID.AutoSize = true;
this.label_ID.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_ID.Location = new System.Drawing.Point(173, 68);
this.label_ID.Name = "label_ID";
this.label_ID.Size = new System.Drawing.Size(88, 30);
this.label_ID.TabIndex = 0;
this.label_ID.Text = " ";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(72, 220);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(88, 30);
this.label1.TabIndex = 0;
this.label1.Text = "机型:";
//
// textBox_version
//
this.textBox_version.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox_version.Location = new System.Drawing.Point(178, 214);
this.textBox_version.Name = "textBox_version";
this.textBox_version.Size = new System.Drawing.Size(272, 36);
this.textBox_version.TabIndex = 1;
//
// addMaterial
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(478, 416);
this.Controls.Add(this.comboBox_type);
this.Controls.Add(this.button_cancel);
this.Controls.Add(this.button_confirm);
this.Controls.Add(this.label_Title);
this.Controls.Add(this.textBox_version);
this.Controls.Add(this.textBox_Name);
this.Controls.Add(this.textBox_Code);
this.Controls.Add(this.label_type);
this.Controls.Add(this.label1);
this.Controls.Add(this.label_Name);
this.Controls.Add(this.label_Code);
this.Controls.Add(this.label_ID);
this.Controls.Add(this.label_IDread);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "addMaterial";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "addMaterial";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label_IDread;
private System.Windows.Forms.Label label_Code;
private System.Windows.Forms.Label label_Name;
private System.Windows.Forms.TextBox textBox_Code;
private System.Windows.Forms.TextBox textBox_Name;
private System.Windows.Forms.Label label_Title;
private System.Windows.Forms.Button button_confirm;
private System.Windows.Forms.Button button_cancel;
private System.Windows.Forms.Label label_type;
private System.Windows.Forms.ComboBox comboBox_type;
private System.Windows.Forms.Label label_ID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox_version;
}
}