txtAsientoDesdeHasta.Designer.cs
1 namespace sage.ew.txtbox.UserControls
2 {
3  partial class txtAsientoDesdeHasta
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Código generado por el Diseñador de componentes
24 
29  private void InitializeComponent()
30  {
31  this.ewRecuadro1.SuspendLayout();
32  this.SuspendLayout();
33  //
34  // FiltroDesde
35  //
36  this._oFiltroDesde._Mostrar_Mante = false;
37  //
38  // FiltroHasta
39  //
40  this._oFiltroHasta._Mostrar_Mante = false;
41  //
42  // txtAsientoDesdeHasta
43  //
44  this._TituloFiltro = "Asientos";
45  this._VariableFiltro = "Asiento";
46  this.Name = "txtAsientoDesdeHasta";
47  this.ewRecuadro1.ResumeLayout(false);
48  this.ewRecuadro1.PerformLayout();
49  this.ResumeLayout(false);
50  }
51 
52  #endregion
53  }
54 }
override void Dispose(bool disposing)
Limpiar los recursos que se estén utilizando.