Changeset 3779 for trunk/sources/HeuristicLab.Common.Resources
- Timestamp:
- 05/11/10 19:12:10 (15 years ago)
- 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 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727.4 9274 // Runtime Version:2.0.50727.4200 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 61 61 } 62 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 63 77 public static System.Drawing.Icon Icon { 64 78 get { -
trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.resx
r3732 r3779 119 119 </resheader> 120 120 <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> 121 127 <data name="Icon" type="System.Resources.ResXFileRef, System.Windows.Forms"> 122 128 <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.