//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace mRemoteNG.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.1.0.0")] internal sealed partial class OptionsBackupPage : global::System.Configuration.ApplicationSettingsBase { private static OptionsBackupPage defaultInstance = ((OptionsBackupPage)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new OptionsBackupPage()))); public static OptionsBackupPage Default { get { return defaultInstance; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("10")] public int BackupFileKeepCount { get { return ((int)(this["BackupFileKeepCount"])); } set { this["BackupFileKeepCount"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("{0}.{1:yyyyMMdd-HHmmssffff}.backup")] public string BackupFileNameFormat { get { return ((string)(this["BackupFileNameFormat"])); } set { this["BackupFileNameFormat"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string BackupLocation { get { return ((string)(this["BackupLocation"])); } set { this["BackupLocation"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool SaveConsOnExit { get { return ((bool)(this["SaveConsOnExit"])); } set { this["SaveConsOnExit"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int SaveConnectionsFrequency { get { return ((int)(this["SaveConnectionsFrequency"])); } set { this["SaveConnectionsFrequency"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string CustomConsPath { get { return ((string)(this["CustomConsPath"])); } set { this["CustomConsPath"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool SaveConnectionsAfterEveryEdit { get { return ((bool)(this["SaveConnectionsAfterEveryEdit"])); } set { this["SaveConnectionsAfterEveryEdit"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("50")] public int AutoSaveEveryMinutes { get { return ((int)(this["AutoSaveEveryMinutes"])); } set { this["AutoSaveEveryMinutes"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool LoadConsFromCustomLocation { get { return ((bool)(this["LoadConsFromCustomLocation"])); } set { this["LoadConsFromCustomLocation"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int cbBackupEnableACL { get { return ((int)(this["cbBackupEnableACL"])); } set { this["cbBackupEnableACL"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int cbBackupTypeACL { get { return ((int)(this["cbBackupTypeACL"])); } set { this["cbBackupTypeACL"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int cbBackupFrequencyACL { get { return ((int)(this["cbBackupFrequencyACL"])); } set { this["cbBackupFrequencyACL"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int cbBackupNumberACL { get { return ((int)(this["cbBackupNumberACL"])); } set { this["cbBackupNumberACL"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int cbBackupNameFormatACL { get { return ((int)(this["cbBackupNameFormatACL"])); } set { this["cbBackupNameFormatACL"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int cbBackupLocationACL { get { return ((int)(this["cbBackupLocationACL"])); } set { this["cbBackupLocationACL"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool cbBacupPageInOptionMenu { get { return ((bool)(this["cbBacupPageInOptionMenu"])); } set { this["cbBacupPageInOptionMenu"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool BackupConnectionsOnExit { get { return ((bool)(this["BackupConnectionsOnExit"])); } set { this["BackupConnectionsOnExit"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool BackupConnectionsOnEdit { get { return ((bool)(this["BackupConnectionsOnEdit"])); } set { this["BackupConnectionsOnEdit"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool BackupConnectionsOnSave { get { return ((bool)(this["BackupConnectionsOnSave"])); } set { this["BackupConnectionsOnSave"] = value; } } } }