Index: Demo/Ringtoets/src/Demo.Ringtoets/Properties/Resources.Designer.cs =================================================================== diff -u -r5664f1bdab4e8042daab1d05754d797073d22de2 -r670c1b1bf7098043ee3b3e6bce7fcfe7246d580b --- Demo/Ringtoets/src/Demo.Ringtoets/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 5664f1bdab4e8042daab1d05754d797073d22de2) +++ Demo/Ringtoets/src/Demo.Ringtoets/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 670c1b1bf7098043ee3b3e6bce7fcfe7246d580b) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2017. All rights reserved. +// Copyright (C) Stichting Deltares 2018. All rights reserved. // // This file is part of Ringtoets. // @@ -331,6 +331,15 @@ } /// + /// Looks up a localized string similar to Lege map. + /// + public static string OpenMapViewCommand_Execute_Empty { + get { + return ResourceManager.GetString("OpenMapViewCommand_Execute_Empty", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Kustlijn Flevoland. /// public static string OpenMapViewCommand_Execute_Kustlijn_Flevoland { @@ -394,6 +403,24 @@ } /// + /// Looks up a localized string similar to Waddeneilanden. + /// + public static string OpenMapViewCommand_Execute_Wadden { + get { + return ResourceManager.GetString("OpenMapViewCommand_Execute_Wadden", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Wadden 2. + /// + public static string OpenMapViewCommand_Execute_Wadden_two { + get { + return ResourceManager.GetString("OpenMapViewCommand_Execute_Wadden_two", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Demo kaart categorial theming. /// public static string OpenThematicalMapViewCommand_Execute_Demo_map_with_theming { @@ -455,5 +482,50 @@ return ResourceManager.GetString("OpenThematicalMapViewCommand_Execute_MapPolygonData_with_UnequalValueCriteria", resourceCulture); } } + + /// + /// Looks up a localized string similar to AA. + /// + public static string ThematicalFeatureTypes_A { + get { + return ResourceManager.GetString("ThematicalFeatureTypes_A", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to BB. + /// + public static string ThematicalFeatureTypes_B { + get { + return ResourceManager.GetString("ThematicalFeatureTypes_B", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to CC. + /// + public static string ThematicalFeatureTypes_C { + get { + return ResourceManager.GetString("ThematicalFeatureTypes_C", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to DD. + /// + public static string ThematicalFeatureTypes_D { + get { + return ResourceManager.GetString("ThematicalFeatureTypes_D", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to EE. + /// + public static string ThematicalFeatureTypes_E { + get { + return ResourceManager.GetString("ThematicalFeatureTypes_E", resourceCulture); + } + } } }