lblTipoAddon.Designer.cs
1 namespace sage._50.UserControls
2 {
3  partial class lblTipoAddon
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  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(lblTipoAddon));
32  this.pictureBox1 = new System.Windows.Forms.PictureBox();
33  this.labelTipo = new System.Windows.Forms.Label();
34  ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
35  this.SuspendLayout();
36  //
37  // pictureBox1
38  //
39  this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
40  | System.Windows.Forms.AnchorStyles.Left)
41  | System.Windows.Forms.AnchorStyles.Right)));
42  this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
43  this.pictureBox1.Location = new System.Drawing.Point(0, 0);
44  this.pictureBox1.Name = "pictureBox1";
45  this.pictureBox1.Size = new System.Drawing.Size(151, 24);
46  this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
47  this.pictureBox1.TabIndex = 0;
48  this.pictureBox1.TabStop = false;
49  //
50  // labelTipo
51  //
52  this.labelTipo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
53  | System.Windows.Forms.AnchorStyles.Right)));
54  this.labelTipo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(91)))), ((int)(((byte)(112)))));
55  this.labelTipo.Font = new System.Drawing.Font("Segoe UI", 9F);
56  this.labelTipo.ForeColor = System.Drawing.Color.White;
57  this.labelTipo.Location = new System.Drawing.Point(5, 2);
58  this.labelTipo.Name = "labelTipo";
59  this.labelTipo.Size = new System.Drawing.Size(140, 20);
60  this.labelTipo.TabIndex = 1;
61  this.labelTipo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
62  //
63  // lblTipoAddon
64  //
65  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
66  this.Controls.Add(this.labelTipo);
67  this.Controls.Add(this.pictureBox1);
68  this.Font = new System.Drawing.Font("Sage UI", 8.25F);
69  this.Name = "lblTipoAddon";
70  this.Size = new System.Drawing.Size(151, 24);
71  ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
72  this.ResumeLayout(false);
73 
74  }
75 
76  #endregion
77 
78  private System.Windows.Forms.PictureBox pictureBox1;
79  private System.Windows.Forms.Label labelTipo;
80  }
81 }
Clase de negocio para el label del tipo de addon
Definition: lblTipoAddon.cs:15
override void Dispose(bool disposing)
Limpiar los recursos que se estén usando.