Files
Shrlalgo.RvKits/ShrlAlgoToolkit.RevitAddins/Properties/Settings.Designer.cs

159 lines
6.0 KiB
C#
Raw Normal View History

2024-09-22 11:05:41 +08:00
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace ShrlAlgo.RvKits.Properties {
2024-09-22 11:05:41 +08:00
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.11.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("C:\\ProgramData\\Autodesk\\RVT 2020\\Libraries\\China")]
public string FamilyPath_2020 {
get {
return ((string)(this["FamilyPath_2020"]));
}
set {
this["FamilyPath_2020"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string SavePath {
get {
return ((string)(this["SavePath"]));
}
set {
this["SavePath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
public global::System.Drawing.Size ImgSize {
get {
return ((global::System.Drawing.Size)(this["ImgSize"]));
}
set {
this["ImgSize"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("建模工具集")]
public string TabName {
get {
return ((string)(this["TabName"]));
}
set {
this["TabName"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("C:\\ProgramData\\Autodesk\\RVT 2018\\Libraries\\China")]
public string FamilyPath_2018 {
get {
return ((string)(this["FamilyPath_2018"]));
}
set {
this["FamilyPath_2018"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("C:\\ProgramData\\Autodesk\\RVT 2019\\Libraries\\China")]
public string FamilyPath_2019 {
get {
return ((string)(this["FamilyPath_2019"]));
}
set {
this["FamilyPath_2019"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("C:\\ProgramData\\Autodesk\\RVT 2021\\Libraries\\China")]
public string FamilyPath_2021 {
get {
return ((string)(this["FamilyPath_2021"]));
}
set {
this["FamilyPath_2021"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool DarkTheme {
get {
return ((bool)(this["DarkTheme"]));
}
set {
this["DarkTheme"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("2ab776b4-b3fc-4810-8f44-ab5f1c9f5fa8")]
public string DockPaneGuid {
get {
return ((string)(this["DockPaneGuid"]));
}
set {
this["DockPaneGuid"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("5")]
2024-09-22 11:05:41 +08:00
public int AutoSaveIntervalTime {
get {
return ((int)(this["AutoSaveIntervalTime"]));
}
set {
this["AutoSaveIntervalTime"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
2024-09-22 11:05:41 +08:00
public bool IsActiveAutoSave {
get {
return ((bool)(this["IsActiveAutoSave"]));
}
set {
this["IsActiveAutoSave"] = value;
}
}
}
}