Fix classes to match up with recent file renames
This commit is contained in:
12
ROMVault2/FrmKey.Designer.cs
generated
12
ROMVault2/FrmKey.Designer.cs
generated
@@ -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 @@
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user