diff --git a/Hourglass.Bundle/Bundle.wxs b/Hourglass.Bundle/Bundle.wxs index 254ac38..68c7c84 100644 --- a/Hourglass.Bundle/Bundle.wxs +++ b/Hourglass.Bundle/Bundle.wxs @@ -3,7 +3,7 @@ diff --git a/Hourglass.Setup/Product.wxs b/Hourglass.Setup/Product.wxs index e477afd..ac97cc4 100644 --- a/Hourglass.Setup/Product.wxs +++ b/Hourglass.Setup/Product.wxs @@ -1,7 +1,7 @@ - + diff --git a/Hourglass.Test/Properties/AssemblyInfo.cs b/Hourglass.Test/Properties/AssemblyInfo.cs index 161ea23..0be014a 100644 --- a/Hourglass.Test/Properties/AssemblyInfo.cs +++ b/Hourglass.Test/Properties/AssemblyInfo.cs @@ -17,5 +17,5 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("002a4be7-7323-4bf9-ab08-5fc8978d9eb0")] -[assembly: AssemblyVersion("1.12.0.0")] -[assembly: AssemblyFileVersion("1.12.0.0")] +[assembly: AssemblyVersion("1.13.0.0")] +[assembly: AssemblyFileVersion("1.13.0.0")] diff --git a/Hourglass/Hourglass.csproj b/Hourglass/Hourglass.csproj index c4f745d..6da092e 100644 --- a/Hourglass/Hourglass.csproj +++ b/Hourglass/Hourglass.csproj @@ -162,6 +162,9 @@ + + AboutDialog.xaml + ColorControl.xaml @@ -186,6 +189,10 @@ + + Designer + MSBuild:Compile + Designer MSBuild:Compile @@ -229,7 +236,7 @@ True - ResXFileCodeGenerator + PublicResXFileCodeGenerator Resources.Designer.cs Designer @@ -242,10 +249,11 @@ - + + diff --git a/Hourglass/Managers/UpdateManager.cs b/Hourglass/Managers/UpdateManager.cs index fb74a93..fba80b7 100644 --- a/Hourglass/Managers/UpdateManager.cs +++ b/Hourglass/Managers/UpdateManager.cs @@ -191,7 +191,7 @@ private bool SetUpdateInfo(UpdateInfo updateInfo) return false; } - this.OnPropertyChanged("LatestVersion", "UpdateUri"); + this.OnPropertyChanged("HasUpdates", "LatestVersion", "UpdateUri"); return true; } } diff --git a/Hourglass/Properties/App.manifest b/Hourglass/Properties/App.manifest index 2787107..7bdc56a 100644 --- a/Hourglass/Properties/App.manifest +++ b/Hourglass/Properties/App.manifest @@ -1,6 +1,6 @@  - + diff --git a/Hourglass/Properties/AssemblyInfo.cs b/Hourglass/Properties/AssemblyInfo.cs index ac3c929..95e1977 100644 --- a/Hourglass/Properties/AssemblyInfo.cs +++ b/Hourglass/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ [assembly: AssemblyCopyright("Copyright © 2021 Chris Dziemborowicz")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("1.12.0.0")] -[assembly: AssemblyFileVersion("1.12.0.0")] +[assembly: AssemblyVersion("1.13.0.0")] +[assembly: AssemblyFileVersion("1.13.0.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] [assembly: Guid("83DBAA61-6193-4288-BBB7-BEAEC33FE321")] [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] diff --git a/Hourglass/Properties/Resources.Designer.cs b/Hourglass/Properties/Resources.Designer.cs index 3017c9e..b2a3f84 100644 --- a/Hourglass/Properties/Resources.Designer.cs +++ b/Hourglass/Properties/Resources.Designer.cs @@ -22,7 +22,7 @@ namespace Hourglass.Properties { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { + public class Resources { private static global::System.Resources.ResourceManager resourceMan; @@ -36,7 +36,7 @@ internal Resources() { /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { + public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Hourglass.Properties.Resources", typeof(Resources).Assembly); @@ -51,7 +51,7 @@ internal Resources() { /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { + public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } @@ -60,20 +60,74 @@ internal Resources() { } } + /// + /// Looks up a localized string similar to _Close. + /// + public static string AboutDialogCloseButtonContent { + get { + return ResourceManager.GetString("AboutDialogCloseButtonContent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Contribute on GitHub:. + /// + public static string AboutDialogContributeOnGitHub { + get { + return ResourceManager.GetString("AboutDialogContributeOnGitHub", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to License:. + /// + public static string AboutDialogLicense { + get { + return ResourceManager.GetString("AboutDialogLicense", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to More information:. + /// + public static string AboutDialogMoreInformation { + get { + return ResourceManager.GetString("AboutDialogMoreInformation", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to About Hourglass. + /// + public static string AboutDialogTitle { + get { + return ResourceManager.GetString("AboutDialogTitle", resourceCulture); + } + } + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// - internal static System.Drawing.Icon AppIcon { + public static System.Drawing.Icon AppIcon { get { object obj = ResourceManager.GetObject("AppIcon", resourceCulture); return ((System.Drawing.Icon)(obj)); } } + /// + /// Looks up a localized string similar to Hourglass. + /// + public static string AppName { + get { + return ResourceManager.GetString("AppName", resourceCulture); + } + } + /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// - internal static System.IO.UnmanagedMemoryStream BeepLoud { + public static System.IO.UnmanagedMemoryStream BeepLoud { get { return ResourceManager.GetStream("BeepLoud", resourceCulture); } @@ -82,7 +136,7 @@ internal static System.IO.UnmanagedMemoryStream BeepLoud { /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// - internal static System.IO.UnmanagedMemoryStream BeepNormal { + public static System.IO.UnmanagedMemoryStream BeepNormal { get { return ResourceManager.GetStream("BeepNormal", resourceCulture); } @@ -91,7 +145,7 @@ internal static System.IO.UnmanagedMemoryStream BeepNormal { /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// - internal static System.IO.UnmanagedMemoryStream BeepQuiet { + public static System.IO.UnmanagedMemoryStream BeepQuiet { get { return ResourceManager.GetStream("BeepQuiet", resourceCulture); } @@ -100,7 +154,7 @@ internal static System.IO.UnmanagedMemoryStream BeepQuiet { /// /// Looks up a localized string similar to Duplicate switch "{0}". /// - internal static string CommandLineArgumentsParseExceptionDuplicateSwitchFormatString { + public static string CommandLineArgumentsParseExceptionDuplicateSwitchFormatString { get { return ResourceManager.GetString("CommandLineArgumentsParseExceptionDuplicateSwitchFormatString", resourceCulture); } @@ -109,7 +163,7 @@ internal static string CommandLineArgumentsParseExceptionDuplicateSwitchFormatSt /// /// Looks up a localized string similar to Invalid timer input "{0}". /// - internal static string CommandLineArgumentsParseExceptionInvalidTimerInputFormatString { + public static string CommandLineArgumentsParseExceptionInvalidTimerInputFormatString { get { return ResourceManager.GetString("CommandLineArgumentsParseExceptionInvalidTimerInputFormatString", resourceCulture); } @@ -118,7 +172,7 @@ internal static string CommandLineArgumentsParseExceptionInvalidTimerInputFormat /// /// Looks up a localized string similar to Invalid value "{1}" for switch "{0}". /// - internal static string CommandLineArgumentsParseExceptionInvalidValueForSwitchFormatString { + public static string CommandLineArgumentsParseExceptionInvalidValueForSwitchFormatString { get { return ResourceManager.GetString("CommandLineArgumentsParseExceptionInvalidValueForSwitchFormatString", resourceCulture); } @@ -127,7 +181,7 @@ internal static string CommandLineArgumentsParseExceptionInvalidValueForSwitchFo /// /// Looks up a localized string similar to Missing value for switch "{0}". /// - internal static string CommandLineArgumentsParseExceptionMissingValueForSwitchFormatString { + public static string CommandLineArgumentsParseExceptionMissingValueForSwitchFormatString { get { return ResourceManager.GetString("CommandLineArgumentsParseExceptionMissingValueForSwitchFormatString", resourceCulture); } @@ -136,25 +190,34 @@ internal static string CommandLineArgumentsParseExceptionMissingValueForSwitchFo /// /// Looks up a localized string similar to Unrecognized switch "{0}". /// - internal static string CommandLineArgumentsParseExceptionUnrecognizedSwitchFormatString { + public static string CommandLineArgumentsParseExceptionUnrecognizedSwitchFormatString { get { return ResourceManager.GetString("CommandLineArgumentsParseExceptionUnrecognizedSwitchFormatString", resourceCulture); } } + /// + /// Looks up a localized string similar to _About. + /// + public static string ContextMenuAboutMenuItem { + get { + return ResourceManager.GetString("ContextMenuAboutMenuItem", resourceCulture); + } + } + /// /// Looks up a localized string similar to Advanced options. /// - internal static string ContextMenuAdvancedOptionsMenuItem { + public static string ContextMenuAdvancedOptionsMenuItem { get { return ResourceManager.GetString("ContextMenuAdvancedOptionsMenuItem", resourceCulture); } } /// - /// Looks up a localized string similar to _Always on top. + /// Looks up a localized string similar to Al_ways on top. /// - internal static string ContextMenuAlwaysOnTopMenuItem { + public static string ContextMenuAlwaysOnTopMenuItem { get { return ResourceManager.GetString("ContextMenuAlwaysOnTopMenuItem", resourceCulture); } @@ -163,7 +226,7 @@ internal static string ContextMenuAlwaysOnTopMenuItem { /// /// Looks up a localized string similar to _Application name. /// - internal static string ContextMenuApplicationNameWindowTitleMenuItem { + public static string ContextMenuApplicationNameWindowTitleMenuItem { get { return ResourceManager.GetString("ContextMenuApplicationNameWindowTitleMenuItem", resourceCulture); } @@ -172,7 +235,7 @@ internal static string ContextMenuApplicationNameWindowTitleMenuItem { /// /// Looks up a localized string similar to _Clear recent inputs. /// - internal static string ContextMenuClearRecentInputsMenuItem { + public static string ContextMenuClearRecentInputsMenuItem { get { return ResourceManager.GetString("ContextMenuClearRecentInputsMenuItem", resourceCulture); } @@ -181,7 +244,7 @@ internal static string ContextMenuClearRecentInputsMenuItem { /// /// Looks up a localized string similar to _Clear saved timers. /// - internal static string ContextMenuClearSavedTimersMenuItem { + public static string ContextMenuClearSavedTimersMenuItem { get { return ResourceManager.GetString("ContextMenuClearSavedTimersMenuItem", resourceCulture); } @@ -190,7 +253,7 @@ internal static string ContextMenuClearSavedTimersMenuItem { /// /// Looks up a localized string similar to _Close. /// - internal static string ContextMenuCloseMenuItem { + public static string ContextMenuCloseMenuItem { get { return ResourceManager.GetString("ContextMenuCloseMenuItem", resourceCulture); } @@ -199,7 +262,7 @@ internal static string ContextMenuCloseMenuItem { /// /// Looks up a localized string similar to Close when _expired. /// - internal static string ContextMenuCloseWhenExpiredMenuItem { + public static string ContextMenuCloseWhenExpiredMenuItem { get { return ResourceManager.GetString("ContextMenuCloseWhenExpiredMenuItem", resourceCulture); } @@ -208,7 +271,7 @@ internal static string ContextMenuCloseWhenExpiredMenuItem { /// /// Looks up a localized string similar to _Dark theme. /// - internal static string ContextMenuDarkThemeMenuItem { + public static string ContextMenuDarkThemeMenuItem { get { return ResourceManager.GetString("ContextMenuDarkThemeMenuItem", resourceCulture); } @@ -217,7 +280,7 @@ internal static string ContextMenuDarkThemeMenuItem { /// /// Looks up a localized string similar to Do not _keep computer awake. /// - internal static string ContextMenuDoNotKeepComputerAwakeMenuItem { + public static string ContextMenuDoNotKeepComputerAwakeMenuItem { get { return ResourceManager.GetString("ContextMenuDoNotKeepComputerAwakeMenuItem", resourceCulture); } @@ -226,7 +289,7 @@ internal static string ContextMenuDoNotKeepComputerAwakeMenuItem { /// /// Looks up a localized string similar to _Full screen. /// - internal static string ContextMenuFullScreenMenuItem { + public static string ContextMenuFullScreenMenuItem { get { return ResourceManager.GetString("ContextMenuFullScreenMenuItem", resourceCulture); } @@ -235,7 +298,7 @@ internal static string ContextMenuFullScreenMenuItem { /// /// Looks up a localized string similar to _Light theme. /// - internal static string ContextMenuLightThemeMenuItem { + public static string ContextMenuLightThemeMenuItem { get { return ResourceManager.GetString("ContextMenuLightThemeMenuItem", resourceCulture); } @@ -244,7 +307,7 @@ internal static string ContextMenuLightThemeMenuItem { /// /// Looks up a localized string similar to _Loop sound. /// - internal static string ContextMenuLoopSoundMenuItem { + public static string ContextMenuLoopSoundMenuItem { get { return ResourceManager.GetString("ContextMenuLoopSoundMenuItem", resourceCulture); } @@ -253,7 +316,7 @@ internal static string ContextMenuLoopSoundMenuItem { /// /// Looks up a localized string similar to _Loop timer. /// - internal static string ContextMenuLoopTimerMenuItem { + public static string ContextMenuLoopTimerMenuItem { get { return ResourceManager.GetString("ContextMenuLoopTimerMenuItem", resourceCulture); } @@ -262,7 +325,7 @@ internal static string ContextMenuLoopTimerMenuItem { /// /// Looks up a localized string similar to _Manage themes.... /// - internal static string ContextMenuManageThemesMenuItem { + public static string ContextMenuManageThemesMenuItem { get { return ResourceManager.GetString("ContextMenuManageThemesMenuItem", resourceCulture); } @@ -271,7 +334,7 @@ internal static string ContextMenuManageThemesMenuItem { /// /// Looks up a localized string similar to Ma_ximize. /// - internal static string ContextMenuMaximizeMenuItem { + public static string ContextMenuMaximizeMenuItem { get { return ResourceManager.GetString("ContextMenuMaximizeMenuItem", resourceCulture); } @@ -280,7 +343,7 @@ internal static string ContextMenuMaximizeMenuItem { /// /// Looks up a localized string similar to _Minimize. /// - internal static string ContextMenuMinimizeMenuItem { + public static string ContextMenuMinimizeMenuItem { get { return ResourceManager.GetString("ContextMenuMinimizeMenuItem", resourceCulture); } @@ -289,7 +352,7 @@ internal static string ContextMenuMinimizeMenuItem { /// /// Looks up a localized string similar to _New timer. /// - internal static string ContextMenuNewTimerMenuItem { + public static string ContextMenuNewTimerMenuItem { get { return ResourceManager.GetString("ContextMenuNewTimerMenuItem", resourceCulture); } @@ -298,7 +361,7 @@ internal static string ContextMenuNewTimerMenuItem { /// /// Looks up a localized string similar to No recent inputs. /// - internal static string ContextMenuNoRecentInputsMenuItem { + public static string ContextMenuNoRecentInputsMenuItem { get { return ResourceManager.GetString("ContextMenuNoRecentInputsMenuItem", resourceCulture); } @@ -307,7 +370,7 @@ internal static string ContextMenuNoRecentInputsMenuItem { /// /// Looks up a localized string similar to No saved timers. /// - internal static string ContextMenuNoSavedTimersMenuItem { + public static string ContextMenuNoSavedTimersMenuItem { get { return ResourceManager.GetString("ContextMenuNoSavedTimersMenuItem", resourceCulture); } @@ -316,7 +379,7 @@ internal static string ContextMenuNoSavedTimersMenuItem { /// /// Looks up a localized string similar to _No sound. /// - internal static string ContextMenuNoSoundMenuItem { + public static string ContextMenuNoSoundMenuItem { get { return ResourceManager.GetString("ContextMenuNoSoundMenuItem", resourceCulture); } @@ -325,7 +388,7 @@ internal static string ContextMenuNoSoundMenuItem { /// /// Looks up a localized string similar to _None. /// - internal static string ContextMenuNoWindowTitleMenuItem { + public static string ContextMenuNoWindowTitleMenuItem { get { return ResourceManager.GetString("ContextMenuNoWindowTitleMenuItem", resourceCulture); } @@ -334,7 +397,7 @@ internal static string ContextMenuNoWindowTitleMenuItem { /// /// Looks up a localized string similar to _Open all saved timers. /// - internal static string ContextMenuOpenAllSavedTimersMenuItem { + public static string ContextMenuOpenAllSavedTimersMenuItem { get { return ResourceManager.GetString("ContextMenuOpenAllSavedTimersMenuItem", resourceCulture); } @@ -343,7 +406,7 @@ internal static string ContextMenuOpenAllSavedTimersMenuItem { /// /// Looks up a localized string similar to _Open saved timers on startup. /// - internal static string ContextMenuOpenSavedTimersOnStartupMenuItem { + public static string ContextMenuOpenSavedTimersOnStartupMenuItem { get { return ResourceManager.GetString("ContextMenuOpenSavedTimersOnStartupMenuItem", resourceCulture); } @@ -352,7 +415,7 @@ internal static string ContextMenuOpenSavedTimersOnStartupMenuItem { /// /// Looks up a localized string similar to _Pop up when expired. /// - internal static string ContextMenuPopUpWhenExpiredMenuItem { + public static string ContextMenuPopUpWhenExpiredMenuItem { get { return ResourceManager.GetString("ContextMenuPopUpWhenExpiredMenuItem", resourceCulture); } @@ -361,7 +424,7 @@ internal static string ContextMenuPopUpWhenExpiredMenuItem { /// /// Looks up a localized string similar to Prefer 24-_hour time when parsing. /// - internal static string ContextMenuPrefer24HourTimeMenuItem { + public static string ContextMenuPrefer24HourTimeMenuItem { get { return ResourceManager.GetString("ContextMenuPrefer24HourTimeMenuItem", resourceCulture); } @@ -370,7 +433,7 @@ internal static string ContextMenuPrefer24HourTimeMenuItem { /// /// Looks up a localized string similar to Pro_mpt on exit. /// - internal static string ContextMenuPromptOnExitMenuItem { + public static string ContextMenuPromptOnExitMenuItem { get { return ResourceManager.GetString("ContextMenuPromptOnExitMenuItem", resourceCulture); } @@ -379,7 +442,7 @@ internal static string ContextMenuPromptOnExitMenuItem { /// /// Looks up a localized string similar to _Recent inputs. /// - internal static string ContextMenuRecentInputsMenuItem { + public static string ContextMenuRecentInputsMenuItem { get { return ResourceManager.GetString("ContextMenuRecentInputsMenuItem", resourceCulture); } @@ -388,7 +451,7 @@ internal static string ContextMenuRecentInputsMenuItem { /// /// Looks up a localized string similar to Rest_ore. /// - internal static string ContextMenuRestoreMenuItem { + public static string ContextMenuRestoreMenuItem { get { return ResourceManager.GetString("ContextMenuRestoreMenuItem", resourceCulture); } @@ -397,7 +460,7 @@ internal static string ContextMenuRestoreMenuItem { /// /// Looks up a localized string similar to _Reverse progress bar. /// - internal static string ContextMenuReverseProgressBarMenuItem { + public static string ContextMenuReverseProgressBarMenuItem { get { return ResourceManager.GetString("ContextMenuReverseProgressBarMenuItem", resourceCulture); } @@ -406,7 +469,7 @@ internal static string ContextMenuReverseProgressBarMenuItem { /// /// Looks up a localized string similar to Sa_ved timers. /// - internal static string ContextMenuSavedTimersMenuItem { + public static string ContextMenuSavedTimersMenuItem { get { return ResourceManager.GetString("ContextMenuSavedTimersMenuItem", resourceCulture); } @@ -415,7 +478,7 @@ internal static string ContextMenuSavedTimersMenuItem { /// /// Looks up a localized string similar to S_how in notification area. /// - internal static string ContextMenuShowInNotificationAreaMenuItem { + public static string ContextMenuShowInNotificationAreaMenuItem { get { return ResourceManager.GetString("ContextMenuShowInNotificationAreaMenuItem", resourceCulture); } @@ -424,7 +487,7 @@ internal static string ContextMenuShowInNotificationAreaMenuItem { /// /// Looks up a localized string similar to Show progress in taskbar. /// - internal static string ContextMenuShowProgressInTaskbarMenuItem { + public static string ContextMenuShowProgressInTaskbarMenuItem { get { return ResourceManager.GetString("ContextMenuShowProgressInTaskbarMenuItem", resourceCulture); } @@ -433,7 +496,7 @@ internal static string ContextMenuShowProgressInTaskbarMenuItem { /// /// Looks up a localized string similar to _Show time elapsed instead of time left. /// - internal static string ContextMenuShowTimeElapsedMenuItem { + public static string ContextMenuShowTimeElapsedMenuItem { get { return ResourceManager.GetString("ContextMenuShowTimeElapsedMenuItem", resourceCulture); } @@ -442,7 +505,7 @@ internal static string ContextMenuShowTimeElapsedMenuItem { /// /// Looks up a localized string similar to Shut _down when expired. /// - internal static string ContextMenuShutDownWhenExpiredMenuItem { + public static string ContextMenuShutDownWhenExpiredMenuItem { get { return ResourceManager.GetString("ContextMenuShutDownWhenExpiredMenuItem", resourceCulture); } @@ -451,7 +514,7 @@ internal static string ContextMenuShutDownWhenExpiredMenuItem { /// /// Looks up a localized string similar to _Sound. /// - internal static string ContextMenuSoundMenuItem { + public static string ContextMenuSoundMenuItem { get { return ResourceManager.GetString("ContextMenuSoundMenuItem", resourceCulture); } @@ -460,7 +523,7 @@ internal static string ContextMenuSoundMenuItem { /// /// Looks up a localized string similar to _Theme. /// - internal static string ContextMenuThemeMenuItem { + public static string ContextMenuThemeMenuItem { get { return ResourceManager.GetString("ContextMenuThemeMenuItem", resourceCulture); } @@ -469,7 +532,7 @@ internal static string ContextMenuThemeMenuItem { /// /// Looks up a localized string similar to Time ela_psed · Timer title. /// - internal static string ContextMenuTimeElapsedPlusTimerTitleWindowTitleMenuItem { + public static string ContextMenuTimeElapsedPlusTimerTitleWindowTitleMenuItem { get { return ResourceManager.GetString("ContextMenuTimeElapsedPlusTimerTitleWindowTitleMenuItem", resourceCulture); } @@ -478,7 +541,7 @@ internal static string ContextMenuTimeElapsedPlusTimerTitleWindowTitleMenuItem { /// /// Looks up a localized string similar to Time _elapsed. /// - internal static string ContextMenuTimeElapsedWindowTitleMenuItem { + public static string ContextMenuTimeElapsedWindowTitleMenuItem { get { return ResourceManager.GetString("ContextMenuTimeElapsedWindowTitleMenuItem", resourceCulture); } @@ -487,7 +550,7 @@ internal static string ContextMenuTimeElapsedWindowTitleMenuItem { /// /// Looks up a localized string similar to Time le_ft · Timer title. /// - internal static string ContextMenuTimeLeftPlusTimerTitleWindowTitleMenuItem { + public static string ContextMenuTimeLeftPlusTimerTitleWindowTitleMenuItem { get { return ResourceManager.GetString("ContextMenuTimeLeftPlusTimerTitleWindowTitleMenuItem", resourceCulture); } @@ -496,7 +559,7 @@ internal static string ContextMenuTimeLeftPlusTimerTitleWindowTitleMenuItem { /// /// Looks up a localized string similar to Time _left. /// - internal static string ContextMenuTimeLeftWindowTitleMenuItem { + public static string ContextMenuTimeLeftWindowTitleMenuItem { get { return ResourceManager.GetString("ContextMenuTimeLeftWindowTitleMenuItem", resourceCulture); } @@ -505,7 +568,7 @@ internal static string ContextMenuTimeLeftWindowTitleMenuItem { /// /// Looks up a localized string similar to Ti_mer title · Time elapsed. /// - internal static string ContextMenuTimerTitlePlusTimeElapsedWindowTitleMenuItem { + public static string ContextMenuTimerTitlePlusTimeElapsedWindowTitleMenuItem { get { return ResourceManager.GetString("ContextMenuTimerTitlePlusTimeElapsedWindowTitleMenuItem", resourceCulture); } @@ -514,7 +577,7 @@ internal static string ContextMenuTimerTitlePlusTimeElapsedWindowTitleMenuItem { /// /// Looks up a localized string similar to T_imer title · Time left. /// - internal static string ContextMenuTimerTitlePlusTimeLeftWindowTitleMenuItem { + public static string ContextMenuTimerTitlePlusTimeLeftWindowTitleMenuItem { get { return ResourceManager.GetString("ContextMenuTimerTitlePlusTimeLeftWindowTitleMenuItem", resourceCulture); } @@ -523,7 +586,7 @@ internal static string ContextMenuTimerTitlePlusTimeLeftWindowTitleMenuItem { /// /// Looks up a localized string similar to Timer _title. /// - internal static string ContextMenuTimerTitleWindowTitleMenuItem { + public static string ContextMenuTimerTitleWindowTitleMenuItem { get { return ResourceManager.GetString("ContextMenuTimerTitleWindowTitleMenuItem", resourceCulture); } @@ -532,7 +595,7 @@ internal static string ContextMenuTimerTitleWindowTitleMenuItem { /// /// Looks up a localized string similar to Unnamed theme. /// - internal static string ContextMenuUnnamedTheme { + public static string ContextMenuUnnamedTheme { get { return ResourceManager.GetString("ContextMenuUnnamedTheme", resourceCulture); } @@ -541,7 +604,7 @@ internal static string ContextMenuUnnamedTheme { /// /// Looks up a localized string similar to _Window title. /// - internal static string ContextMenuWindowTitleMenuItem { + public static string ContextMenuWindowTitleMenuItem { get { return ResourceManager.GetString("ContextMenuWindowTitleMenuItem", resourceCulture); } @@ -550,7 +613,7 @@ internal static string ContextMenuWindowTitleMenuItem { /// /// Looks up a localized string similar to en-US. /// - internal static string CultureName { + public static string CultureName { get { return ResourceManager.GetString("CultureName", resourceCulture); } @@ -559,7 +622,7 @@ internal static string CultureName { /// /// Looks up a localized string similar to April. /// - internal static string DateTimeExtensionsApril { + public static string DateTimeExtensionsApril { get { return ResourceManager.GetString("DateTimeExtensionsApril", resourceCulture); } @@ -568,7 +631,7 @@ internal static string DateTimeExtensionsApril { /// /// Looks up a localized string similar to August. /// - internal static string DateTimeExtensionsAugust { + public static string DateTimeExtensionsAugust { get { return ResourceManager.GetString("DateTimeExtensionsAugust", resourceCulture); } @@ -577,7 +640,7 @@ internal static string DateTimeExtensionsAugust { /// /// Looks up a localized string similar to December. /// - internal static string DateTimeExtensionsDecember { + public static string DateTimeExtensionsDecember { get { return ResourceManager.GetString("DateTimeExtensionsDecember", resourceCulture); } @@ -586,7 +649,7 @@ internal static string DateTimeExtensionsDecember { /// /// Looks up a localized string similar to February. /// - internal static string DateTimeExtensionsFebruary { + public static string DateTimeExtensionsFebruary { get { return ResourceManager.GetString("DateTimeExtensionsFebruary", resourceCulture); } @@ -595,7 +658,7 @@ internal static string DateTimeExtensionsFebruary { /// /// Looks up a localized string similar to January. /// - internal static string DateTimeExtensionsJanuary { + public static string DateTimeExtensionsJanuary { get { return ResourceManager.GetString("DateTimeExtensionsJanuary", resourceCulture); } @@ -604,7 +667,7 @@ internal static string DateTimeExtensionsJanuary { /// /// Looks up a localized string similar to July. /// - internal static string DateTimeExtensionsJuly { + public static string DateTimeExtensionsJuly { get { return ResourceManager.GetString("DateTimeExtensionsJuly", resourceCulture); } @@ -613,7 +676,7 @@ internal static string DateTimeExtensionsJuly { /// /// Looks up a localized string similar to June. /// - internal static string DateTimeExtensionsJune { + public static string DateTimeExtensionsJune { get { return ResourceManager.GetString("DateTimeExtensionsJune", resourceCulture); } @@ -622,7 +685,7 @@ internal static string DateTimeExtensionsJune { /// /// Looks up a localized string similar to March. /// - internal static string DateTimeExtensionsMarch { + public static string DateTimeExtensionsMarch { get { return ResourceManager.GetString("DateTimeExtensionsMarch", resourceCulture); } @@ -631,7 +694,7 @@ internal static string DateTimeExtensionsMarch { /// /// Looks up a localized string similar to May. /// - internal static string DateTimeExtensionsMay { + public static string DateTimeExtensionsMay { get { return ResourceManager.GetString("DateTimeExtensionsMay", resourceCulture); } @@ -640,7 +703,7 @@ internal static string DateTimeExtensionsMay { /// /// Looks up a localized string similar to {0}nd. /// - internal static string DateTimeExtensionsNndFormatString { + public static string DateTimeExtensionsNndFormatString { get { return ResourceManager.GetString("DateTimeExtensionsNndFormatString", resourceCulture); } @@ -649,7 +712,7 @@ internal static string DateTimeExtensionsNndFormatString { /// /// Looks up a localized string similar to November. /// - internal static string DateTimeExtensionsNovember { + public static string DateTimeExtensionsNovember { get { return ResourceManager.GetString("DateTimeExtensionsNovember", resourceCulture); } @@ -658,7 +721,7 @@ internal static string DateTimeExtensionsNovember { /// /// Looks up a localized string similar to {0}rd. /// - internal static string DateTimeExtensionsNrdFormatString { + public static string DateTimeExtensionsNrdFormatString { get { return ResourceManager.GetString("DateTimeExtensionsNrdFormatString", resourceCulture); } @@ -667,7 +730,7 @@ internal static string DateTimeExtensionsNrdFormatString { /// /// Looks up a localized string similar to {0}st. /// - internal static string DateTimeExtensionsNstFormatString { + public static string DateTimeExtensionsNstFormatString { get { return ResourceManager.GetString("DateTimeExtensionsNstFormatString", resourceCulture); } @@ -676,7 +739,7 @@ internal static string DateTimeExtensionsNstFormatString { /// /// Looks up a localized string similar to {0}th. /// - internal static string DateTimeExtensionsNthFormatString { + public static string DateTimeExtensionsNthFormatString { get { return ResourceManager.GetString("DateTimeExtensionsNthFormatString", resourceCulture); } @@ -685,7 +748,7 @@ internal static string DateTimeExtensionsNthFormatString { /// /// Looks up a localized string similar to October. /// - internal static string DateTimeExtensionsOctober { + public static string DateTimeExtensionsOctober { get { return ResourceManager.GetString("DateTimeExtensionsOctober", resourceCulture); } @@ -694,7 +757,7 @@ internal static string DateTimeExtensionsOctober { /// /// Looks up a localized string similar to September. /// - internal static string DateTimeExtensionsSeptember { + public static string DateTimeExtensionsSeptember { get { return ResourceManager.GetString("DateTimeExtensionsSeptember", resourceCulture); } @@ -703,7 +766,7 @@ internal static string DateTimeExtensionsSeptember { /// /// Looks up a localized string similar to {0}. /// - internal static string DateTimeTokenDateOnlyFormatString { + public static string DateTimeTokenDateOnlyFormatString { get { return ResourceManager.GetString("DateTimeTokenDateOnlyFormatString", resourceCulture); } @@ -712,7 +775,7 @@ internal static string DateTimeTokenDateOnlyFormatString { /// /// Looks up a localized string similar to ^({0})$. /// - internal static string DateTimeTokenDateOnlyPatternFormatString { + public static string DateTimeTokenDateOnlyPatternFormatString { get { return ResourceManager.GetString("DateTimeTokenDateOnlyPatternFormatString", resourceCulture); } @@ -721,7 +784,7 @@ internal static string DateTimeTokenDateOnlyPatternFormatString { /// /// Looks up a localized string similar to {0} at {1}. /// - internal static string DateTimeTokenDateTimeFormatString { + public static string DateTimeTokenDateTimeFormatString { get { return ResourceManager.GetString("DateTimeTokenDateTimeFormatString", resourceCulture); } @@ -730,7 +793,7 @@ internal static string DateTimeTokenDateTimeFormatString { /// /// Looks up a localized string similar to ^({0})\s+(at\s+)?({1})$. /// - internal static string DateTimeTokenDateTimePatternFormatString { + public static string DateTimeTokenDateTimePatternFormatString { get { return ResourceManager.GetString("DateTimeTokenDateTimePatternFormatString", resourceCulture); } @@ -739,7 +802,7 @@ internal static string DateTimeTokenDateTimePatternFormatString { /// /// Looks up a localized string similar to ^({0})\s+(on\s+)?({1})$. /// - internal static string DateTimeTokenTimeDatePatternFormatString { + public static string DateTimeTokenTimeDatePatternFormatString { get { return ResourceManager.GetString("DateTimeTokenTimeDatePatternFormatString", resourceCulture); } @@ -748,7 +811,7 @@ internal static string DateTimeTokenTimeDatePatternFormatString { /// /// Looks up a localized string similar to until {0}. /// - internal static string DateTimeTokenTimeOnlyFormatString { + public static string DateTimeTokenTimeOnlyFormatString { get { return ResourceManager.GetString("DateTimeTokenTimeOnlyFormatString", resourceCulture); } @@ -757,7 +820,7 @@ internal static string DateTimeTokenTimeOnlyFormatString { /// /// Looks up a localized string similar to ^({0})$. /// - internal static string DateTimeTokenTimeOnlyPatternFormatString { + public static string DateTimeTokenTimeOnlyPatternFormatString { get { return ResourceManager.GetString("DateTimeTokenTimeOnlyPatternFormatString", resourceCulture); } @@ -766,7 +829,7 @@ internal static string DateTimeTokenTimeOnlyPatternFormatString { /// /// Looks up a localized string similar to {0} after next. /// - internal static string DayOfWeekDateTokenAfterNextFormatString { + public static string DayOfWeekDateTokenAfterNextFormatString { get { return ResourceManager.GetString("DayOfWeekDateTokenAfterNextFormatString", resourceCulture); } @@ -777,7 +840,7 @@ internal static string DayOfWeekDateTokenAfterNextFormatString { ///(\s*after)? ///\s*(?<afternext>next). /// - internal static string DayOfWeekDateTokenDaysOfWeekAfterNextPattern { + public static string DayOfWeekDateTokenDaysOfWeekAfterNextPattern { get { return ResourceManager.GetString("DayOfWeekDateTokenDaysOfWeekAfterNextPattern", resourceCulture); } @@ -787,7 +850,7 @@ internal static string DayOfWeekDateTokenDaysOfWeekAfterNextPattern { /// Looks up a localized string similar to ((this|next)\s*)? ///(?<weekday>(Sun|Mon|Tue|Wed|Thu|Fri|Sat)[a-z]*). /// - internal static string DayOfWeekDateTokenDaysOfWeekNextPattern { + public static string DayOfWeekDateTokenDaysOfWeekNextPattern { get { return ResourceManager.GetString("DayOfWeekDateTokenDaysOfWeekNextPattern", resourceCulture); } @@ -797,7 +860,7 @@ internal static string DayOfWeekDateTokenDaysOfWeekNextPattern { /// Looks up a localized string similar to (?<weekday>(Sun|Mon|Tue|Wed|Thu|Fri|Sat)[a-z]*) ///\s*(?<nextweek>next\s*w(ee)?k). /// - internal static string DayOfWeekDateTokenDaysOfWeekNextWeekPattern { + public static string DayOfWeekDateTokenDaysOfWeekNextWeekPattern { get { return ResourceManager.GetString("DayOfWeekDateTokenDaysOfWeekNextWeekPattern", resourceCulture); } @@ -806,7 +869,7 @@ internal static string DayOfWeekDateTokenDaysOfWeekNextWeekPattern { /// /// Looks up a localized string similar to {0}. /// - internal static string DayOfWeekDateTokenNextFormatString { + public static string DayOfWeekDateTokenNextFormatString { get { return ResourceManager.GetString("DayOfWeekDateTokenNextFormatString", resourceCulture); } @@ -815,7 +878,7 @@ internal static string DayOfWeekDateTokenNextFormatString { /// /// Looks up a localized string similar to {0} next week. /// - internal static string DayOfWeekDateTokenNextWeekFormatString { + public static string DayOfWeekDateTokenNextWeekFormatString { get { return ResourceManager.GetString("DayOfWeekDateTokenNextWeekFormatString", resourceCulture); } @@ -824,7 +887,7 @@ internal static string DayOfWeekDateTokenNextWeekFormatString { /// /// Looks up a localized string similar to Friday. /// - internal static string DayOfWeekExtensionsFriday { + public static string DayOfWeekExtensionsFriday { get { return ResourceManager.GetString("DayOfWeekExtensionsFriday", resourceCulture); } @@ -833,7 +896,7 @@ internal static string DayOfWeekExtensionsFriday { /// /// Looks up a localized string similar to Monday. /// - internal static string DayOfWeekExtensionsMonday { + public static string DayOfWeekExtensionsMonday { get { return ResourceManager.GetString("DayOfWeekExtensionsMonday", resourceCulture); } @@ -842,7 +905,7 @@ internal static string DayOfWeekExtensionsMonday { /// /// Looks up a localized string similar to Saturday. /// - internal static string DayOfWeekExtensionsSaturday { + public static string DayOfWeekExtensionsSaturday { get { return ResourceManager.GetString("DayOfWeekExtensionsSaturday", resourceCulture); } @@ -851,7 +914,7 @@ internal static string DayOfWeekExtensionsSaturday { /// /// Looks up a localized string similar to Sunday. /// - internal static string DayOfWeekExtensionsSunday { + public static string DayOfWeekExtensionsSunday { get { return ResourceManager.GetString("DayOfWeekExtensionsSunday", resourceCulture); } @@ -860,7 +923,7 @@ internal static string DayOfWeekExtensionsSunday { /// /// Looks up a localized string similar to Thursday. /// - internal static string DayOfWeekExtensionsThursday { + public static string DayOfWeekExtensionsThursday { get { return ResourceManager.GetString("DayOfWeekExtensionsThursday", resourceCulture); } @@ -869,7 +932,7 @@ internal static string DayOfWeekExtensionsThursday { /// /// Looks up a localized string similar to Tuesday. /// - internal static string DayOfWeekExtensionsTuesday { + public static string DayOfWeekExtensionsTuesday { get { return ResourceManager.GetString("DayOfWeekExtensionsTuesday", resourceCulture); } @@ -878,7 +941,7 @@ internal static string DayOfWeekExtensionsTuesday { /// /// Looks up a localized string similar to Wednesday. /// - internal static string DayOfWeekExtensionsWednesday { + public static string DayOfWeekExtensionsWednesday { get { return ResourceManager.GetString("DayOfWeekExtensionsWednesday", resourceCulture); } @@ -887,7 +950,7 @@ internal static string DayOfWeekExtensionsWednesday { /// /// Looks up a localized string similar to _Close. /// - internal static string ErrorDialogCloseButtonContent { + public static string ErrorDialogCloseButtonContent { get { return ResourceManager.GetString("ErrorDialogCloseButtonContent", resourceCulture); } @@ -896,7 +959,7 @@ internal static string ErrorDialogCloseButtonContent { /// /// Looks up a localized string similar to An unexpected error has occurred. /// - internal static string ErrorDialogDefaultMessageText { + public static string ErrorDialogDefaultMessageText { get { return ResourceManager.GetString("ErrorDialogDefaultMessageText", resourceCulture); } @@ -905,7 +968,7 @@ internal static string ErrorDialogDefaultMessageText { /// /// Looks up a localized string similar to _Show details. /// - internal static string ErrorDialogShowDetailsButtonContent { + public static string ErrorDialogShowDetailsButtonContent { get { return ResourceManager.GetString("ErrorDialogShowDetailsButtonContent", resourceCulture); } @@ -914,7 +977,7 @@ internal static string ErrorDialogShowDetailsButtonContent { /// /// Looks up a localized string similar to Hourglass. /// - internal static string ErrorDialogTitle { + public static string ErrorDialogTitle { get { return ResourceManager.GetString("ErrorDialogTitle", resourceCulture); } @@ -923,7 +986,7 @@ internal static string ErrorDialogTitle { /// /// Looks up a localized string similar to The error has been written to "{0}".. /// - internal static string ErrorManagerErrorHasBeenWritten { + public static string ErrorManagerErrorHasBeenWritten { get { return ResourceManager.GetString("ErrorManagerErrorHasBeenWritten", resourceCulture); } @@ -932,7 +995,7 @@ internal static string ErrorManagerErrorHasBeenWritten { /// /// Looks up a localized string similar to Failed to clean old error messages.. /// - internal static string ErrorManagerFailedToClean { + public static string ErrorManagerFailedToClean { get { return ResourceManager.GetString("ErrorManagerFailedToClean", resourceCulture); } @@ -941,16 +1004,31 @@ internal static string ErrorManagerFailedToClean { /// /// Looks up a localized string similar to An unexpected error has occurred. /// - internal static string ErrorManagerUnexpectedError { + public static string ErrorManagerUnexpectedError { get { return ResourceManager.GetString("ErrorManagerUnexpectedError", resourceCulture); } } + /// + /// Looks up a localized string similar to MIT License + /// + ///Copyright © 2021 Chris Dziemborowicz + /// + ///Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + /// + ///The above copyright n [rest of string was truncated]";. + /// + public static string License { + get { + return ResourceManager.GetString("License", resourceCulture); + } + } + /// /// Looks up a localized string similar to Hourglass. /// - internal static string MessageBoxTitle { + public static string MessageBoxTitle { get { return ResourceManager.GetString("MessageBoxTitle", resourceCulture); } @@ -959,7 +1037,7 @@ internal static string MessageBoxTitle { /// /// Looks up a localized string similar to {0} {1}. /// - internal static string NormalDateTokenDayAndMonthFormatString { + public static string NormalDateTokenDayAndMonthFormatString { get { return ResourceManager.GetString("NormalDateTokenDayAndMonthFormatString", resourceCulture); } @@ -968,7 +1046,7 @@ internal static string NormalDateTokenDayAndMonthFormatString { /// /// Looks up a localized string similar to {0} {1} {2}. /// - internal static string NormalDateTokenDayMonthAndYearFormatString { + public static string NormalDateTokenDayMonthAndYearFormatString { get { return ResourceManager.GetString("NormalDateTokenDayMonthAndYearFormatString", resourceCulture); } @@ -977,7 +1055,7 @@ internal static string NormalDateTokenDayMonthAndYearFormatString { /// /// Looks up a localized string similar to {0}. /// - internal static string NormalDateTokenDayOnlyFormatString { + public static string NormalDateTokenDayOnlyFormatString { get { return ResourceManager.GetString("NormalDateTokenDayOnlyFormatString", resourceCulture); } @@ -988,7 +1066,7 @@ internal static string NormalDateTokenDayOnlyFormatString { ///(?<day>\d\d?) ///(\s*(st|nd|rd|th)). /// - internal static string NormalDateTokenDayOnlyPattern { + public static string NormalDateTokenDayOnlyPattern { get { return ResourceManager.GetString("NormalDateTokenDayOnlyPattern", resourceCulture); } @@ -997,7 +1075,7 @@ internal static string NormalDateTokenDayOnlyPattern { /// /// Looks up a localized string similar to {1} {0}. /// - internal static string NormalDateTokenMonthAndDayFormatString { + public static string NormalDateTokenMonthAndDayFormatString { get { return ResourceManager.GetString("NormalDateTokenMonthAndDayFormatString", resourceCulture); } @@ -1006,7 +1084,7 @@ internal static string NormalDateTokenMonthAndDayFormatString { /// /// Looks up a localized string similar to {0} {1}. /// - internal static string NormalDateTokenMonthAndYearFormatString { + public static string NormalDateTokenMonthAndYearFormatString { get { return ResourceManager.GetString("NormalDateTokenMonthAndYearFormatString", resourceCulture); } @@ -1015,7 +1093,7 @@ internal static string NormalDateTokenMonthAndYearFormatString { /// /// Looks up a localized string similar to {1} {0}, {2}. /// - internal static string NormalDateTokenMonthDayAndYearFormatString { + public static string NormalDateTokenMonthDayAndYearFormatString { get { return ResourceManager.GetString("NormalDateTokenMonthDayAndYearFormatString", resourceCulture); } @@ -1024,7 +1102,7 @@ internal static string NormalDateTokenMonthDayAndYearFormatString { /// /// Looks up a localized string similar to {0}. /// - internal static string NormalDateTokenMonthOnlyFormatString { + public static string NormalDateTokenMonthOnlyFormatString { get { return ResourceManager.GetString("NormalDateTokenMonthOnlyFormatString", resourceCulture); } @@ -1039,7 +1117,7 @@ internal static string NormalDateTokenMonthOnlyFormatString { /// (?<year>(\d\d)?\d\d) ///)?. /// - internal static string NormalDateTokenNumericalDateWithDayFirstPattern { + public static string NormalDateTokenNumericalDateWithDayFirstPattern { get { return ResourceManager.GetString("NormalDateTokenNumericalDateWithDayFirstPattern", resourceCulture); } @@ -1054,7 +1132,7 @@ internal static string NormalDateTokenNumericalDateWithDayFirstPattern { /// (?<year>(\d\d)?\d\d) ///)?. /// - internal static string NormalDateTokenNumericalDateWithMonthFirstPattern { + public static string NormalDateTokenNumericalDateWithMonthFirstPattern { get { return ResourceManager.GetString("NormalDateTokenNumericalDateWithMonthFirstPattern", resourceCulture); } @@ -1069,7 +1147,7 @@ internal static string NormalDateTokenNumericalDateWithMonthFirstPattern { ///[.\-/] ///(?<day>\d\d?). /// - internal static string NormalDateTokenNumericalDateWithYearFirstPattern { + public static string NormalDateTokenNumericalDateWithYearFirstPattern { get { return ResourceManager.GetString("NormalDateTokenNumericalDateWithYearFirstPattern", resourceCulture); } @@ -1084,7 +1162,7 @@ internal static string NormalDateTokenNumericalDateWithYearFirstPattern { ///[.\-/] ///(?<month>\d\d?). /// - internal static string NormalDateTokenNumericalMonthAndYearPattern { + public static string NormalDateTokenNumericalMonthAndYearPattern { get { return ResourceManager.GetString("NormalDateTokenNumericalMonthAndYearPattern", resourceCulture); } @@ -1100,7 +1178,7 @@ internal static string NormalDateTokenNumericalMonthAndYearPattern { /// (?<year>(\d\d)?\d\d) ///)?. /// - internal static string NormalDateTokenSpelledDateWithDayFirstPattern { + public static string NormalDateTokenSpelledDateWithDayFirstPattern { get { return ResourceManager.GetString("NormalDateTokenSpelledDateWithDayFirstPattern", resourceCulture); } @@ -1115,7 +1193,7 @@ internal static string NormalDateTokenSpelledDateWithDayFirstPattern { /// (?<year>(\d\d)?\d\d) ///)?. /// - internal static string NormalDateTokenSpelledDateWithMonthFirstPattern { + public static string NormalDateTokenSpelledDateWithMonthFirstPattern { get { return ResourceManager.GetString("NormalDateTokenSpelledDateWithMonthFirstPattern", resourceCulture); } @@ -1128,7 +1206,7 @@ internal static string NormalDateTokenSpelledDateWithMonthFirstPattern { /// (?<year>\d\d\d\d) ///)?. /// - internal static string NormalDateTokenSpelledMonthAndOptionalYearPattern { + public static string NormalDateTokenSpelledMonthAndOptionalYearPattern { get { return ResourceManager.GetString("NormalDateTokenSpelledMonthAndOptionalYearPattern", resourceCulture); } @@ -1137,7 +1215,7 @@ internal static string NormalDateTokenSpelledMonthAndOptionalYearPattern { /// /// Looks up a localized string similar to {0}. /// - internal static string NormalDateTokenYearOnlyFormatString { + public static string NormalDateTokenYearOnlyFormatString { get { return ResourceManager.GetString("NormalDateTokenYearOnlyFormatString", resourceCulture); } @@ -1146,7 +1224,7 @@ internal static string NormalDateTokenYearOnlyFormatString { /// /// Looks up a localized string similar to am. /// - internal static string NormalTimeTokenAmSuffix { + public static string NormalTimeTokenAmSuffix { get { return ResourceManager.GetString("NormalTimeTokenAmSuffix", resourceCulture); } @@ -1155,7 +1233,7 @@ internal static string NormalTimeTokenAmSuffix { /// /// Looks up a localized string similar to {0}. /// - internal static string NormalTimeTokenHourPartFormatString { + public static string NormalTimeTokenHourPartFormatString { get { return ResourceManager.GetString("NormalTimeTokenHourPartFormatString", resourceCulture); } @@ -1164,7 +1242,7 @@ internal static string NormalTimeTokenHourPartFormatString { /// /// Looks up a localized string similar to noon. /// - internal static string NormalTimeTokenMiddaySuffix { + public static string NormalTimeTokenMiddaySuffix { get { return ResourceManager.GetString("NormalTimeTokenMiddaySuffix", resourceCulture); } @@ -1173,7 +1251,7 @@ internal static string NormalTimeTokenMiddaySuffix { /// /// Looks up a localized string similar to midnight. /// - internal static string NormalTimeTokenMidnightSuffix { + public static string NormalTimeTokenMidnightSuffix { get { return ResourceManager.GetString("NormalTimeTokenMidnightSuffix", resourceCulture); } @@ -1184,7 +1262,7 @@ internal static string NormalTimeTokenMidnightSuffix { ///(?<minute>\d\d) ///(?<military>|h|hrs|hours). /// - internal static string NormalTimeTokenMilitaryTimePattern { + public static string NormalTimeTokenMilitaryTimePattern { get { return ResourceManager.GetString("NormalTimeTokenMilitaryTimePattern", resourceCulture); } @@ -1193,7 +1271,7 @@ internal static string NormalTimeTokenMilitaryTimePattern { /// /// Looks up a localized string similar to :{0:00}. /// - internal static string NormalTimeTokenMinutePartFormatString { + public static string NormalTimeTokenMinutePartFormatString { get { return ResourceManager.GetString("NormalTimeTokenMinutePartFormatString", resourceCulture); } @@ -1202,7 +1280,7 @@ internal static string NormalTimeTokenMinutePartFormatString { /// /// Looks up a localized string similar to pm. /// - internal static string NormalTimeTokenPmSuffix { + public static string NormalTimeTokenPmSuffix { get { return ResourceManager.GetString("NormalTimeTokenPmSuffix", resourceCulture); } @@ -1211,7 +1289,7 @@ internal static string NormalTimeTokenPmSuffix { /// /// Looks up a localized string similar to :{0:00}. /// - internal static string NormalTimeTokenSecondPartFormatString { + public static string NormalTimeTokenSecondPartFormatString { get { return ResourceManager.GetString("NormalTimeTokenSecondPartFormatString", resourceCulture); } @@ -1234,7 +1312,7 @@ internal static string NormalTimeTokenSecondPartFormatString { /// o'?clock ///)?. /// - internal static string NormalTimeTokenTimeWithoutSeparatorsPattern { + public static string NormalTimeTokenTimeWithoutSeparatorsPattern { get { return ResourceManager.GetString("NormalTimeTokenTimeWithoutSeparatorsPattern", resourceCulture); } @@ -1261,7 +1339,7 @@ internal static string NormalTimeTokenTimeWithoutSeparatorsPattern { /// o'?clock ///)?. /// - internal static string NormalTimeTokenTimeWithSeparatorsPattern { + public static string NormalTimeTokenTimeWithSeparatorsPattern { get { return ResourceManager.GetString("NormalTimeTokenTimeWithSeparatorsPattern", resourceCulture); } @@ -1270,7 +1348,7 @@ internal static string NormalTimeTokenTimeWithSeparatorsPattern { /// /// Looks up a localized string similar to E&xit. /// - internal static string NotificationAreaIconExitMenuItem { + public static string NotificationAreaIconExitMenuItem { get { return ResourceManager.GetString("NotificationAreaIconExitMenuItem", resourceCulture); } @@ -1279,7 +1357,7 @@ internal static string NotificationAreaIconExitMenuItem { /// /// Looks up a localized string similar to &New timer. /// - internal static string NotificationAreaIconNewTimerMenuItem { + public static string NotificationAreaIconNewTimerMenuItem { get { return ResourceManager.GetString("NotificationAreaIconNewTimerMenuItem", resourceCulture); } @@ -1288,7 +1366,7 @@ internal static string NotificationAreaIconNewTimerMenuItem { /// /// Looks up a localized string similar to Timer expired. /// - internal static string NotificationAreaIconTimerExpired { + public static string NotificationAreaIconTimerExpired { get { return ResourceManager.GetString("NotificationAreaIconTimerExpired", resourceCulture); } @@ -1297,7 +1375,7 @@ internal static string NotificationAreaIconTimerExpired { /// /// Looks up a localized string similar to Your timer has expired.. /// - internal static string NotificationAreaIconYourTimerHasExpired { + public static string NotificationAreaIconYourTimerHasExpired { get { return ResourceManager.GetString("NotificationAreaIconYourTimerHasExpired", resourceCulture); } @@ -1306,7 +1384,7 @@ internal static string NotificationAreaIconYourTimerHasExpired { /// /// Looks up a localized string similar to today. /// - internal static string RelativeDateTokenTodayName { + public static string RelativeDateTokenTodayName { get { return ResourceManager.GetString("RelativeDateTokenTodayName", resourceCulture); } @@ -1315,7 +1393,7 @@ internal static string RelativeDateTokenTodayName { /// /// Looks up a localized string similar to todd?ay. /// - internal static string RelativeDateTokenTodayPattern { + public static string RelativeDateTokenTodayPattern { get { return ResourceManager.GetString("RelativeDateTokenTodayPattern", resourceCulture); } @@ -1324,7 +1402,7 @@ internal static string RelativeDateTokenTodayPattern { /// /// Looks up a localized string similar to tomorrow. /// - internal static string RelativeDateTokenTomorrowName { + public static string RelativeDateTokenTomorrowName { get { return ResourceManager.GetString("RelativeDateTokenTomorrowName", resourceCulture); } @@ -1333,7 +1411,7 @@ internal static string RelativeDateTokenTomorrowName { /// /// Looks up a localized string similar to tomm?orr?ow. /// - internal static string RelativeDateTokenTomorrowPattern { + public static string RelativeDateTokenTomorrowPattern { get { return ResourceManager.GetString("RelativeDateTokenTomorrowPattern", resourceCulture); } @@ -1342,7 +1420,7 @@ internal static string RelativeDateTokenTomorrowPattern { /// /// Looks up a localized string similar to Loud beep. /// - internal static string SoundManagerLoudBeep { + public static string SoundManagerLoudBeep { get { return ResourceManager.GetString("SoundManagerLoudBeep", resourceCulture); } @@ -1351,7 +1429,7 @@ internal static string SoundManagerLoudBeep { /// /// Looks up a localized string similar to Normal beep. /// - internal static string SoundManagerNormalBeep { + public static string SoundManagerNormalBeep { get { return ResourceManager.GetString("SoundManagerNormalBeep", resourceCulture); } @@ -1360,7 +1438,7 @@ internal static string SoundManagerNormalBeep { /// /// Looks up a localized string similar to Quiet beep. /// - internal static string SoundManagerQuietBeep { + public static string SoundManagerQuietBeep { get { return ResourceManager.GetString("SoundManagerQuietBeep", resourceCulture); } @@ -1369,7 +1447,7 @@ internal static string SoundManagerQuietBeep { /// /// Looks up a localized string similar to Christmas Day. /// - internal static string SpecialDateTokenChristmasDayName { + public static string SpecialDateTokenChristmasDayName { get { return ResourceManager.GetString("SpecialDateTokenChristmasDayName", resourceCulture); } @@ -1378,7 +1456,7 @@ internal static string SpecialDateTokenChristmasDayName { /// /// Looks up a localized string similar to (ch?rist?|x)-?mass?(\s*day)?. /// - internal static string SpecialDateTokenChristmasDayPattern { + public static string SpecialDateTokenChristmasDayPattern { get { return ResourceManager.GetString("SpecialDateTokenChristmasDayPattern", resourceCulture); } @@ -1387,7 +1465,7 @@ internal static string SpecialDateTokenChristmasDayPattern { /// /// Looks up a localized string similar to New Year. /// - internal static string SpecialDateTokenNewYearName { + public static string SpecialDateTokenNewYearName { get { return ResourceManager.GetString("SpecialDateTokenNewYearName", resourceCulture); } @@ -1396,7 +1474,7 @@ internal static string SpecialDateTokenNewYearName { /// /// Looks up a localized string similar to ny|new\s*year. /// - internal static string SpecialDateTokenNewYearPattern { + public static string SpecialDateTokenNewYearPattern { get { return ResourceManager.GetString("SpecialDateTokenNewYearPattern", resourceCulture); } @@ -1405,7 +1483,7 @@ internal static string SpecialDateTokenNewYearPattern { /// /// Looks up a localized string similar to New Year's Eve. /// - internal static string SpecialDateTokenNewYearsEveName { + public static string SpecialDateTokenNewYearsEveName { get { return ResourceManager.GetString("SpecialDateTokenNewYearsEveName", resourceCulture); } @@ -1414,7 +1492,7 @@ internal static string SpecialDateTokenNewYearsEveName { /// /// Looks up a localized string similar to nye|new\s*year('?s)?\s*eve. /// - internal static string SpecialDateTokenNewYearsEvePattern { + public static string SpecialDateTokenNewYearsEvePattern { get { return ResourceManager.GetString("SpecialDateTokenNewYearsEvePattern", resourceCulture); } @@ -1423,7 +1501,7 @@ internal static string SpecialDateTokenNewYearsEvePattern { /// /// Looks up a localized string similar to 12 noon. /// - internal static string SpecialTimeTokenMiddayName { + public static string SpecialTimeTokenMiddayName { get { return ResourceManager.GetString("SpecialTimeTokenMiddayName", resourceCulture); } @@ -1432,7 +1510,7 @@ internal static string SpecialTimeTokenMiddayName { /// /// Looks up a localized string similar to (12([.:]00([.:]00)?)?\s*)?(noon|mid(-?d)?ay). /// - internal static string SpecialTimeTokenMiddayPattern { + public static string SpecialTimeTokenMiddayPattern { get { return ResourceManager.GetString("SpecialTimeTokenMiddayPattern", resourceCulture); } @@ -1441,7 +1519,7 @@ internal static string SpecialTimeTokenMiddayPattern { /// /// Looks up a localized string similar to 12 midnight. /// - internal static string SpecialTimeTokenMidnightName { + public static string SpecialTimeTokenMidnightName { get { return ResourceManager.GetString("SpecialTimeTokenMidnightName", resourceCulture); } @@ -1450,7 +1528,7 @@ internal static string SpecialTimeTokenMidnightName { /// /// Looks up a localized string similar to (12([.:]00([.:]00)?)?\s*)?mid-?night. /// - internal static string SpecialTimeTokenMidnightPattern { + public static string SpecialTimeTokenMidnightPattern { get { return ResourceManager.GetString("SpecialTimeTokenMidnightPattern", resourceCulture); } @@ -1459,7 +1537,7 @@ internal static string SpecialTimeTokenMidnightPattern { /// /// Looks up a localized string similar to Black. /// - internal static string ThemeManagerBlackDarkTheme { + public static string ThemeManagerBlackDarkTheme { get { return ResourceManager.GetString("ThemeManagerBlackDarkTheme", resourceCulture); } @@ -1468,7 +1546,7 @@ internal static string ThemeManagerBlackDarkTheme { /// /// Looks up a localized string similar to Black. /// - internal static string ThemeManagerBlackLightTheme { + public static string ThemeManagerBlackLightTheme { get { return ResourceManager.GetString("ThemeManagerBlackLightTheme", resourceCulture); } @@ -1477,7 +1555,7 @@ internal static string ThemeManagerBlackLightTheme { /// /// Looks up a localized string similar to Blue. /// - internal static string ThemeManagerBlueDarkTheme { + public static string ThemeManagerBlueDarkTheme { get { return ResourceManager.GetString("ThemeManagerBlueDarkTheme", resourceCulture); } @@ -1486,7 +1564,7 @@ internal static string ThemeManagerBlueDarkTheme { /// /// Looks up a localized string similar to Blue. /// - internal static string ThemeManagerBlueLightTheme { + public static string ThemeManagerBlueLightTheme { get { return ResourceManager.GetString("ThemeManagerBlueLightTheme", resourceCulture); } @@ -1495,7 +1573,7 @@ internal static string ThemeManagerBlueLightTheme { /// /// Looks up a localized string similar to Gray. /// - internal static string ThemeManagerGrayDarkTheme { + public static string ThemeManagerGrayDarkTheme { get { return ResourceManager.GetString("ThemeManagerGrayDarkTheme", resourceCulture); } @@ -1504,7 +1582,7 @@ internal static string ThemeManagerGrayDarkTheme { /// /// Looks up a localized string similar to Gray. /// - internal static string ThemeManagerGrayLightTheme { + public static string ThemeManagerGrayLightTheme { get { return ResourceManager.GetString("ThemeManagerGrayLightTheme", resourceCulture); } @@ -1513,7 +1591,7 @@ internal static string ThemeManagerGrayLightTheme { /// /// Looks up a localized string similar to Green. /// - internal static string ThemeManagerGreenDarkTheme { + public static string ThemeManagerGreenDarkTheme { get { return ResourceManager.GetString("ThemeManagerGreenDarkTheme", resourceCulture); } @@ -1522,7 +1600,7 @@ internal static string ThemeManagerGreenDarkTheme { /// /// Looks up a localized string similar to Green. /// - internal static string ThemeManagerGreenLightTheme { + public static string ThemeManagerGreenLightTheme { get { return ResourceManager.GetString("ThemeManagerGreenLightTheme", resourceCulture); } @@ -1531,7 +1609,7 @@ internal static string ThemeManagerGreenLightTheme { /// /// Looks up a localized string similar to New theme. /// - internal static string ThemeManagerNewTheme { + public static string ThemeManagerNewTheme { get { return ResourceManager.GetString("ThemeManagerNewTheme", resourceCulture); } @@ -1540,7 +1618,7 @@ internal static string ThemeManagerNewTheme { /// /// Looks up a localized string similar to Orange. /// - internal static string ThemeManagerOrangeDarkTheme { + public static string ThemeManagerOrangeDarkTheme { get { return ResourceManager.GetString("ThemeManagerOrangeDarkTheme", resourceCulture); } @@ -1549,7 +1627,7 @@ internal static string ThemeManagerOrangeDarkTheme { /// /// Looks up a localized string similar to Orange. /// - internal static string ThemeManagerOrangeLightTheme { + public static string ThemeManagerOrangeLightTheme { get { return ResourceManager.GetString("ThemeManagerOrangeLightTheme", resourceCulture); } @@ -1558,7 +1636,7 @@ internal static string ThemeManagerOrangeLightTheme { /// /// Looks up a localized string similar to Purple. /// - internal static string ThemeManagerPurpleDarkTheme { + public static string ThemeManagerPurpleDarkTheme { get { return ResourceManager.GetString("ThemeManagerPurpleDarkTheme", resourceCulture); } @@ -1567,7 +1645,7 @@ internal static string ThemeManagerPurpleDarkTheme { /// /// Looks up a localized string similar to Purple. /// - internal static string ThemeManagerPurpleLightTheme { + public static string ThemeManagerPurpleLightTheme { get { return ResourceManager.GetString("ThemeManagerPurpleLightTheme", resourceCulture); } @@ -1576,7 +1654,7 @@ internal static string ThemeManagerPurpleLightTheme { /// /// Looks up a localized string similar to Red. /// - internal static string ThemeManagerRedDarkTheme { + public static string ThemeManagerRedDarkTheme { get { return ResourceManager.GetString("ThemeManagerRedDarkTheme", resourceCulture); } @@ -1585,7 +1663,7 @@ internal static string ThemeManagerRedDarkTheme { /// /// Looks up a localized string similar to Red. /// - internal static string ThemeManagerRedLightTheme { + public static string ThemeManagerRedLightTheme { get { return ResourceManager.GetString("ThemeManagerRedLightTheme", resourceCulture); } @@ -1594,7 +1672,7 @@ internal static string ThemeManagerRedLightTheme { /// /// Looks up a localized string similar to Dark themes. /// - internal static string ThemeManagerWindowDarkThemesSectionHeader { + public static string ThemeManagerWindowDarkThemesSectionHeader { get { return ResourceManager.GetString("ThemeManagerWindowDarkThemesSectionHeader", resourceCulture); } @@ -1603,7 +1681,7 @@ internal static string ThemeManagerWindowDarkThemesSectionHeader { /// /// Looks up a localized string similar to Are you sure you want to delete the selected theme?. /// - internal static string ThemeManagerWindowDeletePrompt { + public static string ThemeManagerWindowDeletePrompt { get { return ResourceManager.GetString("ThemeManagerWindowDeletePrompt", resourceCulture); } @@ -1612,7 +1690,7 @@ internal static string ThemeManagerWindowDeletePrompt { /// /// Looks up a localized string similar to Light themes. /// - internal static string ThemeManagerWindowLightThemesSectionHeader { + public static string ThemeManagerWindowLightThemesSectionHeader { get { return ResourceManager.GetString("ThemeManagerWindowLightThemesSectionHeader", resourceCulture); } @@ -1621,7 +1699,7 @@ internal static string ThemeManagerWindowLightThemesSectionHeader { /// /// Looks up a localized string similar to Do you want to save the changes to the current theme?. /// - internal static string ThemeManagerWindowSavePrompt { + public static string ThemeManagerWindowSavePrompt { get { return ResourceManager.GetString("ThemeManagerWindowSavePrompt", resourceCulture); } @@ -1630,7 +1708,7 @@ internal static string ThemeManagerWindowSavePrompt { /// /// Looks up a localized string similar to Custom themes. /// - internal static string ThemeManagerWindowUserProvidedThemesSectionHeader { + public static string ThemeManagerWindowUserProvidedThemesSectionHeader { get { return ResourceManager.GetString("ThemeManagerWindowUserProvidedThemesSectionHeader", resourceCulture); } @@ -1639,7 +1717,7 @@ internal static string ThemeManagerWindowUserProvidedThemesSectionHeader { /// /// Looks up a localized string similar to Yellow. /// - internal static string ThemeManagerYellowDarkTheme { + public static string ThemeManagerYellowDarkTheme { get { return ResourceManager.GetString("ThemeManagerYellowDarkTheme", resourceCulture); } @@ -1648,7 +1726,7 @@ internal static string ThemeManagerYellowDarkTheme { /// /// Looks up a localized string similar to Yellow. /// - internal static string ThemeManagerYellowLightTheme { + public static string ThemeManagerYellowLightTheme { get { return ResourceManager.GetString("ThemeManagerYellowLightTheme", resourceCulture); } @@ -1657,7 +1735,7 @@ internal static string ThemeManagerYellowLightTheme { /// /// Looks up a localized string similar to {1} (Expired). /// - internal static string TimerExpiredFormatString { + public static string TimerExpiredFormatString { get { return ResourceManager.GetString("TimerExpiredFormatString", resourceCulture); } @@ -1666,7 +1744,7 @@ internal static string TimerExpiredFormatString { /// /// Looks up a localized string similar to {1} (Expired). /// - internal static string TimerExpiredLoopedFormatString { + public static string TimerExpiredLoopedFormatString { get { return ResourceManager.GetString("TimerExpiredLoopedFormatString", resourceCulture); } @@ -1675,7 +1753,7 @@ internal static string TimerExpiredLoopedFormatString { /// /// Looks up a localized string similar to {1} "{2}" (Expired). /// - internal static string TimerExpiredWithTitleFormatString { + public static string TimerExpiredWithTitleFormatString { get { return ResourceManager.GetString("TimerExpiredWithTitleFormatString", resourceCulture); } @@ -1684,7 +1762,7 @@ internal static string TimerExpiredWithTitleFormatString { /// /// Looks up a localized string similar to {1} "{2}" (Expired). /// - internal static string TimerExpiredWithTitleLoopedFormatString { + public static string TimerExpiredWithTitleLoopedFormatString { get { return ResourceManager.GetString("TimerExpiredWithTitleLoopedFormatString", resourceCulture); } @@ -1693,7 +1771,7 @@ internal static string TimerExpiredWithTitleLoopedFormatString { /// /// Looks up a localized string similar to {0} âž” {1} (Paused). /// - internal static string TimerPausedFormatString { + public static string TimerPausedFormatString { get { return ResourceManager.GetString("TimerPausedFormatString", resourceCulture); } @@ -1702,7 +1780,7 @@ internal static string TimerPausedFormatString { /// /// Looks up a localized string similar to {0} âž” {1} (Paused). /// - internal static string TimerPausedLoopedFormatString { + public static string TimerPausedLoopedFormatString { get { return ResourceManager.GetString("TimerPausedLoopedFormatString", resourceCulture); } @@ -1711,7 +1789,7 @@ internal static string TimerPausedLoopedFormatString { /// /// Looks up a localized string similar to {0} âž” {1} "{2}" (Paused). /// - internal static string TimerPausedWithTitleFormatString { + public static string TimerPausedWithTitleFormatString { get { return ResourceManager.GetString("TimerPausedWithTitleFormatString", resourceCulture); } @@ -1720,7 +1798,7 @@ internal static string TimerPausedWithTitleFormatString { /// /// Looks up a localized string similar to {0} âž” {1} "{2}" (Paused). /// - internal static string TimerPausedWithTitleLoopedFormatString { + public static string TimerPausedWithTitleLoopedFormatString { get { return ResourceManager.GetString("TimerPausedWithTitleLoopedFormatString", resourceCulture); } @@ -1729,7 +1807,7 @@ internal static string TimerPausedWithTitleLoopedFormatString { /// /// Looks up a localized string similar to {0} âž” {1}. /// - internal static string TimerRunningFormatString { + public static string TimerRunningFormatString { get { return ResourceManager.GetString("TimerRunningFormatString", resourceCulture); } @@ -1738,7 +1816,7 @@ internal static string TimerRunningFormatString { /// /// Looks up a localized string similar to {0} âž” {1} (Looped). /// - internal static string TimerRunningLoopedFormatString { + public static string TimerRunningLoopedFormatString { get { return ResourceManager.GetString("TimerRunningLoopedFormatString", resourceCulture); } @@ -1747,7 +1825,7 @@ internal static string TimerRunningLoopedFormatString { /// /// Looks up a localized string similar to {0} âž” {1} "{2}". /// - internal static string TimerRunningWithTitleFormatString { + public static string TimerRunningWithTitleFormatString { get { return ResourceManager.GetString("TimerRunningWithTitleFormatString", resourceCulture); } @@ -1756,7 +1834,7 @@ internal static string TimerRunningWithTitleFormatString { /// /// Looks up a localized string similar to {0} âž” {1} "{2}" (Looped). /// - internal static string TimerRunningWithTitleLoopedFormatString { + public static string TimerRunningWithTitleLoopedFormatString { get { return ResourceManager.GetString("TimerRunningWithTitleLoopedFormatString", resourceCulture); } @@ -1765,7 +1843,7 @@ internal static string TimerRunningWithTitleLoopedFormatString { /// /// Looks up a localized string similar to 5 minutes. /// - internal static string TimerStartDefault { + public static string TimerStartDefault { get { return ResourceManager.GetString("TimerStartDefault", resourceCulture); } @@ -1774,7 +1852,7 @@ internal static string TimerStartDefault { /// /// Looks up a localized string similar to ^\s*((un)?till?|@)\s*. /// - internal static string TimerStartTokenUseDateTimeParserPattern { + public static string TimerStartTokenUseDateTimeParserPattern { get { return ResourceManager.GetString("TimerStartTokenUseDateTimeParserPattern", resourceCulture); } @@ -1783,7 +1861,7 @@ internal static string TimerStartTokenUseDateTimeParserPattern { /// /// Looks up a localized string similar to 0 seconds. /// - internal static string TimerStartZero { + public static string TimerStartZero { get { return ResourceManager.GetString("TimerStartZero", resourceCulture); } @@ -1792,7 +1870,7 @@ internal static string TimerStartZero { /// /// Looks up a localized string similar to Stopped. /// - internal static string TimerStoppedFormatString { + public static string TimerStoppedFormatString { get { return ResourceManager.GetString("TimerStoppedFormatString", resourceCulture); } @@ -1801,7 +1879,7 @@ internal static string TimerStoppedFormatString { /// /// Looks up a localized string similar to Stopped. /// - internal static string TimerStoppedLoopedFormatString { + public static string TimerStoppedLoopedFormatString { get { return ResourceManager.GetString("TimerStoppedLoopedFormatString", resourceCulture); } @@ -1810,7 +1888,7 @@ internal static string TimerStoppedLoopedFormatString { /// /// Looks up a localized string similar to Stopped "{2}". /// - internal static string TimerStoppedWithTitleFormatString { + public static string TimerStoppedWithTitleFormatString { get { return ResourceManager.GetString("TimerStoppedWithTitleFormatString", resourceCulture); } @@ -1819,7 +1897,7 @@ internal static string TimerStoppedWithTitleFormatString { /// /// Looks up a localized string similar to Stopped "{2}". /// - internal static string TimerStoppedWithTitleLoopedFormatString { + public static string TimerStoppedWithTitleLoopedFormatString { get { return ResourceManager.GetString("TimerStoppedWithTitleLoopedFormatString", resourceCulture); } @@ -1828,7 +1906,7 @@ internal static string TimerStoppedWithTitleLoopedFormatString { /// /// Looks up a localized string similar to {0} ago. /// - internal static string TimerTimeExpiredFormatString { + public static string TimerTimeExpiredFormatString { get { return ResourceManager.GetString("TimerTimeExpiredFormatString", resourceCulture); } @@ -1837,7 +1915,7 @@ internal static string TimerTimeExpiredFormatString { /// /// Looks up a localized string similar to Timer expired. /// - internal static string TimerTimerExpired { + public static string TimerTimerExpired { get { return ResourceManager.GetString("TimerTimerExpired", resourceCulture); } @@ -1846,7 +1924,7 @@ internal static string TimerTimerExpired { /// /// Looks up a localized string similar to Timer not expired. /// - internal static string TimerTimerNotExpired { + public static string TimerTimerNotExpired { get { return ResourceManager.GetString("TimerTimerNotExpired", resourceCulture); } @@ -1855,7 +1933,7 @@ internal static string TimerTimerNotExpired { /// /// Looks up a localized string similar to Timer stopped. /// - internal static string TimerTimerStopped { + public static string TimerTimerStopped { get { return ResourceManager.GetString("TimerTimerStopped", resourceCulture); } @@ -1864,7 +1942,7 @@ internal static string TimerTimerStopped { /// /// Looks up a localized string similar to —. /// - internal static string TimerWindowBlankTitlePlaceholder { + public static string TimerWindowBlankTitlePlaceholder { get { return ResourceManager.GetString("TimerWindowBlankTitlePlaceholder", resourceCulture); } @@ -1873,7 +1951,7 @@ internal static string TimerWindowBlankTitlePlaceholder { /// /// Looks up a localized string similar to _Cancel. /// - internal static string TimerWindowCancelButtonContent { + public static string TimerWindowCancelButtonContent { get { return ResourceManager.GetString("TimerWindowCancelButtonContent", resourceCulture); } @@ -1882,7 +1960,7 @@ internal static string TimerWindowCancelButtonContent { /// /// Looks up a localized string similar to _Close. /// - internal static string TimerWindowCloseButtonContent { + public static string TimerWindowCloseButtonContent { get { return ResourceManager.GetString("TimerWindowCloseButtonContent", resourceCulture); } @@ -1891,7 +1969,7 @@ internal static string TimerWindowCloseButtonContent { /// /// Looks up a localized string similar to Are you sure you want to close this timer window?. /// - internal static string TimerWindowCloseMessageBoxText { + public static string TimerWindowCloseMessageBoxText { get { return ResourceManager.GetString("TimerWindowCloseMessageBoxText", resourceCulture); } @@ -1900,7 +1978,7 @@ internal static string TimerWindowCloseMessageBoxText { /// /// Looks up a localized string similar to To update Hourglass, visit {0} in your web browser.. /// - internal static string TimerWindowCouldNotLaunchWebBrowserErrorMessage { + public static string TimerWindowCouldNotLaunchWebBrowserErrorMessage { get { return ResourceManager.GetString("TimerWindowCouldNotLaunchWebBrowserErrorMessage", resourceCulture); } @@ -1909,7 +1987,7 @@ internal static string TimerWindowCouldNotLaunchWebBrowserErrorMessage { /// /// Looks up a localized string similar to Could not launch web browser. /// - internal static string TimerWindowCouldNotLaunchWebBrowserErrorTitle { + public static string TimerWindowCouldNotLaunchWebBrowserErrorTitle { get { return ResourceManager.GetString("TimerWindowCouldNotLaunchWebBrowserErrorTitle", resourceCulture); } @@ -1918,7 +1996,7 @@ internal static string TimerWindowCouldNotLaunchWebBrowserErrorTitle { /// /// Looks up a localized string similar to New timer: {0} "{1}". /// - internal static string TimerWindowNewTimerWithTitleFormatString { + public static string TimerWindowNewTimerWithTitleFormatString { get { return ResourceManager.GetString("TimerWindowNewTimerWithTitleFormatString", resourceCulture); } @@ -1927,7 +2005,7 @@ internal static string TimerWindowNewTimerWithTitleFormatString { /// /// Looks up a localized string similar to _Pause. /// - internal static string TimerWindowPauseButtonContent { + public static string TimerWindowPauseButtonContent { get { return ResourceManager.GetString("TimerWindowPauseButtonContent", resourceCulture); } @@ -1936,7 +2014,7 @@ internal static string TimerWindowPauseButtonContent { /// /// Looks up a localized string similar to _Reset. /// - internal static string TimerWindowResetButtonContent { + public static string TimerWindowResetButtonContent { get { return ResourceManager.GetString("TimerWindowResetButtonContent", resourceCulture); } @@ -1945,7 +2023,7 @@ internal static string TimerWindowResetButtonContent { /// /// Looks up a localized string similar to _Resume. /// - internal static string TimerWindowResumeButtonContent { + public static string TimerWindowResumeButtonContent { get { return ResourceManager.GetString("TimerWindowResumeButtonContent", resourceCulture); } @@ -1954,7 +2032,7 @@ internal static string TimerWindowResumeButtonContent { /// /// Looks up a localized string similar to _Start. /// - internal static string TimerWindowStartButtonContent { + public static string TimerWindowStartButtonContent { get { return ResourceManager.GetString("TimerWindowStartButtonContent", resourceCulture); } @@ -1963,7 +2041,7 @@ internal static string TimerWindowStartButtonContent { /// /// Looks up a localized string similar to _Stop. /// - internal static string TimerWindowStopButtonContent { + public static string TimerWindowStopButtonContent { get { return ResourceManager.GetString("TimerWindowStopButtonContent", resourceCulture); } @@ -1972,7 +2050,7 @@ internal static string TimerWindowStopButtonContent { /// /// Looks up a localized string similar to Click to enter time or date. /// - internal static string TimerWindowTimerTextHint { + public static string TimerWindowTimerTextHint { get { return ResourceManager.GetString("TimerWindowTimerTextHint", resourceCulture); } @@ -1981,7 +2059,7 @@ internal static string TimerWindowTimerTextHint { /// /// Looks up a localized string similar to Hourglass. /// - internal static string TimerWindowTitle { + public static string TimerWindowTitle { get { return ResourceManager.GetString("TimerWindowTitle", resourceCulture); } @@ -1990,7 +2068,7 @@ internal static string TimerWindowTitle { /// /// Looks up a localized string similar to · . /// - internal static string TimerWindowTitleSeparator { + public static string TimerWindowTitleSeparator { get { return ResourceManager.GetString("TimerWindowTitleSeparator", resourceCulture); } @@ -1999,7 +2077,7 @@ internal static string TimerWindowTitleSeparator { /// /// Looks up a localized string similar to Click to enter title. /// - internal static string TimerWindowTitleTextHint { + public static string TimerWindowTitleTextHint { get { return ResourceManager.GetString("TimerWindowTitleTextHint", resourceCulture); } @@ -2008,7 +2086,7 @@ internal static string TimerWindowTitleTextHint { /// /// Looks up a localized string similar to _Update. /// - internal static string TimerWindowUpdateButtonContent { + public static string TimerWindowUpdateButtonContent { get { return ResourceManager.GetString("TimerWindowUpdateButtonContent", resourceCulture); } @@ -2017,7 +2095,7 @@ internal static string TimerWindowUpdateButtonContent { /// /// Looks up a localized string similar to New timer: {0}. /// - internal static string TimerWindwoNewTimerFormatString { + public static string TimerWindwoNewTimerFormatString { get { return ResourceManager.GetString("TimerWindwoNewTimerFormatString", resourceCulture); } @@ -2026,7 +2104,7 @@ internal static string TimerWindwoNewTimerFormatString { /// /// Looks up a localized string similar to {0} day. /// - internal static string TimeSpanExtensions1DayFormatString { + public static string TimeSpanExtensions1DayFormatString { get { return ResourceManager.GetString("TimeSpanExtensions1DayFormatString", resourceCulture); } @@ -2035,7 +2113,7 @@ internal static string TimeSpanExtensions1DayFormatString { /// /// Looks up a localized string similar to {0} hour. /// - internal static string TimeSpanExtensions1HourFormatString { + public static string TimeSpanExtensions1HourFormatString { get { return ResourceManager.GetString("TimeSpanExtensions1HourFormatString", resourceCulture); } @@ -2044,7 +2122,7 @@ internal static string TimeSpanExtensions1HourFormatString { /// /// Looks up a localized string similar to {0} minute. /// - internal static string TimeSpanExtensions1MinuteFormatString { + public static string TimeSpanExtensions1MinuteFormatString { get { return ResourceManager.GetString("TimeSpanExtensions1MinuteFormatString", resourceCulture); } @@ -2053,7 +2131,7 @@ internal static string TimeSpanExtensions1MinuteFormatString { /// /// Looks up a localized string similar to {0} second. /// - internal static string TimeSpanExtensions1SecondFormatString { + public static string TimeSpanExtensions1SecondFormatString { get { return ResourceManager.GetString("TimeSpanExtensions1SecondFormatString", resourceCulture); } @@ -2062,7 +2140,7 @@ internal static string TimeSpanExtensions1SecondFormatString { /// /// Looks up a localized string similar to {0} days. /// - internal static string TimeSpanExtensionsNDaysFormatString { + public static string TimeSpanExtensionsNDaysFormatString { get { return ResourceManager.GetString("TimeSpanExtensionsNDaysFormatString", resourceCulture); } @@ -2071,7 +2149,7 @@ internal static string TimeSpanExtensionsNDaysFormatString { /// /// Looks up a localized string similar to {0} hours. /// - internal static string TimeSpanExtensionsNHoursFormatString { + public static string TimeSpanExtensionsNHoursFormatString { get { return ResourceManager.GetString("TimeSpanExtensionsNHoursFormatString", resourceCulture); } @@ -2080,7 +2158,7 @@ internal static string TimeSpanExtensionsNHoursFormatString { /// /// Looks up a localized string similar to {0} minutes. /// - internal static string TimeSpanExtensionsNMinutesFormatString { + public static string TimeSpanExtensionsNMinutesFormatString { get { return ResourceManager.GetString("TimeSpanExtensionsNMinutesFormatString", resourceCulture); } @@ -2089,7 +2167,7 @@ internal static string TimeSpanExtensionsNMinutesFormatString { /// /// Looks up a localized string similar to {0} seconds. /// - internal static string TimeSpanExtensionsNSecondsFormatString { + public static string TimeSpanExtensionsNSecondsFormatString { get { return ResourceManager.GetString("TimeSpanExtensionsNSecondsFormatString", resourceCulture); } @@ -2098,7 +2176,7 @@ internal static string TimeSpanExtensionsNSecondsFormatString { /// /// Looks up a localized string similar to . /// - internal static string TimeSpanExtensionsUnitSeparator { + public static string TimeSpanExtensionsUnitSeparator { get { return ResourceManager.GetString("TimeSpanExtensionsUnitSeparator", resourceCulture); } @@ -2107,7 +2185,7 @@ internal static string TimeSpanExtensionsUnitSeparator { /// /// Looks up a localized string similar to {0} day. /// - internal static string TimeSpanToken1DayFormatString { + public static string TimeSpanToken1DayFormatString { get { return ResourceManager.GetString("TimeSpanToken1DayFormatString", resourceCulture); } @@ -2116,7 +2194,7 @@ internal static string TimeSpanToken1DayFormatString { /// /// Looks up a localized string similar to {0} hour. /// - internal static string TimeSpanToken1HourFormatString { + public static string TimeSpanToken1HourFormatString { get { return ResourceManager.GetString("TimeSpanToken1HourFormatString", resourceCulture); } @@ -2125,7 +2203,7 @@ internal static string TimeSpanToken1HourFormatString { /// /// Looks up a localized string similar to {0} minute. /// - internal static string TimeSpanToken1MinuteFormatString { + public static string TimeSpanToken1MinuteFormatString { get { return ResourceManager.GetString("TimeSpanToken1MinuteFormatString", resourceCulture); } @@ -2134,7 +2212,7 @@ internal static string TimeSpanToken1MinuteFormatString { /// /// Looks up a localized string similar to {0} month. /// - internal static string TimeSpanToken1MonthFormatString { + public static string TimeSpanToken1MonthFormatString { get { return ResourceManager.GetString("TimeSpanToken1MonthFormatString", resourceCulture); } @@ -2143,7 +2221,7 @@ internal static string TimeSpanToken1MonthFormatString { /// /// Looks up a localized string similar to {0} second. /// - internal static string TimeSpanToken1SecondFormatString { + public static string TimeSpanToken1SecondFormatString { get { return ResourceManager.GetString("TimeSpanToken1SecondFormatString", resourceCulture); } @@ -2152,7 +2230,7 @@ internal static string TimeSpanToken1SecondFormatString { /// /// Looks up a localized string similar to {0} week. /// - internal static string TimeSpanToken1WeekFormatString { + public static string TimeSpanToken1WeekFormatString { get { return ResourceManager.GetString("TimeSpanToken1WeekFormatString", resourceCulture); } @@ -2161,7 +2239,7 @@ internal static string TimeSpanToken1WeekFormatString { /// /// Looks up a localized string similar to {0} year. /// - internal static string TimeSpanToken1YearFormatString { + public static string TimeSpanToken1YearFormatString { get { return ResourceManager.GetString("TimeSpanToken1YearFormatString", resourceCulture); } @@ -2196,7 +2274,7 @@ internal static string TimeSpanToken1YearFormatString { /// | /// ( [rest of string was truncated]";. /// - internal static string TimeSpanTokenLongFormPattern { + public static string TimeSpanTokenLongFormPattern { get { return ResourceManager.GetString("TimeSpanTokenLongFormPattern", resourceCulture); } @@ -2209,7 +2287,7 @@ internal static string TimeSpanTokenLongFormPattern { ///\s* ///$. /// - internal static string TimeSpanTokenMinutesOnlyPattern { + public static string TimeSpanTokenMinutesOnlyPattern { get { return ResourceManager.GetString("TimeSpanTokenMinutesOnlyPattern", resourceCulture); } @@ -2218,7 +2296,7 @@ internal static string TimeSpanTokenMinutesOnlyPattern { /// /// Looks up a localized string similar to {0} days. /// - internal static string TimeSpanTokenNDaysFormatString { + public static string TimeSpanTokenNDaysFormatString { get { return ResourceManager.GetString("TimeSpanTokenNDaysFormatString", resourceCulture); } @@ -2227,7 +2305,7 @@ internal static string TimeSpanTokenNDaysFormatString { /// /// Looks up a localized string similar to {0} hours. /// - internal static string TimeSpanTokenNHoursFormatString { + public static string TimeSpanTokenNHoursFormatString { get { return ResourceManager.GetString("TimeSpanTokenNHoursFormatString", resourceCulture); } @@ -2236,7 +2314,7 @@ internal static string TimeSpanTokenNHoursFormatString { /// /// Looks up a localized string similar to {0} minutes. /// - internal static string TimeSpanTokenNMinutesFormatString { + public static string TimeSpanTokenNMinutesFormatString { get { return ResourceManager.GetString("TimeSpanTokenNMinutesFormatString", resourceCulture); } @@ -2245,7 +2323,7 @@ internal static string TimeSpanTokenNMinutesFormatString { /// /// Looks up a localized string similar to {0} months. /// - internal static string TimeSpanTokenNMonthsFormatString { + public static string TimeSpanTokenNMonthsFormatString { get { return ResourceManager.GetString("TimeSpanTokenNMonthsFormatString", resourceCulture); } @@ -2254,7 +2332,7 @@ internal static string TimeSpanTokenNMonthsFormatString { /// /// Looks up a localized string similar to {0} seconds. /// - internal static string TimeSpanTokenNSecondsFormatString { + public static string TimeSpanTokenNSecondsFormatString { get { return ResourceManager.GetString("TimeSpanTokenNSecondsFormatString", resourceCulture); } @@ -2263,7 +2341,7 @@ internal static string TimeSpanTokenNSecondsFormatString { /// /// Looks up a localized string similar to {0} weeks. /// - internal static string TimeSpanTokenNWeeksFormatString { + public static string TimeSpanTokenNWeeksFormatString { get { return ResourceManager.GetString("TimeSpanTokenNWeeksFormatString", resourceCulture); } @@ -2272,7 +2350,7 @@ internal static string TimeSpanTokenNWeeksFormatString { /// /// Looks up a localized string similar to {0} years. /// - internal static string TimeSpanTokenNYearsFormatString { + public static string TimeSpanTokenNYearsFormatString { get { return ResourceManager.GetString("TimeSpanTokenNYearsFormatString", resourceCulture); } @@ -2303,7 +2381,7 @@ internal static string TimeSpanTokenNYearsFormatString { ///\s* ///$. /// - internal static string TimeSpanTokenShortFormPattern { + public static string TimeSpanTokenShortFormPattern { get { return ResourceManager.GetString("TimeSpanTokenShortFormPattern", resourceCulture); } @@ -2312,7 +2390,7 @@ internal static string TimeSpanTokenShortFormPattern { /// /// Looks up a localized string similar to . /// - internal static string TimeSpanTokenUnitSeparator { + public static string TimeSpanTokenUnitSeparator { get { return ResourceManager.GetString("TimeSpanTokenUnitSeparator", resourceCulture); } @@ -2321,7 +2399,7 @@ internal static string TimeSpanTokenUnitSeparator { /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// - internal static System.Drawing.Icon TrayIcon { + public static System.Drawing.Icon TrayIcon { get { object obj = ResourceManager.GetObject("TrayIcon", resourceCulture); return ((System.Drawing.Icon)(obj)); @@ -2343,16 +2421,25 @@ internal static System.Drawing.Icon TrayIcon { /// "5 minutes 30 seconds" count down for 5 minutes 30 seconds /// "7 hours 30 minutes" count d [rest of string was truncated]";. /// - internal static string Usage { + public static string Usage { get { return ResourceManager.GetString("Usage", resourceCulture); } } + /// + /// Looks up a localized string similar to About Hourglass. + /// + public static string UsageDialogAboutHourglassHyperlinkText { + get { + return ResourceManager.GetString("UsageDialogAboutHourglassHyperlinkText", resourceCulture); + } + } + /// /// Looks up a localized string similar to _Close. /// - internal static string UsageDialogCloseButtonContent { + public static string UsageDialogCloseButtonContent { get { return ResourceManager.GetString("UsageDialogCloseButtonContent", resourceCulture); } @@ -2361,7 +2448,7 @@ internal static string UsageDialogCloseButtonContent { /// /// Looks up a localized string similar to Command-line usage. /// - internal static string UsageDialogDefaultMessageText { + public static string UsageDialogDefaultMessageText { get { return ResourceManager.GetString("UsageDialogDefaultMessageText", resourceCulture); } @@ -2370,7 +2457,7 @@ internal static string UsageDialogDefaultMessageText { /// /// Looks up a localized string similar to Hourglass. /// - internal static string UsageDialogTitle { + public static string UsageDialogTitle { get { return ResourceManager.GetString("UsageDialogTitle", resourceCulture); } diff --git a/Hourglass/Properties/Resources.resx b/Hourglass/Properties/Resources.resx index 21e225d..43238e3 100644 --- a/Hourglass/Properties/Resources.resx +++ b/Hourglass/Properties/Resources.resx @@ -777,7 +777,7 @@ $ A format string for the error message displayed when a command-line argument switch is unrecognized, where {0} is the unrecognized switch (e.g., "Unrecognized switch '{0}'." => "Unrecognized switch '--junk'.") - _Always on top + Al_ways on top The text for the always on top menu item, where the character following the optional underscore (_) is the access key @@ -1261,4 +1261,39 @@ $ Prefer 24-_hour time when parsing The text for the prefer 24-hour time when parsing menu item, where the character following the optional underscore (_) is the access key + + _About + The text for the about menu item, where the character following the optional underscore (_) is the access key + + + ..\Resources\License.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + _Close + The text for the close button in the about dialog, where the character following the optional underscore (_) is the access key + + + Contribute on GitHub: + The label used as a heading above the app GitHub address in the about dialog + + + License: + The label used as a heading above the app license text box in the about dialog + + + More information: + The label used as a heading above the app website address in the about dialog + + + About Hourglass + The window title for the about dialog + + + Hourglass + The name of the app + + + About Hourglass + The text for the hyperlink that launches the about dialog from the usage dialog + \ No newline at end of file diff --git a/Hourglass/Resources/License.txt b/Hourglass/Resources/License.txt new file mode 100644 index 0000000..138e95a --- /dev/null +++ b/Hourglass/Resources/License.txt @@ -0,0 +1,9 @@ +MIT License + +Copyright © 2021 Chris Dziemborowicz + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/Hourglass/Resources/Usage.txt b/Hourglass/Resources/Usage.txt index 272edb6..3d77559 100644 --- a/Hourglass/Resources/Usage.txt +++ b/Hourglass/Resources/Usage.txt @@ -187,11 +187,11 @@ Options: elapsed Time elapsed title Timer title - left+title Time remaining · Timer title - elapsed+title Time elapsed · Timer title + left+title Time remaining � Timer title + elapsed+title Time elapsed � Timer title - title+left Timer title · Time remaining - title+elapsed Timer title · Time elapsed + title+left Timer title � Time remaining + title+elapsed Timer title � Time elapsed Required no Default value last @@ -246,11 +246,12 @@ Options: --always-on-top off --full-screen off --prompt-on-exit on + --show-progress-in-taskbar on --do-not-keep-awake off --show-in-notification-area off + --reverse-progress-bar off --show-time-elapsed off --loop-timer off - --show-progress-in-taskbar on --pop-up-when-expired on --close-when-expired off --shut-down-when-expired off @@ -259,6 +260,7 @@ Options: --loop-sound off --open-saved-timers off --prefer-24h-time off + --window-title app --window-state normal --window-bounds auto,auto,350,150 --lock-interface off diff --git a/Hourglass/Windows/AboutDialog.xaml b/Hourglass/Windows/AboutDialog.xaml new file mode 100644 index 0000000..cf9b2ba --- /dev/null +++ b/Hourglass/Windows/AboutDialog.xaml @@ -0,0 +1,70 @@ + + + + + + + + + +