//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Nullstack.Utilities.Guidgen2.Properties { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Nullstack.Utilities.Guidgen2.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to &Copy. /// internal static string btnCopy { get { return ResourceManager.GetString("btnCopy", resourceCulture); } } /// /// Looks up a localized string similar to E&xit. /// internal static string btnExit { get { return ResourceManager.GetString("btnExit", resourceCulture); } } /// /// Looks up a localized string similar to &New GUID. /// internal static string btnGenerate { get { return ResourceManager.GetString("btnGenerate", resourceCulture); } } /// /// Looks up a localized string similar to &OK. /// internal static string btnOK { get { return ResourceManager.GetString("btnOK", resourceCulture); } } /// /// Looks up a localized string similar to &Always on Top. /// internal static string chkAlwaysOnTop { get { return ResourceManager.GetString("chkAlwaysOnTop", resourceCulture); } } internal static System.Drawing.Bitmap ico128 { get { object obj = ResourceManager.GetObject("ico128", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to &About guidgen2.... /// internal static string mnuAbout { get { return ResourceManager.GetString("mnuAbout", resourceCulture); } } /// /// Looks up a localized string similar to Ma&ximize. /// internal static string mnuMaximize { get { return ResourceManager.GetString("mnuMaximize", resourceCulture); } } /// /// Looks up a localized string similar to &Size. /// internal static string mnuSize { get { return ResourceManager.GetString("mnuSize", resourceCulture); } } /// /// Looks up a localized string similar to &1. IMPLEMENT_OLECREATE(...). /// internal static string radFormat1 { get { return ResourceManager.GetString("radFormat1", resourceCulture); } } /// /// Looks up a localized string similar to &2. DEFINE_GUID(...). /// internal static string radFormat2 { get { return ResourceManager.GetString("radFormat2", resourceCulture); } } /// /// Looks up a localized string similar to &3. static const struct GUID = { ... }. /// internal static string radFormat3 { get { return ResourceManager.GetString("radFormat3", resourceCulture); } } /// /// Looks up a localized string similar to &4. Registry Format (ie. {xxxxxxx-xxxx ... xxxx }). /// internal static string radFormat4 { get { return ResourceManager.GetString("radFormat4", resourceCulture); } } /// /// Looks up a localized string similar to &5. C# AssemblyInfo (ie. [assembly: Guid(...)]. /// internal static string radFormat5 { get { return ResourceManager.GetString("radFormat5", resourceCulture); } } /// /// Looks up a localized string similar to &6. VB AssemblyInfo (ie. <Assembly: Guid(...)>. /// internal static string radFormat6 { get { return ResourceManager.GetString("radFormat6", resourceCulture); } } /// /// Looks up a localized string similar to &7. Plain 8-4-4-4-12 String. /// internal static string radFormat7 { get { return ResourceManager.GetString("radFormat7", resourceCulture); } } /// /// Looks up a localized string similar to Based on an original idea by the Microsoft utility "Create GUID" (guidgen.exe). /// internal static string strAboutDesc { get { return ResourceManager.GetString("strAboutDesc", resourceCulture); } } /// /// Looks up a localized string similar to GUID Format. /// internal static string strGUIDFormat { get { return ResourceManager.GetString("strGUIDFormat", resourceCulture); } } /// /// Looks up a localized string similar to Choose the desired format below, then select "Copy" to copy the results to the clipboard (the results can then be pasted into your source code). Choose "Exit" when done.. /// internal static string strInstructions { get { return ResourceManager.GetString("strInstructions", resourceCulture); } } /// /// Looks up a localized string similar to Result. /// internal static string strResult { get { return ResourceManager.GetString("strResult", resourceCulture); } } } }