txtImporteMinMax.Designer.cs
1 using sage.ew.objetos;
2 namespace sage.ew.txtbox.UserControls
3 {
4  partial class txtImporteMinMax
5  {
9  private System.ComponentModel.IContainer components = null;
10 
15  protected override void Dispose(bool disposing)
16  {
17  if (disposing && (components != null))
18  {
19  components.Dispose();
20  }
21  base.Dispose(disposing);
22  }
23 
24  #region Código generado por el Diseñador de Windows Forms
25 
30  private void InitializeComponent()
31  {
32  this.FiltroDesde = new txtImporte();
33  this.FiltroHasta = new txtImporte();
34  this.ewRecuadro1.SuspendLayout();
35  this.SuspendLayout();
36  //
37  // ewRecuadro1
38  //
39  this.ewRecuadro1.Controls.Add(this.FiltroHasta);
40  this.ewRecuadro1.Controls.Add(this.FiltroDesde);
41  this.ewRecuadro1.Text = "Importe";
42  //
43  // FiltroDesde
44  //
45  this.FiltroDesde.Location = new System.Drawing.Point(156, 24);
46  this.FiltroDesde.Margin = new System.Windows.Forms.Padding(2);
47  this.FiltroDesde.Name = "FiltroDesde";
48  this.FiltroDesde.Size = new System.Drawing.Size(237, 23);
49  this.FiltroDesde.TabIndex = 3;
50  //
51  // FiltroHasta
52  //
53  this.FiltroHasta.Location = new System.Drawing.Point(445, 24);
54  this.FiltroHasta.Margin = new System.Windows.Forms.Padding(2);
55  this.FiltroHasta.Name = "FiltroHasta";
56  this.FiltroHasta.Size = new System.Drawing.Size(237, 23);
57  this.FiltroHasta.TabIndex = 4;
58  //
59  // txtImporteMinMax
60  //
61  this._TituloFiltro = "Importe";
62  this._VariableFiltro = "Importe";
63  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
64  this.Name = "txtImporteMinMax";
65  this.ewRecuadro1.ResumeLayout(false);
66  this.ewRecuadro1.PerformLayout();
67  this.ResumeLayout(false);
68 
69  }
70 
71  #endregion
72 
73  private txtImporte FiltroDesde;
74  private txtImporte FiltroHasta;
75  }
76 }
Casilla numérica para mostrar el importe de los artículos
override void Dispose(bool disposing)
Limpiar los recursos que se estén utilizando.