namespace WMS.UI.Basic
{
partial class BasicDataConfig
{
///
/// 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_Title = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.button_confirm = new System.Windows.Forms.Button();
this.textBox_Supplier = new System.Windows.Forms.TextBox();
this.label_Code = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.tb_StayMonths = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// 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(1221, 53);
this.label_Title.TabIndex = 2;
this.label_Title.Text = "基础数据配置";
this.label_Title.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// panel1
//
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 53);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(292, 433);
this.panel1.TabIndex = 4;
//
// panel2
//
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.tb_StayMonths);
this.panel2.Controls.Add(this.label1);
this.panel2.Controls.Add(this.button_confirm);
this.panel2.Controls.Add(this.textBox_Supplier);
this.panel2.Controls.Add(this.label_Code);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(292, 53);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(929, 433);
this.panel2.TabIndex = 5;
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
//
// 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(229, 221);
this.button_confirm.Name = "button_confirm";
this.button_confirm.Size = new System.Drawing.Size(143, 48);
this.button_confirm.TabIndex = 9;
this.button_confirm.Text = "修改";
this.button_confirm.UseVisualStyleBackColor = true;
this.button_confirm.Click += new System.EventHandler(this.button_confirm_Click_1);
//
// textBox_Supplier
//
this.textBox_Supplier.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox_Supplier.Location = new System.Drawing.Point(229, 63);
this.textBox_Supplier.Name = "textBox_Supplier";
this.textBox_Supplier.Size = new System.Drawing.Size(272, 36);
this.textBox_Supplier.TabIndex = 7;
//
// 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(45, 65);
this.label_Code.Name = "label_Code";
this.label_Code.Size = new System.Drawing.Size(178, 30);
this.label_Code.TabIndex = 4;
this.label_Code.Text = "出库供应商:";
//
// panel3
//
this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
this.panel3.Location = new System.Drawing.Point(925, 53);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(296, 433);
this.panel3.TabIndex = 6;
//
// tb_StayMonths
//
this.tb_StayMonths.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_StayMonths.Location = new System.Drawing.Point(229, 131);
this.tb_StayMonths.Name = "tb_StayMonths";
this.tb_StayMonths.Size = new System.Drawing.Size(272, 36);
this.tb_StayMonths.TabIndex = 11;
//
// 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(15, 137);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(208, 30);
this.label1.TabIndex = 10;
this.label1.Text = "呆滞库位时长:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(507, 137);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(73, 30);
this.label2.TabIndex = 12;
this.label2.Text = "(月)";
//
// BasicDataConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1221, 486);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.label_Title);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "BasicDataConfig";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "addMaterial";
this.Load += new System.EventHandler(this.BasicDataConfig_Load);
this.SizeChanged += new System.EventHandler(this.BasicDataConfig_SizeChanged);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label_Title;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button button_confirm;
private System.Windows.Forms.TextBox textBox_Supplier;
private System.Windows.Forms.Label label_Code;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TextBox tb_StayMonths;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
}
}