Exemplo n.º 1
0
 public void m_FindPatien(string strPatienCar)
 {
     if (strPatienCar != "")
     {
         ((clsControlReWork)this.objController).m_findData(strPatienCar);
         m_txtNewCard.Focus();
         groupBox1.TabIndex = 10;
         panel2.TabIndex    = 0;
     }
 }
Exemplo n.º 2
0
 private void m_btnNew_Click(object sender, System.EventArgs e)
 {
     m_txtCode.Text   = "";
     m_txtName.Text   = "";
     m_txtPYCODE.Text = "";
     m_txtWBCODE.Text = "";
     m_txtOPUsageDesc.Clear();
     cboScope.SelectedIndex        = 0;
     m_cboPutMed_INT.SelectedIndex = 0;
     m_cboTest.SelectedIndex       = 0;
     m_txtName.Tag = null;
     m_txtCode.Focus();
 }