ruoxing.wang 1 day ago
parent
commit
6f12912869
  1. 7
      PunchingMistake/FrmAssemble.Designer.cs
  2. 2
      PunchingMistake/FrmAssemble.cs

7
PunchingMistake/FrmAssemble.Designer.cs

@ -358,13 +358,14 @@ namespace PunchingMistake
//
// lbPartDesc
//
this.lbPartDesc.AutoSize = true;
this.lbPartDesc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbPartDesc.BackColor = System.Drawing.Color.Transparent;
this.lbPartDesc.Font = new System.Drawing.Font("宋体", 15.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbPartDesc.ForeColor = System.Drawing.Color.White;
this.lbPartDesc.Location = new System.Drawing.Point(32, 115);
this.lbPartDesc.Location = new System.Drawing.Point(32, 111);
this.lbPartDesc.Name = "lbPartDesc";
this.lbPartDesc.Size = new System.Drawing.Size(93, 37);
this.lbPartDesc.Size = new System.Drawing.Size(405, 97);
this.lbPartDesc.TabIndex = 4;
this.lbPartDesc.Text = " ";
//

2
PunchingMistake/FrmAssemble.cs

@ -107,7 +107,7 @@ namespace PunchingMistake
txtBarCode.Text = "";
lbPlan.Text = dt.Rows[0]["OrderNo"].ToString();
lbPart.Text = dt.Rows[0]["PartNo1"].ToString();
lbPartDesc.Text = dt.Rows[0]["Des"].ToString();
lbPartDesc.Text = dt.Rows[0]["ProductName"].ToString();
lbPlanQty.Text = dt.Rows[0]["OrderCount"].ToString();
lbCompleteQty.Text = dt.Rows[0]["OKCount"].ToString();
lbBadQty.Text = dt.Rows[0]["BadCount"].ToString();

Loading…
Cancel
Save