|
|
@@ -0,0 +1,236 @@
|
|
|
+namespace UAS_MES.FunctionCode.Make
|
|
|
+{
|
|
|
+ partial class 卡通箱转移
|
|
|
+ {
|
|
|
+ /// <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.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.pa_currentqty_label = new System.Windows.Forms.Label();
|
|
|
+ this.pr_outboxinnerqty = new System.Windows.Forms.Label();
|
|
|
+ this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
+ this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode();
|
|
|
+ this.pa_currentqty = new System.Windows.Forms.Label();
|
|
|
+ this.pr_code_label = new System.Windows.Forms.Label();
|
|
|
+ this.pr_detail = new System.Windows.Forms.Label();
|
|
|
+ this.pr_outboxinnerqty_label = new System.Windows.Forms.Label();
|
|
|
+ this.pr_code = new System.Windows.Forms.Label();
|
|
|
+ this.pa_code_label = new System.Windows.Forms.Label();
|
|
|
+ this.groupBoxWithBorder1.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // groupBoxWithBorder2
|
|
|
+ //
|
|
|
+ this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
|
|
|
+ this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.groupBoxWithBorder2.Location = new System.Drawing.Point(607, 12);
|
|
|
+ this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
|
|
|
+ this.groupBoxWithBorder2.Size = new System.Drawing.Size(595, 196);
|
|
|
+ this.groupBoxWithBorder2.TabIndex = 174;
|
|
|
+ this.groupBoxWithBorder2.TabStop = false;
|
|
|
+ this.groupBoxWithBorder2.Text = "转移箱";
|
|
|
+ this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
|
|
|
+ //
|
|
|
+ // groupBoxWithBorder1
|
|
|
+ //
|
|
|
+ this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.label1);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty_label);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.pa_outboxcode);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty_label);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.pr_code);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.pa_code_label);
|
|
|
+ this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.groupBoxWithBorder1.Location = new System.Drawing.Point(12, 12);
|
|
|
+ this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
|
|
|
+ this.groupBoxWithBorder1.Size = new System.Drawing.Size(589, 196);
|
|
|
+ this.groupBoxWithBorder1.TabIndex = 173;
|
|
|
+ this.groupBoxWithBorder1.TabStop = false;
|
|
|
+ this.groupBoxWithBorder1.Text = "原箱信息";
|
|
|
+ this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
|
|
|
+ //
|
|
|
+ // 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(311, 49);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.label1.TabIndex = 171;
|
|
|
+ this.label1.Text = "箱内数量";
|
|
|
+ //
|
|
|
+ // pa_currentqty_label
|
|
|
+ //
|
|
|
+ this.pa_currentqty_label.AutoSize = true;
|
|
|
+ this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_currentqty_label.Location = new System.Drawing.Point(311, 152);
|
|
|
+ this.pa_currentqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_currentqty_label.Name = "pa_currentqty_label";
|
|
|
+ this.pa_currentqty_label.Size = new System.Drawing.Size(132, 27);
|
|
|
+ this.pa_currentqty_label.TabIndex = 95;
|
|
|
+ this.pa_currentqty_label.Text = "最后所在资源";
|
|
|
+ //
|
|
|
+ // pr_outboxinnerqty
|
|
|
+ //
|
|
|
+ this.pr_outboxinnerqty.AutoSize = true;
|
|
|
+ this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_outboxinnerqty.Location = new System.Drawing.Point(130, 152);
|
|
|
+ this.pr_outboxinnerqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
|
|
|
+ this.pr_outboxinnerqty.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_outboxinnerqty.TabIndex = 170;
|
|
|
+ //
|
|
|
+ // pr_detail_label
|
|
|
+ //
|
|
|
+ this.pr_detail_label.AutoSize = true;
|
|
|
+ this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_detail_label.Location = new System.Drawing.Point(311, 100);
|
|
|
+ this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_detail_label.Name = "pr_detail_label";
|
|
|
+ this.pr_detail_label.Size = new System.Drawing.Size(101, 27);
|
|
|
+ this.pr_detail_label.TabIndex = 80;
|
|
|
+ this.pr_detail_label.Text = "工单/合同";
|
|
|
+ //
|
|
|
+ // pa_outboxcode
|
|
|
+ //
|
|
|
+ this.pa_outboxcode.Caller = null;
|
|
|
+ this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.pa_outboxcode.Location = new System.Drawing.Point(162, 49);
|
|
|
+ this.pa_outboxcode.MakeCode = null;
|
|
|
+ this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9);
|
|
|
+ this.pa_outboxcode.Name = "pa_outboxcode";
|
|
|
+ this.pa_outboxcode.Pr_id = null;
|
|
|
+ this.pa_outboxcode.ProdCode = null;
|
|
|
+ this.pa_outboxcode.ShowClickIcon = false;
|
|
|
+ this.pa_outboxcode.Size = new System.Drawing.Size(137, 28);
|
|
|
+ this.pa_outboxcode.TabIndex = 163;
|
|
|
+ //
|
|
|
+ // pa_currentqty
|
|
|
+ //
|
|
|
+ this.pa_currentqty.AutoSize = true;
|
|
|
+ this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_currentqty.Location = new System.Drawing.Point(421, 152);
|
|
|
+ this.pa_currentqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_currentqty.Name = "pa_currentqty";
|
|
|
+ this.pa_currentqty.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_currentqty.TabIndex = 169;
|
|
|
+ //
|
|
|
+ // pr_code_label
|
|
|
+ //
|
|
|
+ this.pr_code_label.AutoSize = true;
|
|
|
+ this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_code_label.Location = new System.Drawing.Point(13, 100);
|
|
|
+ this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_code_label.Name = "pr_code_label";
|
|
|
+ this.pr_code_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.pr_code_label.TabIndex = 81;
|
|
|
+ this.pr_code_label.Text = "产品编号";
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.AutoSize = true;
|
|
|
+ this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(421, 100);
|
|
|
+ this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_detail.TabIndex = 168;
|
|
|
+ //
|
|
|
+ // pr_outboxinnerqty_label
|
|
|
+ //
|
|
|
+ this.pr_outboxinnerqty_label.AutoSize = true;
|
|
|
+ this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(13, 152);
|
|
|
+ this.pr_outboxinnerqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
|
|
|
+ this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(132, 27);
|
|
|
+ this.pr_outboxinnerqty_label.TabIndex = 97;
|
|
|
+ this.pr_outboxinnerqty_label.Text = "最后所在工序";
|
|
|
+ //
|
|
|
+ // pr_code
|
|
|
+ //
|
|
|
+ this.pr_code.AutoSize = true;
|
|
|
+ this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(130, 100);
|
|
|
+ this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.pr_code.Name = "pr_code";
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_code.TabIndex = 167;
|
|
|
+ //
|
|
|
+ // pa_code_label
|
|
|
+ //
|
|
|
+ this.pa_code_label.AutoSize = true;
|
|
|
+ this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_code_label.Location = new System.Drawing.Point(13, 46);
|
|
|
+ this.pa_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_code_label.Name = "pa_code_label";
|
|
|
+ this.pa_code_label.Size = new System.Drawing.Size(72, 27);
|
|
|
+ this.pa_code_label.TabIndex = 113;
|
|
|
+ this.pa_code_label.Text = "原箱号";
|
|
|
+ //
|
|
|
+ // 卡通箱转移
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1214, 677);
|
|
|
+ this.Controls.Add(this.groupBoxWithBorder2);
|
|
|
+ this.Controls.Add(this.groupBoxWithBorder1);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Name = "卡通箱转移";
|
|
|
+ this.Tag = "Make!CartonTransfer";
|
|
|
+ this.Text = "Make_CartonTransfer";
|
|
|
+ this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
+ this.groupBoxWithBorder1.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
|
|
|
+ private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
|
|
|
+ private System.Windows.Forms.Label pa_currentqty_label;
|
|
|
+ private System.Windows.Forms.Label pr_outboxinnerqty;
|
|
|
+ private System.Windows.Forms.Label pr_detail_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode pa_outboxcode;
|
|
|
+ private System.Windows.Forms.Label pa_currentqty;
|
|
|
+ private System.Windows.Forms.Label pr_code_label;
|
|
|
+ private System.Windows.Forms.Label pr_detail;
|
|
|
+ private System.Windows.Forms.Label pr_outboxinnerqty_label;
|
|
|
+ private System.Windows.Forms.Label pr_code;
|
|
|
+ private System.Windows.Forms.Label pa_code_label;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ }
|
|
|
+}
|