namespace NXWMS.Forms.Instock.frmInstockChild
{
partial class frmChildManualPutAway
{
///
/// 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.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.ktb_BinCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.ktb_PalletNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.ktb_TrayCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
this.kryptonPanel1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// kryptonPanel1
//
this.kryptonPanel1.Controls.Add(this.tableLayoutPanel1);
this.kryptonPanel1.Controls.Add(this.ktb_BinCode);
this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
this.kryptonPanel1.Controls.Add(this.ktb_PalletNo);
this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
this.kryptonPanel1.Controls.Add(this.ktb_TrayCode);
this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
this.kryptonPanel1.Name = "kryptonPanel1";
this.kryptonPanel1.Size = new System.Drawing.Size(329, 242);
this.kryptonPanel1.TabIndex = 0;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.btnCancel, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 0, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(87, 181);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(155, 37);
this.tableLayoutPanel1.TabIndex = 6;
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(80, 3);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(72, 31);
this.btnCancel.TabIndex = 2;
this.btnCancel.Tag = "";
this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.取消;
this.btnCancel.Values.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnConfirm
//
this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnConfirm.Location = new System.Drawing.Point(3, 3);
this.btnConfirm.Name = "btnConfirm";
this.btnConfirm.Size = new System.Drawing.Size(71, 31);
this.btnConfirm.TabIndex = 1;
this.btnConfirm.Tag = "";
this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.确认;
this.btnConfirm.Values.Text = "确认";
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
//
// ktb_BinCode
//
this.ktb_BinCode.Location = new System.Drawing.Point(122, 131);
this.ktb_BinCode.Name = "ktb_BinCode";
this.ktb_BinCode.Size = new System.Drawing.Size(160, 20);
this.ktb_BinCode.TabIndex = 3;
//
// kryptonLabel3
//
this.kryptonLabel3.Location = new System.Drawing.Point(43, 131);
this.kryptonLabel3.Name = "kryptonLabel3";
this.kryptonLabel3.Size = new System.Drawing.Size(73, 20);
this.kryptonLabel3.TabIndex = 2;
this.kryptonLabel3.Values.Text = "库位编码:";
//
// ktb_PalletNo
//
this.ktb_PalletNo.Location = new System.Drawing.Point(122, 75);
this.ktb_PalletNo.Name = "ktb_PalletNo";
this.ktb_PalletNo.Size = new System.Drawing.Size(160, 20);
this.ktb_PalletNo.TabIndex = 3;
//
// kryptonLabel2
//
this.kryptonLabel2.Location = new System.Drawing.Point(43, 75);
this.kryptonLabel2.Name = "kryptonLabel2";
this.kryptonLabel2.Size = new System.Drawing.Size(60, 20);
this.kryptonLabel2.TabIndex = 2;
this.kryptonLabel2.Values.Text = "托盘号:";
//
// ktb_TrayCode
//
this.ktb_TrayCode.Location = new System.Drawing.Point(122, 26);
this.ktb_TrayCode.Name = "ktb_TrayCode";
this.ktb_TrayCode.Size = new System.Drawing.Size(160, 20);
this.ktb_TrayCode.TabIndex = 3;
//
// kryptonLabel1
//
this.kryptonLabel1.Location = new System.Drawing.Point(43, 26);
this.kryptonLabel1.Name = "kryptonLabel1";
this.kryptonLabel1.Size = new System.Drawing.Size(60, 20);
this.kryptonLabel1.TabIndex = 2;
this.kryptonLabel1.Values.Text = "组盘码:";
//
// frmChildManualPutAway
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(329, 242);
this.Controls.Add(this.kryptonPanel1);
this.Name = "frmChildManualPutAway";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "手动上架";
this.Load += new System.EventHandler(this.frmChildManualPutAway_Load);
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
this.kryptonPanel1.ResumeLayout(false);
this.kryptonPanel1.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_BinCode;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_PalletNo;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_TrayCode;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm;
}
}