//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.4200
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace HeuristicLab.Common.Resources {
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", "2.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public 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)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Common.Resources.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)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
public static System.Drawing.Bitmap CopyIcon {
get {
object obj = ResourceManager.GetObject("CopyIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap CutIcon {
get {
object obj = ResourceManager.GetObject("CutIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap DeleteFolderIcon {
get {
object obj = ResourceManager.GetObject("DeleteFolderIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap DeleteIcon {
get {
object obj = ResourceManager.GetObject("DeleteIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap FlagBlueIcon {
get {
object obj = ResourceManager.GetObject("FlagBlueIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap FlagGreenIcon {
get {
object obj = ResourceManager.GetObject("FlagGreenIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap FlagRedIcon {
get {
object obj = ResourceManager.GetObject("FlagRedIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap FormulaEvaluatorIcon {
get {
object obj = ResourceManager.GetObject("FormulaEvaluatorIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap FunctionIcon {
get {
object obj = ResourceManager.GetObject("FunctionIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap HeuristicLab {
get {
object obj = ResourceManager.GetObject("HeuristicLab", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Icon HeuristicLabIcon {
get {
object obj = ResourceManager.GetObject("HeuristicLabIcon", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
public static System.Drawing.Bitmap NewFolderIcon {
get {
object obj = ResourceManager.GetObject("NewFolderIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap NewIcon {
get {
object obj = ResourceManager.GetObject("NewIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap OpenIcon {
get {
object obj = ResourceManager.GetObject("OpenIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap PasteIcon {
get {
object obj = ResourceManager.GetObject("PasteIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap PrintIcon {
get {
object obj = ResourceManager.GetObject("PrintIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap PrintPreviewIcon {
get {
object obj = ResourceManager.GetObject("PrintPreviewIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap RedoIcon {
get {
object obj = ResourceManager.GetObject("RedoIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap RefreshDocument {
get {
object obj = ResourceManager.GetObject("RefreshDocument", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap SaveAllIcon {
get {
object obj = ResourceManager.GetObject("SaveAllIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap SaveIcon {
get {
object obj = ResourceManager.GetObject("SaveIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap ShowDetails {
get {
object obj = ResourceManager.GetObject("ShowDetails", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap ShowLargeIcons {
get {
object obj = ResourceManager.GetObject("ShowLargeIcons", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap ShowSmallIcons {
get {
object obj = ResourceManager.GetObject("ShowSmallIcons", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap UndoIcon {
get {
object obj = ResourceManager.GetObject("UndoIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
public static System.Drawing.Bitmap WarningIcon {
get {
object obj = ResourceManager.GetObject("WarningIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}