From 0a82a5ec4240ac836c4186f517c8b49013ae889c Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Thu, 28 Sep 2017 00:10:24 +0300 Subject: NAND write feature (not working yet, it WILL BRICK YOUR CONSOLE, so it's hidden), some fixes --- MainForm.Designer.cs | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'MainForm.Designer.cs') diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index dfa1b124..ae76ae6a 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -46,10 +46,12 @@ this.dumpKernelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.flashOriginalKernelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.flashCustomKernelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator(); this.dumpTheWholeNANDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dumpNANDBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripSeparator(); this.uninstallToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolFlashTheWholeNANDStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.modulesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.installModulesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.uninstallModulesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -153,7 +155,7 @@ this.timerCalculateGames = new System.Windows.Forms.Timer(this.components); this.timerConnectionCheck = new System.Windows.Forms.Timer(this.components); this.saveDumpFileDialog = new System.Windows.Forms.SaveFileDialog(); - this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator(); + this.openDumpFileDialog = new System.Windows.Forms.OpenFileDialog(); this.menuStrip.SuspendLayout(); this.groupBoxOptions.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArt)).BeginInit(); @@ -255,6 +257,7 @@ this.flashCustomKernelToolStripMenuItem, this.toolStripMenuItem10, this.dumpTheWholeNANDToolStripMenuItem, + this.toolFlashTheWholeNANDStripMenuItem, this.dumpNANDBToolStripMenuItem, this.toolStripMenuItem9, this.uninstallToolStripMenuItem}); @@ -279,6 +282,11 @@ resources.ApplyResources(this.flashCustomKernelToolStripMenuItem, "flashCustomKernelToolStripMenuItem"); this.flashCustomKernelToolStripMenuItem.Click += new System.EventHandler(this.flashCustomKernelToolStripMenuItem_Click); // + // toolStripMenuItem10 + // + this.toolStripMenuItem10.Name = "toolStripMenuItem10"; + resources.ApplyResources(this.toolStripMenuItem10, "toolStripMenuItem10"); + // // dumpTheWholeNANDToolStripMenuItem // this.dumpTheWholeNANDToolStripMenuItem.Name = "dumpTheWholeNANDToolStripMenuItem"; @@ -302,6 +310,12 @@ resources.ApplyResources(this.uninstallToolStripMenuItem, "uninstallToolStripMenuItem"); this.uninstallToolStripMenuItem.Click += new System.EventHandler(this.uninstallToolStripMenuItem_Click); // + // toolFlashTheWholeNANDStripMenuItem + // + this.toolFlashTheWholeNANDStripMenuItem.Name = "toolFlashTheWholeNANDStripMenuItem"; + resources.ApplyResources(this.toolFlashTheWholeNANDStripMenuItem, "toolFlashTheWholeNANDStripMenuItem"); + this.toolFlashTheWholeNANDStripMenuItem.Click += new System.EventHandler(this.toolFlashTheWholeNANDStripMenuItem_Click); + // // modulesToolStripMenuItem // this.modulesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -1036,10 +1050,9 @@ this.saveDumpFileDialog.FileName = "nand.bin"; resources.ApplyResources(this.saveDumpFileDialog, "saveDumpFileDialog"); // - // toolStripMenuItem10 + // openDumpFileDialog // - this.toolStripMenuItem10.Name = "toolStripMenuItem10"; - resources.ApplyResources(this.toolStripMenuItem10, "toolStripMenuItem10"); + this.openDumpFileDialog.FileName = "..."; // // MainForm // @@ -1205,6 +1218,8 @@ private System.Windows.Forms.ToolStripMenuItem sNESMiniToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem superFamicomMiniToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem10; + private System.Windows.Forms.ToolStripMenuItem toolFlashTheWholeNANDStripMenuItem; + private System.Windows.Forms.OpenFileDialog openDumpFileDialog; } } -- cgit v1.2.3