From bf2021dddf23f6e96b443c3eda104891c7d6bc98 Mon Sep 17 00:00:00 2001 From: Axel Gembe Date: Wed, 6 Jul 2016 11:01:35 +0700 Subject: [PATCH] Gemini: Make gemini resources public This is so other code can use resources from Gemini like SettingsPathEnvironment when defining a new settings page under environment. Signed-off-by: Axel Gembe --- src/Gemini/Gemini.csproj | 9 +- src/Gemini/Properties/Resources.Designer.cs | 102 +++++++++--------- .../Properties/Resources.de.Designer.cs | 0 3 files changed, 52 insertions(+), 59 deletions(-) delete mode 100644 src/Gemini/Properties/Resources.de.Designer.cs diff --git a/src/Gemini/Gemini.csproj b/src/Gemini/Gemini.csproj index 2a4fc08f..a0974e30 100644 --- a/src/Gemini/Gemini.csproj +++ b/src/Gemini/Gemini.csproj @@ -319,11 +319,6 @@ - - Resources.de.resx - True - True - True True @@ -489,13 +484,11 @@ - ResXFileCodeGenerator - Resources.de.Designer.cs Designer - ResXFileCodeGenerator + PublicResXFileCodeGenerator Resources.Designer.cs Designer diff --git a/src/Gemini/Properties/Resources.Designer.cs b/src/Gemini/Properties/Resources.Designer.cs index 64b8a843..69b65927 100644 --- a/src/Gemini/Properties/Resources.Designer.cs +++ b/src/Gemini/Properties/Resources.Designer.cs @@ -22,7 +22,7 @@ namespace Gemini.Properties { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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() { /// Возвращает кэшированный экземпляр ResourceManager, использованный этим классом. /// [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("Gemini.Properties.Resources", typeof(Resources).Assembly); @@ -51,7 +51,7 @@ internal Resources() { /// обращений к ресурсу с помощью этого класса ресурса со строгой типизацией. /// [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; } @@ -63,7 +63,7 @@ internal Resources() { /// /// Ищет локализованную строку, похожую на Failed to set value: {0}. /// - internal static string AdvancedSliderCommitErrorFormat { + public static string AdvancedSliderCommitErrorFormat { get { return ResourceManager.GetString("AdvancedSliderCommitErrorFormat", resourceCulture); } @@ -72,7 +72,7 @@ internal static string AdvancedSliderCommitErrorFormat { /// /// Ищет локализованную строку, похожую на All Files. /// - internal static string AllFiles { + public static string AllFiles { get { return ResourceManager.GetString("AllFiles", resourceCulture); } @@ -81,7 +81,7 @@ internal static string AllFiles { /// /// Ищет локализованную строку, похожую на All Supported Files. /// - internal static string AllSupportedFiles { + public static string AllSupportedFiles { get { return ResourceManager.GetString("AllSupportedFiles", resourceCulture); } @@ -90,7 +90,7 @@ internal static string AllSupportedFiles { /// /// Ищет локализованную строку, похожую на _Edit. /// - internal static string EditMenuText { + public static string EditMenuText { get { return ResourceManager.GetString("EditMenuText", resourceCulture); } @@ -99,7 +99,7 @@ internal static string EditMenuText { /// /// Ищет локализованную строку, похожую на _Redo. /// - internal static string EditRedoCommandText { + public static string EditRedoCommandText { get { return ResourceManager.GetString("EditRedoCommandText", resourceCulture); } @@ -108,7 +108,7 @@ internal static string EditRedoCommandText { /// /// Ищет локализованную строку, похожую на Redo. /// - internal static string EditRedoCommandToolTip { + public static string EditRedoCommandToolTip { get { return ResourceManager.GetString("EditRedoCommandToolTip", resourceCulture); } @@ -117,7 +117,7 @@ internal static string EditRedoCommandToolTip { /// /// Ищет локализованную строку, похожую на _Undo. /// - internal static string EditUndoCommandText { + public static string EditUndoCommandText { get { return ResourceManager.GetString("EditUndoCommandText", resourceCulture); } @@ -126,7 +126,7 @@ internal static string EditUndoCommandText { /// /// Ищет локализованную строку, похожую на Undo. /// - internal static string EditUndoCommandToolTip { + public static string EditUndoCommandToolTip { get { return ResourceManager.GetString("EditUndoCommandToolTip", resourceCulture); } @@ -135,7 +135,7 @@ internal static string EditUndoCommandToolTip { /// /// Ищет локализованную строку, похожую на _Close. /// - internal static string FileCloseCommandText { + public static string FileCloseCommandText { get { return ResourceManager.GetString("FileCloseCommandText", resourceCulture); } @@ -144,7 +144,7 @@ internal static string FileCloseCommandText { /// /// Ищет локализованную строку, похожую на Close. /// - internal static string FileCloseCommandToolTip { + public static string FileCloseCommandToolTip { get { return ResourceManager.GetString("FileCloseCommandToolTip", resourceCulture); } @@ -153,7 +153,7 @@ internal static string FileCloseCommandToolTip { /// /// Ищет локализованную строку, похожую на E_xit. /// - internal static string FileExitCommandText { + public static string FileExitCommandText { get { return ResourceManager.GetString("FileExitCommandText", resourceCulture); } @@ -162,7 +162,7 @@ internal static string FileExitCommandText { /// /// Ищет локализованную строку, похожую на Exit. /// - internal static string FileExitCommandToolTip { + public static string FileExitCommandToolTip { get { return ResourceManager.GetString("FileExitCommandToolTip", resourceCulture); } @@ -171,7 +171,7 @@ internal static string FileExitCommandToolTip { /// /// Ищет локализованную строку, похожую на _File. /// - internal static string FileMenuText { + public static string FileMenuText { get { return ResourceManager.GetString("FileMenuText", resourceCulture); } @@ -180,7 +180,7 @@ internal static string FileMenuText { /// /// Ищет локализованную строку, похожую на _New. /// - internal static string FileNewCommandText { + public static string FileNewCommandText { get { return ResourceManager.GetString("FileNewCommandText", resourceCulture); } @@ -198,7 +198,7 @@ internal static string FileNewCommandToolTip { /// /// Ищет локализованную строку, похожую на Untitled {0}. /// - internal static string FileNewUntitled { + public static string FileNewUntitled { get { return ResourceManager.GetString("FileNewUntitled", resourceCulture); } @@ -207,7 +207,7 @@ internal static string FileNewUntitled { /// /// Ищет локализованную строку, похожую на _Open. /// - internal static string FileOpenCommandText { + public static string FileOpenCommandText { get { return ResourceManager.GetString("FileOpenCommandText", resourceCulture); } @@ -216,7 +216,7 @@ internal static string FileOpenCommandText { /// /// Ищет локализованную строку, похожую на Open. /// - internal static string FileOpenCommandToolTip { + public static string FileOpenCommandToolTip { get { return ResourceManager.GetString("FileOpenCommandToolTip", resourceCulture); } @@ -261,7 +261,7 @@ internal static string FileSaveAllCommandToolTip { /// /// Ищет локализованную строку, похожую на Save _As.... /// - internal static string FileSaveAsCommandText { + public static string FileSaveAsCommandText { get { return ResourceManager.GetString("FileSaveAsCommandText", resourceCulture); } @@ -270,7 +270,7 @@ internal static string FileSaveAsCommandText { /// /// Ищет локализованную строку, похожую на Save As. /// - internal static string FileSaveAsCommandToolTip { + public static string FileSaveAsCommandToolTip { get { return ResourceManager.GetString("FileSaveAsCommandToolTip", resourceCulture); } @@ -279,7 +279,7 @@ internal static string FileSaveAsCommandToolTip { /// /// Ищет локализованную строку, похожую на _Save. /// - internal static string FileSaveCommandText { + public static string FileSaveCommandText { get { return ResourceManager.GetString("FileSaveCommandText", resourceCulture); } @@ -288,7 +288,7 @@ internal static string FileSaveCommandText { /// /// Ищет локализованную строку, похожую на Save. /// - internal static string FileSaveCommandToolTip { + public static string FileSaveCommandToolTip { get { return ResourceManager.GetString("FileSaveCommandToolTip", resourceCulture); } @@ -297,7 +297,7 @@ internal static string FileSaveCommandToolTip { /// /// Ищет локализованную строку, похожую на _Help. /// - internal static string HelpMenuText { + public static string HelpMenuText { get { return ResourceManager.GetString("HelpMenuText", resourceCulture); } @@ -306,7 +306,7 @@ internal static string HelpMenuText { /// /// Ищет локализованную строку, похожую на History. /// - internal static string HistoryDisplayName { + public static string HistoryDisplayName { get { return ResourceManager.GetString("HistoryDisplayName", resourceCulture); } @@ -315,7 +315,7 @@ internal static string HistoryDisplayName { /// /// Ищет локализованную строку, похожую на Initial State. /// - internal static string HistoryInitialState { + public static string HistoryInitialState { get { return ResourceManager.GetString("HistoryInitialState", resourceCulture); } @@ -324,7 +324,7 @@ internal static string HistoryInitialState { /// /// Ищет локализованную строку, похожую на System. /// - internal static string LanguageSystem { + public static string LanguageSystem { get { return ResourceManager.GetString("LanguageSystem", resourceCulture); } @@ -333,7 +333,7 @@ internal static string LanguageSystem { /// /// Ищет локализованную строку, похожую на Auto hide main menu. /// - internal static string MainMenuSettingsAutoHideMainMenu { + public static string MainMenuSettingsAutoHideMainMenu { get { return ResourceManager.GetString("MainMenuSettingsAutoHideMainMenu", resourceCulture); } @@ -342,7 +342,7 @@ internal static string MainMenuSettingsAutoHideMainMenu { /// /// Ищет локализованную строку, похожую на Color Theme:. /// - internal static string MainMenuSettingsColorTheme { + public static string MainMenuSettingsColorTheme { get { return ResourceManager.GetString("MainMenuSettingsColorTheme", resourceCulture); } @@ -351,7 +351,7 @@ internal static string MainMenuSettingsColorTheme { /// /// Ищет локализованную строку, похожую на Language:. /// - internal static string MainMenuSettingsLanguage { + public static string MainMenuSettingsLanguage { get { return ResourceManager.GetString("MainMenuSettingsLanguage", resourceCulture); } @@ -360,7 +360,7 @@ internal static string MainMenuSettingsLanguage { /// /// Ищет локализованную строку, похожую на Requires restart. /// - internal static string MainMenuSettingsLanguageRestart { + public static string MainMenuSettingsLanguageRestart { get { return ResourceManager.GetString("MainMenuSettingsLanguageRestart", resourceCulture); } @@ -369,7 +369,7 @@ internal static string MainMenuSettingsLanguageRestart { /// /// Ищет локализованную строку, похожую на [Default Title]. /// - internal static string MainWindowDefaultTitle { + public static string MainWindowDefaultTitle { get { return ResourceManager.GetString("MainWindowDefaultTitle", resourceCulture); } @@ -387,7 +387,7 @@ internal static string SaveChangesBeforeClosingMessage { /// /// Ищет локализованную строку, похожую на Options. /// - internal static string SettingsDisplayName { + public static string SettingsDisplayName { get { return ResourceManager.GetString("SettingsDisplayName", resourceCulture); } @@ -396,7 +396,7 @@ internal static string SettingsDisplayName { /// /// Ищет локализованную строку, похожую на General. /// - internal static string SettingsPageGeneral { + public static string SettingsPageGeneral { get { return ResourceManager.GetString("SettingsPageGeneral", resourceCulture); } @@ -405,7 +405,7 @@ internal static string SettingsPageGeneral { /// /// Ищет локализованную строку, похожую на Environment. /// - internal static string SettingsPathEnvironment { + public static string SettingsPathEnvironment { get { return ResourceManager.GetString("SettingsPathEnvironment", resourceCulture); } @@ -414,7 +414,7 @@ internal static string SettingsPathEnvironment { /// /// Ищет локализованную строку, похожую на Blue. /// - internal static string ThemeBlueName { + public static string ThemeBlueName { get { return ResourceManager.GetString("ThemeBlueName", resourceCulture); } @@ -423,7 +423,7 @@ internal static string ThemeBlueName { /// /// Ищет локализованную строку, похожую на Dark. /// - internal static string ThemeDarkName { + public static string ThemeDarkName { get { return ResourceManager.GetString("ThemeDarkName", resourceCulture); } @@ -432,7 +432,7 @@ internal static string ThemeDarkName { /// /// Ищет локализованную строку, похожую на Light. /// - internal static string ThemeLightName { + public static string ThemeLightName { get { return ResourceManager.GetString("ThemeLightName", resourceCulture); } @@ -441,7 +441,7 @@ internal static string ThemeLightName { /// /// Ищет локализованную строку, похожую на Standard. /// - internal static string ToolBarStandard { + public static string ToolBarStandard { get { return ResourceManager.GetString("ToolBarStandard", resourceCulture); } @@ -450,7 +450,7 @@ internal static string ToolBarStandard { /// /// Ищет локализованную строку, похожую на Category. /// - internal static string ToolboxCategory { + public static string ToolboxCategory { get { return ResourceManager.GetString("ToolboxCategory", resourceCulture); } @@ -459,7 +459,7 @@ internal static string ToolboxCategory { /// /// Ищет локализованную строку, похожую на Toolbox. /// - internal static string ToolboxDisplayName { + public static string ToolboxDisplayName { get { return ResourceManager.GetString("ToolboxDisplayName", resourceCulture); } @@ -468,7 +468,7 @@ internal static string ToolboxDisplayName { /// /// Ищет локализованную строку, похожую на _Tools. /// - internal static string ToolsMenuText { + public static string ToolsMenuText { get { return ResourceManager.GetString("ToolsMenuText", resourceCulture); } @@ -477,7 +477,7 @@ internal static string ToolsMenuText { /// /// Ищет локализованную строку, похожую на _Options. /// - internal static string ToolsOptionsCommandText { + public static string ToolsOptionsCommandText { get { return ResourceManager.GetString("ToolsOptionsCommandText", resourceCulture); } @@ -486,7 +486,7 @@ internal static string ToolsOptionsCommandText { /// /// Ищет локализованную строку, похожую на Options. /// - internal static string ToolsOptionsCommandToolTip { + public static string ToolsOptionsCommandToolTip { get { return ResourceManager.GetString("ToolsOptionsCommandToolTip", resourceCulture); } @@ -513,7 +513,7 @@ internal static string ViewFullScreenCommandToolTip { /// /// Ищет локализованную строку, похожую на _History. /// - internal static string ViewHistoryCommandText { + public static string ViewHistoryCommandText { get { return ResourceManager.GetString("ViewHistoryCommandText", resourceCulture); } @@ -522,7 +522,7 @@ internal static string ViewHistoryCommandText { /// /// Ищет локализованную строку, похожую на History. /// - internal static string ViewHistoryCommandToolTip { + public static string ViewHistoryCommandToolTip { get { return ResourceManager.GetString("ViewHistoryCommandToolTip", resourceCulture); } @@ -531,7 +531,7 @@ internal static string ViewHistoryCommandToolTip { /// /// Ищет локализованную строку, похожую на _View. /// - internal static string ViewMenuText { + public static string ViewMenuText { get { return ResourceManager.GetString("ViewMenuText", resourceCulture); } @@ -540,7 +540,7 @@ internal static string ViewMenuText { /// /// Ищет локализованную строку, похожую на Toolbo_x. /// - internal static string ViewToolboxCommandText { + public static string ViewToolboxCommandText { get { return ResourceManager.GetString("ViewToolboxCommandText", resourceCulture); } @@ -549,7 +549,7 @@ internal static string ViewToolboxCommandText { /// /// Ищет локализованную строку, похожую на Toolbox. /// - internal static string ViewToolboxCommandToolTip { + public static string ViewToolboxCommandToolTip { get { return ResourceManager.GetString("ViewToolboxCommandToolTip", resourceCulture); } @@ -558,7 +558,7 @@ internal static string ViewToolboxCommandToolTip { /// /// Ищет локализованную строку, похожую на _Window. /// - internal static string WindowMenuText { + public static string WindowMenuText { get { return ResourceManager.GetString("WindowMenuText", resourceCulture); } diff --git a/src/Gemini/Properties/Resources.de.Designer.cs b/src/Gemini/Properties/Resources.de.Designer.cs deleted file mode 100644 index e69de29b..00000000