This commit is contained in:
Kathy Ruffing 2010-11-18 15:43:05 +00:00
parent 8ec6edeeec
commit 63ddcd6f62
2 changed files with 31 additions and 1 deletions

View File

@ -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;
}
}
}
}

View File

@ -47,8 +47,14 @@
<Setting Name="AutoPopUpAnnotations" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="StepTypeToolTip" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="TreeviewExpanded" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="SaveTreeviewExpanded" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>