96 lines
4.1 KiB
C#
96 lines
4.1 KiB
C#
namespace OliviaAddIn
|
|
{
|
|
partial class ProgresoEjec
|
|
{
|
|
/// <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(ProgresoEjec));
|
|
this.button_canc = new System.Windows.Forms.Button();
|
|
this.progressBar_ejec = new System.Windows.Forms.ProgressBar();
|
|
this.label_progr = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// button_canc
|
|
//
|
|
this.button_canc.Location = new System.Drawing.Point(300, 191);
|
|
this.button_canc.Name = "button_canc";
|
|
this.button_canc.Size = new System.Drawing.Size(93, 23);
|
|
this.button_canc.TabIndex = 0;
|
|
this.button_canc.Text = "Cancelar";
|
|
this.button_canc.UseVisualStyleBackColor = true;
|
|
this.button_canc.Click += new System.EventHandler(this.button_canc_Click);
|
|
//
|
|
// progressBar_ejec
|
|
//
|
|
this.progressBar_ejec.Location = new System.Drawing.Point(29, 23);
|
|
this.progressBar_ejec.Name = "progressBar_ejec";
|
|
this.progressBar_ejec.Size = new System.Drawing.Size(364, 21);
|
|
this.progressBar_ejec.Step = 5;
|
|
this.progressBar_ejec.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
|
|
this.progressBar_ejec.TabIndex = 1;
|
|
this.progressBar_ejec.Value = 10;
|
|
//
|
|
// label_progr
|
|
//
|
|
this.label_progr.AutoEllipsis = true;
|
|
this.label_progr.AutoSize = true;
|
|
this.label_progr.Location = new System.Drawing.Point(26, 63);
|
|
this.label_progr.Name = "label_progr";
|
|
this.label_progr.Size = new System.Drawing.Size(74, 13);
|
|
this.label_progr.TabIndex = 2;
|
|
this.label_progr.Text = "Conectando...";
|
|
//
|
|
// ProgresoEjec
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(405, 226);
|
|
this.Controls.Add(this.label_progr);
|
|
this.Controls.Add(this.progressBar_ejec);
|
|
this.Controls.Add(this.button_canc);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "ProgresoEjec";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "OLIVIA | Progreso de la Ejecución";
|
|
this.TopMost = true;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProgresoEjec_FormClosing);
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ProgresoEjec_FormClosed);
|
|
this.Load += new System.EventHandler(this.ProgresoEjec_Load);
|
|
this.Resize += new System.EventHandler(this.ProgresoEjec_Resize);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button_canc;
|
|
private System.Windows.Forms.ProgressBar progressBar_ejec;
|
|
private System.Windows.Forms.Label label_progr;
|
|
}
|
|
} |