123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
-
- namespace WCS_Client.Frm
- {
- partial class FrmUpdatePalletizing
- {
- /// <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.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;
- }
- }
|