Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GameGenieCodeForm.designer.cs')
-rw-r--r--GameGenieCodeForm.designer.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/GameGenieCodeForm.designer.cs b/GameGenieCodeForm.designer.cs
index 0851b487..2482b00d 100644
--- a/GameGenieCodeForm.designer.cs
+++ b/GameGenieCodeForm.designer.cs
@@ -45,37 +45,37 @@
//
// checkedListBoxGameCode
//
- resources.ApplyResources(this.checkedListBoxGameCode, "checkedListBoxGameCode");
this.checkedListBoxGameCode.AllowDrop = true;
+ resources.ApplyResources(this.checkedListBoxGameCode, "checkedListBoxGameCode");
this.checkedListBoxGameCode.FormattingEnabled = true;
this.checkedListBoxGameCode.Name = "checkedListBoxGameCode";
this.checkedListBoxGameCode.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkedListBoxGameCode_MouseDown);
//
// contextMenuStrip
//
- resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addToolStripMenuItem,
this.editToolStripMenuItem,
this.removeToolStripMenuItem});
this.contextMenuStrip.Name = "contextMenuStrip";
+ resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
//
// addToolStripMenuItem
//
- resources.ApplyResources(this.addToolStripMenuItem, "addToolStripMenuItem");
this.addToolStripMenuItem.Name = "addToolStripMenuItem";
+ resources.ApplyResources(this.addToolStripMenuItem, "addToolStripMenuItem");
this.addToolStripMenuItem.Click += new System.EventHandler(this.buttonAdd_Click);
//
// editToolStripMenuItem
//
- resources.ApplyResources(this.editToolStripMenuItem, "editToolStripMenuItem");
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
+ resources.ApplyResources(this.editToolStripMenuItem, "editToolStripMenuItem");
this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
//
// removeToolStripMenuItem
//
- resources.ApplyResources(this.removeToolStripMenuItem, "removeToolStripMenuItem");
this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
+ resources.ApplyResources(this.removeToolStripMenuItem, "removeToolStripMenuItem");
this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
//
// buttonOk