Index: Demo/Ringtoets/src/Demo.Ringtoets/Properties/Resources.Designer.cs
===================================================================
diff -u -r21debbdc1d176c418e0b1f17adcf997e7794ff0b -r4f5c5afab904ec8570bb482a9845b56f074a26e4
--- Demo/Ringtoets/src/Demo.Ringtoets/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 21debbdc1d176c418e0b1f17adcf997e7794ff0b)
+++ Demo/Ringtoets/src/Demo.Ringtoets/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 4f5c5afab904ec8570bb482a9845b56f074a26e4)
@@ -40,7 +40,7 @@
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
@@ -195,6 +195,15 @@
}
///
+ /// Looks up a localized string similar to Thematische Kaart.
+ ///
+ public static string General_ThematicMap {
+ get {
+ return ResourceManager.GetString("General_ThematicMap", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap map {
@@ -383,5 +392,68 @@
return ResourceManager.GetString("OpenMapViewCommand_Execute_Vlieland", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Demo kaart categorial theming.
+ ///
+ public static string OpenThematicalMapViewCommand_Execute_Demo_map_with_theming {
+ get {
+ return ResourceManager.GetString("OpenThematicalMapViewCommand_Execute_Demo_map_with_theming", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Lijn data met gelijk criterium.
+ ///
+ public static string OpenThematicalMapViewCommand_Execute_MapLineData_with_EqualValueCriteria {
+ get {
+ return ResourceManager.GetString("OpenThematicalMapViewCommand_Execute_MapLineData_with_EqualValueCriteria", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Lijn data met ongelijk criterium.
+ ///
+ public static string OpenThematicalMapViewCommand_Execute_MapLineData_with_UnequalValueCriteria {
+ get {
+ return ResourceManager.GetString("OpenThematicalMapViewCommand_Execute_MapLineData_with_UnequalValueCriteria", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Punt data met gelijk criterium.
+ ///
+ public static string OpenThematicalMapViewCommand_Execute_MapPointData_with_EqualValueCriteria {
+ get {
+ return ResourceManager.GetString("OpenThematicalMapViewCommand_Execute_MapPointData_with_EqualValueCriteria", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Punt data met ongelijk criterium.
+ ///
+ public static string OpenThematicalMapViewCommand_Execute_MapPointData_with_UnequalValueCriteria {
+ get {
+ return ResourceManager.GetString("OpenThematicalMapViewCommand_Execute_MapPointData_with_UnequalValueCriteria", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Polygon data met gelijk criterium.
+ ///
+ public static string OpenThematicalMapViewCommand_Execute_MapPolygonData_with_EqualValueCriteria {
+ get {
+ return ResourceManager.GetString("OpenThematicalMapViewCommand_Execute_MapPolygonData_with_EqualValueCriteria", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Polygon data met ongelijk criterium.
+ ///
+ public static string OpenThematicalMapViewCommand_Execute_MapPolygonData_with_UnequalValueCriteria {
+ get {
+ return ResourceManager.GetString("OpenThematicalMapViewCommand_Execute_MapPolygonData_with_UnequalValueCriteria", resourceCulture);
+ }
+ }
}
}