Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/08/10 18:05:59 (14 years ago)
Author:
gkronber
Message:

Cleaned resources in plugin infrastructure. #994 (Clean up plugin infrastructure project)

File:
1 moved

Legend:

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

    r3717 r3721  
    99//------------------------------------------------------------------------------
    1010
    11 namespace HeuristicLab.PluginInfrastructure.Resources {
     11namespace HeuristicLab.PluginInfrastructure {
    1212    using System;
    1313   
     
    4040            get {
    4141                if (object.ReferenceEquals(resourceMan, null)) {
    42                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.PluginInfrastructure.Resources.Resources", typeof(Resources).Assembly);
     42                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.PluginInfrastructure.Resources", typeof(Resources).Assembly);
    4343                    resourceMan = temp;
    4444                }
     
    6161        }
    6262       
    63         internal static System.Drawing.Bitmap ArrowDown {
     63        internal static System.Drawing.Bitmap Add {
    6464            get {
    65                 object obj = ResourceManager.GetObject("ArrowDown", resourceCulture);
     65                object obj = ResourceManager.GetObject("Add", resourceCulture);
    6666                return ((System.Drawing.Bitmap)(obj));
    6767            }
     
    110110        }
    111111       
    112         internal static System.Drawing.Bitmap plugin {
     112        internal static System.Drawing.Bitmap Logo_white {
    113113            get {
    114                 object obj = ResourceManager.GetObject("plugin", resourceCulture);
     114                object obj = ResourceManager.GetObject("Logo_white", resourceCulture);
    115115                return ((System.Drawing.Bitmap)(obj));
    116116            }
    117117        }
    118118       
    119         internal static System.Drawing.Bitmap plugin_16 {
     119        internal static System.Drawing.Bitmap NetworkConnections {
    120120            get {
    121                 object obj = ResourceManager.GetObject("plugin_16", resourceCulture);
     121                object obj = ResourceManager.GetObject("NetworkConnections", resourceCulture);
     122                return ((System.Drawing.Bitmap)(obj));
     123            }
     124        }
     125       
     126        internal static System.Drawing.Bitmap Plugin {
     127            get {
     128                object obj = ResourceManager.GetObject("Plugin", resourceCulture);
     129                return ((System.Drawing.Bitmap)(obj));
     130            }
     131        }
     132       
     133        internal static System.Drawing.Bitmap PublishToWeb {
     134            get {
     135                object obj = ResourceManager.GetObject("PublishToWeb", resourceCulture);
    122136                return ((System.Drawing.Bitmap)(obj));
    123137            }
     
    131145        }
    132146       
     147        internal static System.Drawing.Bitmap Repeat {
     148            get {
     149                object obj = ResourceManager.GetObject("Repeat", resourceCulture);
     150                return ((System.Drawing.Bitmap)(obj));
     151            }
     152        }
     153       
    133154        internal static System.Drawing.Icon Setup_Install {
    134155            get {
     
    137158            }
    138159        }
     160       
     161        internal static System.Drawing.Bitmap ShowDetails {
     162            get {
     163                object obj = ResourceManager.GetObject("ShowDetails", resourceCulture);
     164                return ((System.Drawing.Bitmap)(obj));
     165            }
     166        }
     167       
     168        internal static System.Drawing.Bitmap ShowIcons {
     169            get {
     170                object obj = ResourceManager.GetObject("ShowIcons", resourceCulture);
     171                return ((System.Drawing.Bitmap)(obj));
     172            }
     173        }
    139174    }
    140175}
Note: See TracChangeset for help on using the changeset viewer.