Settings.Designer.cs 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace SIMDP.BLL.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.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
  23. [global::System.Configuration.DefaultSettingValueAttribute("http://www.webxml.com.cn/WebServices/WeatherWebService.asmx")]
  24. public string SIMDP_BLL_WeatherWebService_WeatherWebService {
  25. get {
  26. return ((string)(this["SIMDP_BLL_WeatherWebService_WeatherWebService"]));
  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://10.110.37.249:10010/web/services/GETMAINRService/GETMAINR")]
  33. public string SIMDP_BLL_AS400FetchWebServiec_GETMAINR {
  34. get {
  35. return ((string)(this["SIMDP_BLL_AS400FetchWebServiec_GETMAINR"]));
  36. }
  37. }
  38. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  39. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  40. [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
  41. [global::System.Configuration.DefaultSettingValueAttribute("http://10.251.68.5:10010/web/services/GETMAINRService/GETMAINR")]
  42. public string SIMDP_BLL_AS400Service_GETMAINR {
  43. get {
  44. return ((string)(this["SIMDP_BLL_AS400Service_GETMAINR"]));
  45. }
  46. }
  47. }
  48. }