namespace EFCDesk.Forms { partial class FormCargarInformacion { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }