Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/19/10 02:16:17 (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

    r2628 r2641  
    292292        }
    293293       
     294        public static System.Drawing.Bitmap Pause {
     295            get {
     296                object obj = ResourceManager.GetObject("Pause", resourceCulture);
     297                return ((System.Drawing.Bitmap)(obj));
     298            }
     299        }
     300       
     301        public static System.Drawing.Bitmap Play {
     302            get {
     303                object obj = ResourceManager.GetObject("Play", resourceCulture);
     304                return ((System.Drawing.Bitmap)(obj));
     305            }
     306        }
     307       
    294308        public static System.Drawing.Bitmap Properties {
    295309            get {
     
    306320        }
    307321       
     322        public static System.Drawing.Bitmap Restart {
     323            get {
     324                object obj = ResourceManager.GetObject("Restart", resourceCulture);
     325                return ((System.Drawing.Bitmap)(obj));
     326            }
     327        }
     328       
    308329        public static System.Drawing.Bitmap Script {
    309330            get {
    310331                object obj = ResourceManager.GetObject("Script", resourceCulture);
     332                return ((System.Drawing.Bitmap)(obj));
     333            }
     334        }
     335       
     336        public static System.Drawing.Bitmap Stop {
     337            get {
     338                object obj = ResourceManager.GetObject("Stop", resourceCulture);
    311339                return ((System.Drawing.Bitmap)(obj));
    312340            }
Note: See TracChangeset for help on using the changeset viewer.