Cambiar de 1000 a 5000 el min de registros a borrar por defecto

This commit is contained in:
Ernesto Abarca 2019-05-20 10:58:56 +00:00
parent 3aff8c08ed
commit ffbcfb374b
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ namespace LectorVerdnatura
this.txtMaxRegistros.Name = "txtMaxRegistros";
this.txtMaxRegistros.Size = new System.Drawing.Size(45, 20);
this.txtMaxRegistros.TabIndex = 10;
this.txtMaxRegistros.Text = "1000";
this.txtMaxRegistros.Text = "5000";
this.txtMaxRegistros.Leave += new System.EventHandler(this.txtMaxRegistros_Leave);
//
// frmPrincipal