Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingInputView.Designer.cs =================================================================== diff -u -r0fdde49cfbdc5a411fac387d6a99484f05112700 -r462a9f89d625ca85e6ce2e2ff628db3d83913b99 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingInputView.Designer.cs (.../PipingInputView.Designer.cs) (revision 0fdde49cfbdc5a411fac387d6a99484f05112700) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingInputView.Designer.cs (.../PipingInputView.Designer.cs) (revision 462a9f89d625ca85e6ce2e2ff628db3d83913b99) @@ -1,4 +1,4 @@ -using Ringtoets.Piping.Forms.Properties; +using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; namespace Ringtoets.Piping.Forms.Views { @@ -41,9 +41,9 @@ this.chartControl.Name = "chartControl"; this.chartControl.Size = new System.Drawing.Size(150, 150); this.chartControl.TabIndex = 0; - this.chartControl.Text = "chartControl1"; - this.chartControl.BottomAxisTitle = Resources.PipingInputView_Distance_DisplayName; - this.chartControl.LeftAxisTitle = Resources.PipingInputView_Height_DisplayName; + this.chartControl.Text = "chartControl"; + this.chartControl.BottomAxisTitle = RingtoetsCommonFormsResources.InputView_Distance_DisplayName; + this.chartControl.LeftAxisTitle = RingtoetsCommonFormsResources.InputView_Height_DisplayName; // // PipingInputView //