Settings.Designer.cs 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 這段程式碼是由工具產生的。
  4. // 執行階段版本:4.0.30319.42000
  5. //
  6. // 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
  7. // 變更將會遺失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace TestTool.RemoteTriggerAPP.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.7.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("http://test.evsocket.phihong.com.cn:9001/")]
  23. public string UpdateFWPreUrl {
  24. get {
  25. return ((string)(this["UpdateFWPreUrl"]));
  26. }
  27. }
  28. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  29. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  30. [global::System.Configuration.DefaultSettingValueAttribute("ftp://testocpp:testocpp@test.evsocket.phihong.com.cn/")]
  31. public string FTPUpdateFWPreUrl {
  32. get {
  33. return ((string)(this["FTPUpdateFWPreUrl"]));
  34. }
  35. }
  36. [global::System.Configuration.UserScopedSettingAttribute()]
  37. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  38. [global::System.Configuration.DefaultSettingValueAttribute("OCTT_1")]
  39. public string ChargeBoxId {
  40. get {
  41. return ((string)(this["ChargeBoxId"]));
  42. }
  43. set {
  44. this["ChargeBoxId"] = value;
  45. }
  46. }
  47. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  48. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  49. [global::System.Configuration.DefaultSettingValueAttribute("http://ocpp.phihong.com.tw:9003/api/v1/file/")]
  50. public string GetDiagnosticsPreUrl {
  51. get {
  52. return ((string)(this["GetDiagnosticsPreUrl"]));
  53. }
  54. }
  55. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  56. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  57. [global::System.Configuration.DefaultSettingValueAttribute("ftp://evseocpp:evseocpp@test.evsocket.phihong.com.cn/")]
  58. public string FTPGetDiagnosticsPreUrl {
  59. get {
  60. return ((string)(this["FTPGetDiagnosticsPreUrl"]));
  61. }
  62. }
  63. }
  64. }