Settings1.Designer.cs 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.1022
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace MPQFileSystemTest {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.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(@"<?xml version=""1.0"" encoding=""utf-16""?>
  23. <ArrayOfString xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
  24. <string>http://192.168.1.101/morefun/res_400/</string>
  25. <string>http://192.168.1.101/morefun/res_app_expantion/</string>
  26. <string>http://192.168.1.101/morefun/res_app_gong/</string>
  27. <string>http://192.168.1.101/morefun/res_banshu_gong/</string>
  28. <string>http://192.168.1.101/morefun/res_expantion/</string>
  29. <string>http://192.168.1.101/morefun/res_fenduan/</string>
  30. <string>http://192.168.1.101/morefun/res_gong/</string>
  31. <string>http://192.168.1.101/morefun/res_japanese_gong/</string>
  32. <string>http://192.168.1.101/morefun/res_korean_gong/</string>
  33. <string>http://192.168.1.101/taiwan/res_expantion/</string>
  34. <string>http://192.168.1.101/taiwan/res_gong/</string>
  35. <string>http://192.168.1.101/taiwan/res_international_gong/</string>
  36. </ArrayOfString>")]
  37. public global::System.Collections.Specialized.StringCollection REMOTE_URLS {
  38. get {
  39. return ((global::System.Collections.Specialized.StringCollection)(this["REMOTE_URLS"]));
  40. }
  41. set {
  42. this["REMOTE_URLS"] = value;
  43. }
  44. }
  45. [global::System.Configuration.UserScopedSettingAttribute()]
  46. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  47. [global::System.Configuration.DefaultSettingValueAttribute("http://192.168.1.101/morefun/res_expantion/")]
  48. public string DEFAULT_URL {
  49. get {
  50. return ((string)(this["DEFAULT_URL"]));
  51. }
  52. set {
  53. this["DEFAULT_URL"] = value;
  54. }
  55. }
  56. [global::System.Configuration.UserScopedSettingAttribute()]
  57. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  58. [global::System.Configuration.DefaultSettingValueAttribute("updates__etc_m3z/update_version.txt")]
  59. public string DEFAULT_SUFFIX {
  60. get {
  61. return ((string)(this["DEFAULT_SUFFIX"]));
  62. }
  63. set {
  64. this["DEFAULT_SUFFIX"] = value;
  65. }
  66. }
  67. [global::System.Configuration.UserScopedSettingAttribute()]
  68. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  69. [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
  70. <ArrayOfString xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
  71. <string>updates__pvr_m3z/update_version.txt</string>
  72. <string>updates__etc_m3z/update_version.txt</string>
  73. <string>updates__etc_m3z_tiny/update_version.txt</string>
  74. </ArrayOfString>")]
  75. public global::System.Collections.Specialized.StringCollection REMOTE_SUFFIXS {
  76. get {
  77. return ((global::System.Collections.Specialized.StringCollection)(this["REMOTE_SUFFIXS"]));
  78. }
  79. set {
  80. this["REMOTE_SUFFIXS"] = value;
  81. }
  82. }
  83. }
  84. }