整理代码
This commit is contained in:
@@ -12,7 +12,7 @@ namespace ShrlAlgoToolkit.RevitAddins.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.11.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
@@ -49,7 +49,7 @@ namespace ShrlAlgoToolkit.RevitAddins.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("80, 80")]
|
||||
public global::System.Drawing.Size ImgSize {
|
||||
get {
|
||||
return ((global::System.Drawing.Size)(this["ImgSize"]));
|
||||
@@ -133,7 +133,7 @@ namespace ShrlAlgoToolkit.RevitAddins.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("5")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("10")]
|
||||
public int AutoSaveIntervalTime {
|
||||
get {
|
||||
return ((int)(this["AutoSaveIntervalTime"]));
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ShrlAlgo.RvKits.Properties" GeneratedClassName="Settings">
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ShrlAlgoToolkit.RevitAddins.Properties" GeneratedClassName="Settings">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="FamilyPath_2020" Type="System.String" Scope="User">
|
||||
@@ -9,7 +9,7 @@
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="ImgSize" Type="System.Drawing.Size" Scope="User">
|
||||
<Value Profile="(Default)">0, 0</Value>
|
||||
<Value Profile="(Default)">80, 80</Value>
|
||||
</Setting>
|
||||
<Setting Name="TabName" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">建模工具集</Value>
|
||||
@@ -30,7 +30,7 @@
|
||||
<Value Profile="(Default)">2ab776b4-b3fc-4810-8f44-ab5f1c9f5fa8</Value>
|
||||
</Setting>
|
||||
<Setting Name="AutoSaveIntervalTime" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">5</Value>
|
||||
<Value Profile="(Default)">10</Value>
|
||||
</Setting>
|
||||
<Setting Name="IsActiveAutoSave" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
|
||||
Reference in New Issue
Block a user