This commit is contained in:
Jsj
2008-05-01 13:42:45 +00:00
parent 1973b9646c
commit b2b0ba66d3
2 changed files with 15 additions and 0 deletions

View File

@@ -171,5 +171,17 @@ namespace VEPROMS.Properties {
this["UseTitleOnTreeNode"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AutoPopUpAnnotations {
get {
return ((bool)(this["AutoPopUpAnnotations"]));
}
set {
this["AutoPopUpAnnotations"] = value;
}
}
}
}