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

@@ -1,6 +1,6 @@
namespace ROMVault2
{
partial class frmKey
partial class FrmKey
{
/// <summary>
/// Required designer variable.
@@ -28,10 +28,10 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmKey));
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmKey));
this.SuspendLayout();
//
// frmKey
// FrmKey
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -39,10 +39,10 @@
this.ClientSize = new System.Drawing.Size(600, 532);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmKey";
this.Name = "FrmKey";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Color Key to ROM Status";
this.Load += new System.EventHandler(this.frmKey_Load);
this.Load += new System.EventHandler(this.FrmKey_Load);
this.ResumeLayout(false);
}
@@ -52,4 +52,4 @@
}
}
}