Resources.Designer.cs 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.42000
  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 FormViewControl.Properties
  11. {
  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",
  20. "4.0.0.0")]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  23. internal class Resources
  24. {
  25. private static global::System.Resources.ResourceManager resourceMan;
  26. private static global::System.Globalization.CultureInfo resourceCulture;
  27. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance",
  28. "CA1811:AvoidUncalledPrivateCode")]
  29. internal Resources()
  30. {
  31. }
  32. /// <summary>
  33. /// Returns the cached ResourceManager instance used by this class.
  34. /// </summary>
  35. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState
  36. .Advanced)]
  37. internal static global::System.Resources.ResourceManager ResourceManager
  38. {
  39. get
  40. {
  41. if ((resourceMan == null))
  42. {
  43. global::System.Resources.ResourceManager temp =
  44. new global::System.Resources.ResourceManager("Forms.Properties.Resources",
  45. typeof(Resources).Assembly);
  46. resourceMan = temp;
  47. }
  48. return resourceMan;
  49. }
  50. }
  51. /// <summary>
  52. /// Overrides the current thread's CurrentUICulture property for all
  53. /// resource lookups using this strongly typed resource class.
  54. /// </summary>
  55. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState
  56. .Advanced)]
  57. internal static global::System.Globalization.CultureInfo Culture
  58. {
  59. get { return resourceCulture; }
  60. set { resourceCulture = value; }
  61. }
  62. }
  63. }