Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.Designer.cs

    r4065 r4068  
    1010
    1111namespace HeuristicLab.Common.Resources {
    12     using System;
    13    
    14    
     12
     13
     14  /// <summary>
     15  ///   A strongly-typed resource class, for looking up localized strings, etc.
     16  /// </summary>
     17  // This class was auto-generated by the StronglyTypedResourceBuilder
     18  // class via a tool like ResGen or Visual Studio.
     19  // To add or remove a member, edit your .ResX file then rerun ResGen
     20  // with the /str option, or rebuild your VS project.
     21  [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
     22  [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     23  [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
     24  public class HeuristicLab {
     25
     26    private static global::System.Resources.ResourceManager resourceMan;
     27
     28    private static global::System.Globalization.CultureInfo resourceCulture;
     29
     30    [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
     31    internal HeuristicLab() {
     32    }
     33
    1534    /// <summary>
    16     ///   A strongly-typed resource class, for looking up localized strings, etc.
     35    ///   Returns the cached ResourceManager instance used by this class.
    1736    /// </summary>
    18     // This class was auto-generated by the StronglyTypedResourceBuilder
    19     // class via a tool like ResGen or Visual Studio.
    20     // To add or remove a member, edit your .ResX file then rerun ResGen
    21     // with the /str option, or rebuild your VS project.
    22     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    23     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    24     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    25     public class HeuristicLab {
    26        
    27         private static global::System.Resources.ResourceManager resourceMan;
    28        
    29         private static global::System.Globalization.CultureInfo resourceCulture;
    30        
    31         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
    32         internal HeuristicLab() {
     37    [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
     38    public static global::System.Resources.ResourceManager ResourceManager {
     39      get {
     40        if (object.ReferenceEquals(resourceMan, null)) {
     41          global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Common.Resources.HeuristicLab", typeof(HeuristicLab).Assembly);
     42          resourceMan = temp;
    3343        }
    34        
    35         /// <summary>
    36         ///   Returns the cached ResourceManager instance used by this class.
    37         /// </summary>
    38         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
    39         public static global::System.Resources.ResourceManager ResourceManager {
    40             get {
    41                 if (object.ReferenceEquals(resourceMan, null)) {
    42                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Common.Resources.HeuristicLab", typeof(HeuristicLab).Assembly);
    43                     resourceMan = temp;
    44                 }
    45                 return resourceMan;
    46             }
    47         }
    48        
    49         /// <summary>
    50         ///   Overrides the current thread's CurrentUICulture property for all
    51         ///   resource lookups using this strongly typed resource class.
    52         /// </summary>
    53         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
    54         public static global::System.Globalization.CultureInfo Culture {
    55             get {
    56                 return resourceCulture;
    57             }
    58             set {
    59                 resourceCulture = value;
    60             }
    61         }
    62        
    63         public static System.Drawing.Bitmap HeuristicLabBanner {
    64             get {
    65                 object obj = ResourceManager.GetObject("HeuristicLabBanner", resourceCulture);
    66                 return ((System.Drawing.Bitmap)(obj));
    67             }
    68         }
    69        
    70         public static System.Drawing.Bitmap HeuristicLabLogo {
    71             get {
    72                 object obj = ResourceManager.GetObject("HeuristicLabLogo", resourceCulture);
    73                 return ((System.Drawing.Bitmap)(obj));
    74             }
    75         }
    76        
    77         public static System.Drawing.Icon Icon {
    78             get {
    79                 object obj = ResourceManager.GetObject("Icon", resourceCulture);
    80                 return ((System.Drawing.Icon)(obj));
    81             }
    82         }
     44        return resourceMan;
     45      }
    8346    }
     47
     48    /// <summary>
     49    ///   Overrides the current thread's CurrentUICulture property for all
     50    ///   resource lookups using this strongly typed resource class.
     51    /// </summary>
     52    [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
     53    public static global::System.Globalization.CultureInfo Culture {
     54      get {
     55        return resourceCulture;
     56      }
     57      set {
     58        resourceCulture = value;
     59      }
     60    }
     61
     62    public static System.Drawing.Bitmap HeuristicLabBanner {
     63      get {
     64        object obj = ResourceManager.GetObject("HeuristicLabBanner", resourceCulture);
     65        return ((System.Drawing.Bitmap)(obj));
     66      }
     67    }
     68
     69    public static System.Drawing.Bitmap HeuristicLabLogo {
     70      get {
     71        object obj = ResourceManager.GetObject("HeuristicLabLogo", resourceCulture);
     72        return ((System.Drawing.Bitmap)(obj));
     73      }
     74    }
     75
     76    public static System.Drawing.Icon Icon {
     77      get {
     78        object obj = ResourceManager.GetObject("Icon", resourceCulture);
     79        return ((System.Drawing.Icon)(obj));
     80      }
     81    }
     82  }
    8483}
Note: See TracChangeset for help on using the changeset viewer.