Update frmInfo.cs
This commit is contained in:
parent
1143f79035
commit
545cd84540
1
Louis'-Pharmacy_CNSA212-FP/frmInfo.Designer.cs
generated
1
Louis'-Pharmacy_CNSA212-FP/frmInfo.Designer.cs
generated
@ -968,6 +968,7 @@ namespace Louis__Pharmacy_CNSA212_FP
|
||||
this.txtRxPatientID.Name = "txtRxPatientID";
|
||||
this.txtRxPatientID.Size = new System.Drawing.Size(164, 22);
|
||||
this.txtRxPatientID.TabIndex = 9;
|
||||
this.txtRxPatientID.TextChanged += new System.EventHandler(this.txtRxPatientID_TextChanged);
|
||||
//
|
||||
// txtRxMedicationID
|
||||
//
|
||||
|
@ -701,5 +701,10 @@ namespace Louis__Pharmacy_CNSA212_FP
|
||||
dgvRx.Focus();
|
||||
|
||||
}
|
||||
|
||||
private void txtRxPatientID_TextChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user