ButtonOnBoardingLeida.Designer.cs
1 
2 using System.Windows.Forms;
3 
4 namespace Sage.ES.Onboarding.UserControls
5 {
6  partial class ButtonOnBoardingLeida
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  components = new System.ComponentModel.Container();
35 
36  Text = "Marcar como leída";
37 
38  FlatStyle = FlatStyle.Flat;
39 
40  //this.buttonLeida.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(254)))), ((int)(((byte)(254)))));
41  FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(0, 126, 69);
42  FlatAppearance.BorderSize = 2;
43  }
44 
45  #endregion
46  }
47 }
override void Dispose(bool disposing)
Limpiar los recursos que se estén usando.