Settings.Designer.cs 3.3 KB

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