Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingCalculationInputsNodePresenter.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingCalculationInputsNodePresenter.cs (.../PipingCalculationInputsNodePresenter.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingCalculationInputsNodePresenter.cs (.../PipingCalculationInputsNodePresenter.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -94,14 +94,14 @@ PipingData pipingData = ((PipingCalculationInputs) nodeData).PipingData; var contextMenu = new ContextMenuStrip(); - contextMenu.AddMenuItem(Resources.PipingDataContextMenuValidate, + contextMenu.AddMenuItem(Resources.Validate, null, null, (o, args) => { PipingCalculationService.Validate(pipingData); }); - contextMenu.AddMenuItem(Resources.PipingDataContextMenuCalculate, + contextMenu.AddMenuItem(Resources.Calculate, null, Resources.Play, (o, args) => Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingFailureMechanismNodePresenter.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingFailureMechanismNodePresenter.cs (.../PipingFailureMechanismNodePresenter.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingFailureMechanismNodePresenter.cs (.../PipingFailureMechanismNodePresenter.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -38,7 +38,7 @@ public void UpdateNode(ITreeNode parentNode, ITreeNode node, object nodeData) { - node.Text = Resources.PipingFailureMechanismDisplayName; + node.Text = Resources.PipingFailureMechanism_DisplayName; node.Image = Resources.PipingIcon; } @@ -99,8 +99,8 @@ { var rootMenu = new ContextMenuStrip(); - rootMenu.AddMenuItem(Resources.PipingFailureMechanism_Add_piping_calculation, - Resources.PipingFailureMechanism_Add_piping_calculation_Tooltip, + rootMenu.AddMenuItem(Resources.PipingFailureMechanism_Add_Piping_Calculation, + Resources.PipingFailureMechanism_Add_Piping_Calculation_Tooltip, Resources.PipingIcon, (o, args) => { var failureMechanism = (PipingFailureMechanism)nodeData; Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingOutputNodePresenter.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingOutputNodePresenter.cs (.../PipingOutputNodePresenter.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingOutputNodePresenter.cs (.../PipingOutputNodePresenter.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -24,7 +24,7 @@ public void UpdateNode(ITreeNode parentNode, ITreeNode node, object nodeData) { - node.Text = Resources.PipingOutputDisplayName; + node.Text = Resources.PipingOutput_DisplayName; node.Image = Resources.PipingIcon; } Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingSoilProfileCollectionNodePresenter.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingSoilProfileCollectionNodePresenter.cs (.../PipingSoilProfileCollectionNodePresenter.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingSoilProfileCollectionNodePresenter.cs (.../PipingSoilProfileCollectionNodePresenter.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -38,7 +38,7 @@ public void UpdateNode(ITreeNode parentNode, ITreeNode node, object nodeData) { var pipingSoilProfiles = (IEnumerable) nodeData; - node.Text = Resources.PipingSoilProfilesCollectionName; + node.Text = Resources.PipingSoilProfilesCollection_DisplayName; node.Image = Resources.FolderIcon; node.ForegroundColor = GetTextColor(pipingSoilProfiles); @@ -125,8 +125,8 @@ if (ImportSoilProfilesAction != null) { strip.AddMenuItem( - Resources.ImportSoilProfiles, - Resources.ImportSoilProfilesDescription, + Resources.Import_SoilProfiles, + Resources.Import_SoilProfiles_Tooltip, Resources.ImportIcon, ImportSoilProfilesOnClick); } Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingSurfaceLineCollectionNodePresenter.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingSurfaceLineCollectionNodePresenter.cs (.../PipingSurfaceLineCollectionNodePresenter.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/PipingSurfaceLineCollectionNodePresenter.cs (.../PipingSurfaceLineCollectionNodePresenter.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -39,7 +39,7 @@ public void UpdateNode(ITreeNode parentNode, ITreeNode node, object nodeData) { var data = (IEnumerable)nodeData; - node.Text = Resources.PipingSurfaceLinesCollectionName; + node.Text = Resources.PipingSurfaceLinesCollection_DisplayName; node.ForegroundColor = data.Any() ? Color.FromKnownColor(KnownColor.ControlText) : Color.FromKnownColor(KnownColor.GrayText); node.Image = Resources.FolderIcon; } @@ -118,7 +118,7 @@ if (ImportSurfaceLinesAction != null) { - rootMenu.AddMenuItem(Resources.ImportSurfaceLines, Resources.ImportSurfaceLinesDescription, + rootMenu.AddMenuItem(Resources.Import_SurfaceLines, Resources.Import_SurfaceLines_Tooltip, Resources.ImportIcon, ImportItemOnClick); } Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/WtiProjectNodePresenter.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/WtiProjectNodePresenter.cs (.../WtiProjectNodePresenter.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/NodePresenters/WtiProjectNodePresenter.cs (.../WtiProjectNodePresenter.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -88,15 +88,15 @@ var contextMenu = new ContextMenuStrip(); if (wtiProject.CanAddPipingFailureMechanism()) { - contextMenu.AddMenuItem(Resources.AddPipingFailureMechanismContextMenuItem, - Resources.WtiProjectTooltipAddPipingFailureMechanism, + contextMenu.AddMenuItem(Resources.WtiProjectNodePresenter_ContextMenu_Add_PipingFailureMechanism, + Resources.WtiProjectNodePresenter_ContextMenu_Add_PipingFailureMechanism_Tooltip, Resources.PipingIcon, InitializePipingFailureMechanismForWtiProject).Tag = nodeData; } else { - contextMenu.AddMenuItem(Resources.AddPipingFailureMechanismContextMenuItem, - Resources.WtiProjectTooltipPipingFailureMechanismAlreadyAdded, + contextMenu.AddMenuItem(Resources.WtiProjectNodePresenter_ContextMenu_Add_PipingFailureMechanism, + Resources.WtiProjectNodePresenter_ContextMenu_PipingFailureMechanism_Already_Added_Tooltip, Resources.PipingIcon, InitializePipingFailureMechanismForWtiProject).Enabled = false; } Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -61,15 +61,6 @@ } /// - /// Looks up a localized string similar to Voeg piping faalmechanisme toe. - /// - public static string AddPipingFailureMechanismContextMenuItem { - get { - return ResourceManager.GetString("AddPipingFailureMechanismContextMenuItem", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Berekenen. /// public static string Calculate { @@ -98,543 +89,525 @@ } /// - /// 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 Importeer ondergrondprofielen. /// - public static string ImportSoilProfiles { + public static string Import_SoilProfiles { get { - return ResourceManager.GetString("ImportSoilProfiles", resourceCulture); + return ResourceManager.GetString("Import_SoilProfiles", resourceCulture); } } /// /// Looks up a localized string similar to Importeer nieuwe ondergrondprofielen van een *.soil bestand.. /// - public static string ImportSoilProfilesDescription { + public static string Import_SoilProfiles_Tooltip { get { - return ResourceManager.GetString("ImportSoilProfilesDescription", resourceCulture); + return ResourceManager.GetString("Import_SoilProfiles_Tooltip", resourceCulture); } } /// /// Looks up a localized string similar to Importeer dwarsdoorsnedes. /// - public static string ImportSurfaceLines { + public static string Import_SurfaceLines { get { - return ResourceManager.GetString("ImportSurfaceLines", resourceCulture); + return ResourceManager.GetString("Import_SurfaceLines", resourceCulture); } } /// /// Looks up a localized string similar to Importeer nieuwe dwarsdoorsnedes van een *.csv bestand.. /// - public static string ImportSurfaceLinesDescription { + public static string Import_SurfaceLines_Tooltip { get { - return ResourceManager.GetString("ImportSurfaceLinesDescription", resourceCulture); + return ResourceManager.GetString("Import_SurfaceLines_Tooltip", resourceCulture); } } /// - /// Looks up a localized string similar to Peil dat gebruikt moet worden in de toetsing.. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static string PipingDataAssessmentLevelDescription { + public static System.Drawing.Bitmap ImportIcon { get { - return ResourceManager.GetString("PipingDataAssessmentLevelDescription", resourceCulture); + object obj = ResourceManager.GetObject("ImportIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } /// - /// Looks up a localized string similar to Toetspeil. + /// Looks up a localized string similar to Piping. /// - public static string PipingDataAssessmentLevelDisplayName { + public static string PipingCalculationInputsProperties_DisplayName { get { - return ResourceManager.GetString("PipingDataAssessmentLevelDisplayName", resourceCulture); + return ResourceManager.GetString("PipingCalculationInputsProperties_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.. + /// Looks up a localized string similar to Peil dat gebruikt moet worden in de toetsing.. /// - public static string PipingDataBeddingAngleDescription { + public static string PipingData_AssessmentLevel_Description { get { - return ResourceManager.GetString("PipingDataBeddingAngleDescription", resourceCulture); + return ResourceManager.GetString("PipingData_AssessmentLevel_Description", resourceCulture); } } /// - /// Looks up a localized string similar to Rolweerstandshoek. + /// Looks up a localized string similar to Toetspeil. /// - public static string PipingDataBeddingAngleDisplayName { + public static string PipingData_AssessmentLevel_DisplayName { get { - return ResourceManager.GetString("PipingDataBeddingAngleDisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_AssessmentLevel_DisplayName", resourceCulture); } } /// - /// Looks up a localized string similar to Berekenen. + /// 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 PipingDataContextMenuCalculate { + public static string PipingData_BeddingAngle_Description { get { - return ResourceManager.GetString("PipingDataContextMenuCalculate", resourceCulture); + return ResourceManager.GetString("PipingData_BeddingAngle_Description", resourceCulture); } } /// - /// Looks up a localized string similar to Valideren. + /// Looks up a localized string similar to Rolweerstandshoek. /// - public static string PipingDataContextMenuValidate { + public static string PipingData_BeddingAngle_DisplayName { get { - return ResourceManager.GetString("PipingDataContextMenuValidate", resourceCulture); + return ResourceManager.GetString("PipingData_BeddingAngle_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Kritiek verhang met betrekking tot heave.. /// - public static string PipingDataCriticalHeaveGradientDescription { + public static string PipingData_CriticalHeaveGradient_Description { get { - return ResourceManager.GetString("PipingDataCriticalHeaveGradientDescription", resourceCulture); + return ResourceManager.GetString("PipingData_CriticalHeaveGradient_Description", resourceCulture); } } /// /// Looks up a localized string similar to Kritiek verhang m.b.t. heave. /// - public static string PipingDataCriticalHeaveGradientDisplayName { + public static string PipingData_CriticalHeaveGradient_DisplayName { get { - return ResourceManager.GetString("PipingDataCriticalHeaveGradientDisplayName", resourceCulture); + 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 PipingDataDampingFactorExitDescription { + public static string PipingData_DampingFactorExit_Description { get { - return ResourceManager.GetString("PipingDataDampingFactorExitDescription", resourceCulture); + return ResourceManager.GetString("PipingData_DampingFactorExit_Description", resourceCulture); } } /// /// Looks up a localized string similar to Dempingsfactor bij uittredepunt. /// - public static string PipingDataDampingFactorExitDisplayName { + public static string PipingData_DampingFactorExit_DisplayName { get { - return ResourceManager.GetString("PipingDataDampingFactorExitDisplayName", resourceCulture); + 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 PipingDataDarcyPermeabilityDescription { + public static string PipingData_DarcyPermeability_Description { get { - return ResourceManager.GetString("PipingDataDarcyPermeabilityDescription", resourceCulture); + return ResourceManager.GetString("PipingData_DarcyPermeability_Description", resourceCulture); } } /// /// Looks up a localized string similar to Doorlatendheid aquifer. /// - public static string PipingDataDarcyPermeabilityDisplayName { + public static string PipingData_DarcyPermeability_DisplayName { get { - return ResourceManager.GetString("PipingDataDarcyPermeabilityDisplayName", resourceCulture); + 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 PipingDataDiameter70Description { + public static string PipingData_Diameter70_Description { get { - return ResourceManager.GetString("PipingDataDiameter70Description", resourceCulture); + 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 PipingDataDiameter70DisplayName { + public static string PipingData_Diameter70_DisplayName { get { - return ResourceManager.GetString("PipingDataDiameter70DisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_Diameter70_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to De x-coordinaat van het uittredepunt.. /// - public static string PipingDataExitPointXCoordinateDescription { + public static string PipingData_ExitPointXCoordinate_Description { get { - return ResourceManager.GetString("PipingDataExitPointXCoordinateDescription", resourceCulture); + return ResourceManager.GetString("PipingData_ExitPointXCoordinate_Description", resourceCulture); } } /// /// Looks up a localized string similar to X-coordinaat uittredepunt. /// - public static string PipingDataExitPointXCoordinateDisplayName { + public static string PipingData_ExitPointXCoordinate_DisplayName { get { - return ResourceManager.GetString("PipingDataExitPointXCoordinateDisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_ExitPointXCoordinate_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Valversnelling. /// - public static string PipingDataGravityDescription { + public static string PipingData_Gravity_Description { get { - return ResourceManager.GetString("PipingDataGravityDescription", resourceCulture); + return ResourceManager.GetString("PipingData_Gravity_Description", resourceCulture); } } /// /// Looks up a localized string similar to Valversnelling. /// - public static string PipingDataGravityDisplayName { + public static string PipingData_Gravity_DisplayName { get { - return ResourceManager.GetString("PipingDataGravityDisplayName", resourceCulture); + 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 PipingDataMeanDiameter70Description { + public static string PipingData_MeanDiameter70_Description { get { - return ResourceManager.GetString("PipingDataMeanDiameter70Description", resourceCulture); + 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 PipingDataMeanDiameter70DisplayName { + public static string PipingData_MeanDiameter70_DisplayName { get { - return ResourceManager.GetString("PipingDataMeanDiameter70DisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_MeanDiameter70_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Naam van de piping berekening.. /// - public static string PipingDataNameDescription { + public static string PipingData_Name_Description { get { - return ResourceManager.GetString("PipingDataNameDescription", resourceCulture); + return ResourceManager.GetString("PipingData_Name_Description", resourceCulture); } } /// /// Looks up a localized string similar to Naam. /// - public static string PipingDataNameDisplayName { + public static string PipingData_Name_DisplayName { get { - return ResourceManager.GetString("PipingDataNameDisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_Name_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Freatische waterstand bij uittredepunt.. /// - public static string PipingDataPhreaticLevelExitDescription { + public static string PipingData_PhreaticLevelExit_Description { get { - return ResourceManager.GetString("PipingDataPhreaticLevelExitDescription", resourceCulture); + return ResourceManager.GetString("PipingData_PhreaticLevelExit_Description", resourceCulture); } } /// /// Looks up a localized string similar to Freatische waterstand bij uittredepunt. /// - public static string PipingDataPhreaticLevelExitDisplayName { + public static string PipingData_PhreaticLevelExit_DisplayName { get { - return ResourceManager.GetString("PipingDataPhreaticLevelExitDisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_PhreaticLevelExit_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Stijghoogte bij uittredepunt.. /// - public static string PipingDataPiezometricHeadExitDescription { + public static string PipingData_PiezometricHeadExit_Description { get { - return ResourceManager.GetString("PipingDataPiezometricHeadExitDescription", resourceCulture); + return ResourceManager.GetString("PipingData_PiezometricHeadExit_Description", resourceCulture); } } /// /// Looks up a localized string similar to Stijghoogte bij uittredepunt. /// - public static string PipingDataPiezometricHeadExitDisplayName { + public static string PipingData_PiezometricHeadExit_DisplayName { get { - return ResourceManager.GetString("PipingDataPiezometricHeadExitDisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_PiezometricHeadExit_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Stijghoogte in achterland.. /// - public static string PipingDataPiezometricHeadPolderDescription { + public static string PipingData_PiezometricHeadPolder_Description { get { - return ResourceManager.GetString("PipingDataPiezometricHeadPolderDescription", resourceCulture); + return ResourceManager.GetString("PipingData_PiezometricHeadPolder_Description", resourceCulture); } } /// /// Looks up a localized string similar to Stijghoogte in achterland. /// - public static string PipingDataPiezometricHeadPolderDisplayName { + public static string PipingData_PiezometricHeadPolder_DisplayName { get { - return ResourceManager.GetString("PipingDataPiezometricHeadPolderDisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_PiezometricHeadPolder_DisplayName", resourceCulture); } } /// - /// Looks up a localized string similar to Piping. - /// - public static string PipingDataPropertiesDisplayName { - get { - return ResourceManager.GetString("PipingDataPropertiesDisplayName", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Het (ondergedempelde) volumegewicht van zandkorrelmateriaal van een zandlaag.. /// - public static string PipingDataSandParticlesVolumicWeightDescription { + public static string PipingData_SandParticlesVolumicWeight_Description { get { - return ResourceManager.GetString("PipingDataSandParticlesVolumicWeightDescription", resourceCulture); + return ResourceManager.GetString("PipingData_SandParticlesVolumicWeight_Description", resourceCulture); } } /// /// Looks up a localized string similar to Volumiek gewicht van de zandkorrels onder water. /// - public static string PipingDataSandParticlesVolumicWeightDisplayName { + public static string PipingData_SandParticlesVolumicWeight_DisplayName { get { - return ResourceManager.GetString("PipingDataSandParticlesVolumicWeightDisplayName", resourceCulture); + 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 PipingDataSeepageLengthDescription { + public static string PipingData_SeepageLength_Description { get { - return ResourceManager.GetString("PipingDataSeepageLengthDescription", resourceCulture); + return ResourceManager.GetString("PipingData_SeepageLength_Description", resourceCulture); } } /// /// Looks up a localized string similar to Kwelweglengte. /// - public static string PipingDataSeepageLengthDisplayName { + public static string PipingData_SeepageLength_DisplayName { get { - return ResourceManager.GetString("PipingDataSeepageLengthDisplayName", resourceCulture); + 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 PipingDataSellmeijerModelFactorDescription { + public static string PipingData_SellmeijerModelFactor_Description { get { - return ResourceManager.GetString("PipingDataSellmeijerModelFactorDescription", resourceCulture); + return ResourceManager.GetString("PipingData_SellmeijerModelFactor_Description", resourceCulture); } } /// /// Looks up a localized string similar to Modelfactor piping toegepast op Sellmeijermodel. /// - public static string PipingDataSellmeijerModelFactorDisplayName { + public static string PipingData_SellmeijerModelFactor_DisplayName { get { - return ResourceManager.GetString("PipingDataSellmeijerModelFactorDisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_SellmeijerModelFactor_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Reductiefactor Sellmeijer.. /// - public static string PipingDataSellmeijerReductionFactorDescription { + public static string PipingData_SellmeijerReductionFactor_Description { get { - return ResourceManager.GetString("PipingDataSellmeijerReductionFactorDescription", resourceCulture); + return ResourceManager.GetString("PipingData_SellmeijerReductionFactor_Description", resourceCulture); } } /// /// Looks up a localized string similar to Reductiefactor Sellmeijer. /// - public static string PipingDataSellmeijerReductionFactorDisplayName { + public static string PipingData_SellmeijerReductionFactor_DisplayName { get { - return ResourceManager.GetString("PipingDataSellmeijerReductionFactorDisplayName", resourceCulture); + 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 PipingDataSoilProfileDescription { + public static string PipingData_SoilProfile_Description { get { - return ResourceManager.GetString("PipingDataSoilProfileDescription", resourceCulture); + return ResourceManager.GetString("PipingData_SoilProfile_Description", resourceCulture); } } /// /// Looks up a localized string similar to Ondergrondprofiel. /// - public static string PipingDataSoilProfileDisplayName { + public static string PipingData_SoilProfile_DisplayName { get { - return ResourceManager.GetString("PipingDataSoilProfileDisplayName", resourceCulture); + 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 PipingDataSurfaceLineDescription { + public static string PipingData_SurfaceLine_Description { get { - return ResourceManager.GetString("PipingDataSurfaceLineDescription", resourceCulture); + return ResourceManager.GetString("PipingData_SurfaceLine_Description", resourceCulture); } } /// /// Looks up a localized string similar to Dwarsdoorsnede. /// - public static string PipingDataSurfaceLineDisplayName { + public static string PipingData_SurfaceLine_DisplayName { get { - return ResourceManager.GetString("PipingDataSurfaceLineDisplayName", resourceCulture); + 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 PipingDataThicknessAquiferLayerDescription { + public static string PipingData_ThicknessAquiferLayer_Description { get { - return ResourceManager.GetString("PipingDataThicknessAquiferLayerDescription", resourceCulture); + return ResourceManager.GetString("PipingData_ThicknessAquiferLayer_Description", resourceCulture); } } /// /// Looks up a localized string similar to Dikte watervoerend pakket. /// - public static string PipingDataThicknessAquiferLayerDisplayName { + public static string PipingData_ThicknessAquiferLayer_DisplayName { get { - return ResourceManager.GetString("PipingDataThicknessAquiferLayerDisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_ThicknessAquiferLayer_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Totale deklaagdikte bij uittredepunt.. /// - public static string PipingDataThicknessCoverageLayerDescription { + public static string PipingData_ThicknessCoverageLayer_Description { get { - return ResourceManager.GetString("PipingDataThicknessCoverageLayerDescription", resourceCulture); + return ResourceManager.GetString("PipingData_ThicknessCoverageLayer_Description", resourceCulture); } } /// /// Looks up a localized string similar to Totale deklaagdikte bij uittredepunt. /// - public static string PipingDataThicknessCoverageLayerDisplayName { + public static string PipingData_ThicknessCoverageLayer_DisplayName { get { - return ResourceManager.GetString("PipingDataThicknessCoverageLayerDisplayName", resourceCulture); + 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 PipingDataUpliftModelFactorDescription { + public static string PipingData_UpliftModelFactor_Description { get { - return ResourceManager.GetString("PipingDataUpliftModelFactorDescription", resourceCulture); + return ResourceManager.GetString("PipingData_UpliftModelFactor_Description", resourceCulture); } } /// /// Looks up a localized string similar to Modelfactor opbarsten. /// - public static string PipingDataUpliftModelFactorDisplayName { + public static string PipingData_UpliftModelFactor_DisplayName { get { - return ResourceManager.GetString("PipingDataUpliftModelFactorDisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_UpliftModelFactor_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Kinematische viscositeit van water bij 10º Celsius.. /// - public static string PipingDataWaterKinematicViscosityDescription { + public static string PipingData_WaterKinematicViscosity_Description { get { - return ResourceManager.GetString("PipingDataWaterKinematicViscosityDescription", resourceCulture); + return ResourceManager.GetString("PipingData_WaterKinematicViscosity_Description", resourceCulture); } } /// /// Looks up a localized string similar to Kinematische viscositeit van water bij 10º Celsius. /// - public static string PipingDataWaterKinematicViscosityDisplayName { + public static string PipingData_WaterKinematicViscosity_DisplayName { get { - return ResourceManager.GetString("PipingDataWaterKinematicViscosityDisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_WaterKinematicViscosity_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Volumiek gewicht van water.. /// - public static string PipingDataWaterVolumetricWeightDescription { + public static string PipingData_WaterVolumetricWeight_Description { get { - return ResourceManager.GetString("PipingDataWaterVolumetricWeightDescription", resourceCulture); + return ResourceManager.GetString("PipingData_WaterVolumetricWeight_Description", resourceCulture); } } /// /// Looks up a localized string similar to Volumiek gewicht van water. /// - public static string PipingDataWaterVolumetricWeightDisplayName { + public static string PipingData_WaterVolumetricWeight_DisplayName { get { - return ResourceManager.GetString("PipingDataWaterVolumetricWeightDisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_WaterVolumetricWeight_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Sleepkrachtfactor volgens White.. /// - public static string PipingDataWhitesDragCoefficientDescription { + public static string PipingData_WhitesDragCoefficient_Description { get { - return ResourceManager.GetString("PipingDataWhitesDragCoefficientDescription", resourceCulture); + return ResourceManager.GetString("PipingData_WhitesDragCoefficient_Description", resourceCulture); } } /// /// Looks up a localized string similar to Coëfficiënt van White. /// - public static string PipingDataWhitesDragCoefficientDisplayName { + public static string PipingData_WhitesDragCoefficient_DisplayName { get { - return ResourceManager.GetString("PipingDataWhitesDragCoefficientDisplayName", resourceCulture); + return ResourceManager.GetString("PipingData_WhitesDragCoefficient_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Berekening toevoegen. /// - public static string PipingFailureMechanism_Add_piping_calculation { + public static string PipingFailureMechanism_Add_Piping_Calculation { get { - return ResourceManager.GetString("PipingFailureMechanism_Add_piping_calculation", resourceCulture); + 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 { + public static string PipingFailureMechanism_Add_Piping_Calculation_Tooltip { get { - return ResourceManager.GetString("PipingFailureMechanism_Add_piping_calculation_Tooltip", resourceCulture); + return ResourceManager.GetString("PipingFailureMechanism_Add_Piping_Calculation_Tooltip", resourceCulture); } } @@ -650,9 +623,9 @@ /// /// Looks up a localized string similar to Faalmechanisme piping. /// - public static string PipingFailureMechanismDisplayName { + public static string PipingFailureMechanism_DisplayName { get { - return ResourceManager.GetString("PipingFailureMechanismDisplayName", resourceCulture); + return ResourceManager.GetString("PipingFailureMechanism_DisplayName", resourceCulture); } } @@ -669,208 +642,208 @@ /// /// Looks up a localized string similar to Piping resultaat. /// - public static string PipingOutputDisplayName { + public static string PipingOutput_DisplayName { get { - return ResourceManager.GetString("PipingOutputDisplayName", resourceCulture); + return ResourceManager.GetString("PipingOutput_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Veiligheidsfactor heave. /// - public static string PipingOutputHeaveFactorOfSafetyDescription { + public static string PipingOutput_HeaveFactorOfSafety_Description { get { - return ResourceManager.GetString("PipingOutputHeaveFactorOfSafetyDescription", resourceCulture); + return ResourceManager.GetString("PipingOutput_HeaveFactorOfSafety_Description", resourceCulture); } } /// /// Looks up a localized string similar to Veiligheidsfactor heave. /// - public static string PipingOutputHeaveFactorOfSafetyDisplayName { + public static string PipingOutput_HeaveFactorOfSafety_DisplayName { get { - return ResourceManager.GetString("PipingOutputHeaveFactorOfSafetyDisplayName", resourceCulture); + return ResourceManager.GetString("PipingOutput_HeaveFactorOfSafety_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Z-waarde heave. /// - public static string PipingOutputHeaveZValueDescription { + public static string PipingOutput_HeaveZValue_Description { get { - return ResourceManager.GetString("PipingOutputHeaveZValueDescription", resourceCulture); + return ResourceManager.GetString("PipingOutput_HeaveZValue_Description", resourceCulture); } } /// /// Looks up a localized string similar to Z-waarde heave. /// - public static string PipingOutputHeaveZValueDisplayName { + public static string PipingOutput_HeaveZValue_DisplayName { get { - return ResourceManager.GetString("PipingOutputHeaveZValueDisplayName", resourceCulture); + return ResourceManager.GetString("PipingOutput_HeaveZValue_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Piping resultaten. /// - public static string PipingOutputPropertiesDisplayName { + public static string PipingOutput_Properties_DisplayName { get { - return ResourceManager.GetString("PipingOutputPropertiesDisplayName", resourceCulture); + return ResourceManager.GetString("PipingOutput_Properties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Veiligheidsfactor Sellmeijer. /// - public static string PipingOutputSellmeijerFactorOfSafetyDescription { + public static string PipingOutput_SellmeijerFactorOfSafety_Description { get { - return ResourceManager.GetString("PipingOutputSellmeijerFactorOfSafetyDescription", resourceCulture); + return ResourceManager.GetString("PipingOutput_SellmeijerFactorOfSafety_Description", resourceCulture); } } /// /// Looks up a localized string similar to Veiligheidsfactor Sellmeijer. /// - public static string PipingOutputSellmeijerFactorOfSafetyDisplayName { + public static string PipingOutput_SellmeijerFactorOfSafety_DisplayName { get { - return ResourceManager.GetString("PipingOutputSellmeijerFactorOfSafetyDisplayName", resourceCulture); + return ResourceManager.GetString("PipingOutput_SellmeijerFactorOfSafety_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Z-waarde Sellmeijer. /// - public static string PipingOutputSellmeijerZValueDescription { + public static string PipingOutput_SellmeijerZValue_Description { get { - return ResourceManager.GetString("PipingOutputSellmeijerZValueDescription", resourceCulture); + return ResourceManager.GetString("PipingOutput_SellmeijerZValue_Description", resourceCulture); } } /// /// Looks up a localized string similar to Z-waarde Sellmeijer. /// - public static string PipingOutputSellmeijerZValueDisplayName { + public static string PipingOutput_SellmeijerZValue_DisplayName { get { - return ResourceManager.GetString("PipingOutputSellmeijerZValueDisplayName", resourceCulture); + return ResourceManager.GetString("PipingOutput_SellmeijerZValue_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Veiligheidsfactor opbarsten. /// - public static string PipingOutputUpliftFactorOfSafetyDescription { + public static string PipingOutput_UpliftFactorOfSafety_Description { get { - return ResourceManager.GetString("PipingOutputUpliftFactorOfSafetyDescription", resourceCulture); + return ResourceManager.GetString("PipingOutput_UpliftFactorOfSafety_Description", resourceCulture); } } /// /// Looks up a localized string similar to Veiligheidsfactor opbarsten. /// - public static string PipingOutputUpliftFactorOfSafetyDisplayName { + public static string PipingOutput_UpliftFactorOfSafety_DisplayName { get { - return ResourceManager.GetString("PipingOutputUpliftFactorOfSafetyDisplayName", resourceCulture); + return ResourceManager.GetString("PipingOutput_UpliftFactorOfSafety_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Z-waarde opbarsten. /// - public static string PipingOutputUpliftZValueDescription { + public static string PipingOutput_UpliftZValue_Description { get { - return ResourceManager.GetString("PipingOutputUpliftZValueDescription", resourceCulture); + return ResourceManager.GetString("PipingOutput_UpliftZValue_Description", resourceCulture); } } /// /// Looks up a localized string similar to Z-waarde opbarsten. /// - public static string PipingOutputUpliftZValueDisplayName { + public static string PipingOutput_UpliftZValue_DisplayName { get { - return ResourceManager.GetString("PipingOutputUpliftZValueDisplayName", resourceCulture); + 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 PipingSoilProfileBottomDescription { + public static string PipingSoilProfile_Bottom_Description { get { - return ResourceManager.GetString("PipingSoilProfileBottomDescription", resourceCulture); + return ResourceManager.GetString("PipingSoilProfile_Bottom_Description", resourceCulture); } } /// /// Looks up a localized string similar to Bodemniveau. /// - public static string PipingSoilProfileBottomDisplayName { + public static string PipingSoilProfile_Bottom_DisplayName { get { - return ResourceManager.GetString("PipingSoilProfileBottomDisplayName", resourceCulture); + return ResourceManager.GetString("PipingSoilProfile_Bottom_DisplayName", resourceCulture); } } /// - /// Looks up a localized resource of type System.Drawing.Bitmap. + /// Looks up a localized string similar to De naam van het ondergrondprofiel.. /// - public static System.Drawing.Bitmap PipingSoilProfileIcon { + public static string PipingSoilProfile_Name_Description { get { - object obj = ResourceManager.GetObject("PipingSoilProfileIcon", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); + return ResourceManager.GetString("PipingSoilProfile_Name_Description", resourceCulture); } } /// - /// Looks up a localized string similar to De naam van het ondergrondprofiel.. + /// Looks up a localized string similar to Naam. /// - public static string PipingSoilProfileNameDescription { + public static string PipingSoilProfile_Name_DisplayName { get { - return ResourceManager.GetString("PipingSoilProfileNameDescription", resourceCulture); + return ResourceManager.GetString("PipingSoilProfile_Name_DisplayName", resourceCulture); } } /// - /// Looks up a localized string similar to Naam. + /// Looks up a localized string similar to De niveaus van de bovenkant van de lagen binnen dit profiel.. /// - public static string PipingSoilProfileNameDisplayName { + public static string PipingSoilProfile_Tops_Description { get { - return ResourceManager.GetString("PipingSoilProfileNameDisplayName", resourceCulture); + return ResourceManager.GetString("PipingSoilProfile_Tops_Description", resourceCulture); } } /// - /// Looks up a localized string similar to Ondergrondprofiel. + /// Looks up a localized string similar to Topniveaus. /// - public static string PipingSoilProfilePropertiesDisplayName { + public static string PipingSoilProfile_Tops_DisplayName { get { - return ResourceManager.GetString("PipingSoilProfilePropertiesDisplayName", resourceCulture); + return ResourceManager.GetString("PipingSoilProfile_Tops_DisplayName", resourceCulture); } } /// - /// Looks up a localized string similar to Ondergrondprofielen. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static string PipingSoilProfilesCollectionName { + public static System.Drawing.Bitmap PipingSoilProfileIcon { get { - return ResourceManager.GetString("PipingSoilProfilesCollectionName", resourceCulture); + object obj = ResourceManager.GetObject("PipingSoilProfileIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } /// - /// Looks up a localized string similar to De niveaus van de bovenkant van de lagen binnen dit profiel.. + /// Looks up a localized string similar to Ondergrondprofiel. /// - public static string PipingSoilProfileTopsDescription { + public static string PipingSoilProfileProperties_DisplayName { get { - return ResourceManager.GetString("PipingSoilProfileTopsDescription", resourceCulture); + return ResourceManager.GetString("PipingSoilProfileProperties_DisplayName", resourceCulture); } } /// - /// Looks up a localized string similar to Topniveaus. + /// Looks up a localized string similar to Ondergrondprofielen. /// - public static string PipingSoilProfileTopsDisplayName { + public static string PipingSoilProfilesCollection_DisplayName { get { - return ResourceManager.GetString("PipingSoilProfileTopsDisplayName", resourceCulture); + return ResourceManager.GetString("PipingSoilProfilesCollection_DisplayName", resourceCulture); } } @@ -885,132 +858,150 @@ } /// - /// Looks up a localized string similar to Naam van de dwarsdoorsnede. + /// Looks up a localized string similar to Dwarsdoorsneden. /// - public static string PipingSurfaceLineNameDescription { + public static string PipingSurfaceLinesCollection_DisplayName { get { - return ResourceManager.GetString("PipingSurfaceLineNameDescription", resourceCulture); + return ResourceManager.GetString("PipingSurfaceLinesCollection_DisplayName", resourceCulture); } } /// - /// Looks up a localized string similar to Naam. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static string PipingSurfaceLineNameDisplayName { + public static System.Drawing.Bitmap Play { get { - return ResourceManager.GetString("PipingSurfaceLineNameDisplayName", resourceCulture); + object obj = ResourceManager.GetObject("Play", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } /// - /// Looks up a localized string similar to De punten die de geometrie van de dwarsdoorsnede definiëren.. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static string PipingSurfaceLinePointsDescription { + public static System.Drawing.Bitmap PlayAll { get { - return ResourceManager.GetString("PipingSurfaceLinePointsDescription", resourceCulture); + object obj = ResourceManager.GetObject("PlayAll", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } /// - /// Looks up a localized string similar to Geometriepunten. + /// Looks up a localized string similar to Dwarsdoorsnede. /// - public static string PipingSurfaceLinePointsDisplayName { + public static string RingtoetsPipingSurfaceLine_DisplayName { get { - return ResourceManager.GetString("PipingSurfaceLinePointsDisplayName", resourceCulture); + return ResourceManager.GetString("RingtoetsPipingSurfaceLine_DisplayName", resourceCulture); } } /// - /// Looks up a localized string similar to Dwarsdoorsneden. + /// Looks up a localized string similar to Naam van de dwarsdoorsnede. /// - public static string PipingSurfaceLinesCollectionName { + public static string RingtoetsPipingSurfaceLine_Name_Description { get { - return ResourceManager.GetString("PipingSurfaceLinesCollectionName", resourceCulture); + return ResourceManager.GetString("RingtoetsPipingSurfaceLine_Name_Description", resourceCulture); } } /// - /// Looks up a localized resource of type System.Drawing.Bitmap. + /// Looks up a localized string similar to Naam. /// - public static System.Drawing.Bitmap Play { + public static string RingtoetsPipingSurfaceLine_Name_DisplayName { get { - object obj = ResourceManager.GetObject("Play", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); + return ResourceManager.GetString("RingtoetsPipingSurfaceLine_Name_DisplayName", resourceCulture); } } /// - /// Looks up a localized resource of type System.Drawing.Bitmap. + /// Looks up a localized string similar to De punten die de geometrie van de dwarsdoorsnede definiëren.. /// - public static System.Drawing.Bitmap PlayAll { + public static string RingtoetsPipingSurfaceLine_Points_Description { get { - object obj = ResourceManager.GetObject("PlayAll", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); + return ResourceManager.GetString("RingtoetsPipingSurfaceLine_Points_Description", resourceCulture); } } /// - /// Looks up a localized string similar to Dwarsdoorsnede. + /// Looks up a localized string similar to Geometriepunten. /// - public static string SurfaceLinePropertiesDisplayName { + public static string RingtoetsPipingSurfaceLine_Points_DisplayName { get { - return ResourceManager.GetString("SurfaceLinePropertiesDisplayName", resourceCulture); + return ResourceManager.GetString("RingtoetsPipingSurfaceLine_Points_DisplayName", resourceCulture); } } /// - /// Looks up a localized resource of type System.Drawing.Bitmap. + /// Looks up a localized string similar to Valideren. /// - public static System.Drawing.Bitmap WtiProjectFolderIcon { + public static string Validate { get { - object obj = ResourceManager.GetObject("WtiProjectFolderIcon", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); + return ResourceManager.GetString("Validate", resourceCulture); } } /// /// Looks up a localized string similar to Naam van het wettelijk toets instrumentarium project.. /// - public static string WtiProjectNameDescription { + public static string WtiProject_Name_Description { get { - return ResourceManager.GetString("WtiProjectNameDescription", resourceCulture); + return ResourceManager.GetString("WtiProject_Name_Description", resourceCulture); } } /// /// Looks up a localized string similar to Naam. /// - public static string WtiProjectNameDisplayName { + public static string WtiProject_Name_DisplayName { get { - return ResourceManager.GetString("WtiProjectNameDisplayName", resourceCulture); + return ResourceManager.GetString("WtiProject_Name_DisplayName", resourceCulture); } } /// - /// Looks up a localized string similar to WTI project. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static string WtiProjectPropertiesDisplayName { + public static System.Drawing.Bitmap WtiProjectFolderIcon { get { - return ResourceManager.GetString("WtiProjectPropertiesDisplayName", resourceCulture); + 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 WtiProjectTooltipAddPipingFailureMechanism { + public static string WtiProjectNodePresenter_ContextMenu_Add_PipingFailureMechanism_Tooltip { get { - return ResourceManager.GetString("WtiProjectTooltipAddPipingFailureMechanism", resourceCulture); + 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 WtiProjectTooltipPipingFailureMechanismAlreadyAdded { + public static string WtiProjectNodePresenter_ContextMenu_PipingFailureMechanism_Already_Added_Tooltip { get { - return ResourceManager.GetString("WtiProjectTooltipPipingFailureMechanismAlreadyAdded", resourceCulture); + 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); + } + } } } Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Properties/Resources.resx =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Properties/Resources.resx (.../Resources.resx) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Properties/Resources.resx (.../Resources.resx) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -124,304 +124,301 @@ ..\Resources\folder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + Peil dat gebruikt moet worden in de toetsing. - + Toetspeil - + Hoek in het krachtenevenwicht die aangeeft hoeveel de korrels weerstand bieden tegen rollen; ook beddingshoek genoemd. - + Rolweerstandshoek - - Berekenen - - + Kritiek verhang met betrekking tot heave. - + Kritiek verhang m.b.t. heave - + Dempingsfactor relateert respons van stijghoogte bij binnenteen aan buitenwaterstand. - + Dempingsfactor bij uittredepunt - + Darcy-snelheid waarmee water door de eerste voor doorlatendheid te onderscheiden zandlaag loopt. - + Doorlatendheid aquifer - + 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). - + 70%-fraktiel van de korreldiameter in de bovenste zandlaag - + De x-coordinaat van het uittredepunt. - + X-coordinaat uittredepunt - + Valversnelling - + Valversnelling - + gemiddelde d70 van de in kleine schaalproeven toegepaste zandsoorten, waarop formule van Sellmeijer is gefit. - + Referentie waarde voor 70%-fraktiel in Sellmeijer regel - + Freatische waterstand bij uittredepunt. - + Freatische waterstand bij uittredepunt - + Stijghoogte bij uittredepunt. - + Stijghoogte bij uittredepunt - + Stijghoogte in achterland. - + Stijghoogte in achterland - + Piping - + Het (ondergedempelde) volumegewicht van zandkorrelmateriaal van een zandlaag. - + Volumiek gewicht van de zandkorrels onder water - + De horizontale afstand tussen intree- en uitreepunt die het kwelwater ondergronds aflegt voordat het weer aan de oppervlakte komt. - + Kwelweglengte - + Rekenwaarde om de modelonzekerheid in het model van Sellmeijer in rekening te brengen. - + Modelfactor piping toegepast op Sellmeijermodel - + Reductiefactor Sellmeijer. - + Reductiefactor Sellmeijer - + De dikte van de eerste of bovenste voor doorlatendheid te onderscheiden zandlaag van mogelijk meerdere zandlagen vanaf de cohesieve grondlaag. - + Dikte watervoerend pakket - + Totale deklaagdikte bij uittredepunt. - + Totale deklaagdikte bij uittredepunt - + Rekenwaarde om de modelonzekerheid in het model van opbarsten in rekening te brengen. - + Modelfactor opbarsten - + Kinematische viscositeit van water bij 10º Celsius. - + Kinematische viscositeit van water bij 10º Celsius - + Volumiek gewicht van water. - + Volumiek gewicht van water - + Sleepkrachtfactor volgens White. - + Coëfficiënt van White ..\Resources\control_equalizer_blue.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + Piping resultaat - + Veiligheidsfactor heave - + Veiligheidsfactor heave - + Z-waarde heave - + Z-waarde heave - + Piping resultaten - + Veiligheidsfactor Sellmeijer - + Veiligheidsfactor Sellmeijer - + Z-waarde Sellmeijer - + Z-waarde Sellmeijer - + Veiligheidsfactor opbarsten - + Veiligheidsfactor opbarsten - + Z-waarde opbarsten - + Z-waarde opbarsten - + Dwarsdoorsneden ..\Resources\folder-stand.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + Naam van het wettelijk toets instrumentarium project. - + Naam - + WTI project - + Faalmechanisme piping ..\Resources\u48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + Voeg piping faalmechanisme toe - + Valideren ..\Resources\table-import.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + Importeer dwarsdoorsnedes - + Importeer nieuwe dwarsdoorsnedes van een *.csv bestand. - + Start een nieuwe piping toetsing voor dit project. - + Kan geen nieuwe piping toetsing starten, omdat er al een piping toetsing is gestart voor dit project. - + Ondergrondprofielen - + Importeer ondergrondprofielen - + Importeer nieuwe ondergrondprofielen van een *.soil bestand. ..\Resources\chart_curve.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + Naam van de dwarsdoorsnede - + Naam - + De punten die de geometrie van de dwarsdoorsnede definiëren. - + Geometriepunten - + Dwarsdoorsnede - + De dwarsdoorsnede die voor de piping berekening gebruikt wordt. - + Dwarsdoorsnede ..\Resources\PlayAll.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + Naam van de piping berekening. - + Naam - + Het niveau van de onderkant van dit profiel. - + Bodemniveau - + De naam van het ondergrondprofiel. - + Naam - + Ondergrondprofiel - + De niveaus van de bovenkant van de lagen binnen dit profiel. - + Topniveaus - + Het ondergrondprofiel dat voor de piping berekening gebruikt wordt. - + Ondergrondprofiel - + Berekening toevoegen - + Voeg een nieuwe piping berekening toe aan het faalmechanisme. Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingCalculationInputsProperties.cs =================================================================== diff -u -re066cd81dc69dba095822a76b1c3054d878c54c5 -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingCalculationInputsProperties.cs (.../PipingCalculationInputsProperties.cs) (revision e066cd81dc69dba095822a76b1c3054d878c54c5) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingCalculationInputsProperties.cs (.../PipingCalculationInputsProperties.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -12,12 +12,12 @@ namespace Ringtoets.Piping.Forms.PropertyClasses { - [ResourcesDisplayName(typeof(Resources), "PipingDataPropertiesDisplayName")] + [ResourcesDisplayName(typeof(Resources), "PipingCalculationInputsProperties_DisplayName")] public class PipingCalculationInputsProperties : ObjectProperties { [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataNameDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataNameDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_Name_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_Name_Description")] public string Name { get @@ -32,8 +32,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataWaterVolumetricWeightDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataWaterVolumetricWeightDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_WaterVolumetricWeight_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_WaterVolumetricWeight_Description")] public double WaterVolumetricWeight { get @@ -48,8 +48,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataUpliftModelFactorDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataUpliftModelFactorDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_UpliftModelFactor_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_UpliftModelFactor_Description")] public double UpliftModelFactor { get @@ -64,8 +64,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataAssessmentLevelDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataAssessmentLevelDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_AssessmentLevel_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_AssessmentLevel_Description")] public double AssessmentLevel { get @@ -80,8 +80,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataPiezometricHeadExitDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataPiezometricHeadExitDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_PiezometricHeadExit_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_PiezometricHeadExit_Description")] public double PiezometricHeadExit { get @@ -97,8 +97,8 @@ [TypeConverter(typeof(LognormalDistributionTypeConverter))] [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataDampingFactorExitDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataDampingFactorExitDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_DampingFactorExit_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_DampingFactorExit_Description")] public LognormalDistribution DampingFactorExit { get @@ -114,8 +114,8 @@ [TypeConverter(typeof(NormalDistributionTypeConverter))] [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataPhreaticLevelExitDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataPhreaticLevelExitDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_PhreaticLevelExit_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_PhreaticLevelExit_Description")] public NormalDistribution PhreaticLevelExit { get @@ -130,8 +130,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataPiezometricHeadPolderDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataPiezometricHeadPolderDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_PiezometricHeadPolder_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_PiezometricHeadPolder_Description")] public double PiezometricHeadPolder { get @@ -147,8 +147,8 @@ [TypeConverter(typeof(LognormalDistributionTypeConverter))] [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataCriticalHeaveGradientDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataCriticalHeaveGradientDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_CriticalHeaveGradient_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_CriticalHeaveGradient_Description")] public LognormalDistribution CriticalHeaveGradient { get @@ -164,8 +164,8 @@ [TypeConverter(typeof(LognormalDistributionTypeConverter))] [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataThicknessCoverageLayerDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataThicknessCoverageLayerDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_ThicknessCoverageLayer_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_ThicknessCoverageLayer_Description")] public LognormalDistribution ThicknessCoverageLayer { get @@ -180,8 +180,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataSellmeijerModelFactorDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataSellmeijerModelFactorDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_SellmeijerModelFactor_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_SellmeijerModelFactor_Description")] public double SellmeijerModelFactor { get @@ -196,8 +196,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataSellmeijerReductionFactorDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataSellmeijerReductionFactorDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_SellmeijerReductionFactor_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_SellmeijerReductionFactor_Description")] public double SellmeijerReductionFactor { get @@ -213,8 +213,8 @@ [TypeConverter(typeof(LognormalDistributionTypeConverter))] [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataSeepageLengthDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataSeepageLengthDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_SeepageLength_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_SeepageLength_Description")] public LognormalDistribution SeepageLength { get @@ -230,8 +230,8 @@ [TypeConverter(typeof(ShiftedLognormalDistributionTypeConverter))] [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataSandParticlesVolumicWeightDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataSandParticlesVolumicWeightDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_SandParticlesVolumicWeight_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_SandParticlesVolumicWeight_Description")] public ShiftedLognormalDistribution SandParticlesVolumicWeight { get @@ -246,8 +246,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataWhitesDragCoefficientDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataWhitesDragCoefficientDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_WhitesDragCoefficient_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_WhitesDragCoefficient_Description")] public double WhitesDragCoefficient { get @@ -263,8 +263,8 @@ [TypeConverter(typeof(LognormalDistributionTypeConverter))] [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataDiameter70DisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataDiameter70Description")] + [ResourcesDisplayName(typeof(Resources), "PipingData_Diameter70_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_Diameter70_Description")] public LognormalDistribution Diameter70 { get @@ -280,8 +280,8 @@ [TypeConverter(typeof(LognormalDistributionTypeConverter))] [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataDarcyPermeabilityDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataDarcyPermeabilityDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_DarcyPermeability_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_DarcyPermeability_Description")] public LognormalDistribution DarcyPermeability { get @@ -296,8 +296,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataWaterKinematicViscosityDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataWaterKinematicViscosityDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_WaterKinematicViscosity_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_WaterKinematicViscosity_Description")] public double WaterKinematicViscosity { get @@ -312,8 +312,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataGravityDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataGravityDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_Gravity_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_Gravity_Description")] public double Gravity { get @@ -329,8 +329,8 @@ [TypeConverter(typeof(LognormalDistributionTypeConverter))] [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataThicknessAquiferLayerDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataThicknessAquiferLayerDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_ThicknessAquiferLayer_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_ThicknessAquiferLayer_Description")] public LognormalDistribution ThicknessAquiferLayer { get @@ -345,8 +345,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataMeanDiameter70DisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataMeanDiameter70Description")] + [ResourcesDisplayName(typeof(Resources), "PipingData_MeanDiameter70_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_MeanDiameter70_Description")] public double MeanDiameter70 { get @@ -361,8 +361,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataBeddingAngleDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataBeddingAngleDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_BeddingAngle_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_BeddingAngle_Description")] public double BeddingAngle { get @@ -378,8 +378,8 @@ [Editor(typeof(PipingCalculationInputsSurfaceLineSelectionEditor), typeof(UITypeEditor))] [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataSurfaceLineDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataSurfaceLineDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_SurfaceLine_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_SurfaceLine_Description")] public RingtoetsPipingSurfaceLine SurfaceLine { get @@ -395,8 +395,8 @@ [Editor(typeof(PipingCalculationInputsSoilProfileSelectionEditor), typeof(UITypeEditor))] [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingDataSoilProfileDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingDataSoilProfileDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingData_SoilProfile_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingData_SoilProfile_Description")] public PipingSoilProfile SoilProfile { get Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingOutputProperties.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingOutputProperties.cs (.../PipingOutputProperties.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingOutputProperties.cs (.../PipingOutputProperties.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -10,8 +10,8 @@ public class PipingOutputProperties : ObjectProperties { [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingOutputHeaveFactorOfSafetyDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingOutputHeaveFactorOfSafetyDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingOutput_HeaveFactorOfSafety_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingOutput_HeaveFactorOfSafety_Description")] public double HeaveFactorOfSafety { get @@ -21,8 +21,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingOutputHeaveZValueDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingOutputHeaveZValueDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingOutput_HeaveZValue_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingOutput_HeaveZValue_Description")] public double HeaveZValue { get @@ -32,8 +32,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingOutputUpliftFactorOfSafetyDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingOutputUpliftFactorOfSafetyDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingOutput_UpliftFactorOfSafety_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingOutput_UpliftFactorOfSafety_Description")] public double UpliftFactorOfSafety { get @@ -43,8 +43,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingOutputUpliftZValueDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingOutputUpliftZValueDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingOutput_UpliftZValue_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingOutput_UpliftZValue_Description")] public double UpliftZValue { get @@ -54,8 +54,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingOutputSellmeijerFactorOfSafetyDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingOutputSellmeijerFactorOfSafetyDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingOutput_SellmeijerFactorOfSafety_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingOutput_SellmeijerFactorOfSafety_Description")] public double SellmeijerFactorOfSafety { get @@ -65,8 +65,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingOutputSellmeijerZValueDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingOutputSellmeijerZValueDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingOutput_SellmeijerZValue_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingOutput_SellmeijerZValue_Description")] public double SellmeijerZValue { get Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingSoilProfileProperties.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingSoilProfileProperties.cs (.../PipingSoilProfileProperties.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingSoilProfileProperties.cs (.../PipingSoilProfileProperties.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -10,12 +10,12 @@ /// /// ViewModel of for properties panel. /// - [ResourcesDisplayName(typeof(Resources), "PipingSoilProfilePropertiesDisplayName")] + [ResourcesDisplayName(typeof(Resources), "PipingSoilProfileProperties_DisplayName")] public class PipingSoilProfileProperties : ObjectProperties { [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingSoilProfileNameDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingSoilProfileNameDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingSoilProfile_Name_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingSoilProfile_Name_Description")] public string Name { get @@ -26,8 +26,8 @@ [TypeConverter(typeof(ExpandableArrayConverter))] [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingSoilProfileTopsDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingSoilProfileTopsDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingSoilProfile_Tops_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingSoilProfile_Tops_Description")] public double[] TopLevels { get @@ -37,8 +37,8 @@ } [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "PipingSoilProfileBottomDisplayName")] - [ResourcesDescription(typeof(Resources), "PipingSoilProfileBottomDescription")] + [ResourcesDisplayName(typeof(Resources), "PipingSoilProfile_Bottom_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingSoilProfile_Bottom_Description")] public double Bottom { get Fisheye: Tag 8df04aa7166563cc67a1b7e70f9f4b8867e454b7 refers to a dead (removed) revision in file `Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingSurfaceLineProperties.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/RingtoetsPipingSurfaceLineProperties.cs =================================================================== diff -u --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/RingtoetsPipingSurfaceLineProperties.cs (revision 0) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/RingtoetsPipingSurfaceLineProperties.cs (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -0,0 +1,40 @@ +using System.Linq; +using Core.Common.Gui; +using Core.Common.Utils; +using Ringtoets.Piping.Data; + +using Ringtoets.Piping.Forms.Properties; +using TypeConverter = System.ComponentModel.TypeConverterAttribute; + +namespace Ringtoets.Piping.Forms.PropertyClasses +{ + /// + /// ViewModel of for properties panel. + /// + [ResourcesDisplayName(typeof(Resources), "RingtoetsPipingSurfaceLine_DisplayName")] + public class RingtoetsPipingSurfaceLineProperties : ObjectProperties + { + [ResourcesCategory(typeof(Resources), "Categories_General")] + [ResourcesDisplayName(typeof(Resources), "RingtoetsPipingSurfaceLine_Name_DisplayName")] + [ResourcesDescription(typeof(Resources), "RingtoetsPipingSurfaceLine_Name_Description")] + public string Name + { + get + { + return data.Name; + } + } + + [TypeConverter(typeof(ExpandableArrayConverter))] + [ResourcesCategory(typeof(Resources), "Categories_General")] + [ResourcesDisplayName(typeof(Resources), "RingtoetsPipingSurfaceLine_Points_DisplayName")] + [ResourcesDescription(typeof(Resources), "RingtoetsPipingSurfaceLine_Points_Description")] + public Point3D[] Points + { + get + { + return data.Points.ToArray(); + } + } + } +} \ No newline at end of file Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/WtiProjectProperties.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/WtiProjectProperties.cs (.../WtiProjectProperties.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/WtiProjectProperties.cs (.../WtiProjectProperties.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -9,12 +9,12 @@ /// /// ViewModel of for properties panel. /// - [ResourcesDisplayName(typeof(Resources), "WtiProjectPropertiesDisplayName")] + [ResourcesDisplayName(typeof(Resources), "WtiProjectProperties_DisplayName")] public class WtiProjectProperties : ObjectProperties { [ResourcesCategory(typeof(Resources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "WtiProjectNameDisplayName")] - [ResourcesDescription(typeof(Resources), "WtiProjectNameDescription")] + [ResourcesDisplayName(typeof(Resources), "WtiProject_Name_DisplayName")] + [ResourcesDescription(typeof(Resources), "WtiProject_Name_Description")] public string Name { get Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Ringtoets.Piping.Forms.csproj =================================================================== diff -u -r3c47e08b2628c886bd76387c3af07af8c0f6b050 -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Ringtoets.Piping.Forms.csproj (.../Ringtoets.Piping.Forms.csproj) (revision 3c47e08b2628c886bd76387c3af07af8c0f6b050) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Ringtoets.Piping.Forms.csproj (.../Ringtoets.Piping.Forms.csproj) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -72,7 +72,7 @@ - + Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/UITypeEditors/PipingCalculationInputsSurfaceLineSelectionEditor.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/UITypeEditors/PipingCalculationInputsSurfaceLineSelectionEditor.cs (.../PipingCalculationInputsSurfaceLineSelectionEditor.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/UITypeEditors/PipingCalculationInputsSurfaceLineSelectionEditor.cs (.../PipingCalculationInputsSurfaceLineSelectionEditor.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -24,7 +24,7 @@ return UITypeEditorEditStyle.DropDown; } - public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value) + public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object originalValue) { if (provider != null) { @@ -34,15 +34,15 @@ if (editorService != null) { // Create editor: - var listBox = CreateSurfaceLinesSelectionControl(context); + ListBox listBox = CreateSurfaceLinesSelectionControl(context); // Open editor for user to select an item: editorService.DropDownControl(listBox); // Return user selected object, or original value if user did not select anything: - return listBox.SelectedItem ?? value; + return listBox.SelectedItem ?? originalValue; } - return base.EditValue(context, provider, value); + return base.EditValue(context, provider, originalValue); } private ListBox CreateSurfaceLinesSelectionControl(ITypeDescriptorContext context) @@ -55,7 +55,7 @@ listBox.SelectedValueChanged += (sender, eventArgs) => editorService.CloseDropDown(); var properties = (PipingCalculationInputsProperties)((DynamicPropertyBag)context.Instance).WrappedObject; - foreach (var surfaceLine in properties.GetAvailableSurfaceLines()) + foreach (RingtoetsPipingSurfaceLine surfaceLine in properties.GetAvailableSurfaceLines()) { int index = listBox.Items.Add(surfaceLine); if (ReferenceEquals(properties.SurfaceLine, surfaceLine)) Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSoilProfilesImporter.cs =================================================================== diff -u -ra483049c20ef6d26addd0718d0f31ae1922e6f49 -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSoilProfilesImporter.cs (.../PipingSoilProfilesImporter.cs) (revision a483049c20ef6d26addd0718d0f31ae1922e6f49) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSoilProfilesImporter.cs (.../PipingSoilProfilesImporter.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -25,7 +25,7 @@ { get { - return WtiFormsResources.PipingSoilProfilesCollectionName; + return WtiFormsResources.PipingSoilProfilesCollection_DisplayName; } } @@ -69,7 +69,7 @@ get { return String.Format("{0} {1} (*.soil)|*.soil", - WtiFormsResources.PipingSoilProfilesCollectionName, ApplicationResources.SoilFileName); + WtiFormsResources.PipingSoilProfilesCollection_DisplayName, ApplicationResources.SoilFileName); } } Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSurfaceLinesCsvImporter.cs =================================================================== diff -u -r5462a7ee52b9491f269d489a094d359f4f02f270 -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSurfaceLinesCsvImporter.cs (.../PipingSurfaceLinesCsvImporter.cs) (revision 5462a7ee52b9491f269d489a094d359f4f02f270) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSurfaceLinesCsvImporter.cs (.../PipingSurfaceLinesCsvImporter.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -35,7 +35,7 @@ { get { - return WtiFormsResources.PipingSurfaceLinesCollectionName; + return WtiFormsResources.PipingSurfaceLinesCollection_DisplayName; } } @@ -79,7 +79,7 @@ get { return String.Format("{0} {1} (*.csv)|*.csv", - WtiFormsResources.PipingSurfaceLinesCollectionName, ApplicationResources.CsvFileName); + WtiFormsResources.PipingSurfaceLinesCollection_DisplayName, ApplicationResources.CsvFileName); } } Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/WtiApplicationPlugin.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/WtiApplicationPlugin.cs (.../WtiApplicationPlugin.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/WtiApplicationPlugin.cs (.../WtiApplicationPlugin.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -49,7 +49,7 @@ { yield return new DataItemInfo { - Name = WtiFormsResources.WtiProjectPropertiesDisplayName, + Name = WtiFormsResources.WtiProjectProperties_DisplayName, Category = ApplicationResources.WtiApplicationName, Image = WtiFormsResources.WtiProjectFolderIcon, CreateData = owner => new WtiProject() Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/WtiGuiPlugin.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/WtiGuiPlugin.cs (.../WtiGuiPlugin.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/WtiGuiPlugin.cs (.../WtiGuiPlugin.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -61,7 +61,7 @@ yield return new PropertyInfo(); yield return new PropertyInfo(); yield return new PropertyInfo(); - yield return new PropertyInfo(); + yield return new PropertyInfo(); yield return new PropertyInfo(); } Index: Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/Point2DTest.cs =================================================================== diff -u -rc8dfbd9f64e9ecbf87650b3f2a0eb1566247ff21 -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/Point2DTest.cs (.../Point2DTest.cs) (revision c8dfbd9f64e9ecbf87650b3f2a0eb1566247ff21) +++ Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/Point2DTest.cs (.../Point2DTest.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -49,10 +49,9 @@ } [Test] - [TestCase(0, 0, 0)] - [TestCase(1, 2, 3)] - [TestCase(3.5, 3.6, 3.7)] - public void Equals_OtherWithSameCoordinates_ReturnsTrue(double x, double y, double z) + [TestCase(0, 0)] + [TestCase(1, 2)] + public void Equals_OtherWithSameCoordinates_ReturnsTrue(double x, double y) { // Setup var point = new Point2D Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/NodePresenters/PipingCalculationInputsNodePresenterTest.cs =================================================================== diff -u -ra483049c20ef6d26addd0718d0f31ae1922e6f49 -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/NodePresenters/PipingCalculationInputsNodePresenterTest.cs (.../PipingCalculationInputsNodePresenterTest.cs) (revision a483049c20ef6d26addd0718d0f31ae1922e6f49) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/NodePresenters/PipingCalculationInputsNodePresenterTest.cs (.../PipingCalculationInputsNodePresenterTest.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -303,10 +303,10 @@ // Assert Assert.IsNotNull(contextMenu); Assert.AreEqual(2, contextMenu.Items.Count); - Assert.AreEqual(WtiFormsResources.PipingDataContextMenuValidate, contextMenu.Items[0].Text); + Assert.AreEqual(WtiFormsResources.Validate, contextMenu.Items[0].Text); ToolStripItem calculatePipingItem = contextMenu.Items[1]; - Assert.AreEqual(WtiFormsResources.PipingDataContextMenuCalculate, calculatePipingItem.Text); + Assert.AreEqual(WtiFormsResources.Calculate, calculatePipingItem.Text); Assert.AreEqual(16, calculatePipingItem.Image.Height); Assert.AreEqual(16, calculatePipingItem.Image.Width); mockRepository.VerifyAll(); // Expect no calls on arguments Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/NodePresenters/PipingSoilProfileCollectionNodePresenterTest.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/NodePresenters/PipingSoilProfileCollectionNodePresenterTest.cs (.../PipingSoilProfileCollectionNodePresenterTest.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/NodePresenters/PipingSoilProfileCollectionNodePresenterTest.cs (.../PipingSoilProfileCollectionNodePresenterTest.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -45,7 +45,7 @@ nodePresenter.UpdateNode(null, soilProfileCollectionNodeStub, soilProfilesCollection); // Assert - Assert.AreEqual(WtiFormsResources.PipingSoilProfilesCollectionName, soilProfileCollectionNodeStub.Text); + Assert.AreEqual(WtiFormsResources.PipingSoilProfilesCollection_DisplayName, soilProfileCollectionNodeStub.Text); Assert.AreEqual(Color.FromKnownColor(KnownColor.GrayText), soilProfileCollectionNodeStub.ForegroundColor); Assert.AreEqual(16, soilProfileCollectionNodeStub.Image.Height); Assert.AreEqual(16, soilProfileCollectionNodeStub.Image.Width); Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/NodePresenters/PipingSurfaceLineCollectionNodePresenterTest.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/NodePresenters/PipingSurfaceLineCollectionNodePresenterTest.cs (.../PipingSurfaceLineCollectionNodePresenterTest.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/NodePresenters/PipingSurfaceLineCollectionNodePresenterTest.cs (.../PipingSurfaceLineCollectionNodePresenterTest.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -47,7 +47,7 @@ nodePresenter.UpdateNode(null, surfaceLinesCollectionNodeMock, surfaceLinesCollection); // Assert - Assert.AreEqual(WtiFormsResources.PipingSurfaceLinesCollectionName, surfaceLinesCollectionNodeMock.Text); + Assert.AreEqual(WtiFormsResources.PipingSurfaceLinesCollection_DisplayName, surfaceLinesCollectionNodeMock.Text); Assert.AreEqual(Color.FromKnownColor(KnownColor.ControlText), surfaceLinesCollectionNodeMock.ForegroundColor); Assert.AreEqual(16, surfaceLinesCollectionNodeMock.Image.Height); Assert.AreEqual(16, surfaceLinesCollectionNodeMock.Image.Width); @@ -69,7 +69,7 @@ nodePresenter.UpdateNode(null, surfaceLinesCollectionNodeMock, surfaceLinesCollection); // Assert - Assert.AreEqual(WtiFormsResources.PipingSurfaceLinesCollectionName, surfaceLinesCollectionNodeMock.Text); + Assert.AreEqual(WtiFormsResources.PipingSurfaceLinesCollection_DisplayName, surfaceLinesCollectionNodeMock.Text); Assert.AreEqual(Color.FromKnownColor(KnownColor.GrayText), surfaceLinesCollectionNodeMock.ForegroundColor); Assert.AreEqual(16, surfaceLinesCollectionNodeMock.Image.Height); Assert.AreEqual(16, surfaceLinesCollectionNodeMock.Image.Width); Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/NodePresenters/WtiProjectNodePresenterTest.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/NodePresenters/WtiProjectNodePresenterTest.cs (.../WtiProjectNodePresenterTest.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/NodePresenters/WtiProjectNodePresenterTest.cs (.../WtiProjectNodePresenterTest.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -286,8 +286,8 @@ Assert.IsNotNull(contextMenu); Assert.AreEqual(1, contextMenu.Items.Count); ToolStripItem addPipingItem = contextMenu.Items[0]; - Assert.AreEqual(WtiFormsResources.AddPipingFailureMechanismContextMenuItem, addPipingItem.Text); - Assert.AreEqual(WtiFormsResources.WtiProjectTooltipAddPipingFailureMechanism, addPipingItem.ToolTipText); + Assert.AreEqual(WtiFormsResources.WtiProjectNodePresenter_ContextMenu_Add_PipingFailureMechanism, addPipingItem.Text); + Assert.AreEqual(WtiFormsResources.WtiProjectNodePresenter_ContextMenu_Add_PipingFailureMechanism_Tooltip, addPipingItem.ToolTipText); Assert.IsTrue(addPipingItem.Enabled); Assert.AreSame(wtiProject, addPipingItem.Tag); Assert.AreEqual(16, addPipingItem.Image.Height); @@ -314,8 +314,8 @@ Assert.IsNotNull(contextMenu); Assert.AreEqual(1, contextMenu.Items.Count); ToolStripItem addPipingItem = contextMenu.Items[0]; - Assert.AreEqual(WtiFormsResources.AddPipingFailureMechanismContextMenuItem, addPipingItem.Text); - Assert.AreEqual(WtiFormsResources.WtiProjectTooltipPipingFailureMechanismAlreadyAdded, addPipingItem.ToolTipText); + Assert.AreEqual(WtiFormsResources.WtiProjectNodePresenter_ContextMenu_Add_PipingFailureMechanism, addPipingItem.Text); + Assert.AreEqual(WtiFormsResources.WtiProjectNodePresenter_ContextMenu_PipingFailureMechanism_Already_Added_Tooltip, addPipingItem.ToolTipText); Assert.IsFalse(addPipingItem.Enabled); Assert.IsNull(addPipingItem.Tag); Assert.AreEqual(16, addPipingItem.Image.Height); Fisheye: Tag 8df04aa7166563cc67a1b7e70f9f4b8867e454b7 refers to a dead (removed) revision in file `Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingSurfaceLinePropertiesTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/RingtoetsPipingSurfaceLinePropertiesTest.cs =================================================================== diff -u --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/RingtoetsPipingSurfaceLinePropertiesTest.cs (revision 0) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/RingtoetsPipingSurfaceLinePropertiesTest.cs (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -0,0 +1,44 @@ +using Core.Common.Gui; +using NUnit.Framework; + +using Ringtoets.Piping.Data; + +using Ringtoets.Piping.Forms.PropertyClasses; + +namespace Ringtoets.Piping.Forms.Test.PropertyClasses +{ + [TestFixture] + public class RingtoetsPipingSurfaceLinePropertiesTest + { + [Test] + public void DefaultConstructor_ExpectedValues() + { + // Call + var properties = new RingtoetsPipingSurfaceLineProperties(); + + // Assert + Assert.IsInstanceOf>(properties); + Assert.IsNull(properties.Data); + } + + [Test] + public void GetProperties_WithData_ReturnExpectedValues() + { + // Setup + const string expectedName = ""; + var surfaceLine = new RingtoetsPipingSurfaceLine + { + Name = expectedName + }; + + var properties = new RingtoetsPipingSurfaceLineProperties + { + Data = surfaceLine + }; + + // Call & Assert + Assert.AreEqual(expectedName, properties.Name); + CollectionAssert.AreEqual(surfaceLine.Points, properties.Points); + } + } +} \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Ringtoets.Piping.Forms.Test.csproj =================================================================== diff -u -re066cd81dc69dba095822a76b1c3054d878c54c5 -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Ringtoets.Piping.Forms.Test.csproj (.../Ringtoets.Piping.Forms.Test.csproj) (revision e066cd81dc69dba095822a76b1c3054d878c54c5) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Ringtoets.Piping.Forms.Test.csproj (.../Ringtoets.Piping.Forms.Test.csproj) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -62,7 +62,7 @@ - + Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/PipingSoilProfileImporterTest.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/PipingSoilProfileImporterTest.cs (.../PipingSoilProfileImporterTest.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/PipingSoilProfileImporterTest.cs (.../PipingSoilProfileImporterTest.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -25,14 +25,14 @@ { // Prepare var expectedFileFilter = String.Format("{0} {1} (*.soil)|*.soil", - WtiFormsResources.PipingSoilProfilesCollectionName, ApplicationResources.SoilFileName); + WtiFormsResources.PipingSoilProfilesCollection_DisplayName, ApplicationResources.SoilFileName); // Call var importer = new PipingSoilProfilesImporter(); // Assert Assert.IsInstanceOf(importer); - Assert.AreEqual(WtiFormsResources.PipingSoilProfilesCollectionName, importer.Name); + Assert.AreEqual(WtiFormsResources.PipingSoilProfilesCollection_DisplayName, importer.Name); Assert.AreEqual(ApplicationResources.WtiApplicationName, importer.Category); Assert.AreEqual(16, importer.Image.Width); Assert.AreEqual(16, importer.Image.Height); Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/PipingSurfaceLineCsvImporterTest.cs =================================================================== diff -u -r5462a7ee52b9491f269d489a094d359f4f02f270 -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/PipingSurfaceLineCsvImporterTest.cs (.../PipingSurfaceLineCsvImporterTest.cs) (revision 5462a7ee52b9491f269d489a094d359f4f02f270) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/PipingSurfaceLineCsvImporterTest.cs (.../PipingSurfaceLineCsvImporterTest.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -32,14 +32,14 @@ // Assert Assert.IsInstanceOf(importer); - Assert.AreEqual(WtiFormsResources.PipingSurfaceLinesCollectionName, importer.Name); + Assert.AreEqual(WtiFormsResources.PipingSurfaceLinesCollection_DisplayName, importer.Name); Assert.AreEqual(ApplicationResources.WtiApplicationName, importer.Category); Assert.AreEqual(16, importer.Image.Width); Assert.AreEqual(16, importer.Image.Height); CollectionAssert.AreEqual(new[]{typeof(IEnumerable)}, importer.SupportedItemTypes); Assert.IsFalse(importer.CanImportOnRootLevel); var expectedFileFilter = String.Format("{0} {1} (*.csv)|*.csv", - WtiFormsResources.PipingSurfaceLinesCollectionName, ApplicationResources.CsvFileName); + WtiFormsResources.PipingSurfaceLinesCollection_DisplayName, ApplicationResources.CsvFileName); Assert.AreEqual(expectedFileFilter, importer.FileFilter); Assert.IsNull(importer.TargetDataDirectory); Assert.IsFalse(importer.ShouldCancel); Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/WtiApplicationPluginTest.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/WtiApplicationPluginTest.cs (.../WtiApplicationPluginTest.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/WtiApplicationPluginTest.cs (.../WtiApplicationPluginTest.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -52,7 +52,7 @@ Assert.AreEqual(1, dataItemDefinitions.Length); DataItemInfo projectDataItemDefinition = dataItemDefinitions.Single(did => did.ValueType == typeof(WtiProject)); - Assert.AreEqual(WtiFormsResources.WtiProjectPropertiesDisplayName, projectDataItemDefinition.Name); + Assert.AreEqual(WtiFormsResources.WtiProjectProperties_DisplayName, projectDataItemDefinition.Name); Assert.AreEqual(PluginResources.WtiApplicationName, projectDataItemDefinition.Category); Assert.AreEqual(16, projectDataItemDefinition.Image.Width); Assert.AreEqual(16, projectDataItemDefinition.Image.Height); Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/WtiGuiPluginTest.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r8df04aa7166563cc67a1b7e70f9f4b8867e454b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/WtiGuiPluginTest.cs (.../WtiGuiPluginTest.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/WtiGuiPluginTest.cs (.../WtiGuiPluginTest.cs) (revision 8df04aa7166563cc67a1b7e70f9f4b8867e454b7) @@ -84,7 +84,7 @@ Assert.IsNull(pipingOutputProperties.AfterCreate); var pipingSurfaceLineProperties = propertyInfos.Single(pi => pi.ObjectType == typeof(RingtoetsPipingSurfaceLine)); - Assert.AreEqual(typeof(PipingSurfaceLineProperties), pipingSurfaceLineProperties.PropertyType); + Assert.AreEqual(typeof(RingtoetsPipingSurfaceLineProperties), pipingSurfaceLineProperties.PropertyType); Assert.IsNull(pipingSurfaceLineProperties.AdditionalDataCheck); Assert.IsNull(pipingSurfaceLineProperties.GetObjectPropertiesData); Assert.IsNull(pipingSurfaceLineProperties.AfterCreate);