diff --git a/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs index 07bc9954..7d3f4bbc 100644 --- a/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs +++ b/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs @@ -1567,7 +1567,7 @@ namespace VEPROMS this.ppProcNumStpRTB.MyClassName = "RichEdit20W"; this.ppProcNumStpRTB.MyItemInfo = null; this.ppProcNumStpRTB.MyLinkText = null; - this.ppProcNumStpRTB.MyStepItem = null; + this.ppProcNumStpRTB.MyRTBItem = null; this.ppProcNumStpRTB.Name = "ppProcNumStpRTB"; this.ppProcNumStpRTB.ProcessKeystrokes = true; this.ppProcNumStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks; @@ -1597,7 +1597,7 @@ namespace VEPROMS this.ppProcTitleStpRTB.MyClassName = "RichEdit20W"; this.ppProcTitleStpRTB.MyItemInfo = null; this.ppProcTitleStpRTB.MyLinkText = null; - this.ppProcTitleStpRTB.MyStepItem = null; + this.ppProcTitleStpRTB.MyRTBItem = null; this.ppProcTitleStpRTB.Name = "ppProcTitleStpRTB"; this.ppProcTitleStpRTB.ProcessKeystrokes = true; this.ppProcTitleStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks; diff --git a/PROMS/VEPROMS User Interface/frmSectionProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmSectionProperties.Designer.cs index b395bf18..6479cde0 100644 --- a/PROMS/VEPROMS User Interface/frmSectionProperties.Designer.cs +++ b/PROMS/VEPROMS User Interface/frmSectionProperties.Designer.cs @@ -818,7 +818,7 @@ namespace VEPROMS this.ppSectNumberStpRTB.MyClassName = "RichEdit20W"; this.ppSectNumberStpRTB.MyItemInfo = null; this.ppSectNumberStpRTB.MyLinkText = null; - this.ppSectNumberStpRTB.MyStepItem = null; + this.ppSectNumberStpRTB.MyRTBItem = null; this.ppSectNumberStpRTB.Name = "ppSectNumberStpRTB"; this.ppSectNumberStpRTB.ProcessKeystrokes = true; this.ppSectNumberStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks; @@ -848,7 +848,7 @@ namespace VEPROMS this.ppSectTitleStpRTB.MyClassName = "RichEdit20W"; this.ppSectTitleStpRTB.MyItemInfo = null; this.ppSectTitleStpRTB.MyLinkText = null; - this.ppSectTitleStpRTB.MyStepItem = null; + this.ppSectTitleStpRTB.MyRTBItem = null; this.ppSectTitleStpRTB.Name = "ppSectTitleStpRTB"; this.ppSectTitleStpRTB.ProcessKeystrokes = true; this.ppSectTitleStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;