Fisheye: Tag ed80cd8fb7d91c419ca42f706625e77ae014339e refers to a dead (removed) revision in file `Ringtoets/Common/src/Ringtoets.Common.Forms/HydraulicBoundaryLocationSelectionDialog.Designer.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/HydraulicBoundaryLocationSelectionDialog.cs
===================================================================
diff -u -r8e0924d08a2377125c21114d088b6091bf1eb5fc -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/Common/src/Ringtoets.Common.Forms/HydraulicBoundaryLocationSelectionDialog.cs (.../HydraulicBoundaryLocationSelectionDialog.cs) (revision 8e0924d08a2377125c21114d088b6091bf1eb5fc)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/HydraulicBoundaryLocationSelectionDialog.cs (.../HydraulicBoundaryLocationSelectionDialog.cs) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -33,7 +33,7 @@
/// A dialog which allows the user to make a selection form a given set of . Upon
/// closing of the dialog, the selected can be obtained.
///
- public partial class HydraulicBoundaryLocationSelectionDialog : SelectionDialogBase
+ public class HydraulicBoundaryLocationSelectionDialog : SelectionDialogBase
{
///
/// Creates a new instance of .
@@ -49,7 +49,7 @@
throw new ArgumentNullException("hydraulicBoundaryLocations");
}
- InitializeComponent();
+ Text = Resources.HydraulicBoundaryLocationSelectionDialog_Select_HydraulicBoundaryLocations;
InitializeDataGridView(Resources.HydraulicBoundaryLocationSelectionDialog_Location_Name);
SetDataSource(hydraulicBoundaryLocations.Select(loc => new SelectableRow(loc, loc.Name)).ToArray());
Fisheye: Tag ed80cd8fb7d91c419ca42f706625e77ae014339e refers to a dead (removed) revision in file `Ringtoets/Common/src/Ringtoets.Common.Forms/HydraulicBoundaryLocationSelectionDialog.resx'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -r438a524144f283209902ae89f058a134380c9538 -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 438a524144f283209902ae89f058a134380c9538)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -22,7 +22,7 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:4.0.30319.17929
+// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -1183,6 +1183,15 @@
}
///
+ /// Looks up a localized string similar to Selecteer hydraulische randvoorwaardenlocaties.
+ ///
+ public static string HydraulicBoundaryLocationSelectionDialog_Select_HydraulicBoundaryLocations {
+ get {
+ return ResourceManager.GetString("HydraulicBoundaryLocationSelectionDialog_Select_HydraulicBoundaryLocations", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Waterstanden en golfhoogtes uit marginale statistiek (*.shp)..
///
public static string HydraulicBoundaryLocationsExporter_DisplayName {
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx
===================================================================
diff -u -r438a524144f283209902ae89f058a134380c9538 -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 438a524144f283209902ae89f058a134380c9538)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -661,4 +661,7 @@
..\Resources\Structures.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ Selecteer hydraulische randvoorwaardenlocaties
+
\ No newline at end of file
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Ringtoets.Common.Forms.csproj
===================================================================
diff -u -r9050ad5f3a80e630b2fcc092942a40d6343286a0 -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Ringtoets.Common.Forms.csproj (.../Ringtoets.Common.Forms.csproj) (revision 9050ad5f3a80e630b2fcc092942a40d6343286a0)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Ringtoets.Common.Forms.csproj (.../Ringtoets.Common.Forms.csproj) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -92,9 +92,6 @@
Form
-
- HydraulicBoundaryLocationSelectionDialog.cs
-
@@ -132,9 +129,6 @@
Resources.Designer.cs
Designer
-
- HydraulicBoundaryLocationSelectionDialog.cs
-
CommentView.cs
Fisheye: Tag ed80cd8fb7d91c419ca42f706625e77ae014339e refers to a dead (removed) revision in file `Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/GrassCoverErosionInwardsDikeProfileSelectionDialog.Designer.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
===================================================================
diff -u -rf1d18cd382e0e192259deb5dd2a8577ad05b22c1 -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/GrassCoverErosionInwardsDikeProfileSelectionDialog.cs (.../GrassCoverErosionInwardsDikeProfileSelectionDialog.cs) (revision f1d18cd382e0e192259deb5dd2a8577ad05b22c1)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/GrassCoverErosionInwardsDikeProfileSelectionDialog.cs (.../GrassCoverErosionInwardsDikeProfileSelectionDialog.cs) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -34,7 +34,7 @@
/// A dialog which allows the user to make a selection form a given set of . Upon
/// closing of the dialog, the selected can be obtained.
///
- public partial class GrassCoverErosionInwardsDikeProfileSelectionDialog : SelectionDialogBase
+ public class GrassCoverErosionInwardsDikeProfileSelectionDialog : SelectionDialogBase
{
///
/// Creates a new instance of .
@@ -50,7 +50,7 @@
throw new ArgumentNullException("dikeProfiles");
}
- InitializeComponent();
+ Text = Resources.GrassCoverErosionInwardsDikeProfileSelectionDialog_Select_DikeProfiles;
InitializeDataGridView(Resources.DikeProfile_DisplayName);
SetDataSource(dikeProfiles.Select(p => new SelectableRow(p, p.Name)).ToArray());
Fisheye: Tag ed80cd8fb7d91c419ca42f706625e77ae014339e refers to a dead (removed) revision in file `Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/GrassCoverErosionInwardsDikeProfileSelectionDialog.resx'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -r438a524144f283209902ae89f058a134380c9538 -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 438a524144f283209902ae89f058a134380c9538)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -22,7 +22,7 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:4.0.30319.17929
+// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -236,6 +236,15 @@
}
///
+ /// Looks up a localized string similar to Selecteer dijkprofielen.
+ ///
+ public static string GrassCoverErosionInwardsDikeProfileSelectionDialog_Select_DikeProfiles {
+ get {
+ return ResourceManager.GetString("GrassCoverErosionInwardsDikeProfileSelectionDialog_Select_DikeProfiles", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to De maatgevende berekening voor dit vak is niet uitgevoerd..
///
public static string GrassCoverErosionInwardsFailureMechanismResultView_Calculation_not_calculated {
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.resx
===================================================================
diff -u -r438a524144f283209902ae89f058a134380c9538 -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision 438a524144f283209902ae89f058a134380c9538)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -225,4 +225,7 @@
De coördinaten van de locatie van de dijk in het Rijksdriehoeksstelsel.
+
+ Selecteer dijkprofielen
+
\ No newline at end of file
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Ringtoets.GrassCoverErosionInwards.Forms.csproj
===================================================================
diff -u -raa56a5d7a6ec9f083ce3bd7a65d0c5b06470fd3b -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Ringtoets.GrassCoverErosionInwards.Forms.csproj (.../Ringtoets.GrassCoverErosionInwards.Forms.csproj) (revision aa56a5d7a6ec9f083ce3bd7a65d0c5b06470fd3b)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Ringtoets.GrassCoverErosionInwards.Forms.csproj (.../Ringtoets.GrassCoverErosionInwards.Forms.csproj) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -44,9 +44,6 @@
Form
-
- GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
-
@@ -157,9 +154,6 @@
-
- GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
-
PublicResXFileCodeGenerator
Resources.Designer.cs
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -re59a92bdf530c0f3522a25253350f6f6f593ddbd -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e59a92bdf530c0f3522a25253350f6f6f593ddbd)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -414,9 +414,9 @@
///
/// Looks up a localized string similar to Selecteer kunstwerken.
///
- public static string StructureSelectionDialog_StructureSelectionDialog_Select_structures {
+ public static string StructureSelectionDialog_Select_Structures {
get {
- return ResourceManager.GetString("StructureSelectionDialog_StructureSelectionDialog_Select_structures", resourceCulture);
+ return ResourceManager.GetString("StructureSelectionDialog_Select_Structures", resourceCulture);
}
}
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.resx
===================================================================
diff -u -re59a92bdf530c0f3522a25253350f6f6f593ddbd -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision e59a92bdf530c0f3522a25253350f6f6f593ddbd)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -231,7 +231,7 @@
Voorlandprofiel
-
+
Selecteer kunstwerken
\ No newline at end of file
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/StructureSelectionDialog.cs
===================================================================
diff -u -re59a92bdf530c0f3522a25253350f6f6f593ddbd -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/StructureSelectionDialog.cs (.../StructureSelectionDialog.cs) (revision e59a92bdf530c0f3522a25253350f6f6f593ddbd)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/StructureSelectionDialog.cs (.../StructureSelectionDialog.cs) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -46,7 +46,7 @@
throw new ArgumentNullException("structures");
}
- Text = Resources.StructureSelectionDialog_StructureSelectionDialog_Select_structures;
+ Text = Resources.StructureSelectionDialog_Select_Structures;
InitializeDataGridView(Resources.Structure_DisplayName);
SetDataSource(structures.Select(structure => new SelectableRow(structure, structure.Name)).ToArray());
Fisheye: Tag ed80cd8fb7d91c419ca42f706625e77ae014339e refers to a dead (removed) revision in file `Ringtoets/Piping/src/Ringtoets.Piping.Forms/PipingSurfaceLineSelectionDialog.Designer.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PipingSurfaceLineSelectionDialog.cs
===================================================================
diff -u -r1dc89167ccdfcc4069e7bceb1db90dba570daba9 -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PipingSurfaceLineSelectionDialog.cs (.../PipingSurfaceLineSelectionDialog.cs) (revision 1dc89167ccdfcc4069e7bceb1db90dba570daba9)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PipingSurfaceLineSelectionDialog.cs (.../PipingSurfaceLineSelectionDialog.cs) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -34,7 +34,7 @@
/// A dialog which allows the user to make a selection form a given set of . Upon
/// closing of the dialog, the selected can be obtained.
///
- public partial class PipingSurfaceLineSelectionDialog : SelectionDialogBase
+ public class PipingSurfaceLineSelectionDialog : SelectionDialogBase
{
///
/// Creates a new instance of .
@@ -49,8 +49,10 @@
{
throw new ArgumentNullException("surfaceLines");
}
- InitializeComponent();
+
+ Text = Resources.PipingSurfaceLineSelectionDialog_Select_SurfaceLines;
InitializeDataGridView(Resources.RingtoetsPipingSurfaceLine_DisplayName);
+
SetDataSource(surfaceLines.Select(sl => new SelectableRow(sl, sl.Name)).ToArray());
}
}
Fisheye: Tag ed80cd8fb7d91c419ca42f706625e77ae014339e refers to a dead (removed) revision in file `Ringtoets/Piping/src/Ringtoets.Piping.Forms/PipingSurfaceLineSelectionDialog.resx'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -r438a524144f283209902ae89f058a134380c9538 -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 438a524144f283209902ae89f058a134380c9538)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -1,28 +1,7 @@
-// Copyright (C) Stichting Deltares 2016. All rights reserved.
-//
-// This file is part of Ringtoets.
-//
-// Ringtoets 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.17929
+// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -1142,6 +1121,15 @@
}
///
+ /// Looks up a localized string similar to Selecteer profielschematisaties.
+ ///
+ public static string PipingSurfaceLineSelectionDialog_Select_SurfaceLines {
+ get {
+ return ResourceManager.GetString("PipingSurfaceLineSelectionDialog_Select_SurfaceLines", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to De gemiddelde waarde van de {0}..
///
public static string Probabilistics_Mean_description_for_Distribution_0_ {
Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Properties/Resources.resx
===================================================================
diff -u -r438a524144f283209902ae89f058a134380c9538 -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Properties/Resources.resx (.../Resources.resx) (revision 438a524144f283209902ae89f058a134380c9538)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Properties/Resources.resx (.../Resources.resx) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -589,4 +589,7 @@
Kritische veiligheidsfactor voor opbarsten [-]
+
+ Selecteer profielschematisaties
+
\ No newline at end of file
Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Ringtoets.Piping.Forms.csproj
===================================================================
diff -u -rd689ea05c1014eb4d51b927e11eb6c48255f0a47 -red80cd8fb7d91c419ca42f706625e77ae014339e
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Ringtoets.Piping.Forms.csproj (.../Ringtoets.Piping.Forms.csproj) (revision d689ea05c1014eb4d51b927e11eb6c48255f0a47)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Ringtoets.Piping.Forms.csproj (.../Ringtoets.Piping.Forms.csproj) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e)
@@ -55,9 +55,6 @@
Form
-
- PipingSurfaceLineSelectionDialog.cs
-
@@ -215,9 +212,6 @@
-
- PipingSurfaceLineSelectionDialog.cs
-
PublicResXFileCodeGenerator
Resources.Designer.cs