comparison 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
comparison
equal deleted inserted replaced
7:8486ab7d2357 8:052aa62cb42a
119 return ((System.Drawing.Bitmap)(obj)); 119 return ((System.Drawing.Bitmap)(obj));
120 } 120 }
121 } 121 }
122 122
123 /// <summary> 123 /// <summary>
124 /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
125 /// </summary>
126 internal static System.Drawing.Icon icon {
127 get {
128 object obj = ResourceManager.GetObject("icon", resourceCulture);
129 return ((System.Drawing.Icon)(obj));
130 }
131 }
132
133 /// <summary>
134 /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
135 /// </summary>
136 internal static System.Drawing.Icon icon_error {
137 get {
138 object obj = ResourceManager.GetObject("icon_error", resourceCulture);
139 return ((System.Drawing.Icon)(obj));
140 }
141 }
142
143 /// <summary>
144 /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
145 /// </summary>
146 internal static System.Drawing.Icon icon_info {
147 get {
148 object obj = ResourceManager.GetObject("icon_info", resourceCulture);
149 return ((System.Drawing.Icon)(obj));
150 }
151 }
152
153 /// <summary>
154 /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
155 /// </summary>
156 internal static System.Drawing.Icon icon_warning {
157 get {
158 object obj = ResourceManager.GetObject("icon_warning", resourceCulture);
159 return ((System.Drawing.Icon)(obj));
160 }
161 }
162
163 /// <summary>
124 /// Looks up a localized resource of type System.Drawing.Bitmap. 164 /// Looks up a localized resource of type System.Drawing.Bitmap.
125 /// </summary> 165 /// </summary>
126 internal static System.Drawing.Bitmap info { 166 internal static System.Drawing.Bitmap info {
127 get { 167 get {
128 object obj = ResourceManager.GetObject("info", resourceCulture); 168 object obj = ResourceManager.GetObject("info", resourceCulture);