po 입력시 pr->po 자동 전환(진재훈)
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.Windows.Forms.Label processLabel;
|
||||
System.Windows.Forms.Label receiveLabel;
|
||||
System.Windows.Forms.Label scLabel;
|
||||
@@ -112,10 +113,10 @@
|
||||
this.button4 = new System.Windows.Forms.Button();
|
||||
this.tbOrderNo = new System.Windows.Forms.TextBox();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip();
|
||||
this.timer1 = new System.Windows.Forms.Timer();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.dsPurchase = new FEQ0000.dsPurchase();
|
||||
this.bs = new System.Windows.Forms.BindingSource();
|
||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.ta = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
|
||||
processLabel = new System.Windows.Forms.Label();
|
||||
receiveLabel = new System.Windows.Forms.Label();
|
||||
@@ -564,6 +565,7 @@
|
||||
this.tbPO.Name = "tbPO";
|
||||
this.tbPO.Size = new System.Drawing.Size(286, 27);
|
||||
this.tbPO.TabIndex = 13;
|
||||
this.tbPO.Validated += new System.EventHandler(this.tbPO_Validated);
|
||||
//
|
||||
// tbBigo
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user