agrobot_base/AgroBase/AgroMonitor/Properties/Resources.Designer.cs

94 lines
3.8 KiB
C#
Raw Normal View History

2024-05-24 20:05:51 +00:00
//------------------------------------------------------------------------------
// <auto-generated>
2024-07-12 19:44:56 +00:00
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
2024-05-24 20:05:51 +00:00
//
2024-07-12 19:44:56 +00:00
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
2024-05-24 20:05:51 +00:00
// </auto-generated>
//------------------------------------------------------------------------------
2024-07-12 19:44:56 +00:00
namespace AgroMonitor.Properties {
using System;
2024-05-24 20:05:51 +00:00
/// <summary>
2024-07-12 19:44:56 +00:00
/// A strongly-typed resource class, for looking up localized strings, etc.
2024-05-24 20:05:51 +00:00
/// </summary>
2024-07-12 19:44:56 +00:00
// 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", "17.0.0.0")]
2024-05-24 20:05:51 +00:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2024-07-12 19:44:56 +00:00
internal class Resources {
2024-05-24 20:05:51 +00:00
private static global::System.Resources.ResourceManager resourceMan;
2024-07-12 19:44:56 +00:00
2024-05-24 20:05:51 +00:00
private static global::System.Globalization.CultureInfo resourceCulture;
2024-07-12 19:44:56 +00:00
2024-05-24 20:05:51 +00:00
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
2024-07-12 19:44:56 +00:00
internal Resources() {
2024-05-24 20:05:51 +00:00
}
2024-07-12 19:44:56 +00:00
2024-05-24 20:05:51 +00:00
/// <summary>
2024-07-12 19:44:56 +00:00
/// Returns the cached ResourceManager instance used by this class.
2024-05-24 20:05:51 +00:00
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
2024-07-12 19:44:56 +00:00
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
2024-05-24 20:05:51 +00:00
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AgroMonitor.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
2024-07-12 19:44:56 +00:00
2024-05-24 20:05:51 +00:00
/// <summary>
2024-07-12 19:44:56 +00:00
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
2024-05-24 20:05:51 +00:00
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
2024-07-12 19:44:56 +00:00
internal static global::System.Globalization.CultureInfo Culture {
get {
2024-05-24 20:05:51 +00:00
return resourceCulture;
}
2024-07-12 19:44:56 +00:00
set {
2024-05-24 20:05:51 +00:00
resourceCulture = value;
}
}
2024-07-12 19:44:56 +00:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ajustes {
get {
object obj = ResourceManager.GetObject("ajustes", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap rastreamento {
get {
object obj = ResourceManager.GetObject("rastreamento", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap rede {
get {
object obj = ResourceManager.GetObject("rede", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
2024-05-24 20:05:51 +00:00
}
}