From ae959be13acf289bf2355647183a818730785594 Mon Sep 17 00:00:00 2001 From: Rich Date: Fri, 7 Feb 2014 17:33:33 +0000 Subject: [PATCH] Added setting ROFSTLookup property of Display RO to null for initialization --- PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs b/PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs index 439b8adb..901542b9 100644 --- a/PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs +++ b/PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs @@ -1006,8 +1006,9 @@ namespace VEPROMS this.displayRO.Dock = System.Windows.Forms.DockStyle.Fill; this.displayRO.Location = new System.Drawing.Point(1, 1); this.displayRO.Margin = new System.Windows.Forms.Padding(4); - this.displayRO.Mydvi = null; + //this.displayRO.Mydvi = null; this.displayRO.MyROFST = null; + this.displayRO.MyROFSTLookup = null; this.displayRO.MyRTB = null; this.displayRO.Name = "displayRO"; this.displayRO.ProgressBar = null;