Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PropertyClasses/ClosingStructuresInputContextProperties.cs
===================================================================
diff -u -r5724d9646d808c712d3bd87ecc89d8e23426c83f -r94280a98283d1dbe5381cbc46f59b996f5f43b19
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PropertyClasses/ClosingStructuresInputContextProperties.cs (.../ClosingStructuresInputContextProperties.cs) (revision 5724d9646d808c712d3bd87ecc89d8e23426c83f)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PropertyClasses/ClosingStructuresInputContextProperties.cs (.../ClosingStructuresInputContextProperties.cs) (revision 94280a98283d1dbe5381cbc46f59b996f5f43b19)
@@ -79,8 +79,8 @@
[PropertyOrder(deviationWaveDirectionPropertyIndex)]
[ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_HydraulicData")]
- [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "DeviationWaveDirection_DisplayName")]
- [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "DeviationWaveDirection_Description")]
+ [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "Structure_DeviationWaveDirection_DisplayName")]
+ [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "Structure_DeviationWaveDirection_Description")]
public RoundedDouble DeviationWaveDirection
{
get
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rfd6db3bae09296e4da11ac9fb9e5dde9b31bc178 -r94280a98283d1dbe5381cbc46f59b996f5f43b19
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision fd6db3bae09296e4da11ac9fb9e5dde9b31bc178)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 94280a98283d1dbe5381cbc46f59b996f5f43b19)
@@ -1748,6 +1748,24 @@
}
///
+ /// Looks up a localized string similar to Afwijking van de golfrichting..
+ ///
+ public static string Structure_DeviationWaveDirection_Description {
+ get {
+ return ResourceManager.GetString("Structure_DeviationWaveDirection_Description", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Afwijking golfrichting [°].
+ ///
+ public static string Structure_DeviationWaveDirection_DisplayName {
+ get {
+ return ResourceManager.GetString("Structure_DeviationWaveDirection_DisplayName", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Kunstwerk.
///
public static string Structure_DisplayName {
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx
===================================================================
diff -u -rfd6db3bae09296e4da11ac9fb9e5dde9b31bc178 -r94280a98283d1dbe5381cbc46f59b996f5f43b19
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision fd6db3bae09296e4da11ac9fb9e5dde9b31bc178)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 94280a98283d1dbe5381cbc46f59b996f5f43b19)
@@ -805,4 +805,10 @@
Stormduur [uur]
+
+ Afwijking van de golfrichting.
+
+
+ Afwijking golfrichting [°]
+
\ No newline at end of file
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rfd6db3bae09296e4da11ac9fb9e5dde9b31bc178 -r94280a98283d1dbe5381cbc46f59b996f5f43b19
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision fd6db3bae09296e4da11ac9fb9e5dde9b31bc178)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 94280a98283d1dbe5381cbc46f59b996f5f43b19)
@@ -82,24 +82,6 @@
}
///
- /// Looks up a localized string similar to Afwijking van de golfrichting..
- ///
- public static string DeviationWaveDirection_Description {
- get {
- return ResourceManager.GetString("DeviationWaveDirection_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Afwijking golfrichting [°].
- ///
- public static string DeviationWaveDirection_DisplayName {
- get {
- return ResourceManager.GetString("DeviationWaveDirection_DisplayName", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Selecteer kunstwerken.
///
public static string StructureSelectionDialog_Select_Structures {
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.resx
===================================================================
diff -u -rfd6db3bae09296e4da11ac9fb9e5dde9b31bc178 -r94280a98283d1dbe5381cbc46f59b996f5f43b19
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision fd6db3bae09296e4da11ac9fb9e5dde9b31bc178)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision 94280a98283d1dbe5381cbc46f59b996f5f43b19)
@@ -120,10 +120,4 @@
Selecteer kunstwerken
-
- Afwijking van de golfrichting.
-
-
- Afwijking golfrichting [°]
-
\ No newline at end of file
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
===================================================================
diff -u -rf7a04cbe5e015450af38a8983a4c57c5022722f2 -r94280a98283d1dbe5381cbc46f59b996f5f43b19
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision f7a04cbe5e015450af38a8983a4c57c5022722f2)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision 94280a98283d1dbe5381cbc46f59b996f5f43b19)
@@ -103,8 +103,8 @@
[PropertyOrder(deviationWaveDirectionPropertyIndex)]
[ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_HydraulicData")]
- [ResourcesDisplayName(typeof(Resources), "DeviationWaveDirection_DisplayName")]
- [ResourcesDescription(typeof(Resources), "DeviationWaveDirection_Description")]
+ [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "Structure_DeviationWaveDirection_DisplayName")]
+ [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "Structure_DeviationWaveDirection_Description")]
public RoundedDouble DeviationWaveDirection
{
get
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs
===================================================================
diff -u -rfd6db3bae09296e4da11ac9fb9e5dde9b31bc178 -r94280a98283d1dbe5381cbc46f59b996f5f43b19
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs (.../HeightStructuresCalculationService.cs) (revision fd6db3bae09296e4da11ac9fb9e5dde9b31bc178)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs (.../HeightStructuresCalculationService.cs) (revision 94280a98283d1dbe5381cbc46f59b996f5f43b19)
@@ -196,7 +196,7 @@
if (IsInvalidNumber(inputParameters.DeviationWaveDirection))
{
validationResult.Add(string.Format(Core.Common.Base.Properties.Resources.CalculationService_ValidateInput_Value_for_0_must_be_a_valid_number,
- GenerateParameterNameWithoutUnits(HeightStructuresForms.DeviationWaveDirection_DisplayName)));
+ GenerateParameterNameWithoutUnits(RingtoetsCommonFormsResources.Structure_DeviationWaveDirection_DisplayName)));
}
validationResult.AddRange(DistributionValidationService.ValidateDistribution(inputParameters.ModelFactorSuperCriticalFlow,