Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rdd89ba3d52e3aec04603e941c96939d6472ca07f -r3aed1785a0c0f2b283e2138030040e36eaf54674
--- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision dd89ba3d52e3aec04603e941c96939d6472ca07f)
+++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 3aed1785a0c0f2b283e2138030040e36eaf54674)
@@ -3230,7 +3230,7 @@
}
///
- /// Looks up a localized string similar to Vaklengte [m].
+ /// Looks up a localized string similar to De lengte van het vak..
///
public static string SectionLength_Description {
get {
Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx
===================================================================
diff -u -rdd89ba3d52e3aec04603e941c96939d6472ca07f -r3aed1785a0c0f2b283e2138030040e36eaf54674
--- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision dd89ba3d52e3aec04603e941c96939d6472ca07f)
+++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 3aed1785a0c0f2b283e2138030040e36eaf54674)
@@ -1599,7 +1599,7 @@
Uitvoer
- Vaklengte [m]
+ De lengte van het vak.
Vaklengte [m]
Index: Riskeer/Piping/src/Riskeer.Piping.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rdd89ba3d52e3aec04603e941c96939d6472ca07f -r3aed1785a0c0f2b283e2138030040e36eaf54674
--- Riskeer/Piping/src/Riskeer.Piping.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision dd89ba3d52e3aec04603e941c96939d6472ca07f)
+++ Riskeer/Piping/src/Riskeer.Piping.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 3aed1785a0c0f2b283e2138030040e36eaf54674)
@@ -1,4 +1,25 @@
-//------------------------------------------------------------------------------
+// Copyright (C) Stichting Deltares 2019. All rights reserved.
+//
+// This file is part of Riskeer.
+//
+// Riskeer is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
@@ -97,24 +118,6 @@
}
///
- /// Looks up a localized string similar to De naam van het vak..
- ///
- public static string FailureMechanismSection_Name_Description {
- get {
- return ResourceManager.GetString("FailureMechanismSection_Name_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Vaknaam.
- ///
- public static string FailureMechanismSection_Name_DisplayName {
- get {
- return ResourceManager.GetString("FailureMechanismSection_Name_DisplayName", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Hoek in het krachtenevenwicht die aangeeft hoeveel weerstand de korrels bieden tegen rollen; ook beddingshoek genoemd..
///
public static string GeneralPipingInput_BeddingAngle_Description {
@@ -1202,24 +1205,6 @@
}
///
- /// Looks up a localized string similar to De lengte van het vak..
- ///
- public static string SectionLength_Description {
- get {
- return ResourceManager.GetString("SectionLength_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Vaklengte [m].
- ///
- public static string SectionLength_DisplayName {
- get {
- return ResourceManager.GetString("SectionLength_DisplayName", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap StochasticSoilModelIcon {
Index: Riskeer/Piping/src/Riskeer.Piping.Forms/Properties/Resources.resx
===================================================================
diff -u -rdd89ba3d52e3aec04603e941c96939d6472ca07f -r3aed1785a0c0f2b283e2138030040e36eaf54674
--- Riskeer/Piping/src/Riskeer.Piping.Forms/Properties/Resources.resx (.../Resources.resx) (revision dd89ba3d52e3aec04603e941c96939d6472ca07f)
+++ Riskeer/Piping/src/Riskeer.Piping.Forms/Properties/Resources.resx (.../Resources.resx) (revision 3aed1785a0c0f2b283e2138030040e36eaf54674)
@@ -512,16 +512,4 @@
binnendijkse waterstand
[m+NAP]
-
- De naam van het vak.
-
-
- Vaknaam
-
-
- De lengte van het vak.
-
-
- Vaklengte [m]
-
\ No newline at end of file
Index: Riskeer/Piping/src/Riskeer.Piping.Forms/PropertyClasses/Probabilistic/ProbabilisticPipingInputContextProperties.cs
===================================================================
diff -u -rdd89ba3d52e3aec04603e941c96939d6472ca07f -r3aed1785a0c0f2b283e2138030040e36eaf54674
--- Riskeer/Piping/src/Riskeer.Piping.Forms/PropertyClasses/Probabilistic/ProbabilisticPipingInputContextProperties.cs (.../ProbabilisticPipingInputContextProperties.cs) (revision dd89ba3d52e3aec04603e941c96939d6472ca07f)
+++ Riskeer/Piping/src/Riskeer.Piping.Forms/PropertyClasses/Probabilistic/ProbabilisticPipingInputContextProperties.cs (.../ProbabilisticPipingInputContextProperties.cs) (revision 3aed1785a0c0f2b283e2138030040e36eaf54674)
@@ -446,8 +446,8 @@
[DynamicReadOnly]
[PropertyOrder(sectionNamePropertyIndex)]
[ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.SectionInformation))]
- [ResourcesDisplayName(typeof(Resources), nameof(RiskeerCommonFormsResources.FailureMechanismSection_Name_DisplayName))]
- [ResourcesDescription(typeof(Resources), nameof(RiskeerCommonFormsResources.FailureMechanismSection_Name_Description))]
+ [ResourcesDisplayName(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.FailureMechanismSection_Name_DisplayName))]
+ [ResourcesDescription(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.FailureMechanismSection_Name_Description))]
public string SectionName
{
get
@@ -459,8 +459,8 @@
[DynamicReadOnly]
[PropertyOrder(sectionLengthPropertyIndex)]
[ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.SectionInformation))]
- [ResourcesDisplayName(typeof(Resources), nameof(RiskeerCommonFormsResources.SectionLength_DisplayName))]
- [ResourcesDescription(typeof(Resources), nameof(RiskeerCommonFormsResources.SectionLength_Description))]
+ [ResourcesDisplayName(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.SectionLength_DisplayName))]
+ [ResourcesDescription(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.SectionLength_Description))]
public RoundedDouble SectionLength
{
get