1 | //------------------------------------------------------------------------------
|
---|
2 | // <auto-generated>
|
---|
3 | // This code was generated by a tool.
|
---|
4 | // Runtime Version:4.0.30319.34014
|
---|
5 | //
|
---|
6 | // Changes to this file may cause incorrect behavior and will be lost if
|
---|
7 | // the code is regenerated.
|
---|
8 | // </auto-generated>
|
---|
9 | //------------------------------------------------------------------------------
|
---|
10 |
|
---|
11 | namespace HeuristicLab.Common.Resources {
|
---|
12 | using System;
|
---|
13 |
|
---|
14 |
|
---|
15 | /// <summary>
|
---|
16 | /// A strongly-typed resource class, for looking up localized strings, etc.
|
---|
17 | /// </summary>
|
---|
18 | // This class was auto-generated by the StronglyTypedResourceBuilder
|
---|
19 | // class via a tool like ResGen or Visual Studio.
|
---|
20 | // To add or remove a member, edit your .ResX file then rerun ResGen
|
---|
21 | // with the /str option, or rebuild your VS project.
|
---|
22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
---|
23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
---|
25 | public class VSImageLibrary {
|
---|
26 |
|
---|
27 | private static global::System.Resources.ResourceManager resourceMan;
|
---|
28 |
|
---|
29 | private static global::System.Globalization.CultureInfo resourceCulture;
|
---|
30 |
|
---|
31 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
---|
32 | internal VSImageLibrary() {
|
---|
33 | }
|
---|
34 |
|
---|
35 | /// <summary>
|
---|
36 | /// Returns the cached ResourceManager instance used by this class.
|
---|
37 | /// </summary>
|
---|
38 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
---|
39 | public static global::System.Resources.ResourceManager ResourceManager {
|
---|
40 | get {
|
---|
41 | if (object.ReferenceEquals(resourceMan, null)) {
|
---|
42 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Common.Resources.VSImageLibrary", typeof(VSImageLibrary).Assembly);
|
---|
43 | resourceMan = temp;
|
---|
44 | }
|
---|
45 | return resourceMan;
|
---|
46 | }
|
---|
47 | }
|
---|
48 |
|
---|
49 | /// <summary>
|
---|
50 | /// Overrides the current thread's CurrentUICulture property for all
|
---|
51 | /// resource lookups using this strongly typed resource class.
|
---|
52 | /// </summary>
|
---|
53 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
---|
54 | public static global::System.Globalization.CultureInfo Culture {
|
---|
55 | get {
|
---|
56 | return resourceCulture;
|
---|
57 | }
|
---|
58 | set {
|
---|
59 | resourceCulture = value;
|
---|
60 | }
|
---|
61 | }
|
---|
62 |
|
---|
63 | /// <summary>
|
---|
64 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
65 | /// </summary>
|
---|
66 | public static System.Drawing.Bitmap ActualSize {
|
---|
67 | get {
|
---|
68 | object obj = ResourceManager.GetObject("ActualSize", resourceCulture);
|
---|
69 | return ((System.Drawing.Bitmap)(obj));
|
---|
70 | }
|
---|
71 | }
|
---|
72 |
|
---|
73 | /// <summary>
|
---|
74 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
75 | /// </summary>
|
---|
76 | public static System.Drawing.Bitmap Add {
|
---|
77 | get {
|
---|
78 | object obj = ResourceManager.GetObject("Add", resourceCulture);
|
---|
79 | return ((System.Drawing.Bitmap)(obj));
|
---|
80 | }
|
---|
81 | }
|
---|
82 |
|
---|
83 | /// <summary>
|
---|
84 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
85 | /// </summary>
|
---|
86 | public static System.Drawing.Bitmap ArrowDown {
|
---|
87 | get {
|
---|
88 | object obj = ResourceManager.GetObject("ArrowDown", resourceCulture);
|
---|
89 | return ((System.Drawing.Bitmap)(obj));
|
---|
90 | }
|
---|
91 | }
|
---|
92 |
|
---|
93 | /// <summary>
|
---|
94 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
95 | /// </summary>
|
---|
96 | public static System.Drawing.Bitmap ArrowUp {
|
---|
97 | get {
|
---|
98 | object obj = ResourceManager.GetObject("ArrowUp", resourceCulture);
|
---|
99 | return ((System.Drawing.Bitmap)(obj));
|
---|
100 | }
|
---|
101 | }
|
---|
102 |
|
---|
103 | /// <summary>
|
---|
104 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
105 | /// </summary>
|
---|
106 | public static System.Drawing.Bitmap Assembly {
|
---|
107 | get {
|
---|
108 | object obj = ResourceManager.GetObject("Assembly", resourceCulture);
|
---|
109 | return ((System.Drawing.Bitmap)(obj));
|
---|
110 | }
|
---|
111 | }
|
---|
112 |
|
---|
113 | /// <summary>
|
---|
114 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
115 | /// </summary>
|
---|
116 | public static System.Drawing.Bitmap BatchRunPaused {
|
---|
117 | get {
|
---|
118 | object obj = ResourceManager.GetObject("BatchRunPaused", resourceCulture);
|
---|
119 | return ((System.Drawing.Bitmap)(obj));
|
---|
120 | }
|
---|
121 | }
|
---|
122 |
|
---|
123 | /// <summary>
|
---|
124 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
125 | /// </summary>
|
---|
126 | public static System.Drawing.Bitmap BatchRunPrepared {
|
---|
127 | get {
|
---|
128 | object obj = ResourceManager.GetObject("BatchRunPrepared", resourceCulture);
|
---|
129 | return ((System.Drawing.Bitmap)(obj));
|
---|
130 | }
|
---|
131 | }
|
---|
132 |
|
---|
133 | /// <summary>
|
---|
134 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
135 | /// </summary>
|
---|
136 | public static System.Drawing.Bitmap BatchRunStarted {
|
---|
137 | get {
|
---|
138 | object obj = ResourceManager.GetObject("BatchRunStarted", resourceCulture);
|
---|
139 | return ((System.Drawing.Bitmap)(obj));
|
---|
140 | }
|
---|
141 | }
|
---|
142 |
|
---|
143 | /// <summary>
|
---|
144 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
145 | /// </summary>
|
---|
146 | public static System.Drawing.Bitmap BatchRunStopped {
|
---|
147 | get {
|
---|
148 | object obj = ResourceManager.GetObject("BatchRunStopped", resourceCulture);
|
---|
149 | return ((System.Drawing.Bitmap)(obj));
|
---|
150 | }
|
---|
151 | }
|
---|
152 |
|
---|
153 | /// <summary>
|
---|
154 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
155 | /// </summary>
|
---|
156 | public static System.Drawing.Bitmap Breakpoint {
|
---|
157 | get {
|
---|
158 | object obj = ResourceManager.GetObject("Breakpoint", resourceCulture);
|
---|
159 | return ((System.Drawing.Bitmap)(obj));
|
---|
160 | }
|
---|
161 | }
|
---|
162 |
|
---|
163 | /// <summary>
|
---|
164 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
165 | /// </summary>
|
---|
166 | public static System.Drawing.Bitmap BreakpointActive {
|
---|
167 | get {
|
---|
168 | object obj = ResourceManager.GetObject("BreakpointActive", resourceCulture);
|
---|
169 | return ((System.Drawing.Bitmap)(obj));
|
---|
170 | }
|
---|
171 | }
|
---|
172 |
|
---|
173 | /// <summary>
|
---|
174 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
175 | /// </summary>
|
---|
176 | public static System.Drawing.Bitmap BreakpointInactive {
|
---|
177 | get {
|
---|
178 | object obj = ResourceManager.GetObject("BreakpointInactive", resourceCulture);
|
---|
179 | return ((System.Drawing.Bitmap)(obj));
|
---|
180 | }
|
---|
181 | }
|
---|
182 |
|
---|
183 | /// <summary>
|
---|
184 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
185 | /// </summary>
|
---|
186 | public static System.Drawing.Bitmap Cab {
|
---|
187 | get {
|
---|
188 | object obj = ResourceManager.GetObject("Cab", resourceCulture);
|
---|
189 | return ((System.Drawing.Bitmap)(obj));
|
---|
190 | }
|
---|
191 | }
|
---|
192 |
|
---|
193 | /// <summary>
|
---|
194 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
195 | /// </summary>
|
---|
196 | public static System.Drawing.Bitmap Camera {
|
---|
197 | get {
|
---|
198 | object obj = ResourceManager.GetObject("Camera", resourceCulture);
|
---|
199 | return ((System.Drawing.Bitmap)(obj));
|
---|
200 | }
|
---|
201 | }
|
---|
202 |
|
---|
203 | /// <summary>
|
---|
204 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
205 | /// </summary>
|
---|
206 | public static System.Drawing.Bitmap Checkout {
|
---|
207 | get {
|
---|
208 | object obj = ResourceManager.GetObject("Checkout", resourceCulture);
|
---|
209 | return ((System.Drawing.Bitmap)(obj));
|
---|
210 | }
|
---|
211 | }
|
---|
212 |
|
---|
213 | /// <summary>
|
---|
214 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
215 | /// </summary>
|
---|
216 | public static System.Drawing.Bitmap Class {
|
---|
217 | get {
|
---|
218 | object obj = ResourceManager.GetObject("Class", resourceCulture);
|
---|
219 | return ((System.Drawing.Bitmap)(obj));
|
---|
220 | }
|
---|
221 | }
|
---|
222 |
|
---|
223 | /// <summary>
|
---|
224 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
225 | /// </summary>
|
---|
226 | public static System.Drawing.Bitmap Clone {
|
---|
227 | get {
|
---|
228 | object obj = ResourceManager.GetObject("Clone", resourceCulture);
|
---|
229 | return ((System.Drawing.Bitmap)(obj));
|
---|
230 | }
|
---|
231 | }
|
---|
232 |
|
---|
233 | /// <summary>
|
---|
234 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
235 | /// </summary>
|
---|
236 | public static System.Drawing.Bitmap Collapse {
|
---|
237 | get {
|
---|
238 | object obj = ResourceManager.GetObject("Collapse", resourceCulture);
|
---|
239 | return ((System.Drawing.Bitmap)(obj));
|
---|
240 | }
|
---|
241 | }
|
---|
242 |
|
---|
243 | /// <summary>
|
---|
244 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
245 | /// </summary>
|
---|
246 | public static System.Drawing.Bitmap Comment {
|
---|
247 | get {
|
---|
248 | object obj = ResourceManager.GetObject("Comment", resourceCulture);
|
---|
249 | return ((System.Drawing.Bitmap)(obj));
|
---|
250 | }
|
---|
251 | }
|
---|
252 |
|
---|
253 | /// <summary>
|
---|
254 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
255 | /// </summary>
|
---|
256 | public static System.Drawing.Bitmap Component {
|
---|
257 | get {
|
---|
258 | object obj = ResourceManager.GetObject("Component", resourceCulture);
|
---|
259 | return ((System.Drawing.Bitmap)(obj));
|
---|
260 | }
|
---|
261 | }
|
---|
262 |
|
---|
263 | /// <summary>
|
---|
264 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
265 | /// </summary>
|
---|
266 | public static System.Drawing.Bitmap Constant {
|
---|
267 | get {
|
---|
268 | object obj = ResourceManager.GetObject("Constant", resourceCulture);
|
---|
269 | return ((System.Drawing.Bitmap)(obj));
|
---|
270 | }
|
---|
271 | }
|
---|
272 |
|
---|
273 | /// <summary>
|
---|
274 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
275 | /// </summary>
|
---|
276 | public static System.Drawing.Bitmap Control {
|
---|
277 | get {
|
---|
278 | object obj = ResourceManager.GetObject("Control", resourceCulture);
|
---|
279 | return ((System.Drawing.Bitmap)(obj));
|
---|
280 | }
|
---|
281 | }
|
---|
282 |
|
---|
283 | /// <summary>
|
---|
284 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
285 | /// </summary>
|
---|
286 | public static System.Drawing.Bitmap Copy {
|
---|
287 | get {
|
---|
288 | object obj = ResourceManager.GetObject("Copy", resourceCulture);
|
---|
289 | return ((System.Drawing.Bitmap)(obj));
|
---|
290 | }
|
---|
291 | }
|
---|
292 |
|
---|
293 | /// <summary>
|
---|
294 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
295 | /// </summary>
|
---|
296 | public static System.Drawing.Bitmap Cut {
|
---|
297 | get {
|
---|
298 | object obj = ResourceManager.GetObject("Cut", resourceCulture);
|
---|
299 | return ((System.Drawing.Bitmap)(obj));
|
---|
300 | }
|
---|
301 | }
|
---|
302 |
|
---|
303 | /// <summary>
|
---|
304 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
305 | /// </summary>
|
---|
306 | public static System.Drawing.Bitmap Database {
|
---|
307 | get {
|
---|
308 | object obj = ResourceManager.GetObject("Database", resourceCulture);
|
---|
309 | return ((System.Drawing.Bitmap)(obj));
|
---|
310 | }
|
---|
311 | }
|
---|
312 |
|
---|
313 | /// <summary>
|
---|
314 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
315 | /// </summary>
|
---|
316 | public static System.Drawing.Bitmap DatabaseModified {
|
---|
317 | get {
|
---|
318 | object obj = ResourceManager.GetObject("DatabaseModified", resourceCulture);
|
---|
319 | return ((System.Drawing.Bitmap)(obj));
|
---|
320 | }
|
---|
321 | }
|
---|
322 |
|
---|
323 | /// <summary>
|
---|
324 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
325 | /// </summary>
|
---|
326 | public static System.Drawing.Bitmap Default {
|
---|
327 | get {
|
---|
328 | object obj = ResourceManager.GetObject("Default", resourceCulture);
|
---|
329 | return ((System.Drawing.Bitmap)(obj));
|
---|
330 | }
|
---|
331 | }
|
---|
332 |
|
---|
333 | /// <summary>
|
---|
334 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
335 | /// </summary>
|
---|
336 | public static System.Drawing.Bitmap Delegate {
|
---|
337 | get {
|
---|
338 | object obj = ResourceManager.GetObject("Delegate", resourceCulture);
|
---|
339 | return ((System.Drawing.Bitmap)(obj));
|
---|
340 | }
|
---|
341 | }
|
---|
342 |
|
---|
343 | /// <summary>
|
---|
344 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
345 | /// </summary>
|
---|
346 | public static System.Drawing.Bitmap Delete {
|
---|
347 | get {
|
---|
348 | object obj = ResourceManager.GetObject("Delete", resourceCulture);
|
---|
349 | return ((System.Drawing.Bitmap)(obj));
|
---|
350 | }
|
---|
351 | }
|
---|
352 |
|
---|
353 | /// <summary>
|
---|
354 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
355 | /// </summary>
|
---|
356 | public static System.Drawing.Bitmap DeleteFolder {
|
---|
357 | get {
|
---|
358 | object obj = ResourceManager.GetObject("DeleteFolder", resourceCulture);
|
---|
359 | return ((System.Drawing.Bitmap)(obj));
|
---|
360 | }
|
---|
361 | }
|
---|
362 |
|
---|
363 | /// <summary>
|
---|
364 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
365 | /// </summary>
|
---|
366 | public static System.Drawing.Bitmap Disconnect {
|
---|
367 | get {
|
---|
368 | object obj = ResourceManager.GetObject("Disconnect", resourceCulture);
|
---|
369 | return ((System.Drawing.Bitmap)(obj));
|
---|
370 | }
|
---|
371 | }
|
---|
372 |
|
---|
373 | /// <summary>
|
---|
374 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
375 | /// </summary>
|
---|
376 | public static System.Drawing.Bitmap DisplayInColor {
|
---|
377 | get {
|
---|
378 | object obj = ResourceManager.GetObject("DisplayInColor", resourceCulture);
|
---|
379 | return ((System.Drawing.Bitmap)(obj));
|
---|
380 | }
|
---|
381 | }
|
---|
382 |
|
---|
383 | /// <summary>
|
---|
384 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
385 | /// </summary>
|
---|
386 | public static System.Drawing.Bitmap DisplayInColorVertical {
|
---|
387 | get {
|
---|
388 | object obj = ResourceManager.GetObject("DisplayInColorVertical", resourceCulture);
|
---|
389 | return ((System.Drawing.Bitmap)(obj));
|
---|
390 | }
|
---|
391 | }
|
---|
392 |
|
---|
393 | /// <summary>
|
---|
394 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
395 | /// </summary>
|
---|
396 | public static System.Drawing.Bitmap Document {
|
---|
397 | get {
|
---|
398 | object obj = ResourceManager.GetObject("Document", resourceCulture);
|
---|
399 | return ((System.Drawing.Bitmap)(obj));
|
---|
400 | }
|
---|
401 | }
|
---|
402 |
|
---|
403 | /// <summary>
|
---|
404 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
405 | /// </summary>
|
---|
406 | public static System.Drawing.Bitmap Drive {
|
---|
407 | get {
|
---|
408 | object obj = ResourceManager.GetObject("Drive", resourceCulture);
|
---|
409 | return ((System.Drawing.Bitmap)(obj));
|
---|
410 | }
|
---|
411 | }
|
---|
412 |
|
---|
413 | /// <summary>
|
---|
414 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
415 | /// </summary>
|
---|
416 | public static System.Drawing.Bitmap Edit {
|
---|
417 | get {
|
---|
418 | object obj = ResourceManager.GetObject("Edit", resourceCulture);
|
---|
419 | return ((System.Drawing.Bitmap)(obj));
|
---|
420 | }
|
---|
421 | }
|
---|
422 |
|
---|
423 | /// <summary>
|
---|
424 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
425 | /// </summary>
|
---|
426 | public static System.Drawing.Bitmap EditBrightnessContrast {
|
---|
427 | get {
|
---|
428 | object obj = ResourceManager.GetObject("EditBrightnessContrast", resourceCulture);
|
---|
429 | return ((System.Drawing.Bitmap)(obj));
|
---|
430 | }
|
---|
431 | }
|
---|
432 |
|
---|
433 | /// <summary>
|
---|
434 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
435 | /// </summary>
|
---|
436 | public static System.Drawing.Bitmap EditInformation {
|
---|
437 | get {
|
---|
438 | object obj = ResourceManager.GetObject("EditInformation", resourceCulture);
|
---|
439 | return ((System.Drawing.Bitmap)(obj));
|
---|
440 | }
|
---|
441 | }
|
---|
442 |
|
---|
443 | /// <summary>
|
---|
444 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
445 | /// </summary>
|
---|
446 | public static System.Drawing.Bitmap EditTable {
|
---|
447 | get {
|
---|
448 | object obj = ResourceManager.GetObject("EditTable", resourceCulture);
|
---|
449 | return ((System.Drawing.Bitmap)(obj));
|
---|
450 | }
|
---|
451 | }
|
---|
452 |
|
---|
453 | /// <summary>
|
---|
454 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
455 | /// </summary>
|
---|
456 | public static System.Drawing.Bitmap Enum {
|
---|
457 | get {
|
---|
458 | object obj = ResourceManager.GetObject("Enum", resourceCulture);
|
---|
459 | return ((System.Drawing.Bitmap)(obj));
|
---|
460 | }
|
---|
461 | }
|
---|
462 |
|
---|
463 | /// <summary>
|
---|
464 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
465 | /// </summary>
|
---|
466 | public static System.Drawing.Bitmap EnumItem {
|
---|
467 | get {
|
---|
468 | object obj = ResourceManager.GetObject("EnumItem", resourceCulture);
|
---|
469 | return ((System.Drawing.Bitmap)(obj));
|
---|
470 | }
|
---|
471 | }
|
---|
472 |
|
---|
473 | /// <summary>
|
---|
474 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
475 | /// </summary>
|
---|
476 | public static System.Drawing.Bitmap Error {
|
---|
477 | get {
|
---|
478 | object obj = ResourceManager.GetObject("Error", resourceCulture);
|
---|
479 | return ((System.Drawing.Bitmap)(obj));
|
---|
480 | }
|
---|
481 | }
|
---|
482 |
|
---|
483 | /// <summary>
|
---|
484 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
485 | /// </summary>
|
---|
486 | public static System.Drawing.Bitmap Event {
|
---|
487 | get {
|
---|
488 | object obj = ResourceManager.GetObject("Event", resourceCulture);
|
---|
489 | return ((System.Drawing.Bitmap)(obj));
|
---|
490 | }
|
---|
491 | }
|
---|
492 |
|
---|
493 | /// <summary>
|
---|
494 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
495 | /// </summary>
|
---|
496 | public static System.Drawing.Bitmap Exception {
|
---|
497 | get {
|
---|
498 | object obj = ResourceManager.GetObject("Exception", resourceCulture);
|
---|
499 | return ((System.Drawing.Bitmap)(obj));
|
---|
500 | }
|
---|
501 | }
|
---|
502 |
|
---|
503 | /// <summary>
|
---|
504 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
505 | /// </summary>
|
---|
506 | public static System.Drawing.Bitmap ExecutablePaused {
|
---|
507 | get {
|
---|
508 | object obj = ResourceManager.GetObject("ExecutablePaused", resourceCulture);
|
---|
509 | return ((System.Drawing.Bitmap)(obj));
|
---|
510 | }
|
---|
511 | }
|
---|
512 |
|
---|
513 | /// <summary>
|
---|
514 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
515 | /// </summary>
|
---|
516 | public static System.Drawing.Bitmap ExecutablePrepared {
|
---|
517 | get {
|
---|
518 | object obj = ResourceManager.GetObject("ExecutablePrepared", resourceCulture);
|
---|
519 | return ((System.Drawing.Bitmap)(obj));
|
---|
520 | }
|
---|
521 | }
|
---|
522 |
|
---|
523 | /// <summary>
|
---|
524 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
525 | /// </summary>
|
---|
526 | public static System.Drawing.Bitmap ExecutableStarted {
|
---|
527 | get {
|
---|
528 | object obj = ResourceManager.GetObject("ExecutableStarted", resourceCulture);
|
---|
529 | return ((System.Drawing.Bitmap)(obj));
|
---|
530 | }
|
---|
531 | }
|
---|
532 |
|
---|
533 | /// <summary>
|
---|
534 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
535 | /// </summary>
|
---|
536 | public static System.Drawing.Bitmap ExecutableStopped {
|
---|
537 | get {
|
---|
538 | object obj = ResourceManager.GetObject("ExecutableStopped", resourceCulture);
|
---|
539 | return ((System.Drawing.Bitmap)(obj));
|
---|
540 | }
|
---|
541 | }
|
---|
542 |
|
---|
543 | /// <summary>
|
---|
544 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
545 | /// </summary>
|
---|
546 | public static System.Drawing.Bitmap Expand {
|
---|
547 | get {
|
---|
548 | object obj = ResourceManager.GetObject("Expand", resourceCulture);
|
---|
549 | return ((System.Drawing.Bitmap)(obj));
|
---|
550 | }
|
---|
551 | }
|
---|
552 |
|
---|
553 | /// <summary>
|
---|
554 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
555 | /// </summary>
|
---|
556 | public static System.Drawing.Bitmap ExperimentPaused {
|
---|
557 | get {
|
---|
558 | object obj = ResourceManager.GetObject("ExperimentPaused", resourceCulture);
|
---|
559 | return ((System.Drawing.Bitmap)(obj));
|
---|
560 | }
|
---|
561 | }
|
---|
562 |
|
---|
563 | /// <summary>
|
---|
564 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
565 | /// </summary>
|
---|
566 | public static System.Drawing.Bitmap ExperimentPrepared {
|
---|
567 | get {
|
---|
568 | object obj = ResourceManager.GetObject("ExperimentPrepared", resourceCulture);
|
---|
569 | return ((System.Drawing.Bitmap)(obj));
|
---|
570 | }
|
---|
571 | }
|
---|
572 |
|
---|
573 | /// <summary>
|
---|
574 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
575 | /// </summary>
|
---|
576 | public static System.Drawing.Bitmap ExperimentStarted {
|
---|
577 | get {
|
---|
578 | object obj = ResourceManager.GetObject("ExperimentStarted", resourceCulture);
|
---|
579 | return ((System.Drawing.Bitmap)(obj));
|
---|
580 | }
|
---|
581 | }
|
---|
582 |
|
---|
583 | /// <summary>
|
---|
584 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
585 | /// </summary>
|
---|
586 | public static System.Drawing.Bitmap ExperimentStopped {
|
---|
587 | get {
|
---|
588 | object obj = ResourceManager.GetObject("ExperimentStopped", resourceCulture);
|
---|
589 | return ((System.Drawing.Bitmap)(obj));
|
---|
590 | }
|
---|
591 | }
|
---|
592 |
|
---|
593 | /// <summary>
|
---|
594 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
595 | /// </summary>
|
---|
596 | public static System.Drawing.Bitmap Field {
|
---|
597 | get {
|
---|
598 | object obj = ResourceManager.GetObject("Field", resourceCulture);
|
---|
599 | return ((System.Drawing.Bitmap)(obj));
|
---|
600 | }
|
---|
601 | }
|
---|
602 |
|
---|
603 | /// <summary>
|
---|
604 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
605 | /// </summary>
|
---|
606 | public static System.Drawing.Bitmap File {
|
---|
607 | get {
|
---|
608 | object obj = ResourceManager.GetObject("File", resourceCulture);
|
---|
609 | return ((System.Drawing.Bitmap)(obj));
|
---|
610 | }
|
---|
611 | }
|
---|
612 |
|
---|
613 | /// <summary>
|
---|
614 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
615 | /// </summary>
|
---|
616 | public static System.Drawing.Bitmap Filter {
|
---|
617 | get {
|
---|
618 | object obj = ResourceManager.GetObject("Filter", resourceCulture);
|
---|
619 | return ((System.Drawing.Bitmap)(obj));
|
---|
620 | }
|
---|
621 | }
|
---|
622 |
|
---|
623 | /// <summary>
|
---|
624 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
625 | /// </summary>
|
---|
626 | public static System.Drawing.Bitmap FlagBlue {
|
---|
627 | get {
|
---|
628 | object obj = ResourceManager.GetObject("FlagBlue", resourceCulture);
|
---|
629 | return ((System.Drawing.Bitmap)(obj));
|
---|
630 | }
|
---|
631 | }
|
---|
632 |
|
---|
633 | /// <summary>
|
---|
634 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
635 | /// </summary>
|
---|
636 | public static System.Drawing.Bitmap FlagGreen {
|
---|
637 | get {
|
---|
638 | object obj = ResourceManager.GetObject("FlagGreen", resourceCulture);
|
---|
639 | return ((System.Drawing.Bitmap)(obj));
|
---|
640 | }
|
---|
641 | }
|
---|
642 |
|
---|
643 | /// <summary>
|
---|
644 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
645 | /// </summary>
|
---|
646 | public static System.Drawing.Bitmap FlagRed {
|
---|
647 | get {
|
---|
648 | object obj = ResourceManager.GetObject("FlagRed", resourceCulture);
|
---|
649 | return ((System.Drawing.Bitmap)(obj));
|
---|
650 | }
|
---|
651 | }
|
---|
652 |
|
---|
653 | /// <summary>
|
---|
654 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
655 | /// </summary>
|
---|
656 | public static System.Drawing.Bitmap FormulaEvaluator {
|
---|
657 | get {
|
---|
658 | object obj = ResourceManager.GetObject("FormulaEvaluator", resourceCulture);
|
---|
659 | return ((System.Drawing.Bitmap)(obj));
|
---|
660 | }
|
---|
661 | }
|
---|
662 |
|
---|
663 | /// <summary>
|
---|
664 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
665 | /// </summary>
|
---|
666 | public static System.Drawing.Bitmap Function {
|
---|
667 | get {
|
---|
668 | object obj = ResourceManager.GetObject("Function", resourceCulture);
|
---|
669 | return ((System.Drawing.Bitmap)(obj));
|
---|
670 | }
|
---|
671 | }
|
---|
672 |
|
---|
673 | /// <summary>
|
---|
674 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
675 | /// </summary>
|
---|
676 | public static System.Drawing.Bitmap Gradient {
|
---|
677 | get {
|
---|
678 | object obj = ResourceManager.GetObject("Gradient", resourceCulture);
|
---|
679 | return ((System.Drawing.Bitmap)(obj));
|
---|
680 | }
|
---|
681 | }
|
---|
682 |
|
---|
683 | /// <summary>
|
---|
684 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
685 | /// </summary>
|
---|
686 | public static System.Drawing.Bitmap Graph {
|
---|
687 | get {
|
---|
688 | object obj = ResourceManager.GetObject("Graph", resourceCulture);
|
---|
689 | return ((System.Drawing.Bitmap)(obj));
|
---|
690 | }
|
---|
691 | }
|
---|
692 |
|
---|
693 | /// <summary>
|
---|
694 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
695 | /// </summary>
|
---|
696 | public static System.Drawing.Bitmap Help {
|
---|
697 | get {
|
---|
698 | object obj = ResourceManager.GetObject("Help", resourceCulture);
|
---|
699 | return ((System.Drawing.Bitmap)(obj));
|
---|
700 | }
|
---|
701 | }
|
---|
702 |
|
---|
703 | /// <summary>
|
---|
704 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
705 | /// </summary>
|
---|
706 | public static System.Drawing.Bitmap HiddenField {
|
---|
707 | get {
|
---|
708 | object obj = ResourceManager.GetObject("HiddenField", resourceCulture);
|
---|
709 | return ((System.Drawing.Bitmap)(obj));
|
---|
710 | }
|
---|
711 | }
|
---|
712 |
|
---|
713 | /// <summary>
|
---|
714 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
715 | /// </summary>
|
---|
716 | public static System.Drawing.Bitmap HighPriorityLarge {
|
---|
717 | get {
|
---|
718 | object obj = ResourceManager.GetObject("HighPriorityLarge", resourceCulture);
|
---|
719 | return ((System.Drawing.Bitmap)(obj));
|
---|
720 | }
|
---|
721 | }
|
---|
722 |
|
---|
723 | /// <summary>
|
---|
724 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
725 | /// </summary>
|
---|
726 | public static System.Drawing.Bitmap Image {
|
---|
727 | get {
|
---|
728 | object obj = ResourceManager.GetObject("Image", resourceCulture);
|
---|
729 | return ((System.Drawing.Bitmap)(obj));
|
---|
730 | }
|
---|
731 | }
|
---|
732 |
|
---|
733 | /// <summary>
|
---|
734 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
735 | /// </summary>
|
---|
736 | public static System.Drawing.Bitmap Information {
|
---|
737 | get {
|
---|
738 | object obj = ResourceManager.GetObject("Information", resourceCulture);
|
---|
739 | return ((System.Drawing.Bitmap)(obj));
|
---|
740 | }
|
---|
741 | }
|
---|
742 |
|
---|
743 | /// <summary>
|
---|
744 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
745 | /// </summary>
|
---|
746 | public static System.Drawing.Bitmap InformationLarge {
|
---|
747 | get {
|
---|
748 | object obj = ResourceManager.GetObject("InformationLarge", resourceCulture);
|
---|
749 | return ((System.Drawing.Bitmap)(obj));
|
---|
750 | }
|
---|
751 | }
|
---|
752 |
|
---|
753 | /// <summary>
|
---|
754 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
755 | /// </summary>
|
---|
756 | public static System.Drawing.Bitmap Install {
|
---|
757 | get {
|
---|
758 | object obj = ResourceManager.GetObject("Install", resourceCulture);
|
---|
759 | return ((System.Drawing.Bitmap)(obj));
|
---|
760 | }
|
---|
761 | }
|
---|
762 |
|
---|
763 | /// <summary>
|
---|
764 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
765 | /// </summary>
|
---|
766 | public static System.Drawing.Bitmap Interface {
|
---|
767 | get {
|
---|
768 | object obj = ResourceManager.GetObject("Interface", resourceCulture);
|
---|
769 | return ((System.Drawing.Bitmap)(obj));
|
---|
770 | }
|
---|
771 | }
|
---|
772 |
|
---|
773 | /// <summary>
|
---|
774 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
775 | /// </summary>
|
---|
776 | public static System.Drawing.Bitmap Internet {
|
---|
777 | get {
|
---|
778 | object obj = ResourceManager.GetObject("Internet", resourceCulture);
|
---|
779 | return ((System.Drawing.Bitmap)(obj));
|
---|
780 | }
|
---|
781 | }
|
---|
782 |
|
---|
783 | /// <summary>
|
---|
784 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
785 | /// </summary>
|
---|
786 | public static System.Drawing.Bitmap Library {
|
---|
787 | get {
|
---|
788 | object obj = ResourceManager.GetObject("Library", resourceCulture);
|
---|
789 | return ((System.Drawing.Bitmap)(obj));
|
---|
790 | }
|
---|
791 | }
|
---|
792 |
|
---|
793 | /// <summary>
|
---|
794 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
795 | /// </summary>
|
---|
796 | public static System.Drawing.Bitmap Macro {
|
---|
797 | get {
|
---|
798 | object obj = ResourceManager.GetObject("Macro", resourceCulture);
|
---|
799 | return ((System.Drawing.Bitmap)(obj));
|
---|
800 | }
|
---|
801 | }
|
---|
802 |
|
---|
803 | /// <summary>
|
---|
804 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
805 | /// </summary>
|
---|
806 | public static System.Drawing.Bitmap Map {
|
---|
807 | get {
|
---|
808 | object obj = ResourceManager.GetObject("Map", resourceCulture);
|
---|
809 | return ((System.Drawing.Bitmap)(obj));
|
---|
810 | }
|
---|
811 | }
|
---|
812 |
|
---|
813 | /// <summary>
|
---|
814 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
815 | /// </summary>
|
---|
816 | public static System.Drawing.Bitmap MapItem {
|
---|
817 | get {
|
---|
818 | object obj = ResourceManager.GetObject("MapItem", resourceCulture);
|
---|
819 | return ((System.Drawing.Bitmap)(obj));
|
---|
820 | }
|
---|
821 | }
|
---|
822 |
|
---|
823 | /// <summary>
|
---|
824 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
825 | /// </summary>
|
---|
826 | public static System.Drawing.Bitmap Method {
|
---|
827 | get {
|
---|
828 | object obj = ResourceManager.GetObject("Method", resourceCulture);
|
---|
829 | return ((System.Drawing.Bitmap)(obj));
|
---|
830 | }
|
---|
831 | }
|
---|
832 |
|
---|
833 | /// <summary>
|
---|
834 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
835 | /// </summary>
|
---|
836 | public static System.Drawing.Bitmap MethodOverload {
|
---|
837 | get {
|
---|
838 | object obj = ResourceManager.GetObject("MethodOverload", resourceCulture);
|
---|
839 | return ((System.Drawing.Bitmap)(obj));
|
---|
840 | }
|
---|
841 | }
|
---|
842 |
|
---|
843 | /// <summary>
|
---|
844 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
845 | /// </summary>
|
---|
846 | public static System.Drawing.Bitmap Module {
|
---|
847 | get {
|
---|
848 | object obj = ResourceManager.GetObject("Module", resourceCulture);
|
---|
849 | return ((System.Drawing.Bitmap)(obj));
|
---|
850 | }
|
---|
851 | }
|
---|
852 |
|
---|
853 | /// <summary>
|
---|
854 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
855 | /// </summary>
|
---|
856 | public static System.Drawing.Bitmap MonitorLarge {
|
---|
857 | get {
|
---|
858 | object obj = ResourceManager.GetObject("MonitorLarge", resourceCulture);
|
---|
859 | return ((System.Drawing.Bitmap)(obj));
|
---|
860 | }
|
---|
861 | }
|
---|
862 |
|
---|
863 | /// <summary>
|
---|
864 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
865 | /// </summary>
|
---|
866 | public static System.Drawing.Bitmap MoveFirst {
|
---|
867 | get {
|
---|
868 | object obj = ResourceManager.GetObject("MoveFirst", resourceCulture);
|
---|
869 | return ((System.Drawing.Bitmap)(obj));
|
---|
870 | }
|
---|
871 | }
|
---|
872 |
|
---|
873 | /// <summary>
|
---|
874 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
875 | /// </summary>
|
---|
876 | public static System.Drawing.Bitmap MoveLast {
|
---|
877 | get {
|
---|
878 | object obj = ResourceManager.GetObject("MoveLast", resourceCulture);
|
---|
879 | return ((System.Drawing.Bitmap)(obj));
|
---|
880 | }
|
---|
881 | }
|
---|
882 |
|
---|
883 | /// <summary>
|
---|
884 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
885 | /// </summary>
|
---|
886 | public static System.Drawing.Bitmap MoveNext {
|
---|
887 | get {
|
---|
888 | object obj = ResourceManager.GetObject("MoveNext", resourceCulture);
|
---|
889 | return ((System.Drawing.Bitmap)(obj));
|
---|
890 | }
|
---|
891 | }
|
---|
892 |
|
---|
893 | /// <summary>
|
---|
894 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
895 | /// </summary>
|
---|
896 | public static System.Drawing.Bitmap MovePrevious {
|
---|
897 | get {
|
---|
898 | object obj = ResourceManager.GetObject("MovePrevious", resourceCulture);
|
---|
899 | return ((System.Drawing.Bitmap)(obj));
|
---|
900 | }
|
---|
901 | }
|
---|
902 |
|
---|
903 | /// <summary>
|
---|
904 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
905 | /// </summary>
|
---|
906 | public static System.Drawing.Bitmap Namespace {
|
---|
907 | get {
|
---|
908 | object obj = ResourceManager.GetObject("Namespace", resourceCulture);
|
---|
909 | return ((System.Drawing.Bitmap)(obj));
|
---|
910 | }
|
---|
911 | }
|
---|
912 |
|
---|
913 | /// <summary>
|
---|
914 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
915 | /// </summary>
|
---|
916 | public static System.Drawing.Bitmap NetworkCenterLarge {
|
---|
917 | get {
|
---|
918 | object obj = ResourceManager.GetObject("NetworkCenterLarge", resourceCulture);
|
---|
919 | return ((System.Drawing.Bitmap)(obj));
|
---|
920 | }
|
---|
921 | }
|
---|
922 |
|
---|
923 | /// <summary>
|
---|
924 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
925 | /// </summary>
|
---|
926 | public static System.Drawing.Bitmap NetworkConnections {
|
---|
927 | get {
|
---|
928 | object obj = ResourceManager.GetObject("NetworkConnections", resourceCulture);
|
---|
929 | return ((System.Drawing.Bitmap)(obj));
|
---|
930 | }
|
---|
931 | }
|
---|
932 |
|
---|
933 | /// <summary>
|
---|
934 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
935 | /// </summary>
|
---|
936 | public static System.Drawing.Bitmap NewDocument {
|
---|
937 | get {
|
---|
938 | object obj = ResourceManager.GetObject("NewDocument", resourceCulture);
|
---|
939 | return ((System.Drawing.Bitmap)(obj));
|
---|
940 | }
|
---|
941 | }
|
---|
942 |
|
---|
943 | /// <summary>
|
---|
944 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
945 | /// </summary>
|
---|
946 | public static System.Drawing.Bitmap NewFolder {
|
---|
947 | get {
|
---|
948 | object obj = ResourceManager.GetObject("NewFolder", resourceCulture);
|
---|
949 | return ((System.Drawing.Bitmap)(obj));
|
---|
950 | }
|
---|
951 | }
|
---|
952 |
|
---|
953 | /// <summary>
|
---|
954 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
955 | /// </summary>
|
---|
956 | public static System.Drawing.Bitmap Nothing {
|
---|
957 | get {
|
---|
958 | object obj = ResourceManager.GetObject("Nothing", resourceCulture);
|
---|
959 | return ((System.Drawing.Bitmap)(obj));
|
---|
960 | }
|
---|
961 | }
|
---|
962 |
|
---|
963 | /// <summary>
|
---|
964 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
965 | /// </summary>
|
---|
966 | public static System.Drawing.Bitmap Object {
|
---|
967 | get {
|
---|
968 | object obj = ResourceManager.GetObject("Object", resourceCulture);
|
---|
969 | return ((System.Drawing.Bitmap)(obj));
|
---|
970 | }
|
---|
971 | }
|
---|
972 |
|
---|
973 | /// <summary>
|
---|
974 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
975 | /// </summary>
|
---|
976 | public static System.Drawing.Bitmap Open {
|
---|
977 | get {
|
---|
978 | object obj = ResourceManager.GetObject("Open", resourceCulture);
|
---|
979 | return ((System.Drawing.Bitmap)(obj));
|
---|
980 | }
|
---|
981 | }
|
---|
982 |
|
---|
983 | /// <summary>
|
---|
984 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
985 | /// </summary>
|
---|
986 | public static System.Drawing.Bitmap Operator {
|
---|
987 | get {
|
---|
988 | object obj = ResourceManager.GetObject("Operator", resourceCulture);
|
---|
989 | return ((System.Drawing.Bitmap)(obj));
|
---|
990 | }
|
---|
991 | }
|
---|
992 |
|
---|
993 | /// <summary>
|
---|
994 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
995 | /// </summary>
|
---|
996 | public static System.Drawing.Bitmap OrgChart {
|
---|
997 | get {
|
---|
998 | object obj = ResourceManager.GetObject("OrgChart", resourceCulture);
|
---|
999 | return ((System.Drawing.Bitmap)(obj));
|
---|
1000 | }
|
---|
1001 | }
|
---|
1002 |
|
---|
1003 | /// <summary>
|
---|
1004 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1005 | /// </summary>
|
---|
1006 | public static System.Drawing.Bitmap Paste {
|
---|
1007 | get {
|
---|
1008 | object obj = ResourceManager.GetObject("Paste", resourceCulture);
|
---|
1009 | return ((System.Drawing.Bitmap)(obj));
|
---|
1010 | }
|
---|
1011 | }
|
---|
1012 |
|
---|
1013 | /// <summary>
|
---|
1014 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1015 | /// </summary>
|
---|
1016 | public static System.Drawing.Bitmap Pause {
|
---|
1017 | get {
|
---|
1018 | object obj = ResourceManager.GetObject("Pause", resourceCulture);
|
---|
1019 | return ((System.Drawing.Bitmap)(obj));
|
---|
1020 | }
|
---|
1021 | }
|
---|
1022 |
|
---|
1023 | /// <summary>
|
---|
1024 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1025 | /// </summary>
|
---|
1026 | public static System.Drawing.Bitmap Performance {
|
---|
1027 | get {
|
---|
1028 | object obj = ResourceManager.GetObject("Performance", resourceCulture);
|
---|
1029 | return ((System.Drawing.Bitmap)(obj));
|
---|
1030 | }
|
---|
1031 | }
|
---|
1032 |
|
---|
1033 | /// <summary>
|
---|
1034 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1035 | /// </summary>
|
---|
1036 | public static System.Drawing.Bitmap PieChart {
|
---|
1037 | get {
|
---|
1038 | object obj = ResourceManager.GetObject("PieChart", resourceCulture);
|
---|
1039 | return ((System.Drawing.Bitmap)(obj));
|
---|
1040 | }
|
---|
1041 | }
|
---|
1042 |
|
---|
1043 | /// <summary>
|
---|
1044 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1045 | /// </summary>
|
---|
1046 | public static System.Drawing.Bitmap Play {
|
---|
1047 | get {
|
---|
1048 | object obj = ResourceManager.GetObject("Play", resourceCulture);
|
---|
1049 | return ((System.Drawing.Bitmap)(obj));
|
---|
1050 | }
|
---|
1051 | }
|
---|
1052 |
|
---|
1053 | /// <summary>
|
---|
1054 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1055 | /// </summary>
|
---|
1056 | public static System.Drawing.Bitmap Pointer {
|
---|
1057 | get {
|
---|
1058 | object obj = ResourceManager.GetObject("Pointer", resourceCulture);
|
---|
1059 | return ((System.Drawing.Bitmap)(obj));
|
---|
1060 | }
|
---|
1061 | }
|
---|
1062 |
|
---|
1063 | /// <summary>
|
---|
1064 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1065 | /// </summary>
|
---|
1066 | public static System.Drawing.Bitmap Print {
|
---|
1067 | get {
|
---|
1068 | object obj = ResourceManager.GetObject("Print", resourceCulture);
|
---|
1069 | return ((System.Drawing.Bitmap)(obj));
|
---|
1070 | }
|
---|
1071 | }
|
---|
1072 |
|
---|
1073 | /// <summary>
|
---|
1074 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1075 | /// </summary>
|
---|
1076 | public static System.Drawing.Bitmap PrintPreview {
|
---|
1077 | get {
|
---|
1078 | object obj = ResourceManager.GetObject("PrintPreview", resourceCulture);
|
---|
1079 | return ((System.Drawing.Bitmap)(obj));
|
---|
1080 | }
|
---|
1081 | }
|
---|
1082 |
|
---|
1083 | /// <summary>
|
---|
1084 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1085 | /// </summary>
|
---|
1086 | public static System.Drawing.Bitmap Properties {
|
---|
1087 | get {
|
---|
1088 | object obj = ResourceManager.GetObject("Properties", resourceCulture);
|
---|
1089 | return ((System.Drawing.Bitmap)(obj));
|
---|
1090 | }
|
---|
1091 | }
|
---|
1092 |
|
---|
1093 | /// <summary>
|
---|
1094 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1095 | /// </summary>
|
---|
1096 | public static System.Drawing.Bitmap ProtectForm {
|
---|
1097 | get {
|
---|
1098 | object obj = ResourceManager.GetObject("ProtectForm", resourceCulture);
|
---|
1099 | return ((System.Drawing.Bitmap)(obj));
|
---|
1100 | }
|
---|
1101 | }
|
---|
1102 |
|
---|
1103 | /// <summary>
|
---|
1104 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1105 | /// </summary>
|
---|
1106 | public static System.Drawing.Bitmap PublishToWeb {
|
---|
1107 | get {
|
---|
1108 | object obj = ResourceManager.GetObject("PublishToWeb", resourceCulture);
|
---|
1109 | return ((System.Drawing.Bitmap)(obj));
|
---|
1110 | }
|
---|
1111 | }
|
---|
1112 |
|
---|
1113 | /// <summary>
|
---|
1114 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1115 | /// </summary>
|
---|
1116 | public static System.Drawing.Bitmap RadialChart {
|
---|
1117 | get {
|
---|
1118 | object obj = ResourceManager.GetObject("RadialChart", resourceCulture);
|
---|
1119 | return ((System.Drawing.Bitmap)(obj));
|
---|
1120 | }
|
---|
1121 | }
|
---|
1122 |
|
---|
1123 | /// <summary>
|
---|
1124 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1125 | /// </summary>
|
---|
1126 | public static System.Drawing.Bitmap Redo {
|
---|
1127 | get {
|
---|
1128 | object obj = ResourceManager.GetObject("Redo", resourceCulture);
|
---|
1129 | return ((System.Drawing.Bitmap)(obj));
|
---|
1130 | }
|
---|
1131 | }
|
---|
1132 |
|
---|
1133 | /// <summary>
|
---|
1134 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1135 | /// </summary>
|
---|
1136 | public static System.Drawing.Bitmap Refresh {
|
---|
1137 | get {
|
---|
1138 | object obj = ResourceManager.GetObject("Refresh", resourceCulture);
|
---|
1139 | return ((System.Drawing.Bitmap)(obj));
|
---|
1140 | }
|
---|
1141 | }
|
---|
1142 |
|
---|
1143 | /// <summary>
|
---|
1144 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1145 | /// </summary>
|
---|
1146 | public static System.Drawing.Bitmap RefreshDocument {
|
---|
1147 | get {
|
---|
1148 | object obj = ResourceManager.GetObject("RefreshDocument", resourceCulture);
|
---|
1149 | return ((System.Drawing.Bitmap)(obj));
|
---|
1150 | }
|
---|
1151 | }
|
---|
1152 |
|
---|
1153 | /// <summary>
|
---|
1154 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1155 | /// </summary>
|
---|
1156 | public static System.Drawing.Bitmap Remove {
|
---|
1157 | get {
|
---|
1158 | object obj = ResourceManager.GetObject("Remove", resourceCulture);
|
---|
1159 | return ((System.Drawing.Bitmap)(obj));
|
---|
1160 | }
|
---|
1161 | }
|
---|
1162 |
|
---|
1163 | /// <summary>
|
---|
1164 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1165 | /// </summary>
|
---|
1166 | public static System.Drawing.Bitmap Restart {
|
---|
1167 | get {
|
---|
1168 | object obj = ResourceManager.GetObject("Restart", resourceCulture);
|
---|
1169 | return ((System.Drawing.Bitmap)(obj));
|
---|
1170 | }
|
---|
1171 | }
|
---|
1172 |
|
---|
1173 | /// <summary>
|
---|
1174 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1175 | /// </summary>
|
---|
1176 | public static System.Drawing.Bitmap Save {
|
---|
1177 | get {
|
---|
1178 | object obj = ResourceManager.GetObject("Save", resourceCulture);
|
---|
1179 | return ((System.Drawing.Bitmap)(obj));
|
---|
1180 | }
|
---|
1181 | }
|
---|
1182 |
|
---|
1183 | /// <summary>
|
---|
1184 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1185 | /// </summary>
|
---|
1186 | public static System.Drawing.Bitmap SaveAll {
|
---|
1187 | get {
|
---|
1188 | object obj = ResourceManager.GetObject("SaveAll", resourceCulture);
|
---|
1189 | return ((System.Drawing.Bitmap)(obj));
|
---|
1190 | }
|
---|
1191 | }
|
---|
1192 |
|
---|
1193 | /// <summary>
|
---|
1194 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1195 | /// </summary>
|
---|
1196 | public static System.Drawing.Bitmap SaveAs {
|
---|
1197 | get {
|
---|
1198 | object obj = ResourceManager.GetObject("SaveAs", resourceCulture);
|
---|
1199 | return ((System.Drawing.Bitmap)(obj));
|
---|
1200 | }
|
---|
1201 | }
|
---|
1202 |
|
---|
1203 | /// <summary>
|
---|
1204 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1205 | /// </summary>
|
---|
1206 | public static System.Drawing.Bitmap Script {
|
---|
1207 | get {
|
---|
1208 | object obj = ResourceManager.GetObject("Script", resourceCulture);
|
---|
1209 | return ((System.Drawing.Bitmap)(obj));
|
---|
1210 | }
|
---|
1211 | }
|
---|
1212 |
|
---|
1213 | /// <summary>
|
---|
1214 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1215 | /// </summary>
|
---|
1216 | public static System.Drawing.Bitmap Sort {
|
---|
1217 | get {
|
---|
1218 | object obj = ResourceManager.GetObject("Sort", resourceCulture);
|
---|
1219 | return ((System.Drawing.Bitmap)(obj));
|
---|
1220 | }
|
---|
1221 | }
|
---|
1222 |
|
---|
1223 | /// <summary>
|
---|
1224 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1225 | /// </summary>
|
---|
1226 | public static System.Drawing.Bitmap SortUp {
|
---|
1227 | get {
|
---|
1228 | object obj = ResourceManager.GetObject("SortUp", resourceCulture);
|
---|
1229 | return ((System.Drawing.Bitmap)(obj));
|
---|
1230 | }
|
---|
1231 | }
|
---|
1232 |
|
---|
1233 | /// <summary>
|
---|
1234 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1235 | /// </summary>
|
---|
1236 | public static System.Drawing.Bitmap Statistics {
|
---|
1237 | get {
|
---|
1238 | object obj = ResourceManager.GetObject("Statistics", resourceCulture);
|
---|
1239 | return ((System.Drawing.Bitmap)(obj));
|
---|
1240 | }
|
---|
1241 | }
|
---|
1242 |
|
---|
1243 | /// <summary>
|
---|
1244 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1245 | /// </summary>
|
---|
1246 | public static System.Drawing.Bitmap Stop {
|
---|
1247 | get {
|
---|
1248 | object obj = ResourceManager.GetObject("Stop", resourceCulture);
|
---|
1249 | return ((System.Drawing.Bitmap)(obj));
|
---|
1250 | }
|
---|
1251 | }
|
---|
1252 |
|
---|
1253 | /// <summary>
|
---|
1254 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1255 | /// </summary>
|
---|
1256 | public static System.Drawing.Bitmap Structure {
|
---|
1257 | get {
|
---|
1258 | object obj = ResourceManager.GetObject("Structure", resourceCulture);
|
---|
1259 | return ((System.Drawing.Bitmap)(obj));
|
---|
1260 | }
|
---|
1261 | }
|
---|
1262 |
|
---|
1263 | /// <summary>
|
---|
1264 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1265 | /// </summary>
|
---|
1266 | public static System.Drawing.Bitmap Table {
|
---|
1267 | get {
|
---|
1268 | object obj = ResourceManager.GetObject("Table", resourceCulture);
|
---|
1269 | return ((System.Drawing.Bitmap)(obj));
|
---|
1270 | }
|
---|
1271 | }
|
---|
1272 |
|
---|
1273 | /// <summary>
|
---|
1274 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1275 | /// </summary>
|
---|
1276 | public static System.Drawing.Bitmap Template {
|
---|
1277 | get {
|
---|
1278 | object obj = ResourceManager.GetObject("Template", resourceCulture);
|
---|
1279 | return ((System.Drawing.Bitmap)(obj));
|
---|
1280 | }
|
---|
1281 | }
|
---|
1282 |
|
---|
1283 | /// <summary>
|
---|
1284 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1285 | /// </summary>
|
---|
1286 | public static System.Drawing.Bitmap Timer {
|
---|
1287 | get {
|
---|
1288 | object obj = ResourceManager.GetObject("Timer", resourceCulture);
|
---|
1289 | return ((System.Drawing.Bitmap)(obj));
|
---|
1290 | }
|
---|
1291 | }
|
---|
1292 |
|
---|
1293 | /// <summary>
|
---|
1294 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1295 | /// </summary>
|
---|
1296 | public static System.Drawing.Bitmap TrackBar {
|
---|
1297 | get {
|
---|
1298 | object obj = ResourceManager.GetObject("TrackBar", resourceCulture);
|
---|
1299 | return ((System.Drawing.Bitmap)(obj));
|
---|
1300 | }
|
---|
1301 | }
|
---|
1302 |
|
---|
1303 | /// <summary>
|
---|
1304 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1305 | /// </summary>
|
---|
1306 | public static System.Drawing.Bitmap Type {
|
---|
1307 | get {
|
---|
1308 | object obj = ResourceManager.GetObject("Type", resourceCulture);
|
---|
1309 | return ((System.Drawing.Bitmap)(obj));
|
---|
1310 | }
|
---|
1311 | }
|
---|
1312 |
|
---|
1313 | /// <summary>
|
---|
1314 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1315 | /// </summary>
|
---|
1316 | public static System.Drawing.Bitmap TypeDef {
|
---|
1317 | get {
|
---|
1318 | object obj = ResourceManager.GetObject("TypeDef", resourceCulture);
|
---|
1319 | return ((System.Drawing.Bitmap)(obj));
|
---|
1320 | }
|
---|
1321 | }
|
---|
1322 |
|
---|
1323 | /// <summary>
|
---|
1324 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1325 | /// </summary>
|
---|
1326 | public static System.Drawing.Bitmap Undo {
|
---|
1327 | get {
|
---|
1328 | object obj = ResourceManager.GetObject("Undo", resourceCulture);
|
---|
1329 | return ((System.Drawing.Bitmap)(obj));
|
---|
1330 | }
|
---|
1331 | }
|
---|
1332 |
|
---|
1333 | /// <summary>
|
---|
1334 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1335 | /// </summary>
|
---|
1336 | public static System.Drawing.Bitmap Union {
|
---|
1337 | get {
|
---|
1338 | object obj = ResourceManager.GetObject("Union", resourceCulture);
|
---|
1339 | return ((System.Drawing.Bitmap)(obj));
|
---|
1340 | }
|
---|
1341 | }
|
---|
1342 |
|
---|
1343 | /// <summary>
|
---|
1344 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1345 | /// </summary>
|
---|
1346 | public static System.Drawing.Bitmap User {
|
---|
1347 | get {
|
---|
1348 | object obj = ResourceManager.GetObject("User", resourceCulture);
|
---|
1349 | return ((System.Drawing.Bitmap)(obj));
|
---|
1350 | }
|
---|
1351 | }
|
---|
1352 |
|
---|
1353 | /// <summary>
|
---|
1354 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1355 | /// </summary>
|
---|
1356 | public static System.Drawing.Bitmap UserAccounts {
|
---|
1357 | get {
|
---|
1358 | object obj = ResourceManager.GetObject("UserAccounts", resourceCulture);
|
---|
1359 | return ((System.Drawing.Bitmap)(obj));
|
---|
1360 | }
|
---|
1361 | }
|
---|
1362 |
|
---|
1363 | /// <summary>
|
---|
1364 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1365 | /// </summary>
|
---|
1366 | public static System.Drawing.Bitmap ValueType {
|
---|
1367 | get {
|
---|
1368 | object obj = ResourceManager.GetObject("ValueType", resourceCulture);
|
---|
1369 | return ((System.Drawing.Bitmap)(obj));
|
---|
1370 | }
|
---|
1371 | }
|
---|
1372 |
|
---|
1373 | /// <summary>
|
---|
1374 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1375 | /// </summary>
|
---|
1376 | public static System.Drawing.Bitmap Warning {
|
---|
1377 | get {
|
---|
1378 | object obj = ResourceManager.GetObject("Warning", resourceCulture);
|
---|
1379 | return ((System.Drawing.Bitmap)(obj));
|
---|
1380 | }
|
---|
1381 | }
|
---|
1382 |
|
---|
1383 | /// <summary>
|
---|
1384 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1385 | /// </summary>
|
---|
1386 | public static System.Drawing.Bitmap Windows {
|
---|
1387 | get {
|
---|
1388 | object obj = ResourceManager.GetObject("Windows", resourceCulture);
|
---|
1389 | return ((System.Drawing.Bitmap)(obj));
|
---|
1390 | }
|
---|
1391 | }
|
---|
1392 |
|
---|
1393 | /// <summary>
|
---|
1394 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1395 | /// </summary>
|
---|
1396 | public static System.Drawing.Bitmap Zoom {
|
---|
1397 | get {
|
---|
1398 | object obj = ResourceManager.GetObject("Zoom", resourceCulture);
|
---|
1399 | return ((System.Drawing.Bitmap)(obj));
|
---|
1400 | }
|
---|
1401 | }
|
---|
1402 |
|
---|
1403 | /// <summary>
|
---|
1404 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1405 | /// </summary>
|
---|
1406 | public static System.Drawing.Bitmap ZoomIn {
|
---|
1407 | get {
|
---|
1408 | object obj = ResourceManager.GetObject("ZoomIn", resourceCulture);
|
---|
1409 | return ((System.Drawing.Bitmap)(obj));
|
---|
1410 | }
|
---|
1411 | }
|
---|
1412 |
|
---|
1413 | /// <summary>
|
---|
1414 | /// Looks up a localized resource of type System.Drawing.Bitmap.
|
---|
1415 | /// </summary>
|
---|
1416 | public static System.Drawing.Bitmap ZoomOut {
|
---|
1417 | get {
|
---|
1418 | object obj = ResourceManager.GetObject("ZoomOut", resourceCulture);
|
---|
1419 | return ((System.Drawing.Bitmap)(obj));
|
---|
1420 | }
|
---|
1421 | }
|
---|
1422 | }
|
---|
1423 | }
|
---|