You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Resources.Designer.cs 4.4 kB

12 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
10 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.18444
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Shadowsocks.Properties {
  11. using System;
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option, or rebuild your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class Resources {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal Resources() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Shadowsocks.Properties.Resources", typeof(Resources).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized resource of type System.Byte[].
  56. /// </summary>
  57. internal static byte[] polarssl_dll {
  58. get {
  59. object obj = ResourceManager.GetObject("polarssl_dll", resourceCulture);
  60. return ((byte[])(obj));
  61. }
  62. }
  63. /// <summary>
  64. /// Looks up a localized string similar to proxyAddress = &quot;127.0.0.1&quot;
  65. ///
  66. ///socksParentProxy = &quot;127.0.0.1:__SOCKS_PORT__&quot;
  67. ///socksProxyType = socks5
  68. ///diskCacheRoot = &quot;&quot;
  69. ///localDocumentRoot = &quot;&quot;
  70. ///.
  71. /// </summary>
  72. internal static string polipo_config {
  73. get {
  74. return ResourceManager.GetString("polipo_config", resourceCulture);
  75. }
  76. }
  77. /// <summary>
  78. /// Looks up a localized resource of type System.Byte[].
  79. /// </summary>
  80. internal static byte[] polipo_exe {
  81. get {
  82. object obj = ResourceManager.GetObject("polipo_exe", resourceCulture);
  83. return ((byte[])(obj));
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized resource of type System.Byte[].
  88. /// </summary>
  89. internal static byte[] proxy_pac_txt {
  90. get {
  91. object obj = ResourceManager.GetObject("proxy_pac_txt", resourceCulture);
  92. return ((byte[])(obj));
  93. }
  94. }
  95. }
  96. }