Mercurial > servermonitor
diff ServerMonitor/Properties/Resources.Designer.cs @ 8:052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Sat, 09 Mar 2019 20:14:03 -0500 |
parents | 3142e52cbe69 |
children | b3128fe10d57 |
line wrap: on
line diff
--- a/ServerMonitor/Properties/Resources.Designer.cs Fri Mar 01 21:39:22 2019 -0500 +++ b/ServerMonitor/Properties/Resources.Designer.cs Sat Mar 09 20:14:03 2019 -0500 @@ -121,6 +121,46 @@ } /// <summary> + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// </summary> + internal static System.Drawing.Icon icon { + get { + object obj = ResourceManager.GetObject("icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// </summary> + internal static System.Drawing.Icon icon_error { + get { + object obj = ResourceManager.GetObject("icon_error", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// </summary> + internal static System.Drawing.Icon icon_info { + get { + object obj = ResourceManager.GetObject("icon_info", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// </summary> + internal static System.Drawing.Icon icon_warning { + get { + object obj = ResourceManager.GetObject("icon_warning", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> internal static System.Drawing.Bitmap info {