Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Data/Properties/Resources.Designer.cs
===================================================================
diff -u -r0ee0d86b58275264171be7f91afa87b7edd0d67a -r7f19a7a0a567621b19d20c888df142781ff702e1
--- Ringtoets/Revetment/src/Ringtoets.Revetment.Data/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 0ee0d86b58275264171be7f91afa87b7edd0d67a)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.Data/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 7f19a7a0a567621b19d20c888df142781ff702e1)
@@ -40,7 +40,7 @@
// 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.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -82,6 +82,42 @@
}
///
+ /// Looks up a localized string similar to C->D.
+ ///
+ internal static string AssessmentSectionCategoryType_FactorizedLowerLimitNorm_DisplayName {
+ get {
+ return ResourceManager.GetString("AssessmentSectionCategoryType_FactorizedLowerLimitNorm_DisplayName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A+->A.
+ ///
+ internal static string AssessmentSectionCategoryType_FactorizedSignalingNorm_DisplayName {
+ get {
+ return ResourceManager.GetString("AssessmentSectionCategoryType_FactorizedSignalingNorm_DisplayName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to B->C.
+ ///
+ internal static string AssessmentSectionCategoryType_LowerLimitNorm_DisplayName {
+ get {
+ return ResourceManager.GetString("AssessmentSectionCategoryType_LowerLimitNorm_DisplayName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A->B.
+ ///
+ internal static string AssessmentSectionCategoryType_SignalingNorm_DisplayName {
+ get {
+ return ResourceManager.GetString("AssessmentSectionCategoryType_SignalingNorm_DisplayName", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to De bovengrens van de bekleding moet boven de ondergrens liggen..
///
internal static string WaveConditionsInput_ValidateRevetmentBoundaries_Upper_boundary_revetment_must_be_above_lower_boundary_revetment {