|
@@ -12,7 +12,7 @@ namespace PDF_Office.Properties {
|
|
|
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
|
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.1.0.0")]
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
|
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
@@ -213,5 +213,17 @@ namespace PDF_Office.Properties {
|
|
|
this["PresetFontList"] = value;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ [global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
|
+ public bool UpdateSettings {
|
|
|
+ get {
|
|
|
+ return ((bool)(this["UpdateSettings"]));
|
|
|
+ }
|
|
|
+ set {
|
|
|
+ this["UpdateSettings"] = value;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|