/SimpleDnsCrypt/Properties/Settings.Designer.cs
https://github.com/bitbeans/SimpleDnsCrypt · C# · 314 lines · 276 code · 29 blank · 9 comment · 0 complexity · bd56444de4f8eb352561337b136c3992 MD5 · raw file
- //------------------------------------------------------------------------------
- // <auto-generated>
- // Dieser Code wurde von einem Tool generiert.
- // Laufzeitversion:4.0.30319.42000
- //
- // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
- // der Code erneut generiert wird.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace SimpleDnsCrypt.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.5.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("True")]
- public bool IsQueryLogTabVisible {
- get {
- return ((bool)(this["IsQueryLogTabVisible"]));
- }
- set {
- this["IsQueryLogTabVisible"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool IsDomainBlacklistTabVisible {
- get {
- return ((bool)(this["IsDomainBlacklistTabVisible"]));
- }
- set {
- this["IsDomainBlacklistTabVisible"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool IsDomainBlockLogTabVisible {
- get {
- return ((bool)(this["IsDomainBlockLogTabVisible"]));
- }
- set {
- this["IsDomainBlockLogTabVisible"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool IsAddressBlockLogTabVisible {
- get {
- return ((bool)(this["IsAddressBlockLogTabVisible"]));
- }
- set {
- this["IsAddressBlockLogTabVisible"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool IsAddressBlacklistTabVisible {
- get {
- return ((bool)(this["IsAddressBlacklistTabVisible"]));
- }
- set {
- this["IsAddressBlacklistTabVisible"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool IsAdvancedSettingsTabVisible {
- get {
- return ((bool)(this["IsAdvancedSettingsTabVisible"]));
- }
- set {
- this["IsAdvancedSettingsTabVisible"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string PreferredLanguage {
- get {
- return ((string)(this["PreferredLanguage"]));
- }
- set {
- this["PreferredLanguage"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("2")]
- public int MinUpdateType {
- get {
- return ((int)(this["MinUpdateType"]));
- }
- set {
- this["MinUpdateType"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool AutoUpdate {
- get {
- return ((bool)(this["AutoUpdate"]));
- }
- set {
- this["AutoUpdate"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string DomainWhitelistRules {
- get {
- return ((string)(this["DomainWhitelistRules"]));
- }
- set {
- this["DomainWhitelistRules"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string DomainBlacklistRules {
- get {
- return ((string)(this["DomainBlacklistRules"]));
- }
- set {
- this["DomainBlacklistRules"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string DomainBlacklistFile {
- get {
- return ((string)(this["DomainBlacklistFile"]));
- }
- set {
- this["DomainBlacklistFile"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string QueryLogFile {
- get {
- return ((string)(this["QueryLogFile"]));
- }
- set {
- this["QueryLogFile"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool UpgradeRequired {
- get {
- return ((bool)(this["UpgradeRequired"]));
- }
- set {
- this["UpgradeRequired"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool AutoUpdateSilent {
- get {
- return ((bool)(this["AutoUpdateSilent"]));
- }
- set {
- this["AutoUpdateSilent"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool StartInTray {
- get {
- return ((bool)(this["StartInTray"]));
- }
- set {
- this["StartInTray"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool TrayMode {
- get {
- return ((bool)(this["TrayMode"]));
- }
- set {
- this["TrayMode"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool InstallRedistributablePackage {
- get {
- return ((bool)(this["InstallRedistributablePackage"]));
- }
- set {
- this["InstallRedistributablePackage"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool BackupAndRestoreConfigOnUpdate {
- get {
- return ((bool)(this["BackupAndRestoreConfigOnUpdate"]));
- }
- set {
- this["BackupAndRestoreConfigOnUpdate"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string CloakingRulesFile {
- get {
- return ((string)(this["CloakingRulesFile"]));
- }
- set {
- this["CloakingRulesFile"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool IsCloakAndForwardTabVisible {
- get {
- return ((bool)(this["IsCloakAndForwardTabVisible"]));
- }
- set {
- this["IsCloakAndForwardTabVisible"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string ForwardingRulesFile {
- get {
- return ((string)(this["ForwardingRulesFile"]));
- }
- set {
- this["ForwardingRulesFile"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("825")]
- public int WindowWidth {
- get {
- return ((int)(this["WindowWidth"]));
- }
- set {
- this["WindowWidth"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("875")]
- public int WindowHeight {
- get {
- return ((int)(this["WindowHeight"]));
- }
- set {
- this["WindowHeight"] = value;
- }
- }
- }
- }