Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r9e3639e810a22019da1a9fdf5aa5c433a43520c1 -r790d12a1b8f6bb77d03a9fb4ef48892f71d7f778 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9e3639e810a22019da1a9fdf5aa5c433a43520c1) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 790d12a1b8f6bb77d03a9fb4ef48892f71d7f778) @@ -154,24 +154,6 @@ } /// - /// Looks up a localized string similar to Binnenwaterstand.. - /// - public static string InsideWaterLevel_Description { - get { - return ResourceManager.GetString("InsideWaterLevel_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Binnenwaterstand [m+NAP]. - /// - public static string InsideWaterLevel_DisplayName { - get { - return ResourceManager.GetString("InsideWaterLevel_DisplayName", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Niveau kruin bij niet gesloten maximaal kerende keermiddelen.. /// public static string LevelCrestStructureNotClosing_Description { @@ -206,23 +188,5 @@ return ResourceManager.GetString("ProbabilityOpenStructureBeforeFlooding_DisplayName", resourceCulture); } } - - /// - /// Looks up a localized string similar to Drempelhoogte niet gesloten kering.. - /// - public static string ThresholdHeightOpenWeir_Description { - get { - return ResourceManager.GetString("ThresholdHeightOpenWeir_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Drempelhoogte [m+NAP]. - /// - public static string ThresholdHeightOpenWeir_DisplayName { - get { - return ResourceManager.GetString("ThresholdHeightOpenWeir_DisplayName", resourceCulture); - } - } } } Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Properties/Resources.resx =================================================================== diff -u -r9e3639e810a22019da1a9fdf5aa5c433a43520c1 -r790d12a1b8f6bb77d03a9fb4ef48892f71d7f778 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision 9e3639e810a22019da1a9fdf5aa5c433a43520c1) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision 790d12a1b8f6bb77d03a9fb4ef48892f71d7f778) @@ -135,18 +135,6 @@ Kruinhoogte niet gesloten kering [m+NAP] - - Drempelhoogte niet gesloten kering. - - - Drempelhoogte [m+NAP] - - - Binnenwaterstand. - - - Binnenwaterstand [m+NAP] - Kans op open staan bij naderend hoogwater. Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PropertyClasses/ClosingStructureProperties.cs =================================================================== diff -u -r9e3639e810a22019da1a9fdf5aa5c433a43520c1 -r790d12a1b8f6bb77d03a9fb4ef48892f71d7f778 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PropertyClasses/ClosingStructureProperties.cs (.../ClosingStructureProperties.cs) (revision 9e3639e810a22019da1a9fdf5aa5c433a43520c1) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PropertyClasses/ClosingStructureProperties.cs (.../ClosingStructureProperties.cs) (revision 790d12a1b8f6bb77d03a9fb4ef48892f71d7f778) @@ -218,8 +218,8 @@ [PropertyOrder(thresholdHeightOpenWeirPropertyIndex)] [TypeConverter(typeof(ExpandableObjectConverter))] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Schematization")] - [ResourcesDisplayName(typeof(Resources), "ThresholdHeightOpenWeir_DisplayName")] - [ResourcesDescription(typeof(Resources), "ThresholdHeightOpenWeir_Description")] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "Structure_ThresholdHeightOpenWeir_DisplayName")] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "Structure_ThresholdHeightOpenWeir_Description")] public NormalDistributionProperties ThresholdHeightOpenWeir { get @@ -234,8 +234,8 @@ [PropertyOrder(insideWaterLevelPropertyIndex)] [TypeConverter(typeof(ExpandableObjectConverter))] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_HydraulicData")] - [ResourcesDisplayName(typeof(Resources), "InsideWaterLevel_DisplayName")] - [ResourcesDescription(typeof(Resources), "InsideWaterLevel_Description")] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "Structure_InsideWaterLevel_DisplayName")] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "Structure_InsideWaterLevel_Description")] public NormalDistributionProperties InsideWaterLevel { get Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -re4e10b26e837005d099292386a004c53f168d3c0 -r790d12a1b8f6bb77d03a9fb4ef48892f71d7f778 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e4e10b26e837005d099292386a004c53f168d3c0) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 790d12a1b8f6bb77d03a9fb4ef48892f71d7f778) @@ -1731,6 +1731,42 @@ } /// + /// Looks up a localized string similar to Binnenwaterstand.. + /// + public static string Structure_InsideWaterLevel_Description { + get { + return ResourceManager.GetString("Structure_InsideWaterLevel_Description", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Binnenwaterstand [m+NAP]. + /// + public static string Structure_InsideWaterLevel_DisplayName { + get { + return ResourceManager.GetString("Structure_InsideWaterLevel_DisplayName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Kerende hoogte van het kunstwerk.. + /// + public static string Structure_LevelCrestStructure_Description { + get { + return ResourceManager.GetString("Structure_LevelCrestStructure_Description", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Kerende hoogte [m+NAP]. + /// + public static string Structure_LevelCrestStructure_DisplayName { + get { + return ResourceManager.GetString("Structure_LevelCrestStructure_DisplayName", resourceCulture); + } + } + + /// /// Looks up a localized string similar to De coördinaten van de locatie van het kunstwerk in het Rijksdriehoeksstelsel.. /// public static string Structure_Location_Description { @@ -1803,6 +1839,24 @@ } /// + /// Looks up a localized string similar to Drempelhoogte niet gesloten kering.. + /// + public static string Structure_ThresholdHeightOpenWeir_Description { + get { + return ResourceManager.GetString("Structure_ThresholdHeightOpenWeir_Description", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Drempelhoogte [m+NAP]. + /// + public static string Structure_ThresholdHeightOpenWeir_DisplayName { + get { + return ResourceManager.GetString("Structure_ThresholdHeightOpenWeir_DisplayName", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Breedte van de doorstroomopening.. /// public static string Structure_WidthFlowApertures_Description { Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx =================================================================== diff -u -re4e10b26e837005d099292386a004c53f168d3c0 -r790d12a1b8f6bb77d03a9fb4ef48892f71d7f778 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision e4e10b26e837005d099292386a004c53f168d3c0) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 790d12a1b8f6bb77d03a9fb4ef48892f71d7f778) @@ -724,4 +724,22 @@ Valversnelling [m/s²] + + Binnenwaterstand. + + + Binnenwaterstand [m+NAP] + + + Kerende hoogte van het kunstwerk. + + + Kerende hoogte [m+NAP] + + + Drempelhoogte niet gesloten kering. + + + Drempelhoogte [m+NAP] + \ No newline at end of file Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r98929f84fbf311bd19d8e61cc8499cdb40b22ea0 -r790d12a1b8f6bb77d03a9fb4ef48892f71d7f778 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 98929f84fbf311bd19d8e61cc8499cdb40b22ea0) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 790d12a1b8f6bb77d03a9fb4ef48892f71d7f778) @@ -22,7 +22,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.17929 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -203,24 +203,6 @@ } /// - /// Looks up a localized string similar to Kerende hoogte van het kunstwerk.. - /// - public static string LevelCrestStructure_Description { - get { - return ResourceManager.GetString("LevelCrestStructure_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kerende hoogte [m+NAP]. - /// - public static string LevelCrestStructure_DisplayName { - get { - return ResourceManager.GetString("LevelCrestStructure_DisplayName", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Modelfactor voor het overloopdebiet over een volkomen overlaat.. /// public static string ModelFactorSuperCriticalFlow_Description { Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.resx =================================================================== diff -u -r98929f84fbf311bd19d8e61cc8499cdb40b22ea0 -r790d12a1b8f6bb77d03a9fb4ef48892f71d7f778 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision 98929f84fbf311bd19d8e61cc8499cdb40b22ea0) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision 790d12a1b8f6bb77d03a9fb4ef48892f71d7f778) @@ -135,12 +135,6 @@ Faalkans gegeven erosie bodem [1/jaar] - - Kerende hoogte van het kunstwerk. - - - Kerende hoogte [m+NAP] - Modelfactor voor het overloopdebiet over een volkomen overlaat. Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs =================================================================== diff -u -rab6997b3ff1279f56b785eb00cd35526e3ce69fa -r790d12a1b8f6bb77d03a9fb4ef48892f71d7f778 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs (.../HeightStructureProperties.cs) (revision ab6997b3ff1279f56b785eb00cd35526e3ce69fa) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs (.../HeightStructureProperties.cs) (revision 790d12a1b8f6bb77d03a9fb4ef48892f71d7f778) @@ -153,8 +153,8 @@ [PropertyOrder(levelCrestStructurePropertyIndex)] [TypeConverter(typeof(ExpandableObjectConverter))] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Schematization")] - [ResourcesDisplayName(typeof(Resources), "LevelCrestStructure_DisplayName")] - [ResourcesDescription(typeof(Resources), "LevelCrestStructure_Description")] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "Structure_LevelCrestStructure_DisplayName")] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "Structure_LevelCrestStructure_Description")] public NormalDistributionProperties LevelCrestStructure { get Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs =================================================================== diff -u -rd39966fb0ba934896979db057b1d4b07dad086ed -r790d12a1b8f6bb77d03a9fb4ef48892f71d7f778 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision d39966fb0ba934896979db057b1d4b07dad086ed) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision 790d12a1b8f6bb77d03a9fb4ef48892f71d7f778) @@ -233,8 +233,8 @@ [PropertyOrder(levelCrestStructurePropertyIndex)] [TypeConverter(typeof(ExpandableObjectConverter))] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Schematization")] - [ResourcesDisplayName(typeof(Resources), "LevelCrestStructure_DisplayName")] - [ResourcesDescription(typeof(Resources), "LevelCrestStructure_Description")] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "Structure_LevelCrestStructure_DisplayName")] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "Structure_LevelCrestStructure_Description")] public NormalDistributionProperties LevelCrestStructure { get Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.Designer.cs =================================================================== diff -u --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.Designer.cs (revision 0) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.Designer.cs (revision 790d12a1b8f6bb77d03a9fb4ef48892f71d7f778) @@ -0,0 +1,102 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Ringtoets.StabilityPointStructures.Forms.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // 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", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + 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 { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Ringtoets.StabilityPointStructures.Forms.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to Instroommodel van het kunstwerk.. + /// + internal static string StabilityPointStructureInflowModelType_Description { + get { + return ResourceManager.GetString("StabilityPointStructureInflowModelType_Description", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Instroommodel. + /// + internal static string StabilityPointStructureInflowModelType_DisplayName { + get { + return ResourceManager.GetString("StabilityPointStructureInflowModelType_DisplayName", resourceCulture); + } + } + } +} Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.resx =================================================================== diff -u --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.resx (revision 0) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.resx (revision 790d12a1b8f6bb77d03a9fb4ef48892f71d7f778) @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Instroommodel van het kunstwerk. + + + Instroommodel + + \ No newline at end of file Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/PropertyClasses/StabilityPointStructureProperties.cs =================================================================== diff -u -rc2a078ee5e2bd7923da2ef612bbf6cb3cdb5f33b -r790d12a1b8f6bb77d03a9fb4ef48892f71d7f778 --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/PropertyClasses/StabilityPointStructureProperties.cs (.../StabilityPointStructureProperties.cs) (revision c2a078ee5e2bd7923da2ef612bbf6cb3cdb5f33b) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/PropertyClasses/StabilityPointStructureProperties.cs (.../StabilityPointStructureProperties.cs) (revision 790d12a1b8f6bb77d03a9fb4ef48892f71d7f778) @@ -29,6 +29,7 @@ using Ringtoets.Common.Forms.Helpers; using Ringtoets.Common.Forms.PropertyClasses; using Ringtoets.StabilityPointStructures.Data; +using Ringtoets.StabilityPointStructures.Forms.Properties; using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; namespace Ringtoets.StabilityPointStructures.Forms.PropertyClasses @@ -103,6 +104,8 @@ [PropertyOrder(insideWaterLevelPropertyIndex)] [TypeConverter(typeof(ExpandableObjectConverter))] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_HydraulicData")] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "Structure_InsideWaterLevel_DisplayName")] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "Structure_InsideWaterLevel_Description")] public NormalDistributionProperties InsideWaterLevel { get @@ -147,6 +150,8 @@ [PropertyOrder(stabilityPointStructureInflowModelTypePropertyIndex)] [TypeConverter(typeof(EnumTypeConverter))] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Schematization")] + [ResourcesDisplayName(typeof(Resources), "StabilityPointStructureInflowModelType_DisplayName")] + [ResourcesDescription(typeof(Resources), "StabilityPointStructureInflowModelType_Description")] public StabilityPointStructureInflowModelType InflowModelType { get @@ -238,6 +243,8 @@ [PropertyOrder(levelCrestStructurePropertyIndex)] [TypeConverter(typeof(ExpandableObjectConverter))] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Schematization")] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "Structure_LevelCrestStructure_DisplayName")] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "Structure_LevelCrestStructure_Description")] public NormalDistributionProperties LevelCrestStructure { get @@ -252,6 +259,8 @@ [PropertyOrder(thresholdHeightOpenWeirPropertyIndex)] [TypeConverter(typeof(ExpandableObjectConverter))] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Schematization")] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "Structure_ThresholdHeightOpenWeir_DisplayName")] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "Structure_ThresholdHeightOpenWeir_Description")] public NormalDistributionProperties ThresholdHeightOpenWeir { get Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Ringtoets.StabilityPointStructures.Forms.csproj =================================================================== diff -u -r44837ec463259677b2bc84d05e020de9fb5b782c -r790d12a1b8f6bb77d03a9fb4ef48892f71d7f778 --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Ringtoets.StabilityPointStructures.Forms.csproj (.../Ringtoets.StabilityPointStructures.Forms.csproj) (revision 44837ec463259677b2bc84d05e020de9fb5b782c) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Ringtoets.StabilityPointStructures.Forms.csproj (.../Ringtoets.StabilityPointStructures.Forms.csproj) (revision 790d12a1b8f6bb77d03a9fb4ef48892f71d7f778) @@ -47,6 +47,11 @@ + + True + True + Resources.resx + UserControl @@ -100,6 +105,12 @@ False + + + ResXFileCodeGenerator + Resources.Designer.cs + +