namespace WMS.UI.Basic
{
partial class FormPlaceAddOrUpdate
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPlaceAddOrUpdate));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.cmb_Lock = new System.Windows.Forms.ComboBox();
this.lbl_FormPlaceAddOrUpdate_ISLOCK = new System.Windows.Forms.Label();
this.lbResult = new System.Windows.Forms.Label();
this.tB_IsFull = new System.Windows.Forms.TextBox();
this.lbl_FormPlaceAddOrUpdate_ISFULL = new System.Windows.Forms.Label();
this.tB_PlaceId = new System.Windows.Forms.TextBox();
this.lbl_FormPlaceAddOrUpdate_PLACEID = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.btnSave = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip2 = new System.Windows.Forms.MenuStrip();
this.tsMNItemFormPointName = new System.Windows.Forms.ToolStripMenuItem();
this.lbl_FormPlaceAddOrUpdate_Title = new System.Windows.Forms.Label();
this.cmb_HasTaskDoing = new System.Windows.Forms.ComboBox();
this.lbl_FormPlaceAddOrUpdate_HasTaskDoing = new System.Windows.Forms.Label();
this.tableLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.menuStrip2.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 66F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17F));
this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.panel3, 1, 2);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 84);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 77F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 18F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(842, 438);
this.tableLayoutPanel1.TabIndex = 47;
//
// panel1
//
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(146, 24);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(549, 331);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.Controls.Add(this.cmb_HasTaskDoing);
this.panel2.Controls.Add(this.lbl_FormPlaceAddOrUpdate_HasTaskDoing);
this.panel2.Controls.Add(this.cmb_Lock);
this.panel2.Controls.Add(this.lbl_FormPlaceAddOrUpdate_ISLOCK);
this.panel2.Controls.Add(this.lbResult);
this.panel2.Controls.Add(this.tB_IsFull);
this.panel2.Controls.Add(this.lbl_FormPlaceAddOrUpdate_ISFULL);
this.panel2.Controls.Add(this.tB_PlaceId);
this.panel2.Controls.Add(this.lbl_FormPlaceAddOrUpdate_PLACEID);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Margin = new System.Windows.Forms.Padding(1);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(549, 331);
this.panel2.TabIndex = 1;
//
// cmb_Lock
//
this.cmb_Lock.AutoCompleteCustomSource.AddRange(new string[] {
"否",
"是"});
this.cmb_Lock.FormattingEnabled = true;
this.cmb_Lock.Items.AddRange(new object[] {
"N",
"Y"});
this.cmb_Lock.Location = new System.Drawing.Point(142, 187);
this.cmb_Lock.Name = "cmb_Lock";
this.cmb_Lock.Size = new System.Drawing.Size(226, 20);
this.cmb_Lock.TabIndex = 256;
//
// lbl_FormPlaceAddOrUpdate_ISLOCK
//
this.lbl_FormPlaceAddOrUpdate_ISLOCK.AutoSize = true;
this.lbl_FormPlaceAddOrUpdate_ISLOCK.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_FormPlaceAddOrUpdate_ISLOCK.ForeColor = System.Drawing.Color.Maroon;
this.lbl_FormPlaceAddOrUpdate_ISLOCK.Location = new System.Drawing.Point(24, 182);
this.lbl_FormPlaceAddOrUpdate_ISLOCK.Name = "lbl_FormPlaceAddOrUpdate_ISLOCK";
this.lbl_FormPlaceAddOrUpdate_ISLOCK.Size = new System.Drawing.Size(119, 25);
this.lbl_FormPlaceAddOrUpdate_ISLOCK.TabIndex = 255;
this.lbl_FormPlaceAddOrUpdate_ISLOCK.Text = "是 否 锁 定:";
//
// lbResult
//
this.lbResult.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lbResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbResult.ForeColor = System.Drawing.Color.Red;
this.lbResult.Location = new System.Drawing.Point(0, 313);
this.lbResult.Name = "lbResult";
this.lbResult.Size = new System.Drawing.Size(549, 18);
this.lbResult.TabIndex = 33;
this.lbResult.Text = " ";
this.lbResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tB_IsFull
//
this.tB_IsFull.ForeColor = System.Drawing.Color.Maroon;
this.tB_IsFull.Location = new System.Drawing.Point(141, 100);
this.tB_IsFull.Name = "tB_IsFull";
this.tB_IsFull.Size = new System.Drawing.Size(226, 21);
this.tB_IsFull.TabIndex = 26;
//
// lbl_FormPlaceAddOrUpdate_ISFULL
//
this.lbl_FormPlaceAddOrUpdate_ISFULL.AutoSize = true;
this.lbl_FormPlaceAddOrUpdate_ISFULL.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_FormPlaceAddOrUpdate_ISFULL.ForeColor = System.Drawing.Color.Maroon;
this.lbl_FormPlaceAddOrUpdate_ISFULL.Location = new System.Drawing.Point(25, 93);
this.lbl_FormPlaceAddOrUpdate_ISFULL.Name = "lbl_FormPlaceAddOrUpdate_ISFULL";
this.lbl_FormPlaceAddOrUpdate_ISFULL.Size = new System.Drawing.Size(119, 25);
this.lbl_FormPlaceAddOrUpdate_ISFULL.TabIndex = 25;
this.lbl_FormPlaceAddOrUpdate_ISFULL.Text = "是 否 有 货:";
//
// tB_PlaceId
//
this.tB_PlaceId.ForeColor = System.Drawing.Color.Maroon;
this.tB_PlaceId.Location = new System.Drawing.Point(141, 16);
this.tB_PlaceId.Name = "tB_PlaceId";
this.tB_PlaceId.Size = new System.Drawing.Size(226, 21);
this.tB_PlaceId.TabIndex = 23;
//
// lbl_FormPlaceAddOrUpdate_PLACEID
//
this.lbl_FormPlaceAddOrUpdate_PLACEID.AutoSize = true;
this.lbl_FormPlaceAddOrUpdate_PLACEID.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_FormPlaceAddOrUpdate_PLACEID.ForeColor = System.Drawing.Color.Maroon;
this.lbl_FormPlaceAddOrUpdate_PLACEID.Location = new System.Drawing.Point(25, 9);
this.lbl_FormPlaceAddOrUpdate_PLACEID.Name = "lbl_FormPlaceAddOrUpdate_PLACEID";
this.lbl_FormPlaceAddOrUpdate_PLACEID.Size = new System.Drawing.Size(119, 25);
this.lbl_FormPlaceAddOrUpdate_PLACEID.TabIndex = 22;
this.lbl_FormPlaceAddOrUpdate_PLACEID.Text = "库 位 编 号:";
//
// panel3
//
this.panel3.Controls.Add(this.btnSave);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(146, 361);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(549, 74);
this.panel3.TabIndex = 1;
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnSave.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.Maroon;
this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
this.btnSave.Location = new System.Drawing.Point(0, 0);
this.btnSave.Margin = new System.Windows.Forms.Padding(1);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(549, 74);
this.btnSave.TabIndex = 2;
this.btnSave.Text = "保存设置";
this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.btnSave.UseVisualStyleBackColor = false;
//
// btnClose
//
this.btnClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(96, 36);
this.btnClose.Text = "关闭";
//
// menuStrip2
//
this.menuStrip2.AllowMerge = false;
this.menuStrip2.BackColor = System.Drawing.Color.Black;
this.menuStrip2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.menuStrip2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.menuStrip2.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnClose,
this.tsMNItemFormPointName});
this.menuStrip2.Location = new System.Drawing.Point(0, 44);
this.menuStrip2.Name = "menuStrip2";
this.menuStrip2.Size = new System.Drawing.Size(842, 40);
this.menuStrip2.TabIndex = 45;
this.menuStrip2.Text = "menuStrip2";
//
// tsMNItemFormPointName
//
this.tsMNItemFormPointName.AutoSize = false;
this.tsMNItemFormPointName.Enabled = false;
this.tsMNItemFormPointName.ForeColor = System.Drawing.Color.White;
this.tsMNItemFormPointName.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.tsMNItemFormPointName.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsMNItemFormPointName.Name = "tsMNItemFormPointName";
this.tsMNItemFormPointName.Size = new System.Drawing.Size(74, 36);
this.tsMNItemFormPointName.Text = " ";
this.tsMNItemFormPointName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.tsMNItemFormPointName.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.tsMNItemFormPointName.Visible = false;
//
// lbl_FormPlaceAddOrUpdate_Title
//
this.lbl_FormPlaceAddOrUpdate_Title.BackColor = System.Drawing.Color.WhiteSmoke;
this.lbl_FormPlaceAddOrUpdate_Title.Dock = System.Windows.Forms.DockStyle.Top;
this.lbl_FormPlaceAddOrUpdate_Title.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_FormPlaceAddOrUpdate_Title.ForeColor = System.Drawing.Color.Maroon;
this.lbl_FormPlaceAddOrUpdate_Title.Location = new System.Drawing.Point(0, 0);
this.lbl_FormPlaceAddOrUpdate_Title.Name = "lbl_FormPlaceAddOrUpdate_Title";
this.lbl_FormPlaceAddOrUpdate_Title.Size = new System.Drawing.Size(842, 44);
this.lbl_FormPlaceAddOrUpdate_Title.TabIndex = 46;
this.lbl_FormPlaceAddOrUpdate_Title.Text = "库位维护";
this.lbl_FormPlaceAddOrUpdate_Title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// cmb_HasTaskDoing
//
this.cmb_HasTaskDoing.AutoCompleteCustomSource.AddRange(new string[] {
"否",
"是"});
this.cmb_HasTaskDoing.FormattingEnabled = true;
this.cmb_HasTaskDoing.Items.AddRange(new object[] {
"N",
"Y"});
this.cmb_HasTaskDoing.Location = new System.Drawing.Point(142, 261);
this.cmb_HasTaskDoing.Name = "cmb_HasTaskDoing";
this.cmb_HasTaskDoing.Size = new System.Drawing.Size(226, 20);
this.cmb_HasTaskDoing.TabIndex = 258;
//
// lbl_FormPlaceAddOrUpdate_HasTaskDoing
//
this.lbl_FormPlaceAddOrUpdate_HasTaskDoing.AutoSize = true;
this.lbl_FormPlaceAddOrUpdate_HasTaskDoing.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_FormPlaceAddOrUpdate_HasTaskDoing.ForeColor = System.Drawing.Color.Maroon;
this.lbl_FormPlaceAddOrUpdate_HasTaskDoing.Location = new System.Drawing.Point(24, 256);
this.lbl_FormPlaceAddOrUpdate_HasTaskDoing.Name = "lbl_FormPlaceAddOrUpdate_HasTaskDoing";
this.lbl_FormPlaceAddOrUpdate_HasTaskDoing.Size = new System.Drawing.Size(118, 25);
this.lbl_FormPlaceAddOrUpdate_HasTaskDoing.TabIndex = 257;
this.lbl_FormPlaceAddOrUpdate_HasTaskDoing.Text = "是否有任务:";
//
// FormPlaceAddOrUpdate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(842, 522);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.menuStrip2);
this.Controls.Add(this.lbl_FormPlaceAddOrUpdate_Title);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "FormPlaceAddOrUpdate";
this.ShowIcon = false;
this.Text = "FormPlaceAddOrUpdate";
this.tableLayoutPanel1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.menuStrip2.ResumeLayout(false);
this.menuStrip2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.ComboBox cmb_Lock;
private System.Windows.Forms.Label lbl_FormPlaceAddOrUpdate_ISLOCK;
private System.Windows.Forms.Label lbResult;
private System.Windows.Forms.TextBox tB_IsFull;
private System.Windows.Forms.Label lbl_FormPlaceAddOrUpdate_ISFULL;
private System.Windows.Forms.TextBox tB_PlaceId;
private System.Windows.Forms.Label lbl_FormPlaceAddOrUpdate_PLACEID;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.ToolStripMenuItem btnClose;
private System.Windows.Forms.MenuStrip menuStrip2;
private System.Windows.Forms.ToolStripMenuItem tsMNItemFormPointName;
private System.Windows.Forms.Label lbl_FormPlaceAddOrUpdate_Title;
private System.Windows.Forms.ComboBox cmb_HasTaskDoing;
private System.Windows.Forms.Label lbl_FormPlaceAddOrUpdate_HasTaskDoing;
}
}