This commit is contained in:
parent
1973b9646c
commit
b2b0ba66d3
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -41,5 +41,8 @@
|
||||
<Setting Name="UseTitleOnTreeNode" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="AutoPopUpAnnotations" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
Loading…
x
Reference in New Issue
Block a user