namespace WCS_Client.Frm
{
partial class FrmUpdatePalletizing
{
///
/// 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.btnCancel = new System.Windows.Forms.Button();
this.btnUpdateP = new System.Windows.Forms.Button();
this.txtBoxSize = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.nudBoxNo = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.txtSonTraySize = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtSonTraycode = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.nudSonTrayNo = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.nudPalletizingNo = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.nudBoxNo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudSonTrayNo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudPalletizingNo)).BeginInit();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(381, 335);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 27;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnUpdateP
//
this.btnUpdateP.Location = new System.Drawing.Point(193, 335);
this.btnUpdateP.Name = "btnUpdateP";
this.btnUpdateP.Size = new System.Drawing.Size(75, 23);
this.btnUpdateP.TabIndex = 26;
this.btnUpdateP.Text = "修改";
this.btnUpdateP.UseVisualStyleBackColor = true;
this.btnUpdateP.Click += new System.EventHandler(this.btnUpdateP_Click);
//
// txtBoxSize
//
this.txtBoxSize.Location = new System.Drawing.Point(453, 186);
this.txtBoxSize.Name = "txtBoxSize";
this.txtBoxSize.Size = new System.Drawing.Size(120, 21);
this.txtBoxSize.TabIndex = 25;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(367, 190);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 12);
this.label6.TabIndex = 24;
this.label6.Text = "箱子尺寸:";
//
// nudBoxNo
//
this.nudBoxNo.Location = new System.Drawing.Point(453, 131);
this.nudBoxNo.Maximum = new decimal(new int[] {
100000000,
0,
0,
0});
this.nudBoxNo.Name = "nudBoxNo";
this.nudBoxNo.Size = new System.Drawing.Size(120, 21);
this.nudBoxNo.TabIndex = 23;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(367, 135);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 22;
this.label5.Text = "箱子编号:";
//
// txtSonTraySize
//
this.txtSonTraySize.Location = new System.Drawing.Point(168, 246);
this.txtSonTraySize.Name = "txtSonTraySize";
this.txtSonTraySize.Size = new System.Drawing.Size(120, 21);
this.txtSonTraySize.TabIndex = 21;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(91, 249);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 12);
this.label4.TabIndex = 20;
this.label4.Text = "子托盘尺寸:";
//
// txtSonTraycode
//
this.txtSonTraycode.Location = new System.Drawing.Point(168, 186);
this.txtSonTraycode.Name = "txtSonTraycode";
this.txtSonTraycode.Size = new System.Drawing.Size(120, 21);
this.txtSonTraycode.TabIndex = 19;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(91, 190);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 12);
this.label3.TabIndex = 18;
this.label3.Text = "子托盘编码:";
//
// nudSonTrayNo
//
this.nudSonTrayNo.Location = new System.Drawing.Point(168, 131);
this.nudSonTrayNo.Maximum = new decimal(new int[] {
100000000,
0,
0,
0});
this.nudSonTrayNo.Name = "nudSonTrayNo";
this.nudSonTrayNo.Size = new System.Drawing.Size(120, 21);
this.nudSonTrayNo.TabIndex = 17;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(91, 135);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 12);
this.label2.TabIndex = 16;
this.label2.Text = "子托盘编号:";
//
// nudPalletizingNo
//
this.nudPalletizingNo.Location = new System.Drawing.Point(168, 74);
this.nudPalletizingNo.Maximum = new decimal(new int[] {
100000000,
0,
0,
0});
this.nudPalletizingNo.Name = "nudPalletizingNo";
this.nudPalletizingNo.Size = new System.Drawing.Size(120, 21);
this.nudPalletizingNo.TabIndex = 15;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(103, 76);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 14;
this.label1.Text = "码垛编号:";
//
// FrmUpdatePalletizing
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(637, 419);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnUpdateP);
this.Controls.Add(this.txtBoxSize);
this.Controls.Add(this.label6);
this.Controls.Add(this.nudBoxNo);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtSonTraySize);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtSonTraycode);
this.Controls.Add(this.label3);
this.Controls.Add(this.nudSonTrayNo);
this.Controls.Add(this.label2);
this.Controls.Add(this.nudPalletizingNo);
this.Controls.Add(this.label1);
this.DoubleBuffered = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmUpdatePalletizing";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "修改机械码垛信息";
((System.ComponentModel.ISupportInitialize)(this.nudBoxNo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudSonTrayNo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudPalletizingNo)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnUpdateP;
private System.Windows.Forms.TextBox txtBoxSize;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown nudBoxNo;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtSonTraySize;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtSonTraycode;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.NumericUpDown nudSonTrayNo;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.NumericUpDown nudPalletizingNo;
private System.Windows.Forms.Label label1;
}
}