73 lines
3.0 KiB
C#
73 lines
3.0 KiB
C#
namespace Exferia_Controles
|
|
{
|
|
partial class Exferia_BarraProgreso
|
|
{
|
|
/// <summary>
|
|
/// Variable del diseñador necesaria.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Limpiar los recursos que se estén usando.
|
|
/// </summary>
|
|
/// <param name="disposing">true si los recursos administrados se deben desechar; false en caso contrario.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Código generado por el Diseñador de componentes
|
|
|
|
/// <summary>
|
|
/// Método necesario para admitir el Diseñador. No se puede modificar
|
|
/// el contenido de este método con el editor de código.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.pgb_Personalizado = new Exferia_Controles.ControlesAuxiliares.ProgreeBar_Personalizado();
|
|
this.ex_lbl_Total = new Exferia_Controles.Exferia_Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// pgb_Personalizado
|
|
//
|
|
this.pgb_Personalizado.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pgb_Personalizado.Location = new System.Drawing.Point(0, 0);
|
|
this.pgb_Personalizado.Name = "pgb_Personalizado";
|
|
this.pgb_Personalizado.Size = new System.Drawing.Size(258, 25);
|
|
this.pgb_Personalizado.TabIndex = 0;
|
|
//
|
|
// ex_lbl_Total
|
|
//
|
|
this.ex_lbl_Total.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ex_lbl_Total.Location = new System.Drawing.Point(264, 1);
|
|
this.ex_lbl_Total.Name = "ex_lbl_Total";
|
|
this.ex_lbl_Total.Size = new System.Drawing.Size(114, 23);
|
|
this.ex_lbl_Total.TabIndex = 1;
|
|
this.ex_lbl_Total.Text = "0/0";
|
|
this.ex_lbl_Total.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// Exferia_BarraProgreso
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.ex_lbl_Total);
|
|
this.Controls.Add(this.pgb_Personalizado);
|
|
this.Name = "Exferia_BarraProgreso";
|
|
this.Size = new System.Drawing.Size(381, 25);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ControlesAuxiliares.ProgreeBar_Personalizado pgb_Personalizado;
|
|
private Exferia_Label ex_lbl_Total;
|
|
}
|
|
}
|