Settings.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace DhcpServer.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.ApplicationScopedSettingAttribute()]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. [global::System.Configuration.DefaultSettingValueAttribute("100")]
  23. public int PoolSize {
  24. get {
  25. return ((int)(this["PoolSize"]));
  26. }
  27. }
  28. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  29. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  30. [global::System.Configuration.DefaultSettingValueAttribute("255.255.255.0")]
  31. public string SubNet {
  32. get {
  33. return ((string)(this["SubNet"]));
  34. }
  35. }
  36. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  37. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  38. [global::System.Configuration.DefaultSettingValueAttribute("223.5.5.5")]
  39. public string Dns {
  40. get {
  41. return ((string)(this["Dns"]));
  42. }
  43. }
  44. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  45. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  46. [global::System.Configuration.DefaultSettingValueAttribute("undionly-http.kpxe")]
  47. public string PxeFileName {
  48. get {
  49. return ((string)(this["PxeFileName"]));
  50. }
  51. }
  52. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  53. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  54. [global::System.Configuration.DefaultSettingValueAttribute("192.168.233.233")]
  55. public string ListenOn {
  56. get {
  57. return ((string)(this["ListenOn"]));
  58. }
  59. }
  60. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  61. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  62. [global::System.Configuration.DefaultSettingValueAttribute("192.168.233.100")]
  63. public string PoolStart {
  64. get {
  65. return ((string)(this["PoolStart"]));
  66. }
  67. }
  68. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  69. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  70. [global::System.Configuration.DefaultSettingValueAttribute("192.168.233.1")]
  71. public string Router {
  72. get {
  73. return ((string)(this["Router"]));
  74. }
  75. }
  76. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  77. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  78. [global::System.Configuration.DefaultSettingValueAttribute("192.168.233.255")]
  79. public string BroadcastAddress {
  80. get {
  81. return ((string)(this["BroadcastAddress"]));
  82. }
  83. }
  84. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  85. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  86. [global::System.Configuration.DefaultSettingValueAttribute("192.168.233.233")]
  87. public string PxeTftp {
  88. get {
  89. return ((string)(this["PxeTftp"]));
  90. }
  91. }
  92. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  93. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  94. [global::System.Configuration.DefaultSettingValueAttribute("http://192.168.233.233:8233/boot/ipxe")]
  95. public string IpxeScriptUri {
  96. get {
  97. return ((string)(this["IpxeScriptUri"]));
  98. }
  99. }
  100. }
  101. }