This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user