Fix classes to match up with recent file renames

This commit is contained in:
Jim Westfall
2014-10-23 21:59:09 -07:00
parent 9a6bc0a165
commit f436495aa2
9 changed files with 34 additions and 34 deletions

View File

@@ -100,7 +100,7 @@
this.Name = "FrmSplashScreen";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "frmSplashScreen";
this.Text = "FrmSplashScreen";
this.Shown += new System.EventHandler(this.FrmSplashScreenShown);
this.ResumeLayout(false);
this.PerformLayout();
@@ -116,4 +116,4 @@
private System.ComponentModel.BackgroundWorker bgWork;
private System.Windows.Forms.Label label1;
}
}
}