123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
-
- namespace GraEditor.Properties {
- using System;
-
-
-
-
-
-
-
-
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- public class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
-
-
-
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GraEditor.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
-
-
-
-
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
-
-
-
- public static System.Drawing.Bitmap draw_2562 {
- get {
- object obj = ResourceManager.GetObject("draw_2562", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
-
-
-
- public static byte[] EraseCursor {
- get {
- object obj = ResourceManager.GetObject("EraseCursor", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
-
-
-
- public static System.Drawing.Icon FrameEllipse {
- get {
- object obj = ResourceManager.GetObject("FrameEllipse", resourceCulture);
- return ((System.Drawing.Icon)(obj));
- }
- }
-
-
-
-
- public static System.Drawing.Bitmap Freehand {
- get {
- object obj = ResourceManager.GetObject("Freehand", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
-
-
-
- public static byte[] hand {
- get {
- object obj = ResourceManager.GetObject("hand", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
-
-
-
- public static System.Drawing.Bitmap hand_48 {
- get {
- object obj = ResourceManager.GetObject("hand_48", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
-
-
-
- public static System.Drawing.Bitmap pen {
- get {
- object obj = ResourceManager.GetObject("pen", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- }
- }
|