|
|
@@ -36,6 +36,8 @@
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
|
this.Search = new System.Windows.Forms.Button();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.outboxqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pallecode = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.cancel = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
|
|
|
@@ -124,6 +126,27 @@
|
|
|
this.Search.UseVisualStyleBackColor = true;
|
|
|
this.Search.Click += new System.EventHandler(this.Search_Click);
|
|
|
//
|
|
|
+ // 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(387, 12);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(113, 21);
|
|
|
+ this.label2.TabIndex = 238;
|
|
|
+ this.label2.Text = "当前栈板/箱数";
|
|
|
+ //
|
|
|
+ // outboxqty
|
|
|
+ //
|
|
|
+ this.outboxqty.AutoSize = true;
|
|
|
+ this.outboxqty.CutLength = null;
|
|
|
+ this.outboxqty.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.outboxqty.Location = new System.Drawing.Point(525, 13);
|
|
|
+ this.outboxqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.outboxqty.Name = "outboxqty";
|
|
|
+ this.outboxqty.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.outboxqty.TabIndex = 239;
|
|
|
+ //
|
|
|
// pallecode
|
|
|
//
|
|
|
this.pallecode.BackColor = System.Drawing.Color.Transparent;
|
|
|
@@ -265,6 +288,8 @@
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(700, 499);
|
|
|
+ this.Controls.Add(this.outboxqty);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.Search);
|
|
|
this.Controls.Add(this.pallecode);
|
|
|
this.Controls.Add(this.OperateResult);
|
|
|
@@ -312,5 +337,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Sp;
|
|
|
private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder pallecode;
|
|
|
private System.Windows.Forms.Button Search;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel outboxqty;
|
|
|
}
|
|
|
}
|