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