//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Ringtoets.Piping.Forms.Properties {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// This class was auto-generated by the StronglyTypedResourceBuilder
// 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.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Ringtoets.Piping.Forms.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to Berekenen.
///
public static string Calculate {
get {
return ResourceManager.GetString("Calculate", resourceCulture);
}
}
///
/// Looks up a localized string similar to Algemeen.
///
public static string Categories_General {
get {
return ResourceManager.GetString("Categories_General", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap FolderIcon {
get {
object obj = ResourceManager.GetObject("FolderIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized string similar to Importeer ondergrondprofielen.
///
public static string Import_SoilProfiles {
get {
return ResourceManager.GetString("Import_SoilProfiles", resourceCulture);
}
}
///
/// Looks up a localized string similar to Importeer nieuwe ondergrondprofielen van een *.soil bestand..
///
public static string Import_SoilProfiles_Tooltip {
get {
return ResourceManager.GetString("Import_SoilProfiles_Tooltip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Importeer dwarsdoorsnedes.
///
public static string Import_SurfaceLines {
get {
return ResourceManager.GetString("Import_SurfaceLines", resourceCulture);
}
}
///
/// Looks up a localized string similar to Importeer nieuwe dwarsdoorsnedes van een *.csv bestand..
///
public static string Import_SurfaceLines_Tooltip {
get {
return ResourceManager.GetString("Import_SurfaceLines_Tooltip", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap ImportIcon {
get {
object obj = ResourceManager.GetObject("ImportIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized string similar to Piping.
///
public static string PipingCalculationInputsProperties_DisplayName {
get {
return ResourceManager.GetString("PipingCalculationInputsProperties_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Peil dat gebruikt moet worden in de toetsing..
///
public static string PipingData_AssessmentLevel_Description {
get {
return ResourceManager.GetString("PipingData_AssessmentLevel_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Toetspeil.
///
public static string PipingData_AssessmentLevel_DisplayName {
get {
return ResourceManager.GetString("PipingData_AssessmentLevel_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Hoek in het krachtenevenwicht die aangeeft hoeveel de korrels weerstand bieden tegen rollen; ook beddingshoek genoemd..
///
public static string PipingData_BeddingAngle_Description {
get {
return ResourceManager.GetString("PipingData_BeddingAngle_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Rolweerstandshoek.
///
public static string PipingData_BeddingAngle_DisplayName {
get {
return ResourceManager.GetString("PipingData_BeddingAngle_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kritiek verhang met betrekking tot heave..
///
public static string PipingData_CriticalHeaveGradient_Description {
get {
return ResourceManager.GetString("PipingData_CriticalHeaveGradient_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kritiek verhang m.b.t. heave.
///
public static string PipingData_CriticalHeaveGradient_DisplayName {
get {
return ResourceManager.GetString("PipingData_CriticalHeaveGradient_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Dempingsfactor relateert respons van stijghoogte bij binnenteen aan buitenwaterstand..
///
public static string PipingData_DampingFactorExit_Description {
get {
return ResourceManager.GetString("PipingData_DampingFactorExit_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Dempingsfactor bij uittredepunt.
///
public static string PipingData_DampingFactorExit_DisplayName {
get {
return ResourceManager.GetString("PipingData_DampingFactorExit_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Darcy-snelheid waarmee water door de eerste voor doorlatendheid te onderscheiden zandlaag loopt..
///
public static string PipingData_DarcyPermeability_Description {
get {
return ResourceManager.GetString("PipingData_DarcyPermeability_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Doorlatendheid aquifer.
///
public static string PipingData_DarcyPermeability_DisplayName {
get {
return ResourceManager.GetString("PipingData_DarcyPermeability_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Zeefmaat waar 70 gewichtsprocent van de korrels uit een zandlaag doorheen gaat. Hier de korreldiameter van het bovenste gedeelte van de aquifer, bepaald zonder fijne fractie (< 63µm)..
///
public static string PipingData_Diameter70_Description {
get {
return ResourceManager.GetString("PipingData_Diameter70_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to 70%-fraktiel van de korreldiameter in de bovenste zandlaag.
///
public static string PipingData_Diameter70_DisplayName {
get {
return ResourceManager.GetString("PipingData_Diameter70_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to De x-coordinaat van het uittredepunt..
///
public static string PipingData_ExitPointXCoordinate_Description {
get {
return ResourceManager.GetString("PipingData_ExitPointXCoordinate_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to X-coordinaat uittredepunt.
///
public static string PipingData_ExitPointXCoordinate_DisplayName {
get {
return ResourceManager.GetString("PipingData_ExitPointXCoordinate_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Valversnelling.
///
public static string PipingData_Gravity_Description {
get {
return ResourceManager.GetString("PipingData_Gravity_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Valversnelling.
///
public static string PipingData_Gravity_DisplayName {
get {
return ResourceManager.GetString("PipingData_Gravity_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to gemiddelde d70 van de in kleine schaalproeven toegepaste zandsoorten, waarop formule van Sellmeijer is gefit..
///
public static string PipingData_MeanDiameter70_Description {
get {
return ResourceManager.GetString("PipingData_MeanDiameter70_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Referentie waarde voor 70%-fraktiel in Sellmeijer regel.
///
public static string PipingData_MeanDiameter70_DisplayName {
get {
return ResourceManager.GetString("PipingData_MeanDiameter70_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Naam van de piping berekening..
///
public static string PipingData_Name_Description {
get {
return ResourceManager.GetString("PipingData_Name_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Naam.
///
public static string PipingData_Name_DisplayName {
get {
return ResourceManager.GetString("PipingData_Name_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Freatische waterstand bij uittredepunt..
///
public static string PipingData_PhreaticLevelExit_Description {
get {
return ResourceManager.GetString("PipingData_PhreaticLevelExit_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Freatische waterstand bij uittredepunt.
///
public static string PipingData_PhreaticLevelExit_DisplayName {
get {
return ResourceManager.GetString("PipingData_PhreaticLevelExit_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Stijghoogte bij uittredepunt..
///
public static string PipingData_PiezometricHeadExit_Description {
get {
return ResourceManager.GetString("PipingData_PiezometricHeadExit_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Stijghoogte bij uittredepunt.
///
public static string PipingData_PiezometricHeadExit_DisplayName {
get {
return ResourceManager.GetString("PipingData_PiezometricHeadExit_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Stijghoogte in achterland..
///
public static string PipingData_PiezometricHeadPolder_Description {
get {
return ResourceManager.GetString("PipingData_PiezometricHeadPolder_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Stijghoogte in achterland.
///
public static string PipingData_PiezometricHeadPolder_DisplayName {
get {
return ResourceManager.GetString("PipingData_PiezometricHeadPolder_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het (ondergedempelde) volumegewicht van zandkorrelmateriaal van een zandlaag..
///
public static string PipingData_SandParticlesVolumicWeight_Description {
get {
return ResourceManager.GetString("PipingData_SandParticlesVolumicWeight_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Volumiek gewicht van de zandkorrels onder water.
///
public static string PipingData_SandParticlesVolumicWeight_DisplayName {
get {
return ResourceManager.GetString("PipingData_SandParticlesVolumicWeight_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to De horizontale afstand tussen intree- en uitreepunt die het kwelwater ondergronds aflegt voordat het weer aan de oppervlakte komt..
///
public static string PipingData_SeepageLength_Description {
get {
return ResourceManager.GetString("PipingData_SeepageLength_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kwelweglengte.
///
public static string PipingData_SeepageLength_DisplayName {
get {
return ResourceManager.GetString("PipingData_SeepageLength_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Rekenwaarde om de modelonzekerheid in het model van Sellmeijer in rekening te brengen..
///
public static string PipingData_SellmeijerModelFactor_Description {
get {
return ResourceManager.GetString("PipingData_SellmeijerModelFactor_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Modelfactor piping toegepast op Sellmeijermodel.
///
public static string PipingData_SellmeijerModelFactor_DisplayName {
get {
return ResourceManager.GetString("PipingData_SellmeijerModelFactor_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Reductiefactor Sellmeijer..
///
public static string PipingData_SellmeijerReductionFactor_Description {
get {
return ResourceManager.GetString("PipingData_SellmeijerReductionFactor_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Reductiefactor Sellmeijer.
///
public static string PipingData_SellmeijerReductionFactor_DisplayName {
get {
return ResourceManager.GetString("PipingData_SellmeijerReductionFactor_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het ondergrondprofiel dat voor de piping berekening gebruikt wordt..
///
public static string PipingData_SoilProfile_Description {
get {
return ResourceManager.GetString("PipingData_SoilProfile_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ondergrondprofiel.
///
public static string PipingData_SoilProfile_DisplayName {
get {
return ResourceManager.GetString("PipingData_SoilProfile_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to De dwarsdoorsnede die voor de piping berekening gebruikt wordt..
///
public static string PipingData_SurfaceLine_Description {
get {
return ResourceManager.GetString("PipingData_SurfaceLine_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Dwarsdoorsnede.
///
public static string PipingData_SurfaceLine_DisplayName {
get {
return ResourceManager.GetString("PipingData_SurfaceLine_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to De dikte van de eerste of bovenste voor doorlatendheid te onderscheiden zandlaag van mogelijk meerdere zandlagen vanaf de cohesieve grondlaag..
///
public static string PipingData_ThicknessAquiferLayer_Description {
get {
return ResourceManager.GetString("PipingData_ThicknessAquiferLayer_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Dikte watervoerend pakket.
///
public static string PipingData_ThicknessAquiferLayer_DisplayName {
get {
return ResourceManager.GetString("PipingData_ThicknessAquiferLayer_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Totale deklaagdikte bij uittredepunt..
///
public static string PipingData_ThicknessCoverageLayer_Description {
get {
return ResourceManager.GetString("PipingData_ThicknessCoverageLayer_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Totale deklaagdikte bij uittredepunt.
///
public static string PipingData_ThicknessCoverageLayer_DisplayName {
get {
return ResourceManager.GetString("PipingData_ThicknessCoverageLayer_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Rekenwaarde om de modelonzekerheid in het model van opbarsten in rekening te brengen..
///
public static string PipingData_UpliftModelFactor_Description {
get {
return ResourceManager.GetString("PipingData_UpliftModelFactor_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Modelfactor opbarsten.
///
public static string PipingData_UpliftModelFactor_DisplayName {
get {
return ResourceManager.GetString("PipingData_UpliftModelFactor_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kinematische viscositeit van water bij 10º Celsius..
///
public static string PipingData_WaterKinematicViscosity_Description {
get {
return ResourceManager.GetString("PipingData_WaterKinematicViscosity_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kinematische viscositeit van water bij 10º Celsius.
///
public static string PipingData_WaterKinematicViscosity_DisplayName {
get {
return ResourceManager.GetString("PipingData_WaterKinematicViscosity_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Volumiek gewicht van water..
///
public static string PipingData_WaterVolumetricWeight_Description {
get {
return ResourceManager.GetString("PipingData_WaterVolumetricWeight_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Volumiek gewicht van water.
///
public static string PipingData_WaterVolumetricWeight_DisplayName {
get {
return ResourceManager.GetString("PipingData_WaterVolumetricWeight_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Sleepkrachtfactor volgens White..
///
public static string PipingData_WhitesDragCoefficient_Description {
get {
return ResourceManager.GetString("PipingData_WhitesDragCoefficient_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Coëfficiënt van White.
///
public static string PipingData_WhitesDragCoefficient_DisplayName {
get {
return ResourceManager.GetString("PipingData_WhitesDragCoefficient_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Berekening toevoegen.
///
public static string PipingFailureMechanism_Add_Piping_Calculation {
get {
return ResourceManager.GetString("PipingFailureMechanism_Add_Piping_Calculation", resourceCulture);
}
}
///
/// Looks up a localized string similar to Voeg een nieuwe piping berekening toe aan het faalmechanisme..
///
public static string PipingFailureMechanism_Add_Piping_Calculation_Tooltip {
get {
return ResourceManager.GetString("PipingFailureMechanism_Add_Piping_Calculation_Tooltip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Valideer en voer alle berekeningen binnen het piping faalmechanisme uit..
///
public static string PipingFailureMechanism_Calculate_Tooltip {
get {
return ResourceManager.GetString("PipingFailureMechanism_Calculate_Tooltip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Faalmechanisme piping.
///
public static string PipingFailureMechanism_DisplayName {
get {
return ResourceManager.GetString("PipingFailureMechanism_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap PipingIcon {
get {
object obj = ResourceManager.GetObject("PipingIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized string similar to Piping resultaat.
///
public static string PipingOutput_DisplayName {
get {
return ResourceManager.GetString("PipingOutput_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Veiligheidsfactor heave.
///
public static string PipingOutput_HeaveFactorOfSafety_Description {
get {
return ResourceManager.GetString("PipingOutput_HeaveFactorOfSafety_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Veiligheidsfactor heave.
///
public static string PipingOutput_HeaveFactorOfSafety_DisplayName {
get {
return ResourceManager.GetString("PipingOutput_HeaveFactorOfSafety_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Z-waarde heave.
///
public static string PipingOutput_HeaveZValue_Description {
get {
return ResourceManager.GetString("PipingOutput_HeaveZValue_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Z-waarde heave.
///
public static string PipingOutput_HeaveZValue_DisplayName {
get {
return ResourceManager.GetString("PipingOutput_HeaveZValue_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Piping resultaten.
///
public static string PipingOutput_Properties_DisplayName {
get {
return ResourceManager.GetString("PipingOutput_Properties_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Veiligheidsfactor Sellmeijer.
///
public static string PipingOutput_SellmeijerFactorOfSafety_Description {
get {
return ResourceManager.GetString("PipingOutput_SellmeijerFactorOfSafety_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Veiligheidsfactor Sellmeijer.
///
public static string PipingOutput_SellmeijerFactorOfSafety_DisplayName {
get {
return ResourceManager.GetString("PipingOutput_SellmeijerFactorOfSafety_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Z-waarde Sellmeijer.
///
public static string PipingOutput_SellmeijerZValue_Description {
get {
return ResourceManager.GetString("PipingOutput_SellmeijerZValue_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Z-waarde Sellmeijer.
///
public static string PipingOutput_SellmeijerZValue_DisplayName {
get {
return ResourceManager.GetString("PipingOutput_SellmeijerZValue_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Veiligheidsfactor opbarsten.
///
public static string PipingOutput_UpliftFactorOfSafety_Description {
get {
return ResourceManager.GetString("PipingOutput_UpliftFactorOfSafety_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Veiligheidsfactor opbarsten.
///
public static string PipingOutput_UpliftFactorOfSafety_DisplayName {
get {
return ResourceManager.GetString("PipingOutput_UpliftFactorOfSafety_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Z-waarde opbarsten.
///
public static string PipingOutput_UpliftZValue_Description {
get {
return ResourceManager.GetString("PipingOutput_UpliftZValue_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Z-waarde opbarsten.
///
public static string PipingOutput_UpliftZValue_DisplayName {
get {
return ResourceManager.GetString("PipingOutput_UpliftZValue_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het niveau van de onderkant van dit profiel..
///
public static string PipingSoilProfile_Bottom_Description {
get {
return ResourceManager.GetString("PipingSoilProfile_Bottom_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Bodemniveau.
///
public static string PipingSoilProfile_Bottom_DisplayName {
get {
return ResourceManager.GetString("PipingSoilProfile_Bottom_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to De naam van het ondergrondprofiel..
///
public static string PipingSoilProfile_Name_Description {
get {
return ResourceManager.GetString("PipingSoilProfile_Name_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Naam.
///
public static string PipingSoilProfile_Name_DisplayName {
get {
return ResourceManager.GetString("PipingSoilProfile_Name_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to De niveaus van de bovenkant van de lagen binnen dit profiel..
///
public static string PipingSoilProfile_Tops_Description {
get {
return ResourceManager.GetString("PipingSoilProfile_Tops_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Topniveaus.
///
public static string PipingSoilProfile_Tops_DisplayName {
get {
return ResourceManager.GetString("PipingSoilProfile_Tops_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap PipingSoilProfileIcon {
get {
object obj = ResourceManager.GetObject("PipingSoilProfileIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized string similar to Ondergrondprofiel.
///
public static string PipingSoilProfileProperties_DisplayName {
get {
return ResourceManager.GetString("PipingSoilProfileProperties_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ondergrondprofielen.
///
public static string PipingSoilProfilesCollection_DisplayName {
get {
return ResourceManager.GetString("PipingSoilProfilesCollection_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap PipingSurfaceLineIcon {
get {
object obj = ResourceManager.GetObject("PipingSurfaceLineIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized string similar to Dwarsdoorsneden.
///
public static string PipingSurfaceLinesCollection_DisplayName {
get {
return ResourceManager.GetString("PipingSurfaceLinesCollection_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap Play {
get {
object obj = ResourceManager.GetObject("Play", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap PlayAll {
get {
object obj = ResourceManager.GetObject("PlayAll", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized string similar to Dwarsdoorsnede.
///
public static string RingtoetsPipingSurfaceLine_DisplayName {
get {
return ResourceManager.GetString("RingtoetsPipingSurfaceLine_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Naam van de dwarsdoorsnede.
///
public static string RingtoetsPipingSurfaceLine_Name_Description {
get {
return ResourceManager.GetString("RingtoetsPipingSurfaceLine_Name_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Naam.
///
public static string RingtoetsPipingSurfaceLine_Name_DisplayName {
get {
return ResourceManager.GetString("RingtoetsPipingSurfaceLine_Name_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to De punten die de geometrie van de dwarsdoorsnede definiëren..
///
public static string RingtoetsPipingSurfaceLine_Points_Description {
get {
return ResourceManager.GetString("RingtoetsPipingSurfaceLine_Points_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Geometriepunten.
///
public static string RingtoetsPipingSurfaceLine_Points_DisplayName {
get {
return ResourceManager.GetString("RingtoetsPipingSurfaceLine_Points_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Valideren.
///
public static string Validate {
get {
return ResourceManager.GetString("Validate", resourceCulture);
}
}
///
/// Looks up a localized string similar to Naam van het wettelijk toets instrumentarium project..
///
public static string WtiProject_Name_Description {
get {
return ResourceManager.GetString("WtiProject_Name_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Naam.
///
public static string WtiProject_Name_DisplayName {
get {
return ResourceManager.GetString("WtiProject_Name_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap WtiProjectFolderIcon {
get {
object obj = ResourceManager.GetObject("WtiProjectFolderIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized string similar to Voeg piping faalmechanisme toe.
///
public static string WtiProjectNodePresenter_ContextMenu_Add_PipingFailureMechanism {
get {
return ResourceManager.GetString("WtiProjectNodePresenter_ContextMenu_Add_PipingFailureMechanism", resourceCulture);
}
}
///
/// Looks up a localized string similar to Start een nieuwe piping toetsing voor dit project..
///
public static string WtiProjectNodePresenter_ContextMenu_Add_PipingFailureMechanism_Tooltip {
get {
return ResourceManager.GetString("WtiProjectNodePresenter_ContextMenu_Add_PipingFailureMechanism_Tooltip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kan geen nieuwe piping toetsing starten, omdat er al een piping toetsing is gestart voor dit project..
///
public static string WtiProjectNodePresenter_ContextMenu_PipingFailureMechanism_Already_Added_Tooltip {
get {
return ResourceManager.GetString("WtiProjectNodePresenter_ContextMenu_PipingFailureMechanism_Already_Added_Tooltip", resourceCulture);
}
}
///
/// Looks up a localized string similar to WTI project.
///
public static string WtiProjectProperties_DisplayName {
get {
return ResourceManager.GetString("WtiProjectProperties_DisplayName", resourceCulture);
}
}
}
}