Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/10 14:33:25 (14 years ago)
Author:
swagner
Message:

Added more images from the VS2008 image library (#841)

File:
1 edited

Legend:

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

    r3305 r3371  
    264264        }
    265265       
     266        public static System.Drawing.Bitmap ExecutablePaused {
     267            get {
     268                object obj = ResourceManager.GetObject("ExecutablePaused", resourceCulture);
     269                return ((System.Drawing.Bitmap)(obj));
     270            }
     271        }
     272       
     273        public static System.Drawing.Bitmap ExecutablePrepared {
     274            get {
     275                object obj = ResourceManager.GetObject("ExecutablePrepared", resourceCulture);
     276                return ((System.Drawing.Bitmap)(obj));
     277            }
     278        }
     279       
     280        public static System.Drawing.Bitmap ExecutableStarted {
     281            get {
     282                object obj = ResourceManager.GetObject("ExecutableStarted", resourceCulture);
     283                return ((System.Drawing.Bitmap)(obj));
     284            }
     285        }
     286       
     287        public static System.Drawing.Bitmap ExecutableStopped {
     288            get {
     289                object obj = ResourceManager.GetObject("ExecutableStopped", resourceCulture);
     290                return ((System.Drawing.Bitmap)(obj));
     291            }
     292        }
     293       
    266294        public static System.Drawing.Bitmap Expand {
    267295            get {
Note: See TracChangeset for help on using the changeset viewer.