169 lines
9.2 KiB
C#
169 lines
9.2 KiB
C#
namespace Exferia_Formularios
|
|
{
|
|
partial class PE_Esperando_BarraProgreso
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.pnl_Titulo = new System.Windows.Forms.Panel();
|
|
this.lbl_Titulo = new System.Windows.Forms.Label();
|
|
this.btn_Maximizar = new System.Windows.Forms.Button();
|
|
this.pnl_BordeIzquierdo = new System.Windows.Forms.Panel();
|
|
this.pnl_BordeDerecho = new System.Windows.Forms.Panel();
|
|
this.pnl_BordeInferior = new System.Windows.Forms.Panel();
|
|
this.lbl_Mensaje = new System.Windows.Forms.Label();
|
|
this.ex_pgb_Espera = new Exferia_Controles.Exferia_BarraProgreso();
|
|
this.pnl_Titulo.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pnl_Titulo
|
|
//
|
|
this.pnl_Titulo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pnl_Titulo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(156)))), ((int)(((byte)(195)))));
|
|
this.pnl_Titulo.Controls.Add(this.lbl_Titulo);
|
|
this.pnl_Titulo.Controls.Add(this.btn_Maximizar);
|
|
this.pnl_Titulo.Location = new System.Drawing.Point(2, 2);
|
|
this.pnl_Titulo.Name = "pnl_Titulo";
|
|
this.pnl_Titulo.Size = new System.Drawing.Size(434, 36);
|
|
this.pnl_Titulo.TabIndex = 19;
|
|
//
|
|
// lbl_Titulo
|
|
//
|
|
this.lbl_Titulo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbl_Titulo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(206)))));
|
|
this.lbl_Titulo.Font = new System.Drawing.Font("Corbel", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbl_Titulo.ForeColor = System.Drawing.Color.White;
|
|
this.lbl_Titulo.Location = new System.Drawing.Point(8, 5);
|
|
this.lbl_Titulo.Name = "lbl_Titulo";
|
|
this.lbl_Titulo.Size = new System.Drawing.Size(406, 26);
|
|
this.lbl_Titulo.TabIndex = 7;
|
|
this.lbl_Titulo.Text = "¡ATENCIÓN!";
|
|
this.lbl_Titulo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// btn_Maximizar
|
|
//
|
|
this.btn_Maximizar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btn_Maximizar.BackColor = System.Drawing.Color.Transparent;
|
|
this.btn_Maximizar.FlatAppearance.BorderSize = 0;
|
|
this.btn_Maximizar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Blue;
|
|
this.btn_Maximizar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
|
|
this.btn_Maximizar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_Maximizar.ImageIndex = 2;
|
|
this.btn_Maximizar.Location = new System.Drawing.Point(336, 6);
|
|
this.btn_Maximizar.Name = "btn_Maximizar";
|
|
this.btn_Maximizar.Size = new System.Drawing.Size(40, 24);
|
|
this.btn_Maximizar.TabIndex = 6;
|
|
this.btn_Maximizar.TabStop = false;
|
|
this.btn_Maximizar.UseVisualStyleBackColor = false;
|
|
//
|
|
// pnl_BordeIzquierdo
|
|
//
|
|
this.pnl_BordeIzquierdo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.pnl_BordeIzquierdo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(156)))), ((int)(((byte)(195)))));
|
|
this.pnl_BordeIzquierdo.Location = new System.Drawing.Point(1, 2);
|
|
this.pnl_BordeIzquierdo.Name = "pnl_BordeIzquierdo";
|
|
this.pnl_BordeIzquierdo.Size = new System.Drawing.Size(2, 133);
|
|
this.pnl_BordeIzquierdo.TabIndex = 20;
|
|
//
|
|
// pnl_BordeDerecho
|
|
//
|
|
this.pnl_BordeDerecho.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pnl_BordeDerecho.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(156)))), ((int)(((byte)(195)))));
|
|
this.pnl_BordeDerecho.Location = new System.Drawing.Point(434, 2);
|
|
this.pnl_BordeDerecho.Name = "pnl_BordeDerecho";
|
|
this.pnl_BordeDerecho.Size = new System.Drawing.Size(2, 133);
|
|
this.pnl_BordeDerecho.TabIndex = 21;
|
|
//
|
|
// pnl_BordeInferior
|
|
//
|
|
this.pnl_BordeInferior.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pnl_BordeInferior.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(156)))), ((int)(((byte)(195)))));
|
|
this.pnl_BordeInferior.Location = new System.Drawing.Point(1, 135);
|
|
this.pnl_BordeInferior.Name = "pnl_BordeInferior";
|
|
this.pnl_BordeInferior.Size = new System.Drawing.Size(436, 2);
|
|
this.pnl_BordeInferior.TabIndex = 22;
|
|
//
|
|
// lbl_Mensaje
|
|
//
|
|
this.lbl_Mensaje.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.lbl_Mensaje.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbl_Mensaje.Location = new System.Drawing.Point(4, 41);
|
|
this.lbl_Mensaje.Name = "lbl_Mensaje";
|
|
this.lbl_Mensaje.Size = new System.Drawing.Size(429, 64);
|
|
this.lbl_Mensaje.TabIndex = 26;
|
|
this.lbl_Mensaje.Text = "Cargando Datos , Espere por favor ...";
|
|
//
|
|
// ex_pgb_Espera
|
|
//
|
|
this.ex_pgb_Espera.Exferia_BarraProgreso_Total = 0;
|
|
this.ex_pgb_Espera.Location = new System.Drawing.Point(9, 108);
|
|
this.ex_pgb_Espera.Name = "ex_pgb_Espera";
|
|
this.ex_pgb_Espera.Size = new System.Drawing.Size(419, 22);
|
|
this.ex_pgb_Espera.TabIndex = 27;
|
|
//
|
|
// PE_Esperando_BarraProgreso
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.ClientSize = new System.Drawing.Size(438, 139);
|
|
this.Controls.Add(this.ex_pgb_Espera);
|
|
this.Controls.Add(this.lbl_Mensaje);
|
|
this.Controls.Add(this.pnl_BordeInferior);
|
|
this.Controls.Add(this.pnl_BordeDerecho);
|
|
this.Controls.Add(this.pnl_BordeIzquierdo);
|
|
this.Controls.Add(this.pnl_Titulo);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "PE_Esperando_BarraProgreso";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "PE_Esperando_BarraProgreso";
|
|
this.Resize += new System.EventHandler(this.PE_Esperando_BarraProgreso_Resize);
|
|
this.pnl_Titulo.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel pnl_Titulo;
|
|
private System.Windows.Forms.Label lbl_Titulo;
|
|
private System.Windows.Forms.Button btn_Maximizar;
|
|
private System.Windows.Forms.Panel pnl_BordeIzquierdo;
|
|
private System.Windows.Forms.Panel pnl_BordeDerecho;
|
|
private System.Windows.Forms.Panel pnl_BordeInferior;
|
|
private System.Windows.Forms.Label lbl_Mensaje;
|
|
private Exferia_Controles.Exferia_BarraProgreso ex_pgb_Espera;
|
|
}
|
|
} |