/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

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // Dieser Code wurde von einem Tool generiert.
  4. // Laufzeitversion:4.0.30319.42000
  5. //
  6. // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
  7. // der Code erneut generiert wird.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace SimpleDnsCrypt.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.5.0.0")]
  13. internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
  14. private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
  15. public static Settings Default {
  16. get {
  17. return defaultInstance;
  18. }
  19. }
  20. [global::System.Configuration.UserScopedSettingAttribute()]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  23. public bool IsQueryLogTabVisible {
  24. get {
  25. return ((bool)(this["IsQueryLogTabVisible"]));
  26. }
  27. set {
  28. this["IsQueryLogTabVisible"] = value;
  29. }
  30. }
  31. [global::System.Configuration.UserScopedSettingAttribute()]
  32. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  33. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  34. public bool IsDomainBlacklistTabVisible {
  35. get {
  36. return ((bool)(this["IsDomainBlacklistTabVisible"]));
  37. }
  38. set {
  39. this["IsDomainBlacklistTabVisible"] = value;
  40. }
  41. }
  42. [global::System.Configuration.UserScopedSettingAttribute()]
  43. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  45. public bool IsDomainBlockLogTabVisible {
  46. get {
  47. return ((bool)(this["IsDomainBlockLogTabVisible"]));
  48. }
  49. set {
  50. this["IsDomainBlockLogTabVisible"] = value;
  51. }
  52. }
  53. [global::System.Configuration.UserScopedSettingAttribute()]
  54. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  55. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  56. public bool IsAddressBlockLogTabVisible {
  57. get {
  58. return ((bool)(this["IsAddressBlockLogTabVisible"]));
  59. }
  60. set {
  61. this["IsAddressBlockLogTabVisible"] = value;
  62. }
  63. }
  64. [global::System.Configuration.UserScopedSettingAttribute()]
  65. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  67. public bool IsAddressBlacklistTabVisible {
  68. get {
  69. return ((bool)(this["IsAddressBlacklistTabVisible"]));
  70. }
  71. set {
  72. this["IsAddressBlacklistTabVisible"] = value;
  73. }
  74. }
  75. [global::System.Configuration.UserScopedSettingAttribute()]
  76. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  77. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  78. public bool IsAdvancedSettingsTabVisible {
  79. get {
  80. return ((bool)(this["IsAdvancedSettingsTabVisible"]));
  81. }
  82. set {
  83. this["IsAdvancedSettingsTabVisible"] = value;
  84. }
  85. }
  86. [global::System.Configuration.UserScopedSettingAttribute()]
  87. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  88. [global::System.Configuration.DefaultSettingValueAttribute("")]
  89. public string PreferredLanguage {
  90. get {
  91. return ((string)(this["PreferredLanguage"]));
  92. }
  93. set {
  94. this["PreferredLanguage"] = value;
  95. }
  96. }
  97. [global::System.Configuration.UserScopedSettingAttribute()]
  98. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  99. [global::System.Configuration.DefaultSettingValueAttribute("2")]
  100. public int MinUpdateType {
  101. get {
  102. return ((int)(this["MinUpdateType"]));
  103. }
  104. set {
  105. this["MinUpdateType"] = value;
  106. }
  107. }
  108. [global::System.Configuration.UserScopedSettingAttribute()]
  109. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  110. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  111. public bool AutoUpdate {
  112. get {
  113. return ((bool)(this["AutoUpdate"]));
  114. }
  115. set {
  116. this["AutoUpdate"] = value;
  117. }
  118. }
  119. [global::System.Configuration.UserScopedSettingAttribute()]
  120. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  121. [global::System.Configuration.DefaultSettingValueAttribute("")]
  122. public string DomainWhitelistRules {
  123. get {
  124. return ((string)(this["DomainWhitelistRules"]));
  125. }
  126. set {
  127. this["DomainWhitelistRules"] = value;
  128. }
  129. }
  130. [global::System.Configuration.UserScopedSettingAttribute()]
  131. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  132. [global::System.Configuration.DefaultSettingValueAttribute("")]
  133. public string DomainBlacklistRules {
  134. get {
  135. return ((string)(this["DomainBlacklistRules"]));
  136. }
  137. set {
  138. this["DomainBlacklistRules"] = value;
  139. }
  140. }
  141. [global::System.Configuration.UserScopedSettingAttribute()]
  142. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  143. [global::System.Configuration.DefaultSettingValueAttribute("")]
  144. public string DomainBlacklistFile {
  145. get {
  146. return ((string)(this["DomainBlacklistFile"]));
  147. }
  148. set {
  149. this["DomainBlacklistFile"] = value;
  150. }
  151. }
  152. [global::System.Configuration.UserScopedSettingAttribute()]
  153. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  154. [global::System.Configuration.DefaultSettingValueAttribute("")]
  155. public string QueryLogFile {
  156. get {
  157. return ((string)(this["QueryLogFile"]));
  158. }
  159. set {
  160. this["QueryLogFile"] = value;
  161. }
  162. }
  163. [global::System.Configuration.UserScopedSettingAttribute()]
  164. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  165. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  166. public bool UpgradeRequired {
  167. get {
  168. return ((bool)(this["UpgradeRequired"]));
  169. }
  170. set {
  171. this["UpgradeRequired"] = value;
  172. }
  173. }
  174. [global::System.Configuration.UserScopedSettingAttribute()]
  175. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  176. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  177. public bool AutoUpdateSilent {
  178. get {
  179. return ((bool)(this["AutoUpdateSilent"]));
  180. }
  181. set {
  182. this["AutoUpdateSilent"] = value;
  183. }
  184. }
  185. [global::System.Configuration.UserScopedSettingAttribute()]
  186. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  187. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  188. public bool StartInTray {
  189. get {
  190. return ((bool)(this["StartInTray"]));
  191. }
  192. set {
  193. this["StartInTray"] = value;
  194. }
  195. }
  196. [global::System.Configuration.UserScopedSettingAttribute()]
  197. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  198. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  199. public bool TrayMode {
  200. get {
  201. return ((bool)(this["TrayMode"]));
  202. }
  203. set {
  204. this["TrayMode"] = value;
  205. }
  206. }
  207. [global::System.Configuration.UserScopedSettingAttribute()]
  208. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  209. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  210. public bool InstallRedistributablePackage {
  211. get {
  212. return ((bool)(this["InstallRedistributablePackage"]));
  213. }
  214. set {
  215. this["InstallRedistributablePackage"] = value;
  216. }
  217. }
  218. [global::System.Configuration.UserScopedSettingAttribute()]
  219. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  220. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  221. public bool BackupAndRestoreConfigOnUpdate {
  222. get {
  223. return ((bool)(this["BackupAndRestoreConfigOnUpdate"]));
  224. }
  225. set {
  226. this["BackupAndRestoreConfigOnUpdate"] = value;
  227. }
  228. }
  229. [global::System.Configuration.UserScopedSettingAttribute()]
  230. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  231. [global::System.Configuration.DefaultSettingValueAttribute("")]
  232. public string CloakingRulesFile {
  233. get {
  234. return ((string)(this["CloakingRulesFile"]));
  235. }
  236. set {
  237. this["CloakingRulesFile"] = value;
  238. }
  239. }
  240. [global::System.Configuration.UserScopedSettingAttribute()]
  241. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  242. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  243. public bool IsCloakAndForwardTabVisible {
  244. get {
  245. return ((bool)(this["IsCloakAndForwardTabVisible"]));
  246. }
  247. set {
  248. this["IsCloakAndForwardTabVisible"] = value;
  249. }
  250. }
  251. [global::System.Configuration.UserScopedSettingAttribute()]
  252. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  253. [global::System.Configuration.DefaultSettingValueAttribute("")]
  254. public string ForwardingRulesFile {
  255. get {
  256. return ((string)(this["ForwardingRulesFile"]));
  257. }
  258. set {
  259. this["ForwardingRulesFile"] = value;
  260. }
  261. }
  262. [global::System.Configuration.UserScopedSettingAttribute()]
  263. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  264. [global::System.Configuration.DefaultSettingValueAttribute("825")]
  265. public int WindowWidth {
  266. get {
  267. return ((int)(this["WindowWidth"]));
  268. }
  269. set {
  270. this["WindowWidth"] = value;
  271. }
  272. }
  273. [global::System.Configuration.UserScopedSettingAttribute()]
  274. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  275. [global::System.Configuration.DefaultSettingValueAttribute("875")]
  276. public int WindowHeight {
  277. get {
  278. return ((int)(this["WindowHeight"]));
  279. }
  280. set {
  281. this["WindowHeight"] = value;
  282. }
  283. }
  284. }
  285. }