Settings.Designer.cs 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace TftpServer.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.4.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.ApplicationScopedSettingAttribute()]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. [global::System.Configuration.DefaultSettingValueAttribute("0.0.0.0")]
  23. public string ListenOn {
  24. get {
  25. return ((string)(this["ListenOn"]));
  26. }
  27. }
  28. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  29. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  30. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  31. public bool VerboseMode {
  32. get {
  33. return ((bool)(this["VerboseMode"]));
  34. }
  35. }
  36. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  37. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  38. [global::System.Configuration.DefaultSettingValueAttribute("30")]
  39. public int TimeOutSecond {
  40. get {
  41. return ((int)(this["TimeOutSecond"]));
  42. }
  43. }
  44. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  45. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  46. [global::System.Configuration.DefaultSettingValueAttribute("TftpRoot")]
  47. public string Root {
  48. get {
  49. return ((string)(this["Root"]));
  50. }
  51. }
  52. }
  53. }