Settings.Designer.cs 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace UAS_LabelMachine.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.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.UserScopedSettingAttribute()]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. [global::System.Configuration.DefaultSettingValueAttribute("")]
  23. public string LastLoginUser {
  24. get {
  25. return ((string)(this["LastLoginUser"]));
  26. }
  27. set {
  28. this["LastLoginUser"] = value;
  29. }
  30. }
  31. [global::System.Configuration.UserScopedSettingAttribute()]
  32. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  33. [global::System.Configuration.DefaultSettingValueAttribute("")]
  34. public string IPAddress {
  35. get {
  36. return ((string)(this["IPAddress"]));
  37. }
  38. set {
  39. this["IPAddress"] = value;
  40. }
  41. }
  42. [global::System.Configuration.UserScopedSettingAttribute()]
  43. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. [global::System.Configuration.DefaultSettingValueAttribute("")]
  45. public string LastLoginMaster {
  46. get {
  47. return ((string)(this["LastLoginMaster"]));
  48. }
  49. set {
  50. this["LastLoginMaster"] = value;
  51. }
  52. }
  53. [global::System.Configuration.UserScopedSettingAttribute()]
  54. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  55. [global::System.Configuration.DefaultSettingValueAttribute("")]
  56. public string ShareUrl {
  57. get {
  58. return ((string)(this["ShareUrl"]));
  59. }
  60. set {
  61. this["ShareUrl"] = value;
  62. }
  63. }
  64. [global::System.Configuration.UserScopedSettingAttribute()]
  65. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. <<<<<<< HEAD
  67. [global::System.Configuration.DefaultSettingValueAttribute("ftp://sz.hi-mantech.com:46688|yhndftp|Stga28ytG8")]
  68. =======
  69. [global::System.Configuration.DefaultSettingValueAttribute("ftp://richwellgroup.com.cn|printuser|printuser")]
  70. >>>>>>> 45a8a889b36b36e16643a2d33d74fc41ee4073a5
  71. public string FTPAddress {
  72. get {
  73. return ((string)(this["FTPAddress"]));
  74. }
  75. set {
  76. this["FTPAddress"] = value;
  77. }
  78. }
  79. }
  80. }