Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3779


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

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

Location:
trunk/sources/HeuristicLab.Common.Resources/3.3
Files:
5 added
2 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 {
  • trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.resx

    r3732 r3779  
    119119  </resheader>
    120120  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
     121  <data name="HeuristicLabBanner" type="System.Resources.ResXFileRef, System.Windows.Forms">
     122    <value>Resources\HeuristicLab\HeuristicLabBanner.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     123  </data>
     124  <data name="HeuristicLabLogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
     125    <value>Resources\HeuristicLab\HeuristicLabLogo.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     126  </data>
    121127  <data name="Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
    122128    <value>Resources\HeuristicLab\HeuristicLab.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Note: See TracChangeset for help on using the changeset viewer.