CKEditorHMTL.Designer.cs
1 namespace sage.ew.objetos
2 {
3  partial class CKEditorHMTL
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing)
17  {
18  CancelarSuscripcionEventos();
19 
20  if (components != null)
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  // CKEditorHMTL
37  //
38  this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
39  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
40  this.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
41  this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
42  this.Name = "CKEditorHMTL";
43  this.Size = new System.Drawing.Size(266, 281);
44  this.ResumeLayout(false);
45 
46  }
47 
48  #endregion
49  }
50 }
override void Dispose(bool disposing)
Limpiar los recursos que se estén usando.