Index: Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/PropertyClasses/ClosingStructuresInputContextProperties.cs =================================================================== diff -u -r901c30b28efd1c3f3a49bcb24966d492e9104035 -r9a761050d58b4d776bcb40a9be8798fb6f2e2b3b --- Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/PropertyClasses/ClosingStructuresInputContextProperties.cs (.../ClosingStructuresInputContextProperties.cs) (revision 901c30b28efd1c3f3a49bcb24966d492e9104035) +++ Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/PropertyClasses/ClosingStructuresInputContextProperties.cs (.../ClosingStructuresInputContextProperties.cs) (revision 9a761050d58b4d776bcb40a9be8798fb6f2e2b3b) @@ -551,7 +551,7 @@ #region Foreshore profile - [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Schematization_Foreshore), 7, totalNrOfCategories)] + [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Foreshore), 7, totalNrOfCategories)] public override ForeshoreProfile ForeshoreProfile { get @@ -566,7 +566,7 @@ [DynamicPropertyOrder] [TypeConverter(typeof(ExpandableObjectConverter))] - [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Schematization_Foreshore), 7, totalNrOfCategories)] + [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Foreshore), 7, totalNrOfCategories)] public override UseBreakWaterProperties UseBreakWater { get @@ -577,7 +577,7 @@ [DynamicPropertyOrder] [TypeConverter(typeof(ExpandableObjectConverter))] - [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Schematization_Foreshore), 7, totalNrOfCategories)] + [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Foreshore), 7, totalNrOfCategories)] public override UseForeshoreProperties UseForeshore { get Index: Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs =================================================================== diff -u -r4bc70ffeec8d7536aaf581c00e9e873438b1a342 -r9a761050d58b4d776bcb40a9be8798fb6f2e2b3b --- Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs (.../ClosingStructuresInputContextPropertiesTest.cs) (revision 4bc70ffeec8d7536aaf581c00e9e873438b1a342) +++ Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs (.../ClosingStructuresInputContextPropertiesTest.cs) (revision 9a761050d58b4d776bcb40a9be8798fb6f2e2b3b) @@ -220,7 +220,7 @@ const string schematizationIncomingFlowCategory = "\t\t\t\tSchematisering instromend debiet/volume"; const string schematizationGroundErosionCategory = "\t\t\tSchematisering bodembescherming"; const string schematizationStorageStructureCategory = "\t\tSchematisering komberging"; - const string foreshoreCategory = "\tSchematisering voorland en (haven)dam"; + const string foreshoreCategory = "\tVoorland en (haven)dam"; const string outputSettingsCategory = "Uitvoer"; PropertyDescriptorCollection dynamicProperties = PropertiesTestHelper.GetAllVisiblePropertyDescriptors(properties); Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -re8ef88fcdd082e97681b264d849c1faf9b86457b -r9a761050d58b4d776bcb40a9be8798fb6f2e2b3b --- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e8ef88fcdd082e97681b264d849c1faf9b86457b) +++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9a761050d58b4d776bcb40a9be8798fb6f2e2b3b) @@ -680,6 +680,15 @@ } /// + /// Looks up a localized string similar to Voorland en (haven)dam. + /// + public static string Categories_Foreshore { + get { + return ResourceManager.GetString("Categories_Foreshore", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Algemeen. /// public static string Categories_General { @@ -770,15 +779,6 @@ } /// - /// Looks up a localized string similar to Schematisering voorland en (haven)dam. - /// - public static string Categories_Schematization_Foreshore { - get { - return ResourceManager.GetString("Categories_Schematization_Foreshore", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Schematisering bodembescherming. /// public static string Categories_Schematization_Ground_erosion { Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx =================================================================== diff -u -re8ef88fcdd082e97681b264d849c1faf9b86457b -r9a761050d58b4d776bcb40a9be8798fb6f2e2b3b --- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision e8ef88fcdd082e97681b264d849c1faf9b86457b) +++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 9a761050d58b4d776bcb40a9be8798fb6f2e2b3b) @@ -1542,8 +1542,8 @@ Basisgegevens - - Schematisering voorland en (haven)dam + + Voorland en (haven)dam Schematisering bodembescherming Index: Riskeer/Common/src/Riskeer.Common.Forms/PropertyClasses/StructuresInputBaseProperties.cs =================================================================== diff -u -r23c9b47789101c89961339dff12261b85eb612d9 -r9a761050d58b4d776bcb40a9be8798fb6f2e2b3b --- Riskeer/Common/src/Riskeer.Common.Forms/PropertyClasses/StructuresInputBaseProperties.cs (.../StructuresInputBaseProperties.cs) (revision 23c9b47789101c89961339dff12261b85eb612d9) +++ Riskeer/Common/src/Riskeer.Common.Forms/PropertyClasses/StructuresInputBaseProperties.cs (.../StructuresInputBaseProperties.cs) (revision 9a761050d58b4d776bcb40a9be8798fb6f2e2b3b) @@ -514,7 +514,7 @@ [DynamicPropertyOrder] [Editor(typeof(ForeshoreProfileEditor), typeof(UITypeEditor))] - [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Schematization_Foreshore))] + [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Foreshore))] [ResourcesDisplayName(typeof(Resources), nameof(Resources.Structure_ForeshoreProfile_DisplayName))] [ResourcesDescription(typeof(Resources), nameof(Resources.Structure_ForeshoreProfile_Description))] public virtual ForeshoreProfile ForeshoreProfile @@ -531,7 +531,7 @@ [DynamicPropertyOrder] [TypeConverter(typeof(ExpandableObjectConverter))] - [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Schematization_Foreshore))] + [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Foreshore))] [ResourcesDisplayName(typeof(Resources), nameof(Resources.BreakWaterProperties_DisplayName))] [ResourcesDescription(typeof(Resources), nameof(Resources.BreakWaterProperties_Description))] public virtual UseBreakWaterProperties UseBreakWater @@ -546,7 +546,7 @@ [DynamicPropertyOrder] [TypeConverter(typeof(ExpandableObjectConverter))] - [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Schematization_Foreshore))] + [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Foreshore))] [ResourcesDisplayName(typeof(Resources), nameof(Resources.ForeshoreProperties_DisplayName))] [ResourcesDescription(typeof(Resources), nameof(Resources.ForeshoreProperties_Description))] public virtual UseForeshoreProperties UseForeshore Index: Riskeer/Common/test/Riskeer.Common.Forms.Test/PropertyClasses/StructuresInputBasePropertiesTest.cs =================================================================== diff -u -rbbfed5f1564c6c3b19b440792e33b2d4db53b1b6 -r9a761050d58b4d776bcb40a9be8798fb6f2e2b3b --- Riskeer/Common/test/Riskeer.Common.Forms.Test/PropertyClasses/StructuresInputBasePropertiesTest.cs (.../StructuresInputBasePropertiesTest.cs) (revision bbfed5f1564c6c3b19b440792e33b2d4db53b1b6) +++ Riskeer/Common/test/Riskeer.Common.Forms.Test/PropertyClasses/StructuresInputBasePropertiesTest.cs (.../StructuresInputBasePropertiesTest.cs) (revision 9a761050d58b4d776bcb40a9be8798fb6f2e2b3b) @@ -180,7 +180,7 @@ const string schematizationIncomingFlowCategory = "Schematisering instromend debiet/volume"; const string schematizationGroundErosionCategory = "Schematisering bodembescherming"; const string schematizationStorageStructureCategory = "Schematisering komberging"; - const string schematizationForeshoreCategory = "Schematisering voorland en (haven)dam"; + const string schematizationForeshoreCategory = "Voorland en (haven)dam"; const string outputSettingsCategory = "Uitvoer"; PropertyDescriptorCollection dynamicProperties = PropertiesTestHelper.GetAllVisiblePropertyDescriptors(properties); Index: Riskeer/HeightStructures/src/Riskeer.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs =================================================================== diff -u -rccade38880404555054d885282bbdda3a7559d48 -r9a761050d58b4d776bcb40a9be8798fb6f2e2b3b --- Riskeer/HeightStructures/src/Riskeer.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision ccade38880404555054d885282bbdda3a7559d48) +++ Riskeer/HeightStructures/src/Riskeer.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision 9a761050d58b4d776bcb40a9be8798fb6f2e2b3b) @@ -304,7 +304,7 @@ #region Foreshore profile - [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Schematization_Foreshore), 6, totalNrOfCategories)] + [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Foreshore), 6, totalNrOfCategories)] public override ForeshoreProfile ForeshoreProfile { get @@ -319,7 +319,7 @@ [DynamicPropertyOrder] [TypeConverter(typeof(ExpandableObjectConverter))] - [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Schematization_Foreshore), 6, totalNrOfCategories)] + [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Foreshore), 6, totalNrOfCategories)] public override UseBreakWaterProperties UseBreakWater { get @@ -330,7 +330,7 @@ [DynamicPropertyOrder] [TypeConverter(typeof(ExpandableObjectConverter))] - [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Schematization_Foreshore), 6, totalNrOfCategories)] + [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Foreshore), 6, totalNrOfCategories)] public override UseForeshoreProperties UseForeshore { get Index: Riskeer/HeightStructures/test/Riskeer.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -r4bc70ffeec8d7536aaf581c00e9e873438b1a342 -r9a761050d58b4d776bcb40a9be8798fb6f2e2b3b --- Riskeer/HeightStructures/test/Riskeer.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 4bc70ffeec8d7536aaf581c00e9e873438b1a342) +++ Riskeer/HeightStructures/test/Riskeer.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 9a761050d58b4d776bcb40a9be8798fb6f2e2b3b) @@ -208,7 +208,7 @@ const string schematizationIncomingFlowCategory = "\t\t\t\tSchematisering instromend debiet/volume"; const string schematizationGroundErosionCategory = "\t\t\tSchematisering bodembescherming"; const string schematizationStorageStructureCategory = "\t\tSchematisering komberging"; - const string foreshoreCategory = "\tSchematisering voorland en (haven)dam"; + const string foreshoreCategory = "\tVoorland en (haven)dam"; const string outputSettingsCategory = "Uitvoer"; PropertyDescriptorCollection dynamicProperties = PropertiesTestHelper.GetAllVisiblePropertyDescriptors(properties); Index: Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/PropertyClasses/StabilityPointStructuresInputContextProperties.cs =================================================================== diff -u -r889dc5080d60eeeec6fe4d4cfba286b59be83497 -r9a761050d58b4d776bcb40a9be8798fb6f2e2b3b --- Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/PropertyClasses/StabilityPointStructuresInputContextProperties.cs (.../StabilityPointStructuresInputContextProperties.cs) (revision 889dc5080d60eeeec6fe4d4cfba286b59be83497) +++ Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/PropertyClasses/StabilityPointStructuresInputContextProperties.cs (.../StabilityPointStructuresInputContextProperties.cs) (revision 9a761050d58b4d776bcb40a9be8798fb6f2e2b3b) @@ -846,7 +846,7 @@ #region Foreshore profile - [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Schematization_Foreshore), + [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Foreshore), foreshoreCategoryIndex, totalNrOfCategories)] public override ForeshoreProfile ForeshoreProfile { @@ -862,7 +862,7 @@ [DynamicPropertyOrder] [TypeConverter(typeof(ExpandableObjectConverter))] - [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Schematization_Foreshore), + [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Foreshore), foreshoreCategoryIndex, totalNrOfCategories)] public override UseBreakWaterProperties UseBreakWater { @@ -874,7 +874,7 @@ [DynamicPropertyOrder] [TypeConverter(typeof(ExpandableObjectConverter))] - [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Schematization_Foreshore), + [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_Foreshore), foreshoreCategoryIndex, totalNrOfCategories)] public override UseForeshoreProperties UseForeshore { Index: Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructuresInputContextPropertiesTest.cs =================================================================== diff -u -r889dc5080d60eeeec6fe4d4cfba286b59be83497 -r9a761050d58b4d776bcb40a9be8798fb6f2e2b3b --- Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructuresInputContextPropertiesTest.cs (.../StabilityPointStructuresInputContextPropertiesTest.cs) (revision 889dc5080d60eeeec6fe4d4cfba286b59be83497) +++ Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructuresInputContextPropertiesTest.cs (.../StabilityPointStructuresInputContextPropertiesTest.cs) (revision 9a761050d58b4d776bcb40a9be8798fb6f2e2b3b) @@ -198,7 +198,7 @@ const string schematizationIncomingFlowCategory = "\t\t\t\t\t\tSchematisering instromend debiet/volume"; const string schematizationGroundErosionCategory = "\t\t\t\t\tSchematisering bodembescherming"; const string schematizationStorageStructureCategory = "\t\t\t\tSchematisering komberging"; - const string foreshoreCategory = "\tSchematisering voorland en (haven)dam"; + const string foreshoreCategory = "\tVoorland en (haven)dam"; const string outputSettingsCategory = "Uitvoer"; PropertyDescriptorCollection dynamicProperties = PropertiesTestHelper.GetAllVisiblePropertyDescriptors(properties);