コード例 #1
0
 private void Limpiar()
 {
     IdnumericUpDown.Value = 0;
     DescripciontextBox.Clear();
     ValortextBox.Clear();
     FechadateTimePicker.ResetText();
     //TipoPartidocomboBox.SelectedIndex = -1;
     CuentacomboBox.ResetText();
 }
コード例 #2
0
 private void Nuevobutton_Click(object sender, EventArgs e)
 {
     GrupoIdnumericUpDown.Value = 0;
     FechadateTimePicker.ResetText();
     DescripcionrichTextBox.Clear();
     CantidadnumericUpDown.Value    = 0;
     GruposnumericUpDown.Value      = 0;
     IntegrantesnumericUpDown.Value = 0;
     ValidarerrorProvider.Clear();
 }
コード例 #3
0
 private void Limpiar()
 {
     IdnumericUpDown.Value = 0;
     NombrePartidotextBox.Clear();
     LugarPartidotextBox.Clear();
     FechadateTimePicker.ResetText();
     //TipoPartidocomboBox.SelectedIndex = -1;
     CantidadtextBox.Clear();
     TipoPartidocomboBox.Text = string.Empty;
     PreciocomboBox.Text      = string.Empty;
     TicketcomboBox.Text      = string.Empty;
     DescripcioncomboBox.Text = string.Empty;
 }
コード例 #4
0
 private void Limpiar()
 {
     IdtextBox.Clear();
     NombreUsuariotextBox.Clear();
     NombretextBox.Clear();
     ApellidotextBox.Clear();
     DirecciontextBox.Clear();
     TelefonomaskedTextBox.Clear();
     EmailtextBox.Clear();
     ContrasenatextBox.Clear();
     TipoUsuariocomboBox.SelectedIndex = 0;
     CiudadcomboBox.SelectedIndex      = 0;
     ImagenpictureBox.ImageLocation    = null;
     UsuarioerrorProvider.Clear();
     FechadateTimePicker.ResetText();
 }