| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 | namespace WCS_Client.Frm{    partial class FrmAddPalletizing    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        private void InitializeComponent()        {            this.label1 = new System.Windows.Forms.Label();            this.nudPalletizingNo = new System.Windows.Forms.NumericUpDown();            this.label2 = new System.Windows.Forms.Label();            this.nudSonTrayNo = new System.Windows.Forms.NumericUpDown();            this.label3 = new System.Windows.Forms.Label();            this.txtSonTraycode = new System.Windows.Forms.TextBox();            this.txtSonTraySize = new System.Windows.Forms.TextBox();            this.label4 = new System.Windows.Forms.Label();            this.nudBoxNo = new System.Windows.Forms.NumericUpDown();            this.label5 = new System.Windows.Forms.Label();            this.txtBoxSize = new System.Windows.Forms.TextBox();            this.label6 = new System.Windows.Forms.Label();            this.btnAddP = new System.Windows.Forms.Button();            this.btnCancel = new System.Windows.Forms.Button();            ((System.ComponentModel.ISupportInitialize)(this.nudPalletizingNo)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.nudSonTrayNo)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.nudBoxNo)).BeginInit();            this.SuspendLayout();            //             // label1            //             this.label1.AutoSize = true;            this.label1.Location = new System.Drawing.Point(73, 48);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(59, 12);            this.label1.TabIndex = 0;            this.label1.Text = "码垛编号:";            //             // nudPalletizingNo            //             this.nudPalletizingNo.Location = new System.Drawing.Point(138, 46);            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 = 1;            //             // label2            //             this.label2.AutoSize = true;            this.label2.Location = new System.Drawing.Point(61, 107);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(71, 12);            this.label2.TabIndex = 2;            this.label2.Text = "子托盘编号:";            //             // nudSonTrayNo            //             this.nudSonTrayNo.Location = new System.Drawing.Point(138, 103);            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 = 3;            //             // label3            //             this.label3.AutoSize = true;            this.label3.Location = new System.Drawing.Point(61, 162);            this.label3.Name = "label3";            this.label3.Size = new System.Drawing.Size(71, 12);            this.label3.TabIndex = 4;            this.label3.Text = "子托盘编码:";            //             // txtSonTraycode            //             this.txtSonTraycode.Location = new System.Drawing.Point(138, 158);            this.txtSonTraycode.Name = "txtSonTraycode";            this.txtSonTraycode.Size = new System.Drawing.Size(120, 21);            this.txtSonTraycode.TabIndex = 5;            //             // txtSonTraySize            //             this.txtSonTraySize.Location = new System.Drawing.Point(138, 218);            this.txtSonTraySize.Name = "txtSonTraySize";            this.txtSonTraySize.Size = new System.Drawing.Size(120, 21);            this.txtSonTraySize.TabIndex = 7;            //             // label4            //             this.label4.AutoSize = true;            this.label4.Location = new System.Drawing.Point(61, 221);            this.label4.Name = "label4";            this.label4.Size = new System.Drawing.Size(71, 12);            this.label4.TabIndex = 6;            this.label4.Text = "子托盘尺寸:";            //             // nudBoxNo            //             this.nudBoxNo.Location = new System.Drawing.Point(423, 103);            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 = 9;            //             // label5            //             this.label5.AutoSize = true;            this.label5.Location = new System.Drawing.Point(337, 107);            this.label5.Name = "label5";            this.label5.Size = new System.Drawing.Size(59, 12);            this.label5.TabIndex = 8;            this.label5.Text = "箱子编号:";            //             // txtBoxSize            //             this.txtBoxSize.Location = new System.Drawing.Point(423, 158);            this.txtBoxSize.Name = "txtBoxSize";            this.txtBoxSize.Size = new System.Drawing.Size(120, 21);            this.txtBoxSize.TabIndex = 11;            //             // label6            //             this.label6.AutoSize = true;            this.label6.Location = new System.Drawing.Point(337, 162);            this.label6.Name = "label6";            this.label6.Size = new System.Drawing.Size(59, 12);            this.label6.TabIndex = 10;            this.label6.Text = "箱子尺寸:";            //             // btnAddP            //             this.btnAddP.Location = new System.Drawing.Point(163, 307);            this.btnAddP.Name = "btnAddP";            this.btnAddP.Size = new System.Drawing.Size(75, 23);            this.btnAddP.TabIndex = 12;            this.btnAddP.Text = "添加";            this.btnAddP.UseVisualStyleBackColor = true;            this.btnAddP.Click += new System.EventHandler(this.btnAddP_Click);            //             // btnCancel            //             this.btnCancel.Location = new System.Drawing.Point(351, 307);            this.btnCancel.Name = "btnCancel";            this.btnCancel.Size = new System.Drawing.Size(75, 23);            this.btnCancel.TabIndex = 13;            this.btnCancel.Text = "取消";            this.btnCancel.UseVisualStyleBackColor = true;            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);            //             // FrmAddPalletizing            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(631, 383);            this.Controls.Add(this.btnCancel);            this.Controls.Add(this.btnAddP);            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 = "FrmAddPalletizing";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;            this.Text = "添加码垛信息";            ((System.ComponentModel.ISupportInitialize)(this.nudPalletizingNo)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.nudSonTrayNo)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.nudBoxNo)).EndInit();            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private System.Windows.Forms.Label label1;        private System.Windows.Forms.NumericUpDown nudPalletizingNo;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.NumericUpDown nudSonTrayNo;        private System.Windows.Forms.Label label3;        private System.Windows.Forms.TextBox txtSonTraycode;        private System.Windows.Forms.TextBox txtSonTraySize;        private System.Windows.Forms.Label label4;        private System.Windows.Forms.NumericUpDown nudBoxNo;        private System.Windows.Forms.Label label5;        private System.Windows.Forms.TextBox txtBoxSize;        private System.Windows.Forms.Label label6;        private System.Windows.Forms.Button btnAddP;        private System.Windows.Forms.Button btnCancel;    }}
 |