private void ClearTextControls()
 {
     TxtProductidx.Text = TxtClientidx.Text = Txtidx.Text = TxtProductidx.Text = TxtProductUnit.Text = "";
     Txtidx.ReadOnly    = false;
     Txtidx.BackColor   = Color.White;
     Txtidx.Focus();
     DtpReleaseDate.CustomFormat = " ";
     DtpReleaseDate.Format       = DateTimePickerFormat.Custom;
     CbowhereHouse.SelectedIndex = -1;
 }
Exemple #2
0
 private void ClearTextControls()
 {
     Txtidx.Text = Cbmemberidx.Text = Cbbookindex.Text = DTPrent.Text = DTPreturn.Text = "";
     Cbbookindex.SelectedIndex = -1;
     Cbmemberidx.SelectedIndex = -1;
     Txtidx.ReadOnly           = true;
     Txtidx.BackColor          = Color.Beige;
     DTPrent.CustomFormat      = " ";
     DTPreturn.CustomFormat    = " ";
     DTPrent.Format            = DateTimePickerFormat.Custom;
     DTPreturn.Format          = DateTimePickerFormat.Custom;
     Txtidx.Focus();
 }