Settings.Designer.cs 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace UAS_MES.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("优软科技MES")]
  23. public string ProjectName {
  24. get {
  25. return ((string)(this["ProjectName"]));
  26. }
  27. set {
  28. this["ProjectName"] = value;
  29. }
  30. }
  31. [global::System.Configuration.UserScopedSettingAttribute()]
  32. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  33. [global::System.Configuration.DefaultSettingValueAttribute("")]
  34. public string LastLoginUser {
  35. get {
  36. return ((string)(this["LastLoginUser"]));
  37. }
  38. set {
  39. this["LastLoginUser"] = value;
  40. }
  41. }
  42. [global::System.Configuration.UserScopedSettingAttribute()]
  43. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. [global::System.Configuration.DefaultSettingValueAttribute("ftp://192.168.253.9/MESSetting/|mesconfig|Administrator1@#")]
  45. public string FTPAddress {
  46. get {
  47. return ((string)(this["FTPAddress"]));
  48. }
  49. set {
  50. this["FTPAddress"] = value;
  51. }
  52. }
  53. [global::System.Configuration.UserScopedSettingAttribute()]
  54. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  55. [global::System.Configuration.DefaultSettingValueAttribute("")]
  56. public string LastLoginSob {
  57. get {
  58. return ((string)(this["LastLoginSob"]));
  59. }
  60. set {
  61. this["LastLoginSob"] = value;
  62. }
  63. }
  64. [global::System.Configuration.UserScopedSettingAttribute()]
  65. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. [global::System.Configuration.DefaultSettingValueAttribute("")]
  67. public string LastLoginResource {
  68. get {
  69. return ((string)(this["LastLoginResource"]));
  70. }
  71. set {
  72. this["LastLoginResource"] = value;
  73. }
  74. }
  75. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  76. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  77. [global::System.Configuration.DefaultSettingValueAttribute("Password=select!#%*(;User ID=UAS_MES;Pooling=false;Data Source=(DESCRIPTION=(ADDR" +
  78. "ESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=218.17.158.219)(PORT=1521)))(CONNECT_DATA=" +
  79. "(SERVER=DEDICATED)(SERVICE_NAME=orcl)));")]
  80. public string MES {
  81. get {
  82. return ((string)(this["MES"]));
  83. }
  84. }
  85. }
  86. }