Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 19:12:10 (14 years ago)
Author:
swagner
Message:

Added HeuristicLab logos to plugin HeuristicLab.Common.Resources (#1000)

File:
1 edited

Legend:

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

    r3732 r3779  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.4927
     4//     Runtime Version:2.0.50727.4200
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    6161        }
    6262       
     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       
    6377        public static System.Drawing.Icon Icon {
    6478            get {
Note: See TracChangeset for help on using the changeset viewer.