txtFamiliaDesdeHasta.Designer.cs
1 namespace sage.ew.txtbox.UserControls
2 {
3  partial class txtFamiliaDesdeHasta
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  // txtFamiliaDesdeHasta
35  //
36  this._TituloFiltro = "Familia";
37  this._VariableFiltro = "Familia";
38  this.Name = "txtFamiliaDesdeHasta";
39  this.ewRecuadro1.ResumeLayout(false);
40  this.ewRecuadro1.PerformLayout();
41  this.ResumeLayout(false);
42  }
43 
44  #endregion
45  }
46 }
override void Dispose(bool disposing)
Limpiar los recursos que se estén utilizando.