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-01-19 23:18:08 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-19 23:18:08 +0300
commit76cb605a5a3d3a6ff09d9e55e73641028dc712a2 (patch)
tree995657f1cb3cfa496538c3cbe26466bf24a16654 /MainForm.Designer.cs
parent5a399d3442a811f0cd5f4c897854772e366849d2 (diff)
Full Famicom Mini support! Thanks to xsnake.
Diffstat (limited to 'MainForm.Designer.cs')
-rw-r--r--MainForm.Designer.cs103
1 files changed, 66 insertions, 37 deletions
diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs
index f1a1f953..4dc9ecee 100644
--- a/MainForm.Designer.cs
+++ b/MainForm.Designer.cs
@@ -46,6 +46,9 @@
this.flashCustomKernelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.uninstallToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.consoleTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.nESMiniToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.famicomMiniToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.useExtendedFontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.epilepsyProtectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItemArmetLevel0 = new System.Windows.Forms.ToolStripMenuItem();
@@ -105,16 +108,17 @@
//
// menuStrip
//
+ resources.ApplyResources(this.menuStrip, "menuStrip");
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.kernelToolStripMenuItem,
this.settingsToolStripMenuItem,
this.helpToolStripMenuItem});
- resources.ApplyResources(this.menuStrip, "menuStrip");
this.menuStrip.Name = "menuStrip";
//
// fileToolStripMenuItem
//
+ resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addMoreGamesToolStripMenuItem,
this.presetsToolStripMenuItem,
@@ -122,209 +126,231 @@
this.toolStripMenuItem1,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
- resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
//
// addMoreGamesToolStripMenuItem
//
- this.addMoreGamesToolStripMenuItem.Name = "addMoreGamesToolStripMenuItem";
resources.ApplyResources(this.addMoreGamesToolStripMenuItem, "addMoreGamesToolStripMenuItem");
+ this.addMoreGamesToolStripMenuItem.Name = "addMoreGamesToolStripMenuItem";
this.addMoreGamesToolStripMenuItem.Click += new System.EventHandler(this.buttonAddGames_Click);
//
// presetsToolStripMenuItem
//
+ resources.ApplyResources(this.presetsToolStripMenuItem, "presetsToolStripMenuItem");
this.presetsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem2,
this.addPresetToolStripMenuItem,
this.deletePresetToolStripMenuItem});
this.presetsToolStripMenuItem.Name = "presetsToolStripMenuItem";
- resources.ApplyResources(this.presetsToolStripMenuItem, "presetsToolStripMenuItem");
//
// toolStripMenuItem2
//
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
resources.ApplyResources(this.toolStripMenuItem2, "toolStripMenuItem2");
+ this.toolStripMenuItem2.Name = "toolStripMenuItem2";
//
// addPresetToolStripMenuItem
//
- this.addPresetToolStripMenuItem.Name = "addPresetToolStripMenuItem";
resources.ApplyResources(this.addPresetToolStripMenuItem, "addPresetToolStripMenuItem");
+ this.addPresetToolStripMenuItem.Name = "addPresetToolStripMenuItem";
this.addPresetToolStripMenuItem.Click += new System.EventHandler(this.AddPreset);
//
// deletePresetToolStripMenuItem
//
- this.deletePresetToolStripMenuItem.Name = "deletePresetToolStripMenuItem";
resources.ApplyResources(this.deletePresetToolStripMenuItem, "deletePresetToolStripMenuItem");
+ this.deletePresetToolStripMenuItem.Name = "deletePresetToolStripMenuItem";
//
// searchToolStripMenuItem
//
- this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
resources.ApplyResources(this.searchToolStripMenuItem, "searchToolStripMenuItem");
+ this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
this.searchToolStripMenuItem.Click += new System.EventHandler(this.searchToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
+ this.toolStripMenuItem1.Name = "toolStripMenuItem1";
//
// exitToolStripMenuItem
//
- this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
+ this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// kernelToolStripMenuItem
//
+ resources.ApplyResources(this.kernelToolStripMenuItem, "kernelToolStripMenuItem");
this.kernelToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.dumpKernelToolStripMenuItem,
this.flashOriginalKernelToolStripMenuItem,
this.flashCustomKernelToolStripMenuItem,
this.uninstallToolStripMenuItem});
this.kernelToolStripMenuItem.Name = "kernelToolStripMenuItem";
- resources.ApplyResources(this.kernelToolStripMenuItem, "kernelToolStripMenuItem");
//
// dumpKernelToolStripMenuItem
//
- this.dumpKernelToolStripMenuItem.Name = "dumpKernelToolStripMenuItem";
resources.ApplyResources(this.dumpKernelToolStripMenuItem, "dumpKernelToolStripMenuItem");
+ this.dumpKernelToolStripMenuItem.Name = "dumpKernelToolStripMenuItem";
this.dumpKernelToolStripMenuItem.Click += new System.EventHandler(this.dumpKernelToolStripMenuItem_Click);
//
// flashOriginalKernelToolStripMenuItem
//
- this.flashOriginalKernelToolStripMenuItem.Name = "flashOriginalKernelToolStripMenuItem";
resources.ApplyResources(this.flashOriginalKernelToolStripMenuItem, "flashOriginalKernelToolStripMenuItem");
+ this.flashOriginalKernelToolStripMenuItem.Name = "flashOriginalKernelToolStripMenuItem";
this.flashOriginalKernelToolStripMenuItem.Click += new System.EventHandler(this.flashOriginalKernelToolStripMenuItem_Click);
//
// flashCustomKernelToolStripMenuItem
//
- this.flashCustomKernelToolStripMenuItem.Name = "flashCustomKernelToolStripMenuItem";
resources.ApplyResources(this.flashCustomKernelToolStripMenuItem, "flashCustomKernelToolStripMenuItem");
+ this.flashCustomKernelToolStripMenuItem.Name = "flashCustomKernelToolStripMenuItem";
this.flashCustomKernelToolStripMenuItem.Click += new System.EventHandler(this.flashCustomKernelToolStripMenuItem_Click);
//
// uninstallToolStripMenuItem
//
- this.uninstallToolStripMenuItem.Name = "uninstallToolStripMenuItem";
resources.ApplyResources(this.uninstallToolStripMenuItem, "uninstallToolStripMenuItem");
+ this.uninstallToolStripMenuItem.Name = "uninstallToolStripMenuItem";
this.uninstallToolStripMenuItem.Click += new System.EventHandler(this.uninstallToolStripMenuItem_Click);
//
// settingsToolStripMenuItem
//
+ resources.ApplyResources(this.settingsToolStripMenuItem, "settingsToolStripMenuItem");
this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.consoleTypeToolStripMenuItem,
this.useExtendedFontToolStripMenuItem,
this.epilepsyProtectionToolStripMenuItem,
this.cloverconHackToolStripMenuItem,
this.removeThumbnailsAtTheBottomToolStripMenuItem,
this.betterPNGCompressionlowerQualityToolStripMenuItem});
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
- resources.ApplyResources(this.settingsToolStripMenuItem, "settingsToolStripMenuItem");
+ //
+ // consoleTypeToolStripMenuItem
+ //
+ resources.ApplyResources(this.consoleTypeToolStripMenuItem, "consoleTypeToolStripMenuItem");
+ this.consoleTypeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.nESMiniToolStripMenuItem,
+ this.famicomMiniToolStripMenuItem});
+ this.consoleTypeToolStripMenuItem.Name = "consoleTypeToolStripMenuItem";
+ //
+ // nESMiniToolStripMenuItem
+ //
+ resources.ApplyResources(this.nESMiniToolStripMenuItem, "nESMiniToolStripMenuItem");
+ this.nESMiniToolStripMenuItem.Checked = true;
+ this.nESMiniToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.nESMiniToolStripMenuItem.Name = "nESMiniToolStripMenuItem";
+ this.nESMiniToolStripMenuItem.Click += new System.EventHandler(this.nESMiniToolStripMenuItem_Click);
+ //
+ // famicomMiniToolStripMenuItem
+ //
+ resources.ApplyResources(this.famicomMiniToolStripMenuItem, "famicomMiniToolStripMenuItem");
+ this.famicomMiniToolStripMenuItem.Name = "famicomMiniToolStripMenuItem";
+ this.famicomMiniToolStripMenuItem.Click += new System.EventHandler(this.famicomMiniToolStripMenuItem_Click);
//
// useExtendedFontToolStripMenuItem
//
+ resources.ApplyResources(this.useExtendedFontToolStripMenuItem, "useExtendedFontToolStripMenuItem");
this.useExtendedFontToolStripMenuItem.Checked = true;
this.useExtendedFontToolStripMenuItem.CheckOnClick = true;
this.useExtendedFontToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.useExtendedFontToolStripMenuItem.Name = "useExtendedFontToolStripMenuItem";
- resources.ApplyResources(this.useExtendedFontToolStripMenuItem, "useExtendedFontToolStripMenuItem");
this.useExtendedFontToolStripMenuItem.Click += new System.EventHandler(this.useExtendedFontToolStripMenuItem_Click);
//
// epilepsyProtectionToolStripMenuItem
//
+ resources.ApplyResources(this.epilepsyProtectionToolStripMenuItem, "epilepsyProtectionToolStripMenuItem");
this.epilepsyProtectionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItemArmetLevel0,
this.ToolStripMenuItemArmetLevel1,
this.ToolStripMenuItemArmetLevel2});
this.epilepsyProtectionToolStripMenuItem.Name = "epilepsyProtectionToolStripMenuItem";
- resources.ApplyResources(this.epilepsyProtectionToolStripMenuItem, "epilepsyProtectionToolStripMenuItem");
//
// ToolStripMenuItemArmetLevel0
//
+ resources.ApplyResources(this.ToolStripMenuItemArmetLevel0, "ToolStripMenuItemArmetLevel0");
this.ToolStripMenuItemArmetLevel0.Checked = true;
this.ToolStripMenuItemArmetLevel0.CheckState = System.Windows.Forms.CheckState.Checked;
this.ToolStripMenuItemArmetLevel0.Name = "ToolStripMenuItemArmetLevel0";
- resources.ApplyResources(this.ToolStripMenuItemArmetLevel0, "ToolStripMenuItemArmetLevel0");
this.ToolStripMenuItemArmetLevel0.Click += new System.EventHandler(this.ToolStripMenuItemArmet_Click);
//
// ToolStripMenuItemArmetLevel1
//
- this.ToolStripMenuItemArmetLevel1.Name = "ToolStripMenuItemArmetLevel1";
resources.ApplyResources(this.ToolStripMenuItemArmetLevel1, "ToolStripMenuItemArmetLevel1");
+ this.ToolStripMenuItemArmetLevel1.Name = "ToolStripMenuItemArmetLevel1";
this.ToolStripMenuItemArmetLevel1.Click += new System.EventHandler(this.ToolStripMenuItemArmet_Click);
//
// ToolStripMenuItemArmetLevel2
//
- this.ToolStripMenuItemArmetLevel2.Name = "ToolStripMenuItemArmetLevel2";
resources.ApplyResources(this.ToolStripMenuItemArmetLevel2, "ToolStripMenuItemArmetLevel2");
+ this.ToolStripMenuItemArmetLevel2.Name = "ToolStripMenuItemArmetLevel2";
this.ToolStripMenuItemArmetLevel2.Click += new System.EventHandler(this.ToolStripMenuItemArmet_Click);
//
// cloverconHackToolStripMenuItem
//
+ resources.ApplyResources(this.cloverconHackToolStripMenuItem, "cloverconHackToolStripMenuItem");
this.cloverconHackToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.resetUsingCombinationOfButtonsToolStripMenuItem,
this.selectButtonCombinationToolStripMenuItem});
this.cloverconHackToolStripMenuItem.Name = "cloverconHackToolStripMenuItem";
- resources.ApplyResources(this.cloverconHackToolStripMenuItem, "cloverconHackToolStripMenuItem");
//
// resetUsingCombinationOfButtonsToolStripMenuItem
//
+ resources.ApplyResources(this.resetUsingCombinationOfButtonsToolStripMenuItem, "resetUsingCombinationOfButtonsToolStripMenuItem");
this.resetUsingCombinationOfButtonsToolStripMenuItem.Checked = true;
this.resetUsingCombinationOfButtonsToolStripMenuItem.CheckOnClick = true;
this.resetUsingCombinationOfButtonsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.resetUsingCombinationOfButtonsToolStripMenuItem.Name = "resetUsingCombinationOfButtonsToolStripMenuItem";
- resources.ApplyResources(this.resetUsingCombinationOfButtonsToolStripMenuItem, "resetUsingCombinationOfButtonsToolStripMenuItem");
this.resetUsingCombinationOfButtonsToolStripMenuItem.Click += new System.EventHandler(this.cloverconHackToolStripMenuItem_Click);
//
// selectButtonCombinationToolStripMenuItem
//
- this.selectButtonCombinationToolStripMenuItem.Name = "selectButtonCombinationToolStripMenuItem";
resources.ApplyResources(this.selectButtonCombinationToolStripMenuItem, "selectButtonCombinationToolStripMenuItem");
+ this.selectButtonCombinationToolStripMenuItem.Name = "selectButtonCombinationToolStripMenuItem";
this.selectButtonCombinationToolStripMenuItem.Click += new System.EventHandler(this.selectButtonCombinationToolStripMenuItem_Click);
//
// removeThumbnailsAtTheBottomToolStripMenuItem
//
+ resources.ApplyResources(this.removeThumbnailsAtTheBottomToolStripMenuItem, "removeThumbnailsAtTheBottomToolStripMenuItem");
this.removeThumbnailsAtTheBottomToolStripMenuItem.CheckOnClick = true;
this.removeThumbnailsAtTheBottomToolStripMenuItem.Name = "removeThumbnailsAtTheBottomToolStripMenuItem";
- resources.ApplyResources(this.removeThumbnailsAtTheBottomToolStripMenuItem, "removeThumbnailsAtTheBottomToolStripMenuItem");
this.removeThumbnailsAtTheBottomToolStripMenuItem.Click += new System.EventHandler(this.removeThumbnailsAtTheBottomToolStripMenuItem_Click);
//
// betterPNGCompressionlowerQualityToolStripMenuItem
//
+ resources.ApplyResources(this.betterPNGCompressionlowerQualityToolStripMenuItem, "betterPNGCompressionlowerQualityToolStripMenuItem");
this.betterPNGCompressionlowerQualityToolStripMenuItem.Checked = true;
this.betterPNGCompressionlowerQualityToolStripMenuItem.CheckOnClick = true;
this.betterPNGCompressionlowerQualityToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.betterPNGCompressionlowerQualityToolStripMenuItem.Name = "betterPNGCompressionlowerQualityToolStripMenuItem";
- resources.ApplyResources(this.betterPNGCompressionlowerQualityToolStripMenuItem, "betterPNGCompressionlowerQualityToolStripMenuItem");
this.betterPNGCompressionlowerQualityToolStripMenuItem.Click += new System.EventHandler(this.betterPNGCompressionlowerQualityToolStripMenuItem_Click);
//
// helpToolStripMenuItem
//
+ resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.gitHubPageWithActualReleasesToolStripMenuItem,
this.fAQToolStripMenuItem,
this.aboutToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
- resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
//
// gitHubPageWithActualReleasesToolStripMenuItem
//
- this.gitHubPageWithActualReleasesToolStripMenuItem.Name = "gitHubPageWithActualReleasesToolStripMenuItem";
resources.ApplyResources(this.gitHubPageWithActualReleasesToolStripMenuItem, "gitHubPageWithActualReleasesToolStripMenuItem");
+ this.gitHubPageWithActualReleasesToolStripMenuItem.Name = "gitHubPageWithActualReleasesToolStripMenuItem";
this.gitHubPageWithActualReleasesToolStripMenuItem.Click += new System.EventHandler(this.gitHubPageWithActualReleasesToolStripMenuItem_Click);
//
// fAQToolStripMenuItem
//
- this.fAQToolStripMenuItem.Name = "fAQToolStripMenuItem";
resources.ApplyResources(this.fAQToolStripMenuItem, "fAQToolStripMenuItem");
+ this.fAQToolStripMenuItem.Name = "fAQToolStripMenuItem";
this.fAQToolStripMenuItem.Click += new System.EventHandler(this.fAQToolStripMenuItem_Click);
//
// aboutToolStripMenuItem
//
- this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
+ this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
// checkedListBoxGames
//
- this.checkedListBoxGames.AllowDrop = true;
resources.ApplyResources(this.checkedListBoxGames, "checkedListBoxGames");
+ this.checkedListBoxGames.AllowDrop = true;
this.checkedListBoxGames.FormattingEnabled = true;
this.checkedListBoxGames.Name = "checkedListBoxGames";
this.checkedListBoxGames.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBoxGames_ItemCheck);
@@ -486,16 +512,16 @@
//
// statusStrip
//
+ resources.ApplyResources(this.statusStrip, "statusStrip");
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabelSelected});
- resources.ApplyResources(this.statusStrip, "statusStrip");
this.statusStrip.Name = "statusStrip";
this.statusStrip.SizingGrip = false;
//
// toolStripStatusLabelSelected
//
- this.toolStripStatusLabelSelected.Name = "toolStripStatusLabelSelected";
resources.ApplyResources(this.toolStripStatusLabelSelected, "toolStripStatusLabelSelected");
+ this.toolStripStatusLabelSelected.Name = "toolStripStatusLabelSelected";
//
// openFileDialogNes
//
@@ -505,29 +531,29 @@
//
// contextMenuStrip
//
+ resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.selectAllToolStripMenuItem,
this.unselectAllToolStripMenuItem,
this.deleteGameToolStripMenuItem});
this.contextMenuStrip.Name = "contextMenuStrip";
- resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
//
// selectAllToolStripMenuItem
//
- this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
resources.ApplyResources(this.selectAllToolStripMenuItem, "selectAllToolStripMenuItem");
+ this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
//
// unselectAllToolStripMenuItem
//
- this.unselectAllToolStripMenuItem.Name = "unselectAllToolStripMenuItem";
resources.ApplyResources(this.unselectAllToolStripMenuItem, "unselectAllToolStripMenuItem");
+ this.unselectAllToolStripMenuItem.Name = "unselectAllToolStripMenuItem";
this.unselectAllToolStripMenuItem.Click += new System.EventHandler(this.unselectAllToolStripMenuItem_Click);
//
// deleteGameToolStripMenuItem
//
- this.deleteGameToolStripMenuItem.Name = "deleteGameToolStripMenuItem";
resources.ApplyResources(this.deleteGameToolStripMenuItem, "deleteGameToolStripMenuItem");
+ this.deleteGameToolStripMenuItem.Name = "deleteGameToolStripMenuItem";
this.deleteGameToolStripMenuItem.Click += new System.EventHandler(this.deleteGameToolStripMenuItem_Click);
//
// openFileDialogImage
@@ -662,6 +688,9 @@
private System.Windows.Forms.ToolStripMenuItem betterPNGCompressionlowerQualityToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem resetUsingCombinationOfButtonsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem selectButtonCombinationToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem consoleTypeToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem nESMiniToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem famicomMiniToolStripMenuItem;
}
}