Index: src/Deltares.DSoilModel.Forms/Deltares.DSoilModel.Forms.csproj =================================================================== diff -u -r250 -r252 --- src/Deltares.DSoilModel.Forms/Deltares.DSoilModel.Forms.csproj (.../Deltares.DSoilModel.Forms.csproj) (revision 250) +++ src/Deltares.DSoilModel.Forms/Deltares.DSoilModel.Forms.csproj (.../Deltares.DSoilModel.Forms.csproj) (revision 252) @@ -205,11 +205,11 @@ CPTControl.cs - + UserControl - - CPTLookupControl.cs + + CPTLookup2DControl.cs @@ -311,8 +311,8 @@ CPTControl.cs Designer - - CPTLookupControl.cs + + CPTLookup2DControl.cs Designer Index: src/Deltares.DSoilModel.Forms/CPTLookupControl.cs =================================================================== diff -u -r117 -r252 --- src/Deltares.DSoilModel.Forms/CPTLookupControl.cs (.../CPTLookupControl.cs) (revision 117) +++ src/Deltares.DSoilModel.Forms/CPTLookupControl.cs (.../CPTLookup2DControl.cs) (revision 252) @@ -6,11 +6,11 @@ namespace Deltares.DSoilModel.Forms { - public partial class CPTLookupControl : UserControl, IPropertyControl + public partial class CPTLookup2DControl : UserControl, IPropertyControl { private ConePenetrationTestLookup2D conePenetrationTestLookup; - public CPTLookupControl() + public CPTLookup2DControl() { InitializeComponent(); Index: src/Deltares.DSoilModel.Forms/CPTLookupControl.Designer.cs =================================================================== diff -u -r6 -r252 --- src/Deltares.DSoilModel.Forms/CPTLookupControl.Designer.cs (.../CPTLookupControl.Designer.cs) (revision 6) +++ src/Deltares.DSoilModel.Forms/CPTLookupControl.Designer.cs (.../CPTLookup2DControl.Designer.cs) (revision 252) @@ -1,6 +1,6 @@ namespace Deltares.DSoilModel.Forms { - partial class CPTLookupControl + partial class CPTLookup2DControl { /// /// Required designer variable. Index: src/Deltares.DSoilModel.Forms/DSoilModelPlugin.cs =================================================================== diff -u -r250 -r252 --- src/Deltares.DSoilModel.Forms/DSoilModelPlugin.cs (.../DSoilModelPlugin.cs) (revision 250) +++ src/Deltares.DSoilModel.Forms/DSoilModelPlugin.cs (.../DSoilModelPlugin.cs) (revision 252) @@ -890,7 +890,7 @@ typeof(CenterCrestLocation)); mainForm.DynamicPropertyControl.BuildDelayedPropertyControlsForType(typeof(ConePenetrationTestData), () => new CPTControl()); - mainForm.DynamicPropertyControl.BuildDelayedPropertyControlForTypes(() => new CPTLookupControl(), typeof(ConePenetrationTestLookup2D)); + mainForm.DynamicPropertyControl.BuildDelayedPropertyControlForTypes(() => new CPTLookup2DControl(), typeof(ConePenetrationTestLookup2D)); mainForm.DynamicPropertyControl.BuildDelayedPropertyControlsForType(typeof(Boring), () => new BoringControl()); mainForm.DynamicPropertyControl.BuildDelayedPropertyControlForTypes(() => new BoringLookup2DControl(), typeof(BoringLookup2D)); Fisheye: Tag 252 refers to a dead (removed) revision in file `src/Deltares.DSoilModel.Forms/CPTLookupControl.Designer.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 252 refers to a dead (removed) revision in file `src/Deltares.DSoilModel.Forms/CPTLookupControl.resx'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 252 refers to a dead (removed) revision in file `src/Deltares.DSoilModel.Forms/CPTLookupControl.cs'. Fisheye: No comparison available. Pass `N' to diff?