From 888b63727b0bd5f8ef97b0d7381559912572989e Mon Sep 17 00:00:00 2001 From: Harald Martini <harald.martini@student.tugraz.at> Date: Mon, 16 May 2022 13:10:46 +0200 Subject: [PATCH] added some MRF and CIF outputtypes to xmlnames --- .../Resources/XMLNames.Designer.cs | 29 ++++++++++++++++++- .../VectoCommon/Resources/XMLNames.resx | 9 ++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/VectoCommon/VectoCommon/Resources/XMLNames.Designer.cs b/VectoCommon/VectoCommon/Resources/XMLNames.Designer.cs index df5e7ba1f4..67d02bebf3 100644 --- a/VectoCommon/VectoCommon/Resources/XMLNames.Designer.cs +++ b/VectoCommon/VectoCommon/Resources/XMLNames.Designer.cs @@ -19,7 +19,7 @@ namespace TUGraz.VectoCommon.Resources { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class XMLNames { @@ -1473,6 +1473,15 @@ namespace TUGraz.VectoCommon.Resources { } } + /// <summary> + /// Looks up a localized string similar to ConventionalLorryOutputType. + /// </summary> + public static string CIF_OutputDataType_ConventionalLorryOutputType { + get { + return ResourceManager.GetString("CIF_OutputDataType_ConventionalLorryOutputType", resourceCulture); + } + } + /// <summary> /// Looks up a localized string similar to ADC. /// </summary> @@ -3363,6 +3372,24 @@ namespace TUGraz.VectoCommon.Resources { } } + /// <summary> + /// Looks up a localized string similar to ConventionalLorryManufacturerOutputDataType. + /// </summary> + public static string MRF_OutputDataType_ConventionalLorryManufacturerOutputDataType { + get { + return ResourceManager.GetString("MRF_OutputDataType_ConventionalLorryManufacturerOutputDataType", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to ConventionalPrimaryBusManufacturerOutputDataType. + /// </summary> + public static string MRF_OutputDataType_ConventionalPrimaryBusManufacturerOutputDataType { + get { + return ResourceManager.GetString("MRF_OutputDataType_ConventionalPrimaryBusManufacturerOutputDataType", resourceCulture); + } + } + /// <summary> /// Looks up a localized string similar to PowerMap. /// </summary> diff --git a/VectoCommon/VectoCommon/Resources/XMLNames.resx b/VectoCommon/VectoCommon/Resources/XMLNames.resx index fd22bdae39..7a4170fa62 100644 --- a/VectoCommon/VectoCommon/Resources/XMLNames.resx +++ b/VectoCommon/VectoCommon/Resources/XMLNames.resx @@ -1911,4 +1911,13 @@ <data name="REESS" xml:space="preserve"> <value>ElectricEnergyStorage</value> </data> +<data name="MRF_OutputDataType_ConventionalLorryManufacturerOutputDataType" xml:space="preserve"> + <value>ConventionalLorryManufacturerOutputDataType</value> +</data> +<data name="MRF_OutputDataType_ConventionalPrimaryBusManufacturerOutputDataType" xml:space="preserve"> + <value>ConventionalPrimaryBusManufacturerOutputDataType</value> +</data> +<data name="CIF_OutputDataType_ConventionalLorryOutputType" xml:space="preserve"> + <value>ConventionalLorryOutputType</value> +</data> </root> \ No newline at end of file -- GitLab