Files
EFC-DESK-V2/Forms/FormCargarInformacion.Designer.cs
2026-02-09 10:55:45 -07:00

59 lines
1.8 KiB
C#

namespace EFCDesk.Forms
{
partial class FormCargarInformacion
{
/// <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()
{
progressBar1 = new ProgressBar();
SuspendLayout();
//
// progressBar1
//
progressBar1.Location = new Point(12, 262);
progressBar1.Name = "progressBar1";
progressBar1.Size = new Size(406, 11);
progressBar1.TabIndex = 0;
//
// FormCargarInformacion
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackgroundImage = Properties.Resources.splash4;
ClientSize = new Size(430, 285);
Controls.Add(progressBar1);
FormBorderStyle = FormBorderStyle.None;
Name = "FormCargarInformacion";
Text = "FormCargarInformacion";
Load += FormCargarInformacion_Load;
ResumeLayout(false);
}
#endregion
private ProgressBar progressBar1;
}
}