namespace Test
{
partial class Form1
{
///
/// Variable del diseñador necesaria.
///
private System.ComponentModel.IContainer components = null;
///
/// Limpiar los recursos que se estén usando.
///
/// true si los recursos administrados se deben desechar; false en caso contrario.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código generado por el Diseñador de Windows Forms
///
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido de este método con el editor de código.
///
private void InitializeComponent()
{
this.btn_Ejecutarproceso = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lbl_Inicio = new System.Windows.Forms.Label();
this.lbl_Fin = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btn_Ejecutarproceso
//
this.btn_Ejecutarproceso.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.btn_Ejecutarproceso.Location = new System.Drawing.Point(12, 12);
this.btn_Ejecutarproceso.Name = "btn_Ejecutarproceso";
this.btn_Ejecutarproceso.Size = new System.Drawing.Size(149, 47);
this.btn_Ejecutarproceso.TabIndex = 15;
this.btn_Ejecutarproceso.Text = "EJECUTAR PROCESO";
this.btn_Ejecutarproceso.UseVisualStyleBackColor = false;
this.btn_Ejecutarproceso.Click += new System.EventHandler(this.btn_Ejecutarproceso_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 102);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(32, 13);
this.label1.TabIndex = 16;
this.label1.Text = "Inicio";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 124);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(21, 13);
this.label2.TabIndex = 17;
this.label2.Text = "Fin";
//
// lbl_Inicio
//
this.lbl_Inicio.AutoSize = true;
this.lbl_Inicio.Location = new System.Drawing.Point(50, 102);
this.lbl_Inicio.Name = "lbl_Inicio";
this.lbl_Inicio.Size = new System.Drawing.Size(49, 13);
this.lbl_Inicio.TabIndex = 18;
this.lbl_Inicio.Text = "00:00:00";
//
// lbl_Fin
//
this.lbl_Fin.AutoSize = true;
this.lbl_Fin.Location = new System.Drawing.Point(50, 124);
this.lbl_Fin.Name = "lbl_Fin";
this.lbl_Fin.Size = new System.Drawing.Size(49, 13);
this.lbl_Fin.TabIndex = 19;
this.lbl_Fin.Text = "00:00:00";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 261);
this.Controls.Add(this.lbl_Fin);
this.Controls.Add(this.lbl_Inicio);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.btn_Ejecutarproceso);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_Ejecutarproceso;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lbl_Inicio;
private System.Windows.Forms.Label lbl_Fin;
}
}