Settings.Designer.cs 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace CB.Config.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.3.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.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
  23. [global::System.Configuration.DefaultSettingValueAttribute("http://tuku.55128.cn/tuku.asmx")]
  24. public string CB_Config_TuKuWebService_tuku {
  25. get {
  26. return ((string)(this["CB_Config_TuKuWebService_tuku"]));
  27. }
  28. }
  29. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  30. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  31. [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
  32. [global::System.Configuration.DefaultSettingValueAttribute("http://tk.55128.cn/WebServiceTuku.asmx")]
  33. public string CB_Config_WebServiceTuku_WebServiceTuku {
  34. get {
  35. return ((string)(this["CB_Config_WebServiceTuku_WebServiceTuku"]));
  36. }
  37. }
  38. }
  39. }