From 67e24b7bd9f2f33168797fbef2ccec9131cd22ea Mon Sep 17 00:00:00 2001 From: Kathy Date: Tue, 18 Sep 2012 13:27:10 +0000 Subject: [PATCH] --- PROMS/VEPROMS User Interface/frmSectionProperties.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/VEPROMS User Interface/frmSectionProperties.cs b/PROMS/VEPROMS User Interface/frmSectionProperties.cs index af2d2e8d..9f3450dc 100644 --- a/PROMS/VEPROMS User Interface/frmSectionProperties.cs +++ b/PROMS/VEPROMS User Interface/frmSectionProperties.cs @@ -44,7 +44,7 @@ namespace VEPROMS ppSectTitleStpRTB.BorderStyle = BorderStyle.Fixed3D; ppSectTitleStpRTB.MyItemInfo = ii; ppSectTitleStpRTB.RefreshDisplay(true); - + ppSectNumberStpRTB.Font = this.ppSectNumberStpRTB.FormatFont = new System.Drawing.Font("Microsoft Sans Serif", 10F); ppSectNumberStpRTB.FieldToEdit = E_FieldToEdit.Number; ppSectNumberStpRTB.BorderStyle = BorderStyle.Fixed3D; ppSectNumberStpRTB.MyItemInfo = ii;