Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rae2cfba9834c018bc87b9ed90a88d41dd920fda8 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ae2cfba9834c018bc87b9ed90a88d41dd920fda8)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -1110,15 +1110,6 @@
}
///
- /// Looks up a localized string similar to Toetspeil.
- ///
- public static string DesignWaterLevel_DisplayName {
- get {
- return ResourceManager.GetString("DesignWaterLevel_DisplayName", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Is convergentie bereikt in de waterstand berekening?.
///
public static string DesignWaterLevelCalculation_Convergence_Description {
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx
===================================================================
diff -u -rae2cfba9834c018bc87b9ed90a88d41dd920fda8 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision ae2cfba9834c018bc87b9ed90a88d41dd920fda8)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -878,9 +878,6 @@
Er moet minimaal één maatgevende berekening voor dit vak worden geselecteerd.
-
- Toetspeil
-
Koppelingsafstand
Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -r1eb7e7ef92a8a08a227ce81e75a2ac95df4b3b57 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1eb7e7ef92a8a08a227ce81e75a2ac95df4b3b57)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -82,15 +82,6 @@
}
///
- /// Looks up a localized string similar to Waterstand bij doorsnede-eis.
- ///
- public static string DesignWaterLevel_DisplayName {
- get {
- return ResourceManager.GetString("DesignWaterLevel_DisplayName", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Als u deze parameter wijzigt, zal de uitvoer van alle randvoorwaarden locaties en berekeningen in dit toetsspoor verwijderd worden.
///
///Weet u zeker dat u wilt doorgaan?.
Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Properties/Resources.resx
===================================================================
diff -u -r1eb7e7ef92a8a08a227ce81e75a2ac95df4b3b57 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision 1eb7e7ef92a8a08a227ce81e75a2ac95df4b3b57)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -135,9 +135,6 @@
Gras
-
- Waterstand bij doorsnede-eis
-
Als u deze parameter wijzigt, zal de uitvoer van alle randvoorwaarden locaties en berekeningen in dit toetsspoor verwijderd worden.
Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Views/GrassCoverErosionOutwardsWaveConditionsInputViewStyle.cs
===================================================================
diff -u -rd99f9c6b8fcf5bf289607f71958bcff47ebf9475 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Views/GrassCoverErosionOutwardsWaveConditionsInputViewStyle.cs (.../GrassCoverErosionOutwardsWaveConditionsInputViewStyle.cs) (revision d99f9c6b8fcf5bf289607f71958bcff47ebf9475)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Views/GrassCoverErosionOutwardsWaveConditionsInputViewStyle.cs (.../GrassCoverErosionOutwardsWaveConditionsInputViewStyle.cs) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -20,7 +20,6 @@
// All rights reserved.
using System.Drawing;
-using Ringtoets.GrassCoverErosionOutwards.Forms.Properties;
using Ringtoets.Revetment.Forms.Views;
namespace Ringtoets.GrassCoverErosionOutwards.Forms.Views
@@ -38,13 +37,5 @@
return Color.Green;
}
}
-
- public string DesignWaterLevelName
- {
- get
- {
- return Resources.DesignWaterLevel_DisplayName;
- }
- }
}
}
\ No newline at end of file
Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Views/GrassCoverErosionOutwardsWaveConditionsInputViewStyleTest.cs
===================================================================
diff -u -rd99f9c6b8fcf5bf289607f71958bcff47ebf9475 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Views/GrassCoverErosionOutwardsWaveConditionsInputViewStyleTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputViewStyleTest.cs) (revision d99f9c6b8fcf5bf289607f71958bcff47ebf9475)
+++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Views/GrassCoverErosionOutwardsWaveConditionsInputViewStyleTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputViewStyleTest.cs) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -38,7 +38,6 @@
// Assert
Assert.IsInstanceOf(style);
Assert.AreEqual(Color.Green, style.RevetmentLineColor);
- Assert.AreEqual("Waterstand bij doorsnede-eis", style.DesignWaterLevelName);
}
}
}
\ No newline at end of file
Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Views/IWaveConditionsInputViewStyle.cs
===================================================================
diff -u -rd99f9c6b8fcf5bf289607f71958bcff47ebf9475 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Views/IWaveConditionsInputViewStyle.cs (.../IWaveConditionsInputViewStyle.cs) (revision d99f9c6b8fcf5bf289607f71958bcff47ebf9475)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Views/IWaveConditionsInputViewStyle.cs (.../IWaveConditionsInputViewStyle.cs) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -32,10 +32,5 @@
/// Gets the color of the revetment chart line.
///
Color RevetmentLineColor { get; }
-
- ///
- /// Gets the name of the design water level chart line.
- ///
- string DesignWaterLevelName { get; }
}
}
\ No newline at end of file
Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Views/WaveConditionsInputView.cs
===================================================================
diff -u -r0f52cc27207fe619f81aea263c5304fa94e1d4a8 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Views/WaveConditionsInputView.cs (.../WaveConditionsInputView.cs) (revision 0f52cc27207fe619f81aea263c5304fa94e1d4a8)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Views/WaveConditionsInputView.cs (.../WaveConditionsInputView.cs) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -105,7 +105,7 @@
upperBoundaryRevetmentChartData = WaveConditionsChartDataFactory.CreateUpperRevetmentBoundaryChartData(inputViewStyle.RevetmentLineColor);
lowerBoundaryWaterLevelsChartData = WaveConditionsChartDataFactory.CreateLowerWaterLevelsBoundaryChartData();
upperBoundaryWaterLevelsChartData = WaveConditionsChartDataFactory.CreateUpperWaterLevelsBoundaryChartData();
- designWaterLevelChartData = WaveConditionsChartDataFactory.CreateDesignWaterLevelChartData(inputViewStyle.DesignWaterLevelName);
+ designWaterLevelChartData = WaveConditionsChartDataFactory.CreateDesignWaterLevelChartData("Waterstand bij categoriegrens");
waterLevelsChartData = WaveConditionsChartDataFactory.CreateWaterLevelsChartData();
revetmentBaseChartData = WaveConditionsChartDataFactory.CreateRevetmentBaseChartData(inputViewStyle.RevetmentLineColor);
revetmentChartData = WaveConditionsChartDataFactory.CreateRevetmentChartData(inputViewStyle.RevetmentLineColor);
Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil.Test/TestWaveConditionsInputViewStyleTest.cs
===================================================================
diff -u -r6d48b5cce955b3dfa27776f475d919f05e40bfc5 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil.Test/TestWaveConditionsInputViewStyleTest.cs (.../TestWaveConditionsInputViewStyleTest.cs) (revision 6d48b5cce955b3dfa27776f475d919f05e40bfc5)
+++ Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil.Test/TestWaveConditionsInputViewStyleTest.cs (.../TestWaveConditionsInputViewStyleTest.cs) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -37,7 +37,6 @@
// Assert
Assert.IsInstanceOf(style);
Assert.AreEqual(Color.Fuchsia, style.RevetmentLineColor);
- Assert.AreEqual("Toetspeil", style.DesignWaterLevelName);
}
}
}
\ No newline at end of file
Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil/TestWaveConditionsInputViewStyle.cs
===================================================================
diff -u -r6d48b5cce955b3dfa27776f475d919f05e40bfc5 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil/TestWaveConditionsInputViewStyle.cs (.../TestWaveConditionsInputViewStyle.cs) (revision 6d48b5cce955b3dfa27776f475d919f05e40bfc5)
+++ Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil/TestWaveConditionsInputViewStyle.cs (.../TestWaveConditionsInputViewStyle.cs) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -37,13 +37,5 @@
return Color.Fuchsia;
}
}
-
- public string DesignWaterLevelName
- {
- get
- {
- return "Toetspeil";
- }
- }
}
}
\ No newline at end of file
Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/Views/StabilityStoneCoverWaveConditionsInputViewStyle.cs
===================================================================
diff -u -rd99f9c6b8fcf5bf289607f71958bcff47ebf9475 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/Views/StabilityStoneCoverWaveConditionsInputViewStyle.cs (.../StabilityStoneCoverWaveConditionsInputViewStyle.cs) (revision d99f9c6b8fcf5bf289607f71958bcff47ebf9475)
+++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/Views/StabilityStoneCoverWaveConditionsInputViewStyle.cs (.../StabilityStoneCoverWaveConditionsInputViewStyle.cs) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -21,7 +21,6 @@
using System.Drawing;
using Ringtoets.Revetment.Forms.Views;
-using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources;
namespace Ringtoets.StabilityStoneCover.Forms.Views
{
@@ -37,13 +36,5 @@
return Color.Gray;
}
}
-
- public string DesignWaterLevelName
- {
- get
- {
- return RingtoetsCommonFormsResources.DesignWaterLevel_DisplayName;
- }
- }
}
}
\ No newline at end of file
Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverWaveConditionsInputViewStyleTest.cs
===================================================================
diff -u -rd99f9c6b8fcf5bf289607f71958bcff47ebf9475 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverWaveConditionsInputViewStyleTest.cs (.../StabilityStoneCoverWaveConditionsInputViewStyleTest.cs) (revision d99f9c6b8fcf5bf289607f71958bcff47ebf9475)
+++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverWaveConditionsInputViewStyleTest.cs (.../StabilityStoneCoverWaveConditionsInputViewStyleTest.cs) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -38,7 +38,6 @@
// Assert
Assert.IsInstanceOf(style);
Assert.AreEqual(Color.Gray, style.RevetmentLineColor);
- Assert.AreEqual("Toetspeil", style.DesignWaterLevelName);
}
}
}
\ No newline at end of file
Index: Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Views/WaveImpactAsphaltCoverWaveConditionsInputViewStyle.cs
===================================================================
diff -u -rd99f9c6b8fcf5bf289607f71958bcff47ebf9475 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Views/WaveImpactAsphaltCoverWaveConditionsInputViewStyle.cs (.../WaveImpactAsphaltCoverWaveConditionsInputViewStyle.cs) (revision d99f9c6b8fcf5bf289607f71958bcff47ebf9475)
+++ Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Views/WaveImpactAsphaltCoverWaveConditionsInputViewStyle.cs (.../WaveImpactAsphaltCoverWaveConditionsInputViewStyle.cs) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -21,7 +21,6 @@
using System.Drawing;
using Ringtoets.Revetment.Forms.Views;
-using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources;
namespace Ringtoets.WaveImpactAsphaltCover.Forms.Views
{
@@ -37,13 +36,5 @@
return Color.Gray;
}
}
-
- public string DesignWaterLevelName
- {
- get
- {
- return RingtoetsCommonFormsResources.DesignWaterLevel_DisplayName;
- }
- }
}
}
\ No newline at end of file
Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/Views/WaveImpactAsphaltCoverWaveConditionsInputViewStyleTest.cs
===================================================================
diff -u -rd99f9c6b8fcf5bf289607f71958bcff47ebf9475 -r90c299fe4d049dc3d9c0fbb02c2ab4585141ea56
--- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/Views/WaveImpactAsphaltCoverWaveConditionsInputViewStyleTest.cs (.../WaveImpactAsphaltCoverWaveConditionsInputViewStyleTest.cs) (revision d99f9c6b8fcf5bf289607f71958bcff47ebf9475)
+++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/Views/WaveImpactAsphaltCoverWaveConditionsInputViewStyleTest.cs (.../WaveImpactAsphaltCoverWaveConditionsInputViewStyleTest.cs) (revision 90c299fe4d049dc3d9c0fbb02c2ab4585141ea56)
@@ -38,7 +38,6 @@
// Assert
Assert.IsInstanceOf(style);
Assert.AreEqual(Color.Gray, style.RevetmentLineColor);
- Assert.AreEqual("Toetspeil", style.DesignWaterLevelName);
}
}
}
\ No newline at end of file