Settings.Designer.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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.10.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("192.168.233.233")]
  47. public string ListenOn {
  48. get {
  49. return ((string)(this["ListenOn"]));
  50. }
  51. }
  52. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  53. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  54. [global::System.Configuration.DefaultSettingValueAttribute("192.168.233.100")]
  55. public string PoolStart {
  56. get {
  57. return ((string)(this["PoolStart"]));
  58. }
  59. }
  60. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  61. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  62. [global::System.Configuration.DefaultSettingValueAttribute("192.168.233.1")]
  63. public string Router {
  64. get {
  65. return ((string)(this["Router"]));
  66. }
  67. }
  68. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  69. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  70. [global::System.Configuration.DefaultSettingValueAttribute("192.168.233.255")]
  71. public string BroadcastAddress {
  72. get {
  73. return ((string)(this["BroadcastAddress"]));
  74. }
  75. }
  76. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  77. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  78. [global::System.Configuration.DefaultSettingValueAttribute("192.168.233.1")]
  79. public string PxeRouter {
  80. get {
  81. return ((string)(this["PxeRouter"]));
  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("192.168.233.1")]
  95. public string IpxeRouter {
  96. get {
  97. return ((string)(this["IpxeRouter"]));
  98. }
  99. }
  100. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  101. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  102. [global::System.Configuration.DefaultSettingValueAttribute("undionly-http.kpxe")]
  103. public string FileName {
  104. get {
  105. return ((string)(this["FileName"]));
  106. }
  107. }
  108. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  109. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  110. [global::System.Configuration.DefaultSettingValueAttribute("http://192.168.233.233:8233/boot/ipxe")]
  111. public string FileName_iPXE_HTTP {
  112. get {
  113. return ((string)(this["FileName_iPXE_HTTP"]));
  114. }
  115. }
  116. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  117. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  118. [global::System.Configuration.DefaultSettingValueAttribute("i386_ipxe.efi")]
  119. public string FileName_UEFI_I386 {
  120. get {
  121. return ((string)(this["FileName_UEFI_I386"]));
  122. }
  123. }
  124. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  125. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  126. [global::System.Configuration.DefaultSettingValueAttribute("x86_64_ipxe.efi")]
  127. public string FileName_UEFI_x64 {
  128. get {
  129. return ((string)(this["FileName_UEFI_x64"]));
  130. }
  131. }
  132. }
  133. }