Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -r98fbfc200e6f4a324dd759248f9695437ee0aa35 -r026b09ff792545d0093e6d58d7daea0fe3c8269f
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 98fbfc200e6f4a324dd759248f9695437ee0aa35)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 026b09ff792545d0093e6d58d7daea0fe3c8269f)
@@ -101,6 +101,15 @@
}
///
+ /// Looks up a localized string similar to Categorie.
+ ///
+ public static string AssemblyCategory_Group_DisplayName {
+ get {
+ return ResourceManager.GetString("AssemblyCategory_Group_DisplayName", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Assemblage.
///
public static string AssemblyResultCategoryTreeFolder_DisplayName {
@@ -148,6 +157,15 @@
}
///
+ /// Looks up a localized string similar to Benaderde faalkans.
+ ///
+ public static string AssemblyResultTotalView_Probability_DisplayName {
+ get {
+ return ResourceManager.GetString("AssemblyResultTotalView_Probability_DisplayName", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to ID van het traject..
///
public static string AssessmentSection_Id_Description {
@@ -193,15 +211,6 @@
}
///
- /// Looks up a localized string similar to Categorie.
- ///
- public static string AssessmentSectionAssemblyCategory_Group_DisplayName {
- get {
- return ResourceManager.GetString("AssessmentSectionAssemblyCategory_Group_DisplayName", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Ondergrens [1/jaar].
///
public static string AssessmentSectionAssemblyCategory_LowerBoundary_DisplayName {
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx
===================================================================
diff -u -r98fbfc200e6f4a324dd759248f9695437ee0aa35 -r026b09ff792545d0093e6d58d7daea0fe3c8269f
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 98fbfc200e6f4a324dd759248f9695437ee0aa35)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 026b09ff792545d0093e6d58d7daea0fe3c8269f)
@@ -354,7 +354,7 @@
Kleur
-
+
Categorie
@@ -378,4 +378,7 @@
..\Resources\AssemblyResultTotal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ Benaderde faalkans
+
\ No newline at end of file
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultTotalView.cs
===================================================================
diff -u -rf3e83969dc5194e15af588d669196a8907139adb -r026b09ff792545d0093e6d58d7daea0fe3c8269f
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultTotalView.cs (.../AssemblyResultTotalView.cs) (revision f3e83969dc5194e15af588d669196a8907139adb)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultTotalView.cs (.../AssemblyResultTotalView.cs) (revision 026b09ff792545d0093e6d58d7daea0fe3c8269f)
@@ -25,6 +25,7 @@
using Core.Common.Controls.Views;
using Ringtoets.AssemblyTool.Data;
using Ringtoets.Integration.Data;
+using Ringtoets.Integration.Forms.Properties;
using CommonGuiResources = Core.Common.Gui.Properties.Resources;
using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources;
@@ -78,11 +79,11 @@
true);
dataGridViewControl.AddTextBoxColumn(nameof(FailureMechanismAssemblyResultRow.CategoryGroup),
- "Categorie",
+ Resources.AssemblyCategory_Group_DisplayName,
true);
dataGridViewControl.AddTextBoxColumn(nameof(FailureMechanismAssemblyResultRow.Probablity),
- "Benaderde faalkans",
+ Resources.AssemblyResultTotalView_Probability_DisplayName,
true);
}
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssessmentSectionAssemblyCategoriesTable.cs
===================================================================
diff -u -rf147b624dadd780d3186ec19c301d9ed1634504e -r026b09ff792545d0093e6d58d7daea0fe3c8269f
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssessmentSectionAssemblyCategoriesTable.cs (.../AssessmentSectionAssemblyCategoriesTable.cs) (revision f147b624dadd780d3186ec19c301d9ed1634504e)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssessmentSectionAssemblyCategoriesTable.cs (.../AssessmentSectionAssemblyCategoriesTable.cs) (revision 026b09ff792545d0093e6d58d7daea0fe3c8269f)
@@ -54,7 +54,7 @@
private void AddColumns()
{
AddTextBoxColumn(nameof(AssessmentSectionAssemblyCategoryRow.Group),
- Resources.AssessmentSectionAssemblyCategory_Group_DisplayName,
+ Resources.AssemblyCategory_Group_DisplayName,
true);
AddColorColumn(nameof(AssessmentSectionAssemblyCategoryRow.Color),