btDto1.Designer.cs
1 namespace sage.ew.botones.UserControls
2 {
6  partial class btDto1
7  {
11  private System.ComponentModel.IContainer components = null;
12 
17  protected override void Dispose(bool disposing)
18  {
19  if (disposing && (components != null))
20  {
21  components.Dispose();
22  }
23  base.Dispose(disposing);
24  }
25 
26  #region Código generado por el Diseñador de componentes
27 
32  private void InitializeComponent()
33  {
34  this.SuspendLayout();
35  //
36  // btDto1
37  //
38  this.Size = new System.Drawing.Size(50, 50);
39  this.Text = "Dto. 1";
40  this.Click += new System.EventHandler(this.btDto_Click);
41  this.ResumeLayout(false);
42 
43  }
44 
45  #endregion
46  }
47 }
override void Dispose(bool disposing)
Limpiar los recursos que se estén utilizando.