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