From 63ddcd6f620be96a8f73dc05e94a79bf56d22bd5 Mon Sep 17 00:00:00 2001 From: Kathy Date: Thu, 18 Nov 2010 15:43:05 +0000 Subject: [PATCH] --- .../Properties/Settings.Designer.cs | 24 +++++++++++++++++++ .../Properties/Settings.settings | 8 ++++++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/PROMS/VEPROMS User Interface/Properties/Settings.Designer.cs b/PROMS/VEPROMS User Interface/Properties/Settings.Designer.cs index b7d8b3f3..a9e026a3 100644 --- a/PROMS/VEPROMS User Interface/Properties/Settings.Designer.cs +++ b/PROMS/VEPROMS User Interface/Properties/Settings.Designer.cs @@ -196,6 +196,18 @@ namespace VEPROMS.Properties { } } + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool StepTypeToolTip { + get { + return ((bool)(this["StepTypeToolTip"])); + } + set { + this["StepTypeToolTip"] = value; + } + } + [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] @@ -207,5 +219,17 @@ namespace VEPROMS.Properties { this["TreeviewExpanded"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool SaveTreeviewExpanded { + get { + return ((bool)(this["SaveTreeviewExpanded"])); + } + set { + this["SaveTreeviewExpanded"] = value; + } + } } } diff --git a/PROMS/VEPROMS User Interface/Properties/Settings.settings b/PROMS/VEPROMS User Interface/Properties/Settings.settings index bb06fde2..cf6cce4d 100644 --- a/PROMS/VEPROMS User Interface/Properties/Settings.settings +++ b/PROMS/VEPROMS User Interface/Properties/Settings.settings @@ -47,8 +47,14 @@ True + + False + False + + True + - \ No newline at end of file +