126 lines
7.3 KiB
C#
126 lines
7.3 KiB
C#
namespace Exferia_Actualizacion_BD._3_Vistas
|
|
{
|
|
partial class PE_Proceso_Actualizacion
|
|
{
|
|
/// <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.progressBar_Descarga = new System.Windows.Forms.ProgressBar();
|
|
this.lbl_Fichero_Descargado = new System.Windows.Forms.Label();
|
|
this.pct_Logo_ProcesoDescarga = new System.Windows.Forms.PictureBox();
|
|
this.lbl_Total_Descargado = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pct_Logo_ProcesoDescarga)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// progressBar_Descarga
|
|
//
|
|
this.progressBar_Descarga.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.progressBar_Descarga.Location = new System.Drawing.Point(105, 45);
|
|
this.progressBar_Descarga.Name = "progressBar_Descarga";
|
|
this.progressBar_Descarga.Size = new System.Drawing.Size(486, 22);
|
|
this.progressBar_Descarga.Step = 1;
|
|
this.progressBar_Descarga.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|
this.progressBar_Descarga.TabIndex = 0;
|
|
this.progressBar_Descarga.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ProcesoDescarga_MouseDown);
|
|
this.progressBar_Descarga.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ProcesoDescarga_MouseMove);
|
|
this.progressBar_Descarga.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ProcesoDescarga_MouseUp);
|
|
//
|
|
// lbl_Fichero_Descargado
|
|
//
|
|
this.lbl_Fichero_Descargado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbl_Fichero_Descargado.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbl_Fichero_Descargado.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbl_Fichero_Descargado.ForeColor = System.Drawing.Color.Black;
|
|
this.lbl_Fichero_Descargado.Location = new System.Drawing.Point(102, 21);
|
|
this.lbl_Fichero_Descargado.Name = "lbl_Fichero_Descargado";
|
|
this.lbl_Fichero_Descargado.Size = new System.Drawing.Size(489, 23);
|
|
this.lbl_Fichero_Descargado.TabIndex = 1;
|
|
this.lbl_Fichero_Descargado.Tag = "";
|
|
this.lbl_Fichero_Descargado.Text = "Comprobando versión de base de datos ...";
|
|
this.lbl_Fichero_Descargado.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// pct_Logo_ProcesoDescarga
|
|
//
|
|
this.pct_Logo_ProcesoDescarga.BackColor = System.Drawing.Color.Transparent;
|
|
this.pct_Logo_ProcesoDescarga.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pct_Logo_ProcesoDescarga.Image = global::Exferia_Actualizacion_BD.Properties.Resources.Logo3D;
|
|
this.pct_Logo_ProcesoDescarga.Location = new System.Drawing.Point(8, 7);
|
|
this.pct_Logo_ProcesoDescarga.Name = "pct_Logo_ProcesoDescarga";
|
|
this.pct_Logo_ProcesoDescarga.Size = new System.Drawing.Size(86, 86);
|
|
this.pct_Logo_ProcesoDescarga.TabIndex = 2;
|
|
this.pct_Logo_ProcesoDescarga.TabStop = false;
|
|
this.pct_Logo_ProcesoDescarga.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ProcesoDescarga_MouseDown);
|
|
this.pct_Logo_ProcesoDescarga.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ProcesoDescarga_MouseMove);
|
|
this.pct_Logo_ProcesoDescarga.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ProcesoDescarga_MouseUp);
|
|
//
|
|
// lbl_Total_Descargado
|
|
//
|
|
this.lbl_Total_Descargado.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbl_Total_Descargado.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbl_Total_Descargado.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbl_Total_Descargado.ForeColor = System.Drawing.Color.Black;
|
|
this.lbl_Total_Descargado.Location = new System.Drawing.Point(308, 70);
|
|
this.lbl_Total_Descargado.Name = "lbl_Total_Descargado";
|
|
this.lbl_Total_Descargado.Size = new System.Drawing.Size(281, 21);
|
|
this.lbl_Total_Descargado.TabIndex = 25;
|
|
this.lbl_Total_Descargado.Text = "0 de 0";
|
|
this.lbl_Total_Descargado.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// PE_Proceso_Actualizacion
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.ClientSize = new System.Drawing.Size(601, 97);
|
|
this.Controls.Add(this.lbl_Total_Descargado);
|
|
this.Controls.Add(this.progressBar_Descarga);
|
|
this.Controls.Add(this.lbl_Fichero_Descargado);
|
|
this.Controls.Add(this.pct_Logo_ProcesoDescarga);
|
|
this.DoubleBuffered = true;
|
|
this.Name = "PE_Proceso_Actualizacion";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "P_Proceso_Actualizacion";
|
|
this.Controls.SetChildIndex(this.pct_Logo_ProcesoDescarga, 0);
|
|
this.Controls.SetChildIndex(this.lbl_Fichero_Descargado, 0);
|
|
this.Controls.SetChildIndex(this.progressBar_Descarga, 0);
|
|
this.Controls.SetChildIndex(this.lbl_Total_Descargado, 0);
|
|
((System.ComponentModel.ISupportInitialize)(this.pct_Logo_ProcesoDescarga)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ProgressBar progressBar_Descarga;
|
|
private System.Windows.Forms.Label lbl_Fichero_Descargado;
|
|
private System.Windows.Forms.PictureBox pct_Logo_ProcesoDescarga;
|
|
private System.Windows.Forms.Label lbl_Total_Descargado;
|
|
}
|
|
} |