Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Common.Resources/3.3/VSImageLibrary.Designer.cs @ 15219

Last change on this file since 15219 was 11920, checked in by ascheibe, 9 years ago

#2280 merged r11623, r11631, r11634 into stable

File size: 53.0 KB
RevLine 
[2626]1//------------------------------------------------------------------------------
2// <auto-generated>
3//     This code was generated by a tool.
[11920]4//     Runtime Version:4.0.30319.34014
[2626]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
11namespace HeuristicLab.Common.Resources {
[5139]12    using System;
13   
14   
15    /// <summary>
[4266]16    ///   A strongly-typed resource class, for looking up localized strings, etc.
[2626]17    /// </summary>
[4266]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()]
[5287]25    public class VSImageLibrary {
[4266]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")]
[5287]32        internal VSImageLibrary() {
[2626]33        }
[4266]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)) {
[5287]42                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Common.Resources.VSImageLibrary", typeof(VSImageLibrary).Assembly);
[4266]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       
[9079]63        /// <summary>
64        ///   Looks up a localized resource of type System.Drawing.Bitmap.
65        /// </summary>
[4266]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       
[9079]73        /// <summary>
74        ///   Looks up a localized resource of type System.Drawing.Bitmap.
75        /// </summary>
[4266]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       
[9079]83        /// <summary>
84        ///   Looks up a localized resource of type System.Drawing.Bitmap.
85        /// </summary>
[4266]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       
[9079]93        /// <summary>
94        ///   Looks up a localized resource of type System.Drawing.Bitmap.
95        /// </summary>
[4266]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       
[9079]103        /// <summary>
104        ///   Looks up a localized resource of type System.Drawing.Bitmap.
105        /// </summary>
[4266]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       
[9079]113        /// <summary>
114        ///   Looks up a localized resource of type System.Drawing.Bitmap.
115        /// </summary>
[6534]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       
[9079]123        /// <summary>
124        ///   Looks up a localized resource of type System.Drawing.Bitmap.
125        /// </summary>
[6534]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       
[9079]133        /// <summary>
134        ///   Looks up a localized resource of type System.Drawing.Bitmap.
135        /// </summary>
[6534]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       
[9079]143        /// <summary>
144        ///   Looks up a localized resource of type System.Drawing.Bitmap.
145        /// </summary>
[6534]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       
[9079]153        /// <summary>
154        ///   Looks up a localized resource of type System.Drawing.Bitmap.
155        /// </summary>
[4266]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       
[9079]163        /// <summary>
164        ///   Looks up a localized resource of type System.Drawing.Bitmap.
165        /// </summary>
[4266]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       
[9079]173        /// <summary>
174        ///   Looks up a localized resource of type System.Drawing.Bitmap.
175        /// </summary>
[4266]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       
[9079]183        /// <summary>
184        ///   Looks up a localized resource of type System.Drawing.Bitmap.
185        /// </summary>
[4702]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       
[9079]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>
[5139]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       
[9079]213        /// <summary>
214        ///   Looks up a localized resource of type System.Drawing.Bitmap.
215        /// </summary>
[4266]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       
[9079]223        /// <summary>
224        ///   Looks up a localized resource of type System.Drawing.Bitmap.
225        /// </summary>
[5094]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       
[9079]233        /// <summary>
234        ///   Looks up a localized resource of type System.Drawing.Bitmap.
235        /// </summary>
[4266]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       
[9079]243        /// <summary>
244        ///   Looks up a localized resource of type System.Drawing.Bitmap.
245        /// </summary>
[4266]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       
[9079]253        /// <summary>
254        ///   Looks up a localized resource of type System.Drawing.Bitmap.
255        /// </summary>
[4266]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       
[9079]263        /// <summary>
264        ///   Looks up a localized resource of type System.Drawing.Bitmap.
265        /// </summary>
[4266]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       
[9079]273        /// <summary>
274        ///   Looks up a localized resource of type System.Drawing.Bitmap.
275        /// </summary>
[4266]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       
[9079]283        /// <summary>
284        ///   Looks up a localized resource of type System.Drawing.Bitmap.
285        /// </summary>
[4266]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       
[9079]293        /// <summary>
294        ///   Looks up a localized resource of type System.Drawing.Bitmap.
295        /// </summary>
[4266]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       
[9079]303        /// <summary>
304        ///   Looks up a localized resource of type System.Drawing.Bitmap.
305        /// </summary>
[4266]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       
[9079]313        /// <summary>
314        ///   Looks up a localized resource of type System.Drawing.Bitmap.
315        /// </summary>
[4439]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       
[9079]323        /// <summary>
324        ///   Looks up a localized resource of type System.Drawing.Bitmap.
325        /// </summary>
[11919]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>
[4266]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       
[9079]343        /// <summary>
344        ///   Looks up a localized resource of type System.Drawing.Bitmap.
345        /// </summary>
[4266]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       
[9079]353        /// <summary>
354        ///   Looks up a localized resource of type System.Drawing.Bitmap.
355        /// </summary>
[4266]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       
[9079]363        /// <summary>
364        ///   Looks up a localized resource of type System.Drawing.Bitmap.
365        /// </summary>
[4266]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       
[9079]373        /// <summary>
374        ///   Looks up a localized resource of type System.Drawing.Bitmap.
375        /// </summary>
[4702]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       
[9079]383        /// <summary>
384        ///   Looks up a localized resource of type System.Drawing.Bitmap.
385        /// </summary>
[6558]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       
[9079]393        /// <summary>
394        ///   Looks up a localized resource of type System.Drawing.Bitmap.
395        /// </summary>
[4266]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       
[9079]403        /// <summary>
404        ///   Looks up a localized resource of type System.Drawing.Bitmap.
405        /// </summary>
[4266]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       
[9079]413        /// <summary>
414        ///   Looks up a localized resource of type System.Drawing.Bitmap.
415        /// </summary>
[4266]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       
[9079]423        /// <summary>
424        ///   Looks up a localized resource of type System.Drawing.Bitmap.
425        /// </summary>
[4702]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       
[9079]433        /// <summary>
434        ///   Looks up a localized resource of type System.Drawing.Bitmap.
435        /// </summary>
[4266]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       
[9079]443        /// <summary>
444        ///   Looks up a localized resource of type System.Drawing.Bitmap.
445        /// </summary>
[4266]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       
[9079]453        /// <summary>
454        ///   Looks up a localized resource of type System.Drawing.Bitmap.
455        /// </summary>
[4266]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       
[9079]463        /// <summary>
464        ///   Looks up a localized resource of type System.Drawing.Bitmap.
465        /// </summary>
[4266]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       
[9079]473        /// <summary>
474        ///   Looks up a localized resource of type System.Drawing.Bitmap.
475        /// </summary>
[4266]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       
[9079]483        /// <summary>
484        ///   Looks up a localized resource of type System.Drawing.Bitmap.
485        /// </summary>
[4266]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       
[9079]493        /// <summary>
494        ///   Looks up a localized resource of type System.Drawing.Bitmap.
495        /// </summary>
[4266]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       
[9079]503        /// <summary>
504        ///   Looks up a localized resource of type System.Drawing.Bitmap.
505        /// </summary>
[4266]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       
[9079]513        /// <summary>
514        ///   Looks up a localized resource of type System.Drawing.Bitmap.
515        /// </summary>
[4266]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       
[9079]523        /// <summary>
524        ///   Looks up a localized resource of type System.Drawing.Bitmap.
525        /// </summary>
[4266]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       
[9079]533        /// <summary>
534        ///   Looks up a localized resource of type System.Drawing.Bitmap.
535        /// </summary>
[4266]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       
[9079]543        /// <summary>
544        ///   Looks up a localized resource of type System.Drawing.Bitmap.
545        /// </summary>
[4266]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       
[9079]553        /// <summary>
554        ///   Looks up a localized resource of type System.Drawing.Bitmap.
555        /// </summary>
[6534]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       
[9079]563        /// <summary>
564        ///   Looks up a localized resource of type System.Drawing.Bitmap.
565        /// </summary>
[6534]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       
[9079]573        /// <summary>
574        ///   Looks up a localized resource of type System.Drawing.Bitmap.
575        /// </summary>
[6534]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       
[9079]583        /// <summary>
584        ///   Looks up a localized resource of type System.Drawing.Bitmap.
585        /// </summary>
[6534]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       
[9079]593        /// <summary>
594        ///   Looks up a localized resource of type System.Drawing.Bitmap.
595        /// </summary>
[4266]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       
[9079]603        /// <summary>
604        ///   Looks up a localized resource of type System.Drawing.Bitmap.
605        /// </summary>
[4266]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       
[9079]613        /// <summary>
614        ///   Looks up a localized resource of type System.Drawing.Bitmap.
615        /// </summary>
[5287]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       
[9079]623        /// <summary>
624        ///   Looks up a localized resource of type System.Drawing.Bitmap.
625        /// </summary>
[4266]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       
[9079]633        /// <summary>
634        ///   Looks up a localized resource of type System.Drawing.Bitmap.
635        /// </summary>
[4266]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       
[9079]643        /// <summary>
644        ///   Looks up a localized resource of type System.Drawing.Bitmap.
645        /// </summary>
[4266]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       
[9079]653        /// <summary>
654        ///   Looks up a localized resource of type System.Drawing.Bitmap.
655        /// </summary>
[4266]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       
[9079]663        /// <summary>
664        ///   Looks up a localized resource of type System.Drawing.Bitmap.
665        /// </summary>
[4266]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       
[9079]673        /// <summary>
674        ///   Looks up a localized resource of type System.Drawing.Bitmap.
675        /// </summary>
[4702]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       
[9079]683        /// <summary>
684        ///   Looks up a localized resource of type System.Drawing.Bitmap.
685        /// </summary>
[4622]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       
[9079]693        /// <summary>
694        ///   Looks up a localized resource of type System.Drawing.Bitmap.
695        /// </summary>
[5827]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       
[9079]703        /// <summary>
704        ///   Looks up a localized resource of type System.Drawing.Bitmap.
705        /// </summary>
[5768]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       
[9079]713        /// <summary>
714        ///   Looks up a localized resource of type System.Drawing.Bitmap.
715        /// </summary>
[4440]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       
[9079]723        /// <summary>
724        ///   Looks up a localized resource of type System.Drawing.Bitmap.
725        /// </summary>
[4266]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       
[9079]733        /// <summary>
734        ///   Looks up a localized resource of type System.Drawing.Bitmap.
735        /// </summary>
[5827]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       
[9079]743        /// <summary>
744        ///   Looks up a localized resource of type System.Drawing.Bitmap.
745        /// </summary>
[7256]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       
[9079]753        /// <summary>
754        ///   Looks up a localized resource of type System.Drawing.Bitmap.
755        /// </summary>
[4266]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       
[9079]763        /// <summary>
764        ///   Looks up a localized resource of type System.Drawing.Bitmap.
765        /// </summary>
[4266]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       
[9079]773        /// <summary>
774        ///   Looks up a localized resource of type System.Drawing.Bitmap.
775        /// </summary>
[4266]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       
[9079]783        /// <summary>
784        ///   Looks up a localized resource of type System.Drawing.Bitmap.
785        /// </summary>
[4266]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       
[9079]793        /// <summary>
794        ///   Looks up a localized resource of type System.Drawing.Bitmap.
795        /// </summary>
[4266]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       
[9079]803        /// <summary>
804        ///   Looks up a localized resource of type System.Drawing.Bitmap.
805        /// </summary>
[4266]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       
[9079]813        /// <summary>
814        ///   Looks up a localized resource of type System.Drawing.Bitmap.
815        /// </summary>
[4266]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       
[9079]823        /// <summary>
824        ///   Looks up a localized resource of type System.Drawing.Bitmap.
825        /// </summary>
[4266]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       
[9079]833        /// <summary>
834        ///   Looks up a localized resource of type System.Drawing.Bitmap.
835        /// </summary>
[4266]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       
[9079]843        /// <summary>
844        ///   Looks up a localized resource of type System.Drawing.Bitmap.
845        /// </summary>
[4266]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       
[9079]853        /// <summary>
854        ///   Looks up a localized resource of type System.Drawing.Bitmap.
855        /// </summary>
[7256]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       
[9079]863        /// <summary>
864        ///   Looks up a localized resource of type System.Drawing.Bitmap.
865        /// </summary>
[4640]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       
[9079]873        /// <summary>
874        ///   Looks up a localized resource of type System.Drawing.Bitmap.
875        /// </summary>
[4640]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       
[9079]883        /// <summary>
884        ///   Looks up a localized resource of type System.Drawing.Bitmap.
885        /// </summary>
[4640]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       
[9079]893        /// <summary>
894        ///   Looks up a localized resource of type System.Drawing.Bitmap.
895        /// </summary>
[4640]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       
[9079]903        /// <summary>
904        ///   Looks up a localized resource of type System.Drawing.Bitmap.
905        /// </summary>
[4266]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       
[9079]913        /// <summary>
914        ///   Looks up a localized resource of type System.Drawing.Bitmap.
915        /// </summary>
[7256]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       
[9079]923        /// <summary>
924        ///   Looks up a localized resource of type System.Drawing.Bitmap.
925        /// </summary>
[4266]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       
[9079]933        /// <summary>
934        ///   Looks up a localized resource of type System.Drawing.Bitmap.
935        /// </summary>
[4266]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       
[9079]943        /// <summary>
944        ///   Looks up a localized resource of type System.Drawing.Bitmap.
945        /// </summary>
[4266]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       
[9079]953        /// <summary>
954        ///   Looks up a localized resource of type System.Drawing.Bitmap.
955        /// </summary>
[4266]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       
[9079]963        /// <summary>
964        ///   Looks up a localized resource of type System.Drawing.Bitmap.
965        /// </summary>
[4266]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       
[9079]973        /// <summary>
974        ///   Looks up a localized resource of type System.Drawing.Bitmap.
975        /// </summary>
[4266]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       
[9079]983        /// <summary>
984        ///   Looks up a localized resource of type System.Drawing.Bitmap.
985        /// </summary>
[4266]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       
[9079]993        /// <summary>
994        ///   Looks up a localized resource of type System.Drawing.Bitmap.
995        /// </summary>
[4266]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       
[9079]1003        /// <summary>
1004        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1005        /// </summary>
[4266]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       
[9079]1013        /// <summary>
1014        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1015        /// </summary>
[4266]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       
[9079]1023        /// <summary>
1024        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1025        /// </summary>
[4702]1026        public static System.Drawing.Bitmap Performance {
[4266]1027            get {
1028                object obj = ResourceManager.GetObject("Performance", resourceCulture);
[4702]1029                return ((System.Drawing.Bitmap)(obj));
[4266]1030            }
1031        }
1032       
[9079]1033        /// <summary>
1034        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1035        /// </summary>
[4622]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       
[9079]1043        /// <summary>
1044        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1045        /// </summary>
[4266]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       
[9079]1053        /// <summary>
1054        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1055        /// </summary>
[4266]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       
[9079]1063        /// <summary>
1064        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1065        /// </summary>
[4266]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       
[9079]1073        /// <summary>
1074        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1075        /// </summary>
[4266]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       
[9079]1083        /// <summary>
1084        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1085        /// </summary>
[4266]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       
[9079]1093        /// <summary>
1094        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1095        /// </summary>
[4266]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       
[9079]1103        /// <summary>
1104        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1105        /// </summary>
[4438]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       
[9079]1113        /// <summary>
1114        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1115        /// </summary>
[4702]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       
[9079]1123        /// <summary>
1124        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1125        /// </summary>
[4266]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       
[9079]1133        /// <summary>
1134        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1135        /// </summary>
[4438]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       
[9079]1143        /// <summary>
1144        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1145        /// </summary>
[4266]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       
[9079]1153        /// <summary>
1154        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1155        /// </summary>
[4266]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       
[9079]1163        /// <summary>
1164        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1165        /// </summary>
[4266]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       
[9079]1173        /// <summary>
1174        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1175        /// </summary>
[4266]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       
[9079]1183        /// <summary>
1184        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1185        /// </summary>
[4266]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       
[9079]1193        /// <summary>
1194        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1195        /// </summary>
[7956]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       
[9079]1203        /// <summary>
1204        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1205        /// </summary>
[4266]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       
[9079]1213        /// <summary>
1214        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1215        /// </summary>
[4266]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       
[9079]1223        /// <summary>
1224        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1225        /// </summary>
[4266]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       
[9079]1233        /// <summary>
1234        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1235        /// </summary>
[4702]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       
[9079]1243        /// <summary>
1244        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1245        /// </summary>
[4266]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       
[9079]1253        /// <summary>
1254        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1255        /// </summary>
[4266]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       
[9079]1263        /// <summary>
1264        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1265        /// </summary>
[4266]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       
[9079]1273        /// <summary>
1274        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1275        /// </summary>
[4266]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       
[9079]1283        /// <summary>
1284        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1285        /// </summary>
[4266]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       
[9079]1293        /// <summary>
1294        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1295        /// </summary>
[4702]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       
[9079]1303        /// <summary>
1304        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1305        /// </summary>
[4266]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       
[9079]1313        /// <summary>
1314        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1315        /// </summary>
[4266]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       
[9079]1323        /// <summary>
1324        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1325        /// </summary>
[4266]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       
[9079]1333        /// <summary>
1334        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1335        /// </summary>
[4266]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       
[9079]1343        /// <summary>
1344        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1345        /// </summary>
[4266]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       
[9079]1353        /// <summary>
1354        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1355        /// </summary>
[4266]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       
[9079]1363        /// <summary>
1364        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1365        /// </summary>
[4266]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       
[9079]1373        /// <summary>
1374        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1375        /// </summary>
[4266]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       
[9079]1383        /// <summary>
1384        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1385        /// </summary>
[4266]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       
[9079]1393        /// <summary>
1394        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1395        /// </summary>
[4266]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       
[9079]1403        /// <summary>
1404        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1405        /// </summary>
[4266]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       
[9079]1413        /// <summary>
1414        ///   Looks up a localized resource of type System.Drawing.Bitmap.
1415        /// </summary>
[4266]1416        public static System.Drawing.Bitmap ZoomOut {
1417            get {
1418                object obj = ResourceManager.GetObject("ZoomOut", resourceCulture);
1419                return ((System.Drawing.Bitmap)(obj));
1420            }
1421        }
[2626]1422    }
1423}
Note: See TracBrowser for help on using the repository browser.