Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -ra3acfc43c74e601ed4e7d3a80f9a7daa58a836c6 -rdffa4d0d92f454b666480ee3d55d4ea444fb01b3 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision a3acfc43c74e601ed4e7d3a80f9a7daa58a836c6) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision dffa4d0d92f454b666480ee3d55d4ea444fb01b3) @@ -1139,24 +1139,6 @@ } /// - /// Looks up a localized string similar to De parameter 'a' die gebruikt wordt voor het lengte-effect in berekening van de maximaal toelaatbare faalkans.. - /// - public static string FailureMechanism_A_Description { - get { - return ResourceManager.GetString("FailureMechanism_A_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to a [-]. - /// - public static string FailureMechanism_A_DisplayName { - get { - return ResourceManager.GetString("FailureMechanism_A_DisplayName", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Resultaat. /// public static string FailureMechanism_AssessmentResult_DisplayName { @@ -1166,24 +1148,6 @@ } /// - /// Looks up a localized string similar to De parameter 'b' die gebruikt wordt voor het lengte-effect in berekening van de maximaal toelaatbare faalkans.. - /// - public static string FailureMechanism_B_Description { - get { - return ResourceManager.GetString("FailureMechanism_B_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to b [m]. - /// - public static string FailureMechanism_B_DisplayName { - get { - return ResourceManager.GetString("FailureMechanism_B_DisplayName", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Het label van het toetsspoor.. /// public static string FailureMechanism_Code_Description { @@ -1319,6 +1283,42 @@ } /// + /// Looks up a localized string similar to De parameter 'a' die gebruikt wordt voor het lengte-effect in berekening van de maximaal toelaatbare faalkans.. + /// + public static string FailureMechanism_ProbabilityAssessmentInput_A_Description { + get { + return ResourceManager.GetString("FailureMechanism_ProbabilityAssessmentInput_A_Description", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to a [-]. + /// + public static string FailureMechanism_ProbabilityAssessmentInput_A_DisplayName { + get { + return ResourceManager.GetString("FailureMechanism_ProbabilityAssessmentInput_A_DisplayName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De parameter 'b' die gebruikt wordt voor het lengte-effect in berekening van de maximaal toelaatbare faalkans.. + /// + public static string FailureMechanism_ProbabilityAssessmentInput_B_Description { + get { + return ResourceManager.GetString("FailureMechanism_ProbabilityAssessmentInput_B_Description", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to b [m]. + /// + public static string FailureMechanism_ProbabilityAssessmentInput_B_DisplayName { + get { + return ResourceManager.GetString("FailureMechanism_ProbabilityAssessmentInput_B_DisplayName", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Valideer alle berekeningen binnen dit toetsspoor.. /// public static string FailureMechanism_Validate_all_ToolTip { Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx =================================================================== diff -u -ra3acfc43c74e601ed4e7d3a80f9a7daa58a836c6 -rdffa4d0d92f454b666480ee3d55d4ea444fb01b3 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision a3acfc43c74e601ed4e7d3a80f9a7daa58a836c6) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision dffa4d0d92f454b666480ee3d55d4ea444fb01b3) @@ -1301,16 +1301,16 @@ Hs(C->D) - + De parameter 'a' die gebruikt wordt voor het lengte-effect in berekening van de maximaal toelaatbare faalkans. - + a [-] - + De parameter 'b' die gebruikt wordt voor het lengte-effect in berekening van de maximaal toelaatbare faalkans. - + b [m] Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsFailureMechanismProperties.cs =================================================================== diff -u -r8e062ef408ff5e32cf4545c50960055b69c51586 -rdffa4d0d92f454b666480ee3d55d4ea444fb01b3 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsFailureMechanismProperties.cs (.../MacroStabilityInwardsFailureMechanismProperties.cs) (revision 8e062ef408ff5e32cf4545c50960055b69c51586) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsFailureMechanismProperties.cs (.../MacroStabilityInwardsFailureMechanismProperties.cs) (revision dffa4d0d92f454b666480ee3d55d4ea444fb01b3) @@ -147,8 +147,8 @@ [DynamicVisible] [PropertyOrder(21)] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Categories_LengthEffect))] - [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_A_DisplayName))] - [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_A_Description))] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_ProbabilityAssessmentInput_A_DisplayName))] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_ProbabilityAssessmentInput_A_Description))] public double A { get @@ -164,8 +164,8 @@ [DynamicVisible] [PropertyOrder(22)] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Categories_LengthEffect))] - [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_B_DisplayName))] - [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_B_Description))] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_ProbabilityAssessmentInput_B_DisplayName))] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_ProbabilityAssessmentInput_B_Description))] public double B { get Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs =================================================================== diff -u -ra3acfc43c74e601ed4e7d3a80f9a7daa58a836c6 -rdffa4d0d92f454b666480ee3d55d4ea444fb01b3 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs (.../PipingFailureMechanismContextProperties.cs) (revision a3acfc43c74e601ed4e7d3a80f9a7daa58a836c6) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs (.../PipingFailureMechanismContextProperties.cs) (revision dffa4d0d92f454b666480ee3d55d4ea444fb01b3) @@ -195,8 +195,8 @@ [DynamicVisible] [PropertyOrder(21)] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Categories_LengthEffect))] - [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_A_DisplayName))] - [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_A_Description))] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_ProbabilityAssessmentInput_A_DisplayName))] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_ProbabilityAssessmentInput_A_Description))] public double A { get @@ -212,8 +212,8 @@ [DynamicVisible] [PropertyOrder(22)] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Categories_LengthEffect))] - [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_B_DisplayName))] - [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_B_Description))] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_ProbabilityAssessmentInput_B_DisplayName))] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_ProbabilityAssessmentInput_B_Description))] public double B { get