Exferia/Exferia_Formularios/Exferia_Formularios/PE_Esperando.Designer.cs

175 lines
9.6 KiB
C#

namespace Exferia_Formularios
{
partial class PE_Esperando
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PE_Esperando));
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.pct_Imagen = new System.Windows.Forms.PictureBox();
this.pnl_Titulo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pct_Imagen)).BeginInit();
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(381, 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(353, 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(283, 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(381, 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(383, 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(100, 44);
this.lbl_Mensaje.Name = "lbl_Mensaje";
this.lbl_Mensaje.Size = new System.Drawing.Size(275, 86);
this.lbl_Mensaje.TabIndex = 26;
this.lbl_Mensaje.Text = "Cargando Datos , Espere por favor ...";
this.lbl_Mensaje.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// pct_Imagen
//
this.pct_Imagen.BackColor = System.Drawing.Color.Transparent;
this.pct_Imagen.Image = ((System.Drawing.Image)(resources.GetObject("pct_Imagen.Image")));
this.pct_Imagen.Location = new System.Drawing.Point(8, 44);
this.pct_Imagen.Name = "pct_Imagen";
this.pct_Imagen.Size = new System.Drawing.Size(86, 86);
this.pct_Imagen.TabIndex = 27;
this.pct_Imagen.TabStop = false;
//
// PE_Esperando
//
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(385, 139);
this.Controls.Add(this.pct_Imagen);
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";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PE_Esperando";
this.Resize += new System.EventHandler(this.PE_Esperando_Resize);
this.pnl_Titulo.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pct_Imagen)).EndInit();
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 System.Windows.Forms.PictureBox pct_Imagen;
}
}