Settings.Designer.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace TouchVideo.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 key
  24. {
  25. get
  26. {
  27. return ((string)(this["key"]));
  28. }
  29. set
  30. {
  31. this["key"] = value;
  32. }
  33. }
  34. [global::System.Configuration.UserScopedSettingAttribute()]
  35. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  36. [global::System.Configuration.DefaultSettingValueAttribute("")]
  37. public string video_1 {
  38. get {
  39. return ((string)(this["video_1"]));
  40. }
  41. set {
  42. this["video_1"] = value;
  43. }
  44. }
  45. [global::System.Configuration.UserScopedSettingAttribute()]
  46. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  47. [global::System.Configuration.DefaultSettingValueAttribute("")]
  48. public string video_2 {
  49. get {
  50. return ((string)(this["video_2"]));
  51. }
  52. set {
  53. this["video_2"] = value;
  54. }
  55. }
  56. [global::System.Configuration.UserScopedSettingAttribute()]
  57. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  58. [global::System.Configuration.DefaultSettingValueAttribute("")]
  59. public string video_3 {
  60. get {
  61. return ((string)(this["video_3"]));
  62. }
  63. set {
  64. this["video_3"] = value;
  65. }
  66. }
  67. [global::System.Configuration.UserScopedSettingAttribute()]
  68. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  69. [global::System.Configuration.DefaultSettingValueAttribute("")]
  70. public string video_4 {
  71. get {
  72. return ((string)(this["video_4"]));
  73. }
  74. set {
  75. this["video_4"] = value;
  76. }
  77. }
  78. [global::System.Configuration.UserScopedSettingAttribute()]
  79. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  80. [global::System.Configuration.DefaultSettingValueAttribute("")]
  81. public string video_5 {
  82. get {
  83. return ((string)(this["video_5"]));
  84. }
  85. set {
  86. this["video_5"] = value;
  87. }
  88. }
  89. [global::System.Configuration.UserScopedSettingAttribute()]
  90. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  91. [global::System.Configuration.DefaultSettingValueAttribute("")]
  92. public string video_6 {
  93. get {
  94. return ((string)(this["video_6"]));
  95. }
  96. set {
  97. this["video_6"] = value;
  98. }
  99. }
  100. [global::System.Configuration.UserScopedSettingAttribute()]
  101. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  102. [global::System.Configuration.DefaultSettingValueAttribute("")]
  103. public string video_7 {
  104. get {
  105. return ((string)(this["video_7"]));
  106. }
  107. set {
  108. this["video_7"] = value;
  109. }
  110. }
  111. [global::System.Configuration.UserScopedSettingAttribute()]
  112. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  113. [global::System.Configuration.DefaultSettingValueAttribute("")]
  114. public string video_8 {
  115. get {
  116. return ((string)(this["video_8"]));
  117. }
  118. set {
  119. this["video_8"] = value;
  120. }
  121. }
  122. [global::System.Configuration.UserScopedSettingAttribute()]
  123. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  124. [global::System.Configuration.DefaultSettingValueAttribute("")]
  125. public string video_9 {
  126. get {
  127. return ((string)(this["video_9"]));
  128. }
  129. set {
  130. this["video_9"] = value;
  131. }
  132. }
  133. [global::System.Configuration.UserScopedSettingAttribute()]
  134. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  135. [global::System.Configuration.DefaultSettingValueAttribute("")]
  136. public string video_10 {
  137. get {
  138. return ((string)(this["video_10"]));
  139. }
  140. set {
  141. this["video_10"] = value;
  142. }
  143. }
  144. }
  145. }