xref: /openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Resources.Designer.cs (revision e5dd70708596ae51455a0ffa086a00c5b29f8583)
1*e5dd7070Spatrick //------------------------------------------------------------------------------
2*e5dd7070Spatrick // <auto-generated>
3*e5dd7070Spatrick //     This code was generated by a tool.
4*e5dd7070Spatrick //     Runtime Version:4.0.30319.42000
5*e5dd7070Spatrick //
6*e5dd7070Spatrick //     Changes to this file may cause incorrect behavior and will be lost if
7*e5dd7070Spatrick //     the code is regenerated.
8*e5dd7070Spatrick // </auto-generated>
9*e5dd7070Spatrick //------------------------------------------------------------------------------
10*e5dd7070Spatrick 
11*e5dd7070Spatrick namespace LLVM.ClangFormat {
12*e5dd7070Spatrick     using System;
13*e5dd7070Spatrick 
14*e5dd7070Spatrick 
15*e5dd7070Spatrick     /// <summary>
16*e5dd7070Spatrick     ///   A strongly-typed resource class, for looking up localized strings, etc.
17*e5dd7070Spatrick     /// </summary>
18*e5dd7070Spatrick     // This class was auto-generated by the StronglyTypedResourceBuilder
19*e5dd7070Spatrick     // class via a tool like ResGen or Visual Studio.
20*e5dd7070Spatrick     // To add or remove a member, edit your .ResX file then rerun ResGen
21*e5dd7070Spatrick     // with the /str option, or rebuild your VS project.
22*e5dd7070Spatrick     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
23*e5dd7070Spatrick     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24*e5dd7070Spatrick     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25*e5dd7070Spatrick     internal class Resources {
26*e5dd7070Spatrick 
27*e5dd7070Spatrick         private static global::System.Resources.ResourceManager resourceMan;
28*e5dd7070Spatrick 
29*e5dd7070Spatrick         private static global::System.Globalization.CultureInfo resourceCulture;
30*e5dd7070Spatrick 
31*e5dd7070Spatrick         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
Resources()32*e5dd7070Spatrick         internal Resources() {
33*e5dd7070Spatrick         }
34*e5dd7070Spatrick 
35*e5dd7070Spatrick         /// <summary>
36*e5dd7070Spatrick         ///   Returns the cached ResourceManager instance used by this class.
37*e5dd7070Spatrick         /// </summary>
38*e5dd7070Spatrick         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
39*e5dd7070Spatrick         internal static global::System.Resources.ResourceManager ResourceManager {
40*e5dd7070Spatrick             get {
41*e5dd7070Spatrick                 if (object.ReferenceEquals(resourceMan, null)) {
42*e5dd7070Spatrick                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("LLVM.ClangFormat.Resources", typeof(Resources).Assembly);
43*e5dd7070Spatrick                     resourceMan = temp;
44*e5dd7070Spatrick                 }
45*e5dd7070Spatrick                 return resourceMan;
46*e5dd7070Spatrick             }
47*e5dd7070Spatrick         }
48*e5dd7070Spatrick 
49*e5dd7070Spatrick         /// <summary>
50*e5dd7070Spatrick         ///   Overrides the current thread's CurrentUICulture property for all
51*e5dd7070Spatrick         ///   resource lookups using this strongly typed resource class.
52*e5dd7070Spatrick         /// </summary>
53*e5dd7070Spatrick         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
54*e5dd7070Spatrick         internal static global::System.Globalization.CultureInfo Culture {
55*e5dd7070Spatrick             get {
56*e5dd7070Spatrick                 return resourceCulture;
57*e5dd7070Spatrick             }
58*e5dd7070Spatrick             set {
59*e5dd7070Spatrick                 resourceCulture = value;
60*e5dd7070Spatrick             }
61*e5dd7070Spatrick         }
62*e5dd7070Spatrick     }
63*e5dd7070Spatrick }
64