diff --git a/BorderlessGaming/BorderlessGaming.csproj b/BorderlessGaming/BorderlessGaming.csproj index 91f7e2e..a0e473f 100644 --- a/BorderlessGaming/BorderlessGaming.csproj +++ b/BorderlessGaming/BorderlessGaming.csproj @@ -135,6 +135,7 @@ MainWindow.cs + Designer MainWindow.cs @@ -142,6 +143,7 @@ MainWindow.cs + Designer Rainway.cs diff --git a/BorderlessGaming/Forms/MainWindow.Designer.cs b/BorderlessGaming/Forms/MainWindow.Designer.cs index ec9e275..07aa0ea 100644 --- a/BorderlessGaming/Forms/MainWindow.Designer.cs +++ b/BorderlessGaming/Forms/MainWindow.Designer.cs @@ -75,6 +75,7 @@ private void InitializeComponent() this.mnuMain = new System.Windows.Forms.MenuStrip(); this.toolStripOptions = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripRunOnStartup = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripLanguages = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripCheckForUpdates = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripGlobalHotkey = new System.Windows.Forms.ToolStripMenuItem(); @@ -97,8 +98,8 @@ private void InitializeComponent() this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripFullApplicationRefresh = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripInfo = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripUsageGuide = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripRainway = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripUsageGuide = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripRegexReference = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripReportBug = new System.Windows.Forms.ToolStripMenuItem(); @@ -110,7 +111,6 @@ private void InitializeComponent() this.btnRestoreWindow = new System.Windows.Forms.Button(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel(); - this.toolStripLanguages = new System.Windows.Forms.ToolStripMenuItem(); this.processContext.SuspendLayout(); this.mnuFavoritesContext.SuspendLayout(); this.trayIconContextMenu.SuspendLayout(); @@ -160,27 +160,23 @@ private void InitializeComponent() this.toolStripByRegex, this.toolStripByProcess}); this.contextAddToFavs.Name = "contextAddToFavs"; - this.contextAddToFavs.Text = LanguageManager.Data("contextAddToFavs"); // - // byTheWindowTitleTextToolStripMenuItem + // toolStripByTheWindowTitle // resources.ApplyResources(this.toolStripByTheWindowTitle, "toolStripByTheWindowTitle"); this.toolStripByTheWindowTitle.Name = "toolStripByTheWindowTitle"; - this.toolStripByTheWindowTitle.Text = LanguageManager.Data("toolStripByTheWindowTitle"); this.toolStripByTheWindowTitle.Click += new System.EventHandler(this.byTheWindowTitleTextToolStripMenuItem_Click); // - // byTheWindowTitleTextregexToolStripMenuItem + // toolStripByRegex // resources.ApplyResources(this.toolStripByRegex, "toolStripByRegex"); this.toolStripByRegex.Name = "toolStripByRegex"; - this.toolStripByRegex.Text = LanguageManager.Data("toolStripByRegex"); this.toolStripByRegex.Click += new System.EventHandler(this.byTheWindowTitleTextregexToolStripMenuItem_Click); // - // byTheProcessBinaryNameToolStripMenuItem + // toolStripByProcess // resources.ApplyResources(this.toolStripByProcess, "toolStripByProcess"); this.toolStripByProcess.Name = "toolStripByProcess"; - this.toolStripByProcess.Text = LanguageManager.Data("toolStripByProcess"); this.toolStripByProcess.Click += new System.EventHandler(this.byTheProcessBinaryNameToolStripMenuItem_Click); // // toolStripMenuItem1 @@ -192,20 +188,17 @@ private void InitializeComponent() // resources.ApplyResources(this.contextBorderless, "contextBorderless"); this.contextBorderless.Name = "contextBorderless"; - this.contextBorderless.Text = LanguageManager.Data("contextBorderless"); this.contextBorderless.Click += new System.EventHandler(this.btnMakeBorderless_Click); // // contextBorderlessOn // resources.ApplyResources(this.contextBorderlessOn, "contextBorderlessOn"); this.contextBorderlessOn.Name = "contextBorderlessOn"; - this.contextBorderlessOn.Text = LanguageManager.Data("contextBorderlessOn"); // - // setWindowTitleToolStripMenuItem + // toolStripSetWindowTitle // resources.ApplyResources(this.toolStripSetWindowTitle, "toolStripSetWindowTitle"); this.toolStripSetWindowTitle.Name = "toolStripSetWindowTitle"; - this.toolStripSetWindowTitle.Text = LanguageManager.Data("toolStripSetWindowTitle"); this.toolStripSetWindowTitle.Click += new System.EventHandler(this.setWindowTitleToolStripMenuItem_Click); // // toolStripMenuItem8 @@ -213,17 +206,15 @@ private void InitializeComponent() resources.ApplyResources(this.toolStripMenuItem8, "toolStripMenuItem8"); this.toolStripMenuItem8.Name = "toolStripMenuItem8"; // - // hideThisProcessToolStripMenuItem + // toolStripHideProcess // resources.ApplyResources(this.toolStripHideProcess, "toolStripHideProcess"); this.toolStripHideProcess.Name = "toolStripHideProcess"; - this.toolStripHideProcess.Text = LanguageManager.Data("toolStripHideProcess"); this.toolStripHideProcess.Click += new System.EventHandler(this.hideThisProcessToolStripMenuItem_Click); // // contextFavScreen // resources.ApplyResources(this.contextFavScreen, "contextFavScreen"); - this.contextFavScreen.Text = LanguageManager.Data("contextFavScreen"); this.contextFavScreen.Name = "contextFavScreen"; // // addSelectedItem @@ -267,27 +258,24 @@ private void InitializeComponent() this.mnuFavoritesContext.Name = "mnuFavoritesRightClick"; this.mnuFavoritesContext.Opening += new System.ComponentModel.CancelEventHandler(this.mnuFavoritesContext_Opening); // - // fullScreenToolStripMenuItem + // toolStripFullScreen // resources.ApplyResources(this.toolStripFullScreen, "toolStripFullScreen"); this.toolStripFullScreen.CheckOnClick = true; this.toolStripFullScreen.Name = "toolStripFullScreen"; - this.toolStripFullScreen.Text = LanguageManager.Data("toolStripFullScreen"); this.toolStripFullScreen.Click += new System.EventHandler(this.fullScreenToolStripMenuItem_Click); // - // noSizeChangeToolStripMenuItem + // toolStripNoSizeChange // resources.ApplyResources(this.toolStripNoSizeChange, "toolStripNoSizeChange"); this.toolStripNoSizeChange.CheckOnClick = true; this.toolStripNoSizeChange.Name = "toolStripNoSizeChange"; - this.toolStripNoSizeChange.Text = LanguageManager.Data("toolStripNoSizeChange"); this.toolStripNoSizeChange.Click += new System.EventHandler(this.noSizeChangeToolStripMenuItem_Click); // - // setWindowSizeToolStripMenuItem + // toolStripSetSetWindowSize // resources.ApplyResources(this.toolStripSetSetWindowSize, "toolStripSetSetWindowSize"); this.toolStripSetSetWindowSize.Name = "toolStripSetSetWindowSize"; - this.toolStripSetSetWindowSize.Text = LanguageManager.Data("toolStripSetSetWindowSize"); this.toolStripSetSetWindowSize.Click += new System.EventHandler(this.setWindowSizeToolStripMenuItem_Click); // // toolStripMenuItem6 @@ -295,19 +283,17 @@ private void InitializeComponent() resources.ApplyResources(this.toolStripMenuItem6, "toolStripMenuItem6"); this.toolStripMenuItem6.Name = "toolStripMenuItem6"; // - // automaximizeToolStripMenuItem + // toolStripAutomaximize // resources.ApplyResources(this.toolStripAutomaximize, "toolStripAutomaximize"); this.toolStripAutomaximize.CheckOnClick = true; this.toolStripAutomaximize.Name = "toolStripAutomaximize"; - this.toolStripAutomaximize.Text = LanguageManager.Data("toolStripAutomaximize"); this.toolStripAutomaximize.Click += new System.EventHandler(this.automaximizeToolStripMenuItem_Click); // - // adjustWindowBoundsToolStripMenuItem + // toolStripAdjustWindowBounds // resources.ApplyResources(this.toolStripAdjustWindowBounds, "toolStripAdjustWindowBounds"); this.toolStripAdjustWindowBounds.Name = "toolStripAdjustWindowBounds"; - this.toolStripAdjustWindowBounds.Text = LanguageManager.Data("toolStripAdjustWindowBounds"); this.toolStripAdjustWindowBounds.Click += new System.EventHandler(this.adjustWindowBoundsToolStripMenuItem_Click); // // toolStripMenuItem4 @@ -315,43 +301,38 @@ private void InitializeComponent() resources.ApplyResources(this.toolStripMenuItem4, "toolStripMenuItem4"); this.toolStripMenuItem4.Name = "toolStripMenuItem4"; // - // alwaysOnTopToolStripMenuItem + // toolStripAlwaysOnTop // resources.ApplyResources(this.toolStripAlwaysOnTop, "toolStripAlwaysOnTop"); this.toolStripAlwaysOnTop.CheckOnClick = true; this.toolStripAlwaysOnTop.Name = "toolStripAlwaysOnTop"; - this.toolStripAlwaysOnTop.Text = LanguageManager.Data("toolStripAlwaysOnTop"); this.toolStripAlwaysOnTop.Click += new System.EventHandler(this.alwaysOnTopToolStripMenuItem_Click); // - // delayBorderlessToolStripMenuItem + // toolStripDelayBorderless // resources.ApplyResources(this.toolStripDelayBorderless, "toolStripDelayBorderless"); this.toolStripDelayBorderless.CheckOnClick = true; this.toolStripDelayBorderless.Name = "toolStripDelayBorderless"; - this.toolStripDelayBorderless.Text = LanguageManager.Data("toolStripDelayBorderless"); this.toolStripDelayBorderless.Click += new System.EventHandler(this.delayBorderlessToolStripMenuItem_Click); // - // hideMouseCursorToolStripMenuItem + // toolStripHideMouseCursor // resources.ApplyResources(this.toolStripHideMouseCursor, "toolStripHideMouseCursor"); this.toolStripHideMouseCursor.CheckOnClick = true; this.toolStripHideMouseCursor.Name = "toolStripHideMouseCursor"; - this.toolStripHideMouseCursor.Text = LanguageManager.Data("toolStripHideMouseCursor"); this.toolStripHideMouseCursor.Click += new System.EventHandler(this.hideMouseCursorToolStripMenuItem_Click); // - // hideWindowsTaskbarToolStripMenuItem + // toolStripHideWindowsTaskbar // resources.ApplyResources(this.toolStripHideWindowsTaskbar, "toolStripHideWindowsTaskbar"); this.toolStripHideWindowsTaskbar.CheckOnClick = true; this.toolStripHideWindowsTaskbar.Name = "toolStripHideWindowsTaskbar"; - this.toolStripHideWindowsTaskbar.Text = LanguageManager.Data("toolStripHideWindowsTaskbar"); this.toolStripHideWindowsTaskbar.Click += new System.EventHandler(this.hideWindowsTaskbarToolStripMenuItem_Click); // - // removeMenusToolStripMenuItem + // toolStripRemoveMenus // resources.ApplyResources(this.toolStripRemoveMenus, "toolStripRemoveMenus"); this.toolStripRemoveMenus.CheckOnClick = true; - this.toolStripRemoveMenus.Text = LanguageManager.Data("toolStripRemoveMenus"); this.toolStripRemoveMenus.Name = "toolStripRemoveMenus"; this.toolStripRemoveMenus.Click += new System.EventHandler(this.removeMenusToolStripMenuItem_Click); // @@ -360,19 +341,17 @@ private void InitializeComponent() resources.ApplyResources(this.toolStripMenuItem9, "toolStripMenuItem9"); this.toolStripMenuItem9.Name = "toolStripMenuItem9"; // - // muteInBackgroundToolStripMenuItem + // toolStripMuteInBackground // resources.ApplyResources(this.toolStripMuteInBackground, "toolStripMuteInBackground"); this.toolStripMuteInBackground.CheckOnClick = true; this.toolStripMuteInBackground.Name = "toolStripMuteInBackground"; - this.toolStripMuteInBackground.Text = LanguageManager.Data("toolStripMuteInBackground"); this.toolStripMuteInBackground.Click += new System.EventHandler(this.muteInBackgroundToolStripMenuItem_Click); // - // contextRemoveFromFavsm + // contextRemoveFromFavs // resources.ApplyResources(this.contextRemoveFromFavs, "contextRemoveFromFavs"); this.contextRemoveFromFavs.Name = "contextRemoveFromFavs"; - this.contextRemoveFromFavs.Text = LanguageManager.Data("contextRemoveFromFavs"); this.contextRemoveFromFavs.Click += new System.EventHandler(this.btnRemoveFavorite_Click); // // btnRemoveFavorite @@ -388,13 +367,11 @@ private void InitializeComponent() // resources.ApplyResources(this.processLabel, "processLabel"); this.processLabel.Name = "processLabel"; - this.processLabel.Text = LanguageManager.Data("processLabel"); // // favoritesLabel // resources.ApplyResources(this.favoritesLabel, "favoritesLabel"); this.favoritesLabel.Name = "favoritesLabel"; - this.favoritesLabel.Text = LanguageManager.Data("favoritesLabel"); // // trayIcon // @@ -457,23 +434,24 @@ private void InitializeComponent() this.toolStripMenuItem10, this.toolStripRestoreProcesses}); this.toolStripOptions.Name = "toolStripOptions"; - this.toolStripOptions.Text = LanguageManager.Data("toolStripOptions"); // - // toolStripRunOnStartup // resources.ApplyResources(this.toolStripRunOnStartup, "toolStripRunOnStartup"); this.toolStripRunOnStartup.CheckOnClick = true; this.toolStripRunOnStartup.Name = "toolStripRunOnStartup"; this.toolStripRunOnStartup.CheckedChanged += new System.EventHandler(this.toolStripRunOnStartup_CheckChanged); - this.toolStripRunOnStartup.Text = LanguageManager.Data("toolStripRunOnStartup"); + // + // toolStripLanguages + // + resources.ApplyResources(this.toolStripLanguages, "toolStripLanguages"); + this.toolStripLanguages.Name = "toolStripLanguages"; // // toolStripCheckForUpdates // resources.ApplyResources(this.toolStripCheckForUpdates, "toolStripCheckForUpdates"); this.toolStripCheckForUpdates.CheckOnClick = true; this.toolStripCheckForUpdates.Name = "toolStripCheckForUpdates"; - this.toolStripCheckForUpdates.Text = LanguageManager.Data("toolStripCheckForUpdates"); this.toolStripCheckForUpdates.CheckedChanged += new System.EventHandler(this.toolStripCheckForUpdates_CheckedChanged); // // toolStripMenuItem3 @@ -487,21 +465,18 @@ private void InitializeComponent() this.toolStripGlobalHotkey.CheckOnClick = true; this.toolStripGlobalHotkey.Name = "toolStripGlobalHotkey"; this.toolStripGlobalHotkey.CheckedChanged += new System.EventHandler(this.toolStripGlobalHotkey_CheckChanged); - this.toolStripGlobalHotkey.Text = LanguageManager.Data("toolStripGlobalHotkey") + " (Win+F6)"; // // toolStripMouseLock // resources.ApplyResources(this.toolStripMouseLock, "toolStripMouseLock"); this.toolStripMouseLock.CheckOnClick = true; this.toolStripMouseLock.Name = "toolStripMouseLock"; - this.toolStripMouseLock.Text = LanguageManager.Data("toolStripMouseLock") + " (Scroll Lock)"; this.toolStripMouseLock.CheckedChanged += new System.EventHandler(this.toolStripMouseLock_CheckChanged); // - // useMouseHideHotkeyWinScrollLockToolStripMenuItem + // toolStripMouseHide // resources.ApplyResources(this.toolStripMouseHide, "toolStripMouseHide"); this.toolStripMouseHide.CheckOnClick = true; - this.toolStripMouseHide.Text = LanguageManager.Data("toolStripMouseHide") + " (Win+Scroll Lock)"; this.toolStripMouseHide.Name = "toolStripMouseHide"; this.toolStripMouseHide.CheckedChanged += new System.EventHandler(this.useMouseHideHotkeyWinScrollLockToolStripMenuItem_CheckChanged); // @@ -510,43 +485,38 @@ private void InitializeComponent() resources.ApplyResources(this.toolStripMenuItem5, "toolStripMenuItem5"); this.toolStripMenuItem5.Name = "toolStripMenuItem5"; // - // startMinimizedToTrayToolStripMenuItem + // toolStripMinimizedToTray // resources.ApplyResources(this.toolStripMinimizedToTray, "toolStripMinimizedToTray"); this.toolStripMinimizedToTray.CheckOnClick = true; - this.toolStripMinimizedToTray.Text = LanguageManager.Data("toolStripMinimizedToTray"); this.toolStripMinimizedToTray.Name = "toolStripMinimizedToTray"; this.toolStripMinimizedToTray.CheckedChanged += new System.EventHandler(this.startMinimizedToTrayToolStripMenuItem_CheckedChanged); // - // closeToTrayToolStripMenuItem + // toolStripCloseToTray // resources.ApplyResources(this.toolStripCloseToTray, "toolStripCloseToTray"); this.toolStripCloseToTray.CheckOnClick = true; - this.toolStripCloseToTray.Text = LanguageManager.Data("toolStripCloseToTray"); this.toolStripCloseToTray.Name = "toolStripCloseToTray"; this.toolStripCloseToTray.CheckedChanged += new System.EventHandler(this.closeToTrayToolStripMenuItem_CheckedChanged); // - // hideBalloonTipsToolStripMenuItem + // toolStripHideBalloonTips // resources.ApplyResources(this.toolStripHideBalloonTips, "toolStripHideBalloonTips"); this.toolStripHideBalloonTips.CheckOnClick = true; - this.toolStripHideBalloonTips.Text = LanguageManager.Data("toolStripHideBalloonTips"); this.toolStripHideBalloonTips.Name = "toolStripHideBalloonTips"; this.toolStripHideBalloonTips.CheckedChanged += new System.EventHandler(this.hideBalloonTipsToolStripMenuItem_CheckedChanged); // - // useSlowerWindowDetectionToolStripMenuItem + // toolStripSlowWindowDetection // resources.ApplyResources(this.toolStripSlowWindowDetection, "toolStripSlowWindowDetection"); this.toolStripSlowWindowDetection.CheckOnClick = true; - this.toolStripSlowWindowDetection.Text = LanguageManager.Data("toolStripSlowWindowDetection"); this.toolStripSlowWindowDetection.Name = "toolStripSlowWindowDetection"; this.toolStripSlowWindowDetection.Click += new System.EventHandler(this.useSlowerWindowDetectionToolStripMenuItem_Click); // - // viewFullProcessDetailsToolStripMenuItem + // toolStripViewFullProcessDetails // resources.ApplyResources(this.toolStripViewFullProcessDetails, "toolStripViewFullProcessDetails"); this.toolStripViewFullProcessDetails.CheckOnClick = true; - this.toolStripViewFullProcessDetails.Text = LanguageManager.Data("toolStripViewFullProcessDetails"); this.toolStripViewFullProcessDetails.Name = "toolStripViewFullProcessDetails"; this.toolStripViewFullProcessDetails.CheckedChanged += new System.EventHandler(this.viewFullProcessDetailsToolStripMenuItem_CheckedChanged); // @@ -555,11 +525,10 @@ private void InitializeComponent() resources.ApplyResources(this.toolStripMenuItem10, "toolStripMenuItem10"); this.toolStripMenuItem10.Name = "toolStripMenuItem10"; // - // resToolStripMenuItem + // toolStripRestoreProcesses // resources.ApplyResources(this.toolStripRestoreProcesses, "toolStripRestoreProcesses"); this.toolStripRestoreProcesses.Name = "toolStripRestoreProcesses"; - this.toolStripRestoreProcesses.Text = LanguageManager.Data("toolStripRestoreProcesses"); this.toolStripRestoreProcesses.Click += new System.EventHandler(this.resetHiddenProcessesToolStripMenuItem_Click); // // toolsToolStripMenuItem @@ -574,21 +543,18 @@ private void InitializeComponent() this.toolStripMenuItem12, this.toolStripFullApplicationRefresh}); this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; - this.toolsToolStripMenuItem.Text = LanguageManager.Data("toolsToolStripMenuItem"); // - // pauseAutomaticProcessingToolStripMenuItem + // toolStripPauseAutomaticProcessing // resources.ApplyResources(this.toolStripPauseAutomaticProcessing, "toolStripPauseAutomaticProcessing"); this.toolStripPauseAutomaticProcessing.CheckOnClick = true; - this.toolStripPauseAutomaticProcessing.Text = LanguageManager.Data("toolStripPauseAutomaticProcessing"); this.toolStripPauseAutomaticProcessing.Name = "toolStripPauseAutomaticProcessing"; this.toolStripPauseAutomaticProcessing.Click += new System.EventHandler(this.pauseAutomaticProcessingToolStripMenuItem_Click); // - // openDataFolderToolStripMenuItem + // toolStripOpenDataFolder // resources.ApplyResources(this.toolStripOpenDataFolder, "toolStripOpenDataFolder"); this.toolStripOpenDataFolder.Name = "toolStripOpenDataFolder"; - this.toolStripOpenDataFolder.Text = LanguageManager.Data("toolStripOpenDataFolder"); this.toolStripOpenDataFolder.Click += new System.EventHandler(this.openDataFolderToolStripMenuItem_Click); // // toolStripMenuItem11 @@ -596,33 +562,27 @@ private void InitializeComponent() resources.ApplyResources(this.toolStripMenuItem11, "toolStripMenuItem11"); this.toolStripMenuItem11.Name = "toolStripMenuItem11"; // - // toggleMouseCursorVisibilityToolStripMenuItem + // toolStripToggleMouseCursorVisibility // resources.ApplyResources(this.toolStripToggleMouseCursorVisibility, "toolStripToggleMouseCursorVisibility"); this.toolStripToggleMouseCursorVisibility.Name = "toolStripToggleMouseCursorVisibility"; - this.toolStripToggleMouseCursorVisibility.Text = - LanguageManager.Data("toolStripToggleMouseCursorVisibility"); this.toolStripToggleMouseCursorVisibility.Click += new System.EventHandler(this.toggleMouseCursorVisibilityToolStripMenuItem_Click); // - // toggleWindowsTaskbarVisibilityToolStripMenuItem + // toolStripToggleWindowsTaskbar // resources.ApplyResources(this.toolStripToggleWindowsTaskbar, "toolStripToggleWindowsTaskbar"); this.toolStripToggleWindowsTaskbar.Name = "toolStripToggleWindowsTaskbar"; - this.toolStripToggleWindowsTaskbar.Text = - LanguageManager.Data("toolStripToggleWindowsTaskbar"); this.toolStripToggleWindowsTaskbar.Click += new System.EventHandler(this.toggleWindowsTaskbarVisibilityToolStripMenuItem_Click); - // // toolStripMenuItem12 // resources.ApplyResources(this.toolStripMenuItem12, "toolStripMenuItem12"); this.toolStripMenuItem12.Name = "toolStripMenuItem12"; // - // fullApplicationRefreshToolStripMenuItem + // toolStripFullApplicationRefresh // resources.ApplyResources(this.toolStripFullApplicationRefresh, "toolStripFullApplicationRefresh"); this.toolStripFullApplicationRefresh.Name = "toolStripFullApplicationRefresh"; - this.toolStripFullApplicationRefresh.Text = LanguageManager.Data("toolStripFullApplicationRefresh"); this.toolStripFullApplicationRefresh.Click += new System.EventHandler(this.fullApplicationRefreshToolStripMenuItem_Click); // // toolStripInfo @@ -638,29 +598,24 @@ private void InitializeComponent() this.toolStripMenuItem2, this.toolStripAbout}); this.toolStripInfo.Name = "toolStripInfo"; - this.toolStripInfo.Text = - LanguageManager.Data("toolStripInfo"); - // - // usageGuideToolStripMenuItem - // - resources.ApplyResources(this.toolStripUsageGuide, "toolStripUsageGuide"); - this.toolStripUsageGuide.Name = "toolStripUsageGuide"; - this.toolStripUsageGuide.Text = LanguageManager.Data("toolStripUsageGuide"); - this.toolStripUsageGuide.Click += new System.EventHandler(this.usageGuideToolStripMenuItem_Click); - // - // usageGuideToolStripMenuItem + // toolStripRainway // resources.ApplyResources(this.toolStripRainway, "toolStripRainway"); - this.toolStripRainway.Name = "toolStripRainway"; this.toolStripRainway.Text = "Rainway"; + this.toolStripRainway.Name = "toolStripRainway"; this.toolStripRainway.Click += new System.EventHandler(this.rainwayToolStrip_Click); // + // toolStripUsageGuide + // + resources.ApplyResources(this.toolStripUsageGuide, "toolStripUsageGuide"); + this.toolStripUsageGuide.Name = "toolStripUsageGuide"; + this.toolStripUsageGuide.Click += new System.EventHandler(this.usageGuideToolStripMenuItem_Click); + // // toolStripRegexReference // resources.ApplyResources(this.toolStripRegexReference, "toolStripRegexReference"); this.toolStripRegexReference.Name = "toolStripRegexReference"; - this.toolStripRegexReference.Text = LanguageManager.Data("toolStripRegexReference"); this.toolStripRegexReference.Click += new System.EventHandler(this.toolStripRegexReference_Click); // // toolStripMenuItem13 @@ -672,14 +627,12 @@ private void InitializeComponent() // resources.ApplyResources(this.toolStripReportBug, "toolStripReportBug"); this.toolStripReportBug.Name = "toolStripReportBug"; - this.toolStripReportBug.Text = LanguageManager.Data("toolStripReportBug"); this.toolStripReportBug.Click += new System.EventHandler(this.toolStripReportBug_Click); // // toolStripSupportUs // resources.ApplyResources(this.toolStripSupportUs, "toolStripSupportUs"); this.toolStripSupportUs.Name = "toolStripSupportUs"; - this.toolStripSupportUs.Text = LanguageManager.Data("toolStripSupportUs"); this.toolStripSupportUs.Click += new System.EventHandler(this.toolStripSupportUs_Click); // // toolStripMenuItem2 @@ -691,7 +644,6 @@ private void InitializeComponent() // resources.ApplyResources(this.toolStripAbout, "toolStripAbout"); this.toolStripAbout.Name = "toolStripAbout"; - this.toolStripAbout.Text = LanguageManager.Data("toolStripAbout"); this.toolStripAbout.Click += new System.EventHandler(this.toolStripAbout_Click); // // tableLayoutPanel1 @@ -729,17 +681,10 @@ private void InitializeComponent() this.statusLabel}); this.statusStrip1.Name = "statusStrip1"; // - // lblUpdateStatus + // statusLabel // resources.ApplyResources(this.statusLabel, "statusLabel"); this.statusLabel.Name = "statusLabel"; - this.statusLabel.Text = LanguageManager.Data("statusLabel"); - // - // toolStripLanguages - // - resources.ApplyResources(this.toolStripLanguages, "toolStripLanguages"); - this.toolStripLanguages.Name = "toolStripLanguages"; - this.toolStripLanguages.Text = LanguageManager.Data("toolStripLanguages"); // // MainWindow // diff --git a/BorderlessGaming/Forms/MainWindow.cs b/BorderlessGaming/Forms/MainWindow.cs index 1e87beb..75cb0e9 100644 --- a/BorderlessGaming/Forms/MainWindow.cs +++ b/BorderlessGaming/Forms/MainWindow.cs @@ -23,13 +23,6 @@ public MainWindow() _watcher = new ProcessWatcher(this); InitializeComponent(); LanguageManager.Setup(toolStripLanguages); - if (Config.Instance.AppSettings.ShowAdOnStart) - { - var rainway = new Rainway { StartPosition = this.StartPosition, TopMost = true}; - rainway.ShowDialog(this); - rainway.BringToFront(); - } - } public void AddFavoriteToList(Favorite fav) @@ -961,8 +954,14 @@ private void MainWindow_Shown(object sender, EventArgs e) if (Config.Instance.AppSettings.StartMinimized || Config.Instance.StartupOptions.Minimize) { Hide(); + } else { + if (Config.Instance.AppSettings.ShowAdOnStart) + { + var rainway = new Rainway { StartPosition = this.StartPosition, TopMost = true }; + rainway.ShowDialog(this); + rainway.BringToFront(); + } } - // initialize favorite list foreach (var ni in Config.Instance.Favorites) { diff --git a/BorderlessGaming/Forms/MainWindow.en-US.resx b/BorderlessGaming/Forms/MainWindow.en-US.resx index 4fee814..830b98a 100644 --- a/BorderlessGaming/Forms/MainWindow.en-US.resx +++ b/BorderlessGaming/Forms/MainWindow.en-US.resx @@ -793,6 +793,96 @@ 47, 27 + + + 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 + fxxJPk72nkr8AAAAAElFTkSuQmCC + + + + Rainway + 160, 22 diff --git a/BorderlessGaming/Forms/MainWindow.resx b/BorderlessGaming/Forms/MainWindow.resx index 4eeda5e..c0bc64a 100644 --- a/BorderlessGaming/Forms/MainWindow.resx +++ b/BorderlessGaming/Forms/MainWindow.resx @@ -120,6 +120,9 @@ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + toolStripHideBalloonTips + CenterScreen @@ -136,12 +139,15 @@ flowLayoutPanel1 - - Always On Top + + Make Borderless openToolStripMenuItem + + toolStripSetWindowTitle + 4 @@ -152,26 +158,20 @@ toolStripMenuItem13 - - toolStripHideMouseCursor + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Exit Borderless Gaming - - Hide This Process - 1 - - Make Borderless on... - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + toolStripOpenDataFolder - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 42, 212 tableLayoutPanel1 @@ -179,9 +179,6 @@ 0, 29 - - 204, 22 - muteInBackgroundToolStripMenuIte @@ -194,8 +191,11 @@ 204, 22 - - toolStripPauseAutomaticProcessing + + No Size Change + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 &Help @@ -206,26 +206,20 @@ 3 - - &Use Slower Window Detection - - - Open Data Folder - - - 2 + + 348, 22 System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Restore All Hidden Applications + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - View Full Process Details - - - System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Use Mouse Hide Hotkey (Win+Scroll Lock) 47, 25 @@ -233,8 +227,8 @@ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - toolStripByTheWindowTitle + + toolStripHideMouseCursor System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -242,8 +236,8 @@ 226, 22 - - 268, 22 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 exitToolStripMenuItem @@ -252,14 +246,14 @@ True + + 1 + Remove From Favorites - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + toolStripToggleMouseCursorVisibility $this @@ -267,14 +261,11 @@ 471, 22 - - 42, 212 - - - 174, 22 + + 174, 18 - - 226, 22 + + 348, 22 201, 6 @@ -282,12 +273,12 @@ contextRemoveFromFavs + + Full Screen + 3 - - toolStripByRegex - 12 @@ -300,11 +291,8 @@ Support Us - - Start Minimized To Tray - - - toolStripToggleWindowsTaskbar + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -312,18 +300,21 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + 17 - - toolStripToggleMouseCursorVisibility + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 tableLayoutPanel1 - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + toolStripCloseToTray + 5 @@ -336,84 +327,75 @@ 0, 0, 0, 0 - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 3, 81 - - 226, 22 + + flowLayoutPanel1 - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + toolStripMouseLock - - 276, 22 + + 226, 22 - - Full Screen + + Start Minimized To Tray - - toolStripMouseLock + + 207, 22 - - 348, 22 + + toolStripGlobalHotkey - - Close To Tray + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 471, 29 + + 174, 22 6, 12 - - 204, 22 - 471, 222 System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 174, 18 + + toolStripSetSetWindowSize About... - - Toggle Mouse Cursor Visibility + + ... by the window title text (regex) toolStripAlwaysOnTop - - Mute In Background - 209, 206 - - Delay Borderless Window + + 2 + + + toolStripRestoreProcesses 207, 22 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Borderless Gaming - - statusLabel - 345, 6 @@ -423,14 +405,14 @@ toolStripMenuItem9 - - 276, 22 - toolStripOptions - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 348, 22 + + + toolStripPauseAutomaticProcessing 207, 22 @@ -450,12 +432,12 @@ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 - - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 226, 22 + $this @@ -468,23 +450,20 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - toolStripNoSizeChange - System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 226, 22 + favoritesLabel - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - toolStripHideProcess + + Pause Automatic Processing 37, 33 @@ -492,17 +471,14 @@ Add to Favorites... - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 3, 21 - - Use Mouse Hide Hotkey (Win+Scroll Lock) + + toolStripHideWindowsTaskbar - - 348, 22 + + 174, 22 207, 22 @@ -513,6 +489,12 @@ flowLayoutPanel1 + + toolStripRemoveMenus + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 201, 6 @@ -531,14 +513,20 @@ &Tools - - 226, 22 - Select Favorite Screen... - - 174, 22 + + 204, 22 + + + toolStripFullApplicationRefresh + + + 0, 0 + + + toolStripHideProcess 345, 6 @@ -546,54 +534,51 @@ 425, 297 - - 276, 22 + + trayIconContextMenu - - 174, 22 + + 226, 22 System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 348, 22 - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 152, 22 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - processLabel System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 223, 6 + tableLayoutPanel1 - - 0, 0 + + toolStripByTheWindowTitle - - Usage Guide + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 273, 6 System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 276, 22 - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -603,11 +588,14 @@ trayIcon - - 213, 54 + + &Use Slower Window Detection - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 37, 33 @@ -621,35 +609,32 @@ 7 - - 348, 22 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - toolStripAutomaximize + + Auto-Maximize 12 - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 213, 54 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 contextBorderless - - ... by the window title text (regex) - toolStripMenuItem5 + + True + NoControl - - trayIconContextMenu + + Close To Tray lstFavorites @@ -657,6 +642,9 @@ statusStrip1 + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -666,29 +654,32 @@ 0 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - + 348, 22 - - toolStripUsageGuide + + Delay Borderless Window - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 276, 22 - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Top, Bottom, Left, Right - - 209, 6 + + 348, 22 + + + toolStripDelayBorderless @@ -1178,14 +1169,14 @@ contextFavScreen - - toolStripByProcess + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + toolStripFullScreen - - Adjust Window Bounds + + Usage Guide 11 @@ -1196,23 +1187,23 @@ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - flowLayoutPanel1 + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Set Window Size + + 204, 22 - - toolStripAdjustWindowBounds + + 226, 22 - - toolStripHideBalloonTips + + toolStripSlowWindowDetection - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + toolStripNoSizeChange - - 226, 22 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 True @@ -1708,11 +1699,11 @@ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tableLayoutPanel1 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + View Full Process Details System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1720,26 +1711,23 @@ toolStripReportBug - - toolStripMuteInBackground + + 174, 22 + + + toolStripAutomaximize 273, 6 - - Top, Bottom, Left, Right + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Run On Windows Startup - - toolStripViewFullProcessDetails - - - toolStripRestoreProcesses - - - Full Application Refresh + + 171, 6 toolStripRunOnStartup @@ -1750,8 +1738,11 @@ tableLayoutPanel1 - - 2 + + System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 207, 22 10 @@ -1762,36 +1753,27 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Hide Windows Taskbar + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 flowLayoutPanel1 - - 348, 22 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - toolStripRegexReference - - ... by the window title text - - - tableLayoutPanel1 - $this + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 226, 22 + contextAddToFavs - - No Size Change - 3, 120 @@ -1801,89 +1783,89 @@ 3, 42 - - 268, 22 + + Set Window Size - - flowLayoutPanel1 + + 226, 22 66, 25 + + toolStripByProcess + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 276, 22 + + + 268, 22 + + + toolStripRainway + toolStripLanguages System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - toolStripFullScreen - - - 64, 17 - - - ... by the process binary name + + 471, 29 - - toolStripSetSetWindowSize + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17 + + toolStripMenuItem10 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 276, 22 - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 273, 6 - 205, 126 - - 3 - - - toolStripDelayBorderless - - - Remove Menus + + 268, 22 MainWindow - - 226, 22 + + toolStripViewFullProcessDetails - - Toggle Windows Taskbar Visibility + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Hide Mouse Cursor + + Make Borderless on... contextBorderlessOn - - True - - - toolStripMinimizedToTray - - - toolStripGlobalHotkey + + 209, 6 toolStripInfo - - toolStripCloseToTray + + 348, 22 + + + Adjust Window Bounds + + + 276, 22 toolStripMenuItem8 @@ -1891,47 +1873,86 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 268, 22 + + + toolStripByRegex + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 212, 22 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Toggle Windows Taskbar Visibility System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 348, 22 + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - toolStripOpenDataFolder + + 226, 22 + + + Always On Top toolStripCheckForUpdates - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + toolStripMinimizedToTray + + + ... by the process binary name + lToolStripMenuItem + + Hide Windows Taskbar + + + 160, 22 + addSelectedItem &Options - - 207, 22 + + statusLabel Check For Updates - - 171, 6 + + toolStripToggleWindowsTaskbar - - 226, 22 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1948,56 +1969,41 @@ 316, 22 - - Auto-Maximize - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Hide Balloon Tips - 223, 6 - - 348, 22 - - - Pause Automatic Processing - toolStripMenuItem14 + + Set Window Title + toolStripMenuItem2 208, 206 - - Make Borderless + + Remove Menus - - 276, 22 + + toolStripMouseHide - - 1 + + toolStripAdjustWindowBounds System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 268, 22 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 226, 22 + + Hide Balloon Tips Applications: @@ -2005,14 +2011,17 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + toolStripUsageGuide + 3 statusStrip1 - - toolStripFullApplicationRefresh + + Toggle Mouse Cursor Visibility Top, Left, Right @@ -2020,8 +2029,14 @@ 174, 22 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 276, 22 + + + toolStripMuteInBackground + + + Top, Bottom, Left, Right 259, 21 @@ -2029,9 +2044,15 @@ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 226, 22 + 0, 29 + + Loading... + Microsoft Sans Serif, 11.25pt, style=Bold @@ -2041,21 +2062,18 @@ toolStripSupportUs - - 226, 22 - 348, 22 + + Hide This Process + mnuFavoritesContext 471, 273 - - toolStripSetWindowTitle - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -2074,9 +2092,6 @@ Borderless Gaming - - Set Window Title - 3, 0 @@ -2086,41 +2101,38 @@ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 + + + ... by the window title text + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - toolStripMouseHide - Favorites (automatic): - - toolStripRemoveMenus - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - True - - toolStripHideWindowsTaskbar - 214, 18 37, 33 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 348, 22 - - toolStripMenuItem10 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - toolStripSlowWindowDetection + + 4 18 @@ -2128,17 +2140,11 @@ 204, 22 - - Restore All Hidden Applications - - - Loading... - - - 226, 22 + + 2 - - 223, 6 + + 212, 22 3, 3 @@ -2149,8 +2155,8 @@ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 226, 22 btnRemoveFavorite @@ -2158,16 +2164,19 @@ toolStripMenuItem11 + + Open Data Folder + Use Mouse Lock Hotkey (Scroll Lock) 16 - - 226, 22 + + Full Application Refresh - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -2182,11 +2191,11 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Hide Mouse Cursor - - 12 + + 64, 17 52, 25 @@ -2194,17 +2203,17 @@ processContext - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Report a Bug 223, 6 - - 207, 22 + + 3 + + + Mute In Background 745, 17 diff --git a/BorderlessGaming/Forms/Rainway.Designer.cs b/BorderlessGaming/Forms/Rainway.Designer.cs index 622f39f..6699f1a 100644 --- a/BorderlessGaming/Forms/Rainway.Designer.cs +++ b/BorderlessGaming/Forms/Rainway.Designer.cs @@ -29,24 +29,8 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Rainway)); - this.checkBox1 = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // - // checkBox1 - // - this.checkBox1.AutoSize = true; - this.checkBox1.BackColor = System.Drawing.Color.Transparent; - this.checkBox1.Font = new System.Drawing.Font("Bariol Regular", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBox1.ForeColor = System.Drawing.Color.White; - this.checkBox1.Location = new System.Drawing.Point(767, 28); - this.checkBox1.Name = "checkBox1"; - this.checkBox1.Size = new System.Drawing.Size(151, 24); - this.checkBox1.TabIndex = 0; - this.checkBox1.Text = "Don\'t Display Again"; - this.checkBox1.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; - this.checkBox1.UseVisualStyleBackColor = false; - this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); - // // Rainway // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -54,24 +38,22 @@ private void InitializeComponent() this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(930, 495); - this.Controls.Add(this.checkBox1); this.DoubleBuffered = true; - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Rainway"; this.ShowInTaskbar = false; - this.Text = "Rainway"; + this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds; + this.Text = "Rainway Game Streaming - Play Anywhere"; this.TopMost = true; + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Rainway_FormClosing); this.Load += new System.EventHandler(this.Rainway_Load); this.Click += new System.EventHandler(this.Rainway_Click); this.MouseEnter += new System.EventHandler(this.Rainway_MouseEnter); this.ResumeLayout(false); - this.PerformLayout(); } #endregion - - private System.Windows.Forms.CheckBox checkBox1; } } \ No newline at end of file diff --git a/BorderlessGaming/Forms/Rainway.cs b/BorderlessGaming/Forms/Rainway.cs index 1bc72ec..05788e2 100644 --- a/BorderlessGaming/Forms/Rainway.cs +++ b/BorderlessGaming/Forms/Rainway.cs @@ -41,5 +41,11 @@ private void Rainway_MouseEnter(object sender, EventArgs e) { Cursor = Cursors.Hand; } + + private void Rainway_FormClosing(object sender, FormClosingEventArgs e) + { + Config.Instance.AppSettings.ShowAdOnStart = false; + Config.Save(); + } } } diff --git a/Languages/en-US.lang b/Languages/en-US.lang index f005491..6e2f19d 100644 --- a/Languages/en-US.lang +++ b/Languages/en-US.lang @@ -11,6 +11,7 @@ adjustWindowBoundsLeft|left adjustWindowBoundsRight|right adjustWindowBoundsTop|top adjustWindowBoundsBottom|bottom +toolStripRainway|Rainway settingConfirmationTitle|Confirm Your Changes settingConfirmationPrompt|You must restart Borderless Gaming for your changes to take affect. Restart now? setWindowTitleTitle|Set Window Title