Cambiar de 1000 a 5000 el min de registros a borrar por defecto
This commit is contained in:
parent
3aff8c08ed
commit
ffbcfb374b
|
@ -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
|
||||
|
|
Reference in New Issue