|
|
@@ -0,0 +1,241 @@
|
|
|
+namespace UAS_MES.Packing
|
|
|
+{
|
|
|
+ partial class Packing_CartonSplit
|
|
|
+ {
|
|
|
+ /// <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.lock_outbox = new System.Windows.Forms.CheckBox();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.pa_currentqty = new System.Windows.Forms.Label();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.pa_prodcode = new System.Windows.Forms.Label();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.packtype = new System.Windows.Forms.Label();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.label9 = new System.Windows.Forms.Label();
|
|
|
+ this.count = new System.Windows.Forms.Label();
|
|
|
+ this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(39, 29);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(62, 31);
|
|
|
+ this.label1.TabIndex = 0;
|
|
|
+ this.label1.Text = "箱号";
|
|
|
+ //
|
|
|
+ // lock_outbox
|
|
|
+ //
|
|
|
+ this.lock_outbox.AutoSize = true;
|
|
|
+ this.lock_outbox.Location = new System.Drawing.Point(342, 35);
|
|
|
+ this.lock_outbox.Name = "lock_outbox";
|
|
|
+ this.lock_outbox.Size = new System.Drawing.Size(22, 21);
|
|
|
+ this.lock_outbox.TabIndex = 2;
|
|
|
+ this.lock_outbox.UseVisualStyleBackColor = true;
|
|
|
+ this.lock_outbox.CheckedChanged += new System.EventHandler(this.lock_outbox_CheckedChanged);
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.Location = new System.Drawing.Point(676, 29);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label2.TabIndex = 3;
|
|
|
+ this.label2.Text = "箱内数量";
|
|
|
+ //
|
|
|
+ // pa_currentqty
|
|
|
+ //
|
|
|
+ this.pa_currentqty.AutoSize = true;
|
|
|
+ this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.pa_currentqty.Location = new System.Drawing.Point(792, 29);
|
|
|
+ this.pa_currentqty.Name = "pa_currentqty";
|
|
|
+ this.pa_currentqty.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.pa_currentqty.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label4.Location = new System.Drawing.Point(39, 116);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label4.TabIndex = 5;
|
|
|
+ this.label4.Text = "产品编号";
|
|
|
+ //
|
|
|
+ // pa_prodcode
|
|
|
+ //
|
|
|
+ this.pa_prodcode.AutoSize = true;
|
|
|
+ this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.pa_prodcode.Location = new System.Drawing.Point(160, 116);
|
|
|
+ this.pa_prodcode.Name = "pa_prodcode";
|
|
|
+ this.pa_prodcode.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.pa_prodcode.TabIndex = 6;
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label6.Location = new System.Drawing.Point(669, 116);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(120, 31);
|
|
|
+ this.label6.TabIndex = 7;
|
|
|
+ this.label6.Text = "工单/合同";
|
|
|
+ //
|
|
|
+ // packtype
|
|
|
+ //
|
|
|
+ this.packtype.AutoSize = true;
|
|
|
+ this.packtype.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.packtype.Location = new System.Drawing.Point(802, 116);
|
|
|
+ this.packtype.Name = "packtype";
|
|
|
+ this.packtype.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.packtype.TabIndex = 8;
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label8.Location = new System.Drawing.Point(39, 486);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(86, 31);
|
|
|
+ this.label8.TabIndex = 9;
|
|
|
+ this.label8.Text = "序列号";
|
|
|
+ //
|
|
|
+ // label9
|
|
|
+ //
|
|
|
+ this.label9.AutoSize = true;
|
|
|
+ this.label9.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label9.Location = new System.Drawing.Point(554, 486);
|
|
|
+ this.label9.Name = "label9";
|
|
|
+ this.label9.Size = new System.Drawing.Size(52, 27);
|
|
|
+ this.label9.TabIndex = 10;
|
|
|
+ this.label9.Text = "计数";
|
|
|
+ //
|
|
|
+ // count
|
|
|
+ //
|
|
|
+ this.count.AutoSize = true;
|
|
|
+ this.count.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
+ this.count.Location = new System.Drawing.Point(670, 486);
|
|
|
+ this.count.Name = "count";
|
|
|
+ this.count.Size = new System.Drawing.Size(24, 27);
|
|
|
+ this.count.TabIndex = 12;
|
|
|
+ this.count.Text = "0";
|
|
|
+ //
|
|
|
+ // OperateResult
|
|
|
+ //
|
|
|
+ this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(31, 204);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(915, 246);
|
|
|
+ this.OperateResult.TabIndex = 196;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+ //
|
|
|
+ // sncode
|
|
|
+ //
|
|
|
+ this.sncode.AllPower = null;
|
|
|
+ this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.sncode.ID = null;
|
|
|
+ this.sncode.Location = new System.Drawing.Point(159, 486);
|
|
|
+ this.sncode.Name = "sncode";
|
|
|
+ this.sncode.Power = null;
|
|
|
+ this.sncode.Size = new System.Drawing.Size(196, 28);
|
|
|
+ this.sncode.Str = null;
|
|
|
+ this.sncode.Str1 = null;
|
|
|
+ this.sncode.Str2 = null;
|
|
|
+ this.sncode.TabIndex = 11;
|
|
|
+ this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
+ //
|
|
|
+ // pa_outboxcode
|
|
|
+ //
|
|
|
+ this.pa_outboxcode.AllPower = null;
|
|
|
+ this.pa_outboxcode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.pa_outboxcode.ID = null;
|
|
|
+ this.pa_outboxcode.Location = new System.Drawing.Point(127, 32);
|
|
|
+ this.pa_outboxcode.Name = "pa_outboxcode";
|
|
|
+ this.pa_outboxcode.Power = null;
|
|
|
+ this.pa_outboxcode.Size = new System.Drawing.Size(196, 28);
|
|
|
+ this.pa_outboxcode.Str = null;
|
|
|
+ this.pa_outboxcode.Str1 = null;
|
|
|
+ this.pa_outboxcode.Str2 = null;
|
|
|
+ this.pa_outboxcode.TabIndex = 1;
|
|
|
+ this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
|
|
|
+ //
|
|
|
+ // Packing_CartonSplit
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(982, 581);
|
|
|
+ this.Controls.Add(this.OperateResult);
|
|
|
+ this.Controls.Add(this.count);
|
|
|
+ this.Controls.Add(this.sncode);
|
|
|
+ this.Controls.Add(this.label9);
|
|
|
+ this.Controls.Add(this.label8);
|
|
|
+ this.Controls.Add(this.packtype);
|
|
|
+ this.Controls.Add(this.label6);
|
|
|
+ this.Controls.Add(this.pa_prodcode);
|
|
|
+ this.Controls.Add(this.label4);
|
|
|
+ this.Controls.Add(this.pa_currentqty);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.lock_outbox);
|
|
|
+ this.Controls.Add(this.pa_outboxcode);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Name = "Packing_CartonSplit";
|
|
|
+ this.Tag = "Packing!CartonSplit";
|
|
|
+ this.Text = "Packing_CartonSplit";
|
|
|
+ this.Load += new System.EventHandler(this.Packing_CartonSplit_Load);
|
|
|
+ this.SizeChanged += new System.EventHandler(this.Packing_CartonSplit_SizeChanged);
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox pa_outboxcode;
|
|
|
+ private System.Windows.Forms.CheckBox lock_outbox;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.Label pa_currentqty;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.Label pa_prodcode;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.Label packtype;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
+ private System.Windows.Forms.Label label9;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
|
|
|
+ private System.Windows.Forms.Label count;
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
+ }
|
|
|
+}
|