Resources.Designer.cs 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. namespace ContentEditorViewControl.Properties
  2. {
  3. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  4. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  5. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  6. internal class Resources
  7. {
  8. private static global::System.Resources.ResourceManager resourceMan;
  9. private static global::System.Globalization.CultureInfo resourceCulture;
  10. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  11. internal Resources()
  12. {
  13. }
  14. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  15. internal static global::System.Resources.ResourceManager ResourceManager
  16. {
  17. get
  18. {
  19. if ((resourceMan == null))
  20. {
  21. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ContentEditor.Properties.Resources", typeof(Resources).Assembly);
  22. resourceMan = temp;
  23. }
  24. return resourceMan;
  25. }
  26. }
  27. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  28. internal static global::System.Globalization.CultureInfo Culture
  29. {
  30. get
  31. {
  32. return resourceCulture;
  33. }
  34. set
  35. {
  36. resourceCulture = value;
  37. }
  38. }
  39. }
  40. }