namespace ProjectManagementSystem.UI
{
partial class WmsUI
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.panel4 = new System.Windows.Forms.Panel();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.labUpMaterial = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.labUpLocation = new System.Windows.Forms.Label();
this.labUpWareHouse = new System.Windows.Forms.Label();
this.labUpArea = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.areaUI1 = new ProjectManagementSystem.UI.AreaUI();
this.button5 = new System.Windows.Forms.Button();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// panel4
//
this.panel4.Controls.Add(this.button5);
this.panel4.Controls.Add(this.button4);
this.panel4.Controls.Add(this.button3);
this.panel4.Controls.Add(this.button2);
this.panel4.Controls.Add(this.button1);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(0, 154);
this.panel4.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(196, 449);
this.panel4.TabIndex = 3;
//
// button4
//
this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button4.Location = new System.Drawing.Point(7, 150);
this.button4.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(184, 40);
this.button4.TabIndex = 5;
this.button4.Text = "预约转运";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button3.Location = new System.Drawing.Point(7, 102);
this.button3.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(184, 40);
this.button3.TabIndex = 4;
this.button3.Text = "预约叫料";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(7, 54);
this.button2.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(184, 40);
this.button2.TabIndex = 1;
this.button2.Text = "转运";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(7, 6);
this.button1.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(184, 40);
this.button1.TabIndex = 0;
this.button1.Text = "叫料";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// panel3
//
this.panel3.Controls.Add(this.comboBox1);
this.panel3.Controls.Add(this.groupBox1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(196, 154);
this.panel3.TabIndex = 2;
//
// comboBox1
//
this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBox1.FormattingEnabled = true;
this.comboBox1.ItemHeight = 24;
this.comboBox1.Location = new System.Drawing.Point(7, 5);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(184, 32);
this.comboBox1.TabIndex = 2;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.labUpMaterial);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.labUpLocation);
this.groupBox1.Controls.Add(this.labUpWareHouse);
this.groupBox1.Controls.Add(this.labUpArea);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(0, 40);
this.groupBox1.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(5, 3, 5, 3);
this.groupBox1.Size = new System.Drawing.Size(196, 114);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "选择信息";
//
// labUpMaterial
//
this.labUpMaterial.AutoSize = true;
this.labUpMaterial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labUpMaterial.Location = new System.Drawing.Point(43, 78);
this.labUpMaterial.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.labUpMaterial.Name = "labUpMaterial";
this.labUpMaterial.Size = new System.Drawing.Size(35, 18);
this.labUpMaterial.TabIndex = 7;
this.labUpMaterial.Text = "N/A";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(8, 77);
this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(62, 18);
this.label8.TabIndex = 6;
this.label8.Text = "物料:";
//
// labUpLocation
//
this.labUpLocation.AutoSize = true;
this.labUpLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labUpLocation.Location = new System.Drawing.Point(43, 59);
this.labUpLocation.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.labUpLocation.Name = "labUpLocation";
this.labUpLocation.Size = new System.Drawing.Size(35, 18);
this.labUpLocation.TabIndex = 5;
this.labUpLocation.Text = "N/A";
//
// labUpWareHouse
//
this.labUpWareHouse.AutoSize = true;
this.labUpWareHouse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labUpWareHouse.Location = new System.Drawing.Point(43, 40);
this.labUpWareHouse.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.labUpWareHouse.Name = "labUpWareHouse";
this.labUpWareHouse.Size = new System.Drawing.Size(35, 18);
this.labUpWareHouse.TabIndex = 4;
this.labUpWareHouse.Text = "N/A";
//
// labUpArea
//
this.labUpArea.AutoSize = true;
this.labUpArea.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labUpArea.Location = new System.Drawing.Point(43, 22);
this.labUpArea.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.labUpArea.Name = "labUpArea";
this.labUpArea.Size = new System.Drawing.Size(35, 18);
this.labUpArea.TabIndex = 3;
this.labUpArea.Text = "N/A";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(8, 58);
this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(62, 18);
this.label3.TabIndex = 2;
this.label3.Text = "仓位:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(8, 39);
this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(62, 18);
this.label2.TabIndex = 1;
this.label2.Text = "仓库:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(8, 21);
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(62, 18);
this.label1.TabIndex = 0;
this.label1.Text = "区域:";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.areaUI1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.panel4);
this.splitContainer1.Panel2.Controls.Add(this.panel3);
this.splitContainer1.Size = new System.Drawing.Size(1000, 603);
this.splitContainer1.SplitterDistance = 800;
this.splitContainer1.TabIndex = 1;
//
// areaUI1
//
this.areaUI1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.areaUI1.CurrentWareHouseCode = null;
this.areaUI1.Dock = System.Windows.Forms.DockStyle.Fill;
this.areaUI1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.areaUI1.Location = new System.Drawing.Point(0, 0);
this.areaUI1.Margin = new System.Windows.Forms.Padding(13, 17, 13, 17);
this.areaUI1.Name = "areaUI1";
this.areaUI1.Size = new System.Drawing.Size(800, 603);
this.areaUI1.TabIndex = 0;
//
// button5
//
this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button5.Location = new System.Drawing.Point(7, 198);
this.button5.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(184, 40);
this.button5.TabIndex = 6;
this.button5.Text = "强制放行";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// WmsUI
//
this.AutoScaleDimensions = new System.Drawing.SizeF(15F, 31F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.Name = "WmsUI";
this.Size = new System.Drawing.Size(1000, 603);
this.panel4.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private AreaUI areaUI1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label labUpMaterial;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label labUpLocation;
private System.Windows.Forms.Label labUpWareHouse;
private System.Windows.Forms.Label labUpArea;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button5;
}
}