Skip to content

Commit

Permalink
remove resourceloader
Browse files Browse the repository at this point in the history
  • Loading branch information
rounk-ctrl committed Sep 18, 2023
1 parent 399d0ae commit 5832f80
Show file tree
Hide file tree
Showing 18 changed files with 161 additions and 267 deletions.
76 changes: 0 additions & 76 deletions Rectify11Installer/Core/ResourceLoader.cs

This file was deleted.

25 changes: 13 additions & 12 deletions Rectify11Installer/Pages/CMenuPage.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 14 additions & 15 deletions Rectify11Installer/Pages/EPPage.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 14 additions & 16 deletions Rectify11Installer/Pages/EulaPage.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions Rectify11Installer/Pages/Experimental.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 14 additions & 15 deletions Rectify11Installer/Pages/InstallConfirmation.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Rectify11Installer/Pages/InstallConfirmation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public string Summary
get { return summaryItems.Text; }
set { summaryItems.Text = value; }
}
private readonly System.ComponentModel.ComponentResourceManager _resources = new SingleAssemblyComponentResourceManager(typeof(Strings.Rectify11));
public InstallConfirmation(FrmWizard frm)
{
InitializeComponent();
Expand All @@ -22,8 +21,8 @@ private void NavigationHelper_OnNavigate(object sender, System.EventArgs e)
{
if ((WizardPage)sender == RectifyPages.InstallConfirmation)
{
RectifyPages.InstallConfirmation.Summary = _resources.GetString("summaryItems");
RectifyPages.InstallConfirmation.Summary += Helper.FinalText().ToString();
RectifyPages.InstallConfirmation.Summary = Rectify11Installer.Strings.Rectify11.summaryItems;
RectifyPages.InstallConfirmation.Summary += Helper.FinalText().ToString();
_frm._timerFrames = 72;
_frm._timerFramesTmp = 0;
_frm.timer.Start();
Expand Down
Loading

0 comments on commit 5832f80

Please sign in to comment.