Index: DamEngine/trunk/src/Deltares.DamEngine.Interface/Properties/Resources.Designer.cs =================================================================== diff -u -r1553 -r2102 --- DamEngine/trunk/src/Deltares.DamEngine.Interface/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1553) +++ DamEngine/trunk/src/Deltares.DamEngine.Interface/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 2102) @@ -97,6 +97,15 @@ } /// + /// Looks up a localized string similar to Location. + /// + internal static string Location { + get { + return ResourceManager.GetString("Location", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Model accepted. /// internal static string ModelAccepted { @@ -241,6 +250,51 @@ } /// + /// Looks up a localized string similar to {0} has an invalid name {1}. + /// + internal static string NoValidId { + get { + return ResourceManager.GetString("NoValidId", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Segment. + /// + internal static string Segment { + get { + return ResourceManager.GetString("Segment", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Materiaal. + /// + internal static string Soil { + get { + return ResourceManager.GetString("Soil", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Soilporfile 1D. + /// + internal static string SoilProfile1D { + get { + return ResourceManager.GetString("SoilProfile1D", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Soilprofile 2D. + /// + internal static string SoilProfile2D { + get { + return ResourceManager.GetString("SoilProfile2D", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Start calculation. /// internal static string StartCalculation { @@ -257,5 +311,14 @@ return ResourceManager.GetString("StartValidation", resourceCulture); } } + + /// + /// Looks up a localized string similar to Surfaceline. + /// + internal static string SurfaceLine { + get { + return ResourceManager.GetString("SurfaceLine", resourceCulture); + } + } } }