Fisheye: Tag 248 refers to a dead (removed) revision in file `src/Deltares.DSoilModel.Forms/BoringLookupControl.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 248 refers to a dead (removed) revision in file `src/Deltares.DSoilModel.Forms/BoringLookupControl.resx'. Fisheye: No comparison available. Pass `N' to diff? Index: src/Deltares.DSoilModel.Forms/Deltares.DSoilModel.Forms.csproj =================================================================== diff -u -r247 -r248 --- src/Deltares.DSoilModel.Forms/Deltares.DSoilModel.Forms.csproj (.../Deltares.DSoilModel.Forms.csproj) (revision 247) +++ src/Deltares.DSoilModel.Forms/Deltares.DSoilModel.Forms.csproj (.../Deltares.DSoilModel.Forms.csproj) (revision 248) @@ -181,11 +181,11 @@ BoringControl.cs - + UserControl - - BoringLookupControl.cs + + BoringLookup2DControl.cs UserControl @@ -292,8 +292,8 @@ BoringControl.cs Designer - - BoringLookupControl.cs + + BoringLookup2DControl.cs CenterCrestLocationPropertyControl.cs Index: src/Deltares.DSoilModel.Forms/BoringLookupControl.cs =================================================================== diff -u -r117 -r248 --- src/Deltares.DSoilModel.Forms/BoringLookupControl.cs (.../BoringLookupControl.cs) (revision 117) +++ src/Deltares.DSoilModel.Forms/BoringLookupControl.cs (.../BoringLookup2DControl.cs) (revision 248) @@ -6,11 +6,11 @@ namespace Deltares.DSoilModel.Forms { - public partial class BoringLookupControl : UserControl, IPropertyControl + public partial class BoringLookup2DControl : UserControl, IPropertyControl { private BoringLookup2D boringLookup; - public BoringLookupControl() + public BoringLookup2DControl() { InitializeComponent(); Index: src/Deltares.DSoilModel.Forms/BoringLookupControl.Designer.cs =================================================================== diff -u -r6 -r248 --- src/Deltares.DSoilModel.Forms/BoringLookupControl.Designer.cs (.../BoringLookupControl.Designer.cs) (revision 6) +++ src/Deltares.DSoilModel.Forms/BoringLookupControl.Designer.cs (.../BoringLookup2DControl.Designer.cs) (revision 248) @@ -1,6 +1,6 @@ namespace Deltares.DSoilModel.Forms { - partial class BoringLookupControl + partial class BoringLookup2DControl { /// /// Required designer variable. @@ -83,13 +83,13 @@ this.BoringControl.Size = new System.Drawing.Size(260, 531); this.BoringControl.TabIndex = 9; // - // BoringLookupControl + // BoringLookup2DControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.BoringControl); this.Controls.Add(this.OffsetGroupControl); - this.Name = "BoringLookupControl"; + this.Name = "BoringLookup2DControl"; this.Size = new System.Drawing.Size(260, 599); ((System.ComponentModel.ISupportInitialize)(this.OffsetGroupControl)).EndInit(); this.OffsetGroupControl.ResumeLayout(false); Fisheye: Tag 248 refers to a dead (removed) revision in file `src/Deltares.DSoilModel.Forms/BoringLookupControl.Designer.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: src/Deltares.DSoilModel.Forms/DSoilModelPlugin.cs =================================================================== diff -u -r244 -r248 --- src/Deltares.DSoilModel.Forms/DSoilModelPlugin.cs (.../DSoilModelPlugin.cs) (revision 244) +++ src/Deltares.DSoilModel.Forms/DSoilModelPlugin.cs (.../DSoilModelPlugin.cs) (revision 248) @@ -896,7 +896,7 @@ mainForm.DynamicPropertyControl.BuildDelayedPropertyControlForTypes(() => new CPTLookupControl(), typeof(ConePenetrationTestLookup2D)); mainForm.DynamicPropertyControl.BuildDelayedPropertyControlsForType(typeof(Boring), () => new BoringControl()); - mainForm.DynamicPropertyControl.BuildDelayedPropertyControlForTypes(() => new BoringLookupControl(), typeof(BoringLookup2D)); + mainForm.DynamicPropertyControl.BuildDelayedPropertyControlForTypes(() => new BoringLookup2DControl(), typeof(BoringLookup2D)); mainForm.DynamicPropertyControl.BuildDelayedPropertyControlForTypes(() => PropertyControlFactory.GetPropertyControl(), typeof(BoringLayer)); mainForm.DynamicPropertyControl.BuildDelayedPropertyControlForTypes(() => PropertyControlFactory.GetPropertyControl(), typeof(SoilSurfaceProfile));