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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-19 15:56:16 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-19 15:56:16 +0300
commit9308a0e0d57740f8e6070efe5302c8fb6ffbb267 (patch)
tree0872c4cdf82931108cd80f4a562a9106c176c5ea /GameGenieCodeForm.designer.cs
parent4b3c0de91a5378b2447527e86f2c0c5c5c5c3907 (diff)
Release
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