Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismContextProperties.cs =================================================================== diff -u -r15a5390b22bbd15e777f7df088c61e2b05803723 -rc43715cf3e6dce0c427b10c4852d5ae54e6d668d --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismContextProperties.cs (.../HeightStructuresFailureMechanismContextProperties.cs) (revision 15a5390b22bbd15e777f7df088c61e2b05803723) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismContextProperties.cs (.../HeightStructuresFailureMechanismContextProperties.cs) (revision c43715cf3e6dce0c427b10c4852d5ae54e6d668d) @@ -28,6 +28,7 @@ using Ringtoets.HeightStructures.Forms.PresentationObjects; using Ringtoets.HeightStructures.Forms.Properties; using RingtoetsCommonDataResources = Ringtoets.Common.Data.Properties.Resources; +using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; namespace Ringtoets.HeightStructures.Forms.PropertyClasses { @@ -46,9 +47,9 @@ #region Length effect parameters [PropertyOrder(lengthEffectPropertyIndex)] - [ResourcesCategory(typeof(RingtoetsCommonDataResources), "Categories_LengthEffect")] - [ResourcesDisplayName(typeof(RingtoetsCommonDataResources), "FailureMechanism_N_DisplayName")] - [ResourcesDescription(typeof(RingtoetsCommonDataResources), "FailureMechanism_N_Description")] + [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_LengthEffect")] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "FailureMechanism_N_DisplayName")] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "FailureMechanism_N_Description")] public int LengthEffect { get @@ -67,9 +68,9 @@ #region General [PropertyOrder(namePropertyIndex)] - [ResourcesCategory(typeof(RingtoetsCommonDataResources), "Categories_General")] - [ResourcesDisplayName(typeof(RingtoetsCommonDataResources), "FailureMechanism_Name_DisplayName")] - [ResourcesDescription(typeof(RingtoetsCommonDataResources), "FailureMechanism_Name_Description")] + [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_General")] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "FailureMechanism_Name_DisplayName")] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "FailureMechanism_Name_Description")] public string Name { get @@ -79,9 +80,9 @@ } [PropertyOrder(codePropertyIndex)] - [ResourcesCategory(typeof(RingtoetsCommonDataResources), "Categories_General")] - [ResourcesDisplayName(typeof(RingtoetsCommonDataResources), "FailureMechanism_Code_DisplayName")] - [ResourcesDescription(typeof(RingtoetsCommonDataResources), "FailureMechanism_Code_Description")] + [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_General")] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "FailureMechanism_Code_DisplayName")] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "FailureMechanism_Code_Description")] public string Code { get @@ -91,7 +92,7 @@ } [PropertyOrder(gravitationalAccelerationPropertyIndex)] - [ResourcesCategory(typeof(RingtoetsCommonDataResources), "Categories_General")] + [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_General")] [ResourcesDisplayName(typeof(Resources), "HeightStructuresInputFailureMechanismContext_GravitationalAcceleration_DisplayName")] [ResourcesDescription(typeof(Resources), "HeightStructuresInputFailureMechanismContext_GravitationalAcceleration_Description")] public RoundedDouble GravitationalAcceleration