From 0a5717c1116f528c72f3fb1fe857c9207a07e21b Mon Sep 17 00:00:00 2001 From: "gb.luke" Date: Sat, 19 Mar 2011 18:20:49 +0000 Subject: [PATCH] Made it store what it was disabling. Note: change this to something better. Fixes Issue 10. --- NUS Downloader/Form1.cs | 62 +++++++++++++++++++----- NUS Downloader/Properties/Resources.resx | 2 +- 2 files changed, 50 insertions(+), 14 deletions(-) diff --git a/NUS Downloader/Form1.cs b/NUS Downloader/Form1.cs index aaff811..3711a01 100644 --- a/NUS Downloader/Form1.cs +++ b/NUS Downloader/Form1.cs @@ -84,6 +84,9 @@ namespace NUS_Downloader private System.Drawing.Color errorcolor = Color.FromName("Crimson"); private System.Drawing.Color infocolor = Color.FromName("RoyalBlue"); + // Statuses of disabled things + private bool[] disabledStorage = new bool[13]; + // This is the standard entry to the GUI public Form1() { @@ -1584,19 +1587,52 @@ namespace NUS_Downloader return; } // Disable things the user should not mess with during download... - downloadstartbtn.Enabled = enabled; - titleidbox.Enabled = enabled; - titleversion.Enabled = enabled; - Extrasbtn.Enabled = enabled; - databaseButton.Enabled = enabled; - packbox.Enabled = enabled; - localuse.Enabled = enabled; - saveaswadbtn.Enabled = enabled; - decryptbox.Enabled = enabled; - keepenccontents.Enabled = enabled; - scriptsbutton.Enabled = enabled; - serverLbl.Enabled = enabled; - iosPatchCheckbox.Enabled = enabled; + if (enabled) + { // we're enabling things that were enabled BEFORE: + downloadstartbtn.Enabled = disabledStorage[0]; + titleidbox.Enabled = disabledStorage[1]; + titleversion.Enabled = disabledStorage[2]; + Extrasbtn.Enabled = disabledStorage[3]; + databaseButton.Enabled = disabledStorage[4]; + packbox.Enabled = disabledStorage[5]; + localuse.Enabled = disabledStorage[6]; + saveaswadbtn.Enabled = disabledStorage[7]; + decryptbox.Enabled = disabledStorage[8]; + keepenccontents.Enabled = disabledStorage[9]; + scriptsbutton.Enabled = disabledStorage[10]; + serverLbl.Enabled = disabledStorage[11]; + iosPatchCheckbox.Enabled = disabledStorage[12]; + } + else + { + disabledStorage[0] = downloadstartbtn.Enabled; + disabledStorage[1] = titleidbox.Enabled; + disabledStorage[2] = titleversion.Enabled; + disabledStorage[3] = Extrasbtn.Enabled; + disabledStorage[4] = databaseButton.Enabled; + disabledStorage[5] = packbox.Enabled; + disabledStorage[6] = localuse.Enabled; + disabledStorage[7] = saveaswadbtn.Enabled; + disabledStorage[8] = decryptbox.Enabled; + disabledStorage[9] = keepenccontents.Enabled; + disabledStorage[10] = scriptsbutton.Enabled; + disabledStorage[11] = serverLbl.Enabled; + disabledStorage[12] = iosPatchCheckbox.Enabled; + + downloadstartbtn.Enabled = enabled; + titleidbox.Enabled = enabled; + titleversion.Enabled = enabled; + Extrasbtn.Enabled = enabled; + databaseButton.Enabled = enabled; + packbox.Enabled = enabled; + localuse.Enabled = enabled; + saveaswadbtn.Enabled = enabled; + decryptbox.Enabled = enabled; + keepenccontents.Enabled = enabled; + scriptsbutton.Enabled = enabled; + serverLbl.Enabled = enabled; + iosPatchCheckbox.Enabled = enabled; + } } /// diff --git a/NUS Downloader/Properties/Resources.resx b/NUS Downloader/Properties/Resources.resx index 0e3cf8e..87be064 100644 --- a/NUS Downloader/Properties/Resources.resx +++ b/NUS Downloader/Properties/Resources.resx @@ -128,7 +128,7 @@ ..\Resources\bullet_redorange.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\wii16x16 copy.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\wii16x16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\bullet_redgreen.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a