실구매수량 항목 추가

This commit is contained in:
chi
2023-08-17 11:48:28 +09:00
parent fed728d82f
commit 299fce9038
13 changed files with 353 additions and 315 deletions

View File

@@ -61,7 +61,7 @@
this.tbPumName = new System.Windows.Forms.TextBox();
this.tbPumModel = new System.Windows.Forms.TextBox();
this.tbPumUnit = new System.Windows.Forms.TextBox();
this.tbPumQty = new System.Windows.Forms.TextBox();
this.tbQtyReq = new System.Windows.Forms.TextBox();
this.tbPumPrice = new System.Windows.Forms.TextBox();
this.tbPumAmt = new System.Windows.Forms.TextBox();
this.tbSupply = new System.Windows.Forms.TextBox();
@@ -110,7 +110,7 @@
this.purchaseTableAdapter = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.tbBigoChk = new System.Windows.Forms.TextBox();
this.tbpumqtyReq = new System.Windows.Forms.TextBox();
this.tbQtyReal = new System.Windows.Forms.TextBox();
processLabel = new System.Windows.Forms.Label();
receiveLabel = new System.Windows.Forms.Label();
scLabel = new System.Windows.Forms.Label();
@@ -444,16 +444,16 @@
this.tbPumUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.toolTip1.SetToolTip(this.tbPumUnit, "단위");
//
// tbPumQty
// tbQtyReq
//
this.tbPumQty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tbPumQty.Location = new System.Drawing.Point(93, 140);
this.tbPumQty.Margin = new System.Windows.Forms.Padding(4);
this.tbPumQty.Name = "tbPumQty";
this.tbPumQty.Size = new System.Drawing.Size(135, 27);
this.tbPumQty.TabIndex = 13;
this.tbPumQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.tbPumQty.TextChanged += new System.EventHandler(this.tbPumQty_TextChanged);
this.tbQtyReq.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tbQtyReq.Location = new System.Drawing.Point(93, 140);
this.tbQtyReq.Margin = new System.Windows.Forms.Padding(4);
this.tbQtyReq.Name = "tbQtyReq";
this.tbQtyReq.Size = new System.Drawing.Size(135, 27);
this.tbQtyReq.TabIndex = 13;
this.tbQtyReq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.tbQtyReq.TextChanged += new System.EventHandler(this.tbPumQty_TextChanged);
//
// tbPumPrice
//
@@ -666,7 +666,7 @@
//
// groupBox1
//
this.groupBox1.Controls.Add(this.tbpumqtyReq);
this.groupBox1.Controls.Add(this.tbQtyReal);
this.groupBox1.Controls.Add(label15);
this.groupBox1.Controls.Add(this.tbBigoChk);
this.groupBox1.Controls.Add(label14);
@@ -692,7 +692,7 @@
this.groupBox1.Controls.Add(this.tbPumIDX);
this.groupBox1.Controls.Add(this.cmbState);
this.groupBox1.Controls.Add(this.tbSID);
this.groupBox1.Controls.Add(this.tbPumQty);
this.groupBox1.Controls.Add(this.tbQtyReq);
this.groupBox1.Controls.Add(pumqtyLabel);
this.groupBox1.Controls.Add(sidLabel);
this.groupBox1.Controls.Add(this.tbProject);
@@ -1016,14 +1016,15 @@
label14.Text = "담당자비고";
this.toolTip1.SetToolTip(label14, resources.GetString("label14.ToolTip"));
//
// tbpumqtyReq
// tbQtyReal
//
this.tbpumqtyReq.Location = new System.Drawing.Point(339, 140);
this.tbpumqtyReq.Margin = new System.Windows.Forms.Padding(4);
this.tbpumqtyReq.Name = "tbpumqtyReq";
this.tbpumqtyReq.Size = new System.Drawing.Size(135, 27);
this.tbpumqtyReq.TabIndex = 15;
this.tbpumqtyReq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.tbQtyReal.Location = new System.Drawing.Point(339, 140);
this.tbQtyReal.Margin = new System.Windows.Forms.Padding(4);
this.tbQtyReal.Name = "tbQtyReal";
this.tbQtyReal.Size = new System.Drawing.Size(135, 27);
this.tbQtyReal.TabIndex = 15;
this.tbQtyReal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.tbQtyReal.TextChanged += new System.EventHandler(this.tbPumQty_TextChanged);
//
// label15
//
@@ -1072,7 +1073,7 @@
private System.Windows.Forms.TextBox tbPumName;
private System.Windows.Forms.TextBox tbPumModel;
private System.Windows.Forms.TextBox tbPumUnit;
private System.Windows.Forms.TextBox tbPumQty;
private System.Windows.Forms.TextBox tbQtyReq;
private System.Windows.Forms.TextBox tbPumPrice;
private System.Windows.Forms.TextBox tbPumAmt;
private System.Windows.Forms.TextBox tbSupply;
@@ -1121,6 +1122,6 @@
private System.Windows.Forms.Button btEQManu;
private System.Windows.Forms.Button btEQModel;
private System.Windows.Forms.TextBox tbBigoChk;
private System.Windows.Forms.TextBox tbpumqtyReq;
private System.Windows.Forms.TextBox tbQtyReal;
}
}