This commit is contained in:
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;
}
}
}
}