txtFiltroewtextboxMinMax.Designer.cs
1 namespace sage.ew.txtbox.UserControls
2 {
3  partial class txtFiltroewtextboxMinMax
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.components = new System.ComponentModel.Container();
32  this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
33  this.SuspendLayout();
34  //
35  // txtFiltroBase
36  //
37  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
38  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
39  this.Name = "txtFiltrotextboxMinMax";
40  this.Size = new System.Drawing.Size(700, 57);
41  this.ResumeLayout(false);
42  }
43 
44  #endregion
45 
46  private System.Windows.Forms.ToolTip toolTip1;
47  }
48 }
override void Dispose(bool disposing)
Limpiar los recursos que se estén utilizando.