Resources.Designer.cs
上传用户:sex100000
上传日期:2013-11-09
资源大小:1377k
文件大小:7k
源码类别:

GIS编程

开发平台:

C#

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     This code was generated by a tool.
  4. //     Runtime Version:2.0.50727.42
  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. namespace DemoWinForm.Properties {
  11.     using System;
  12.     
  13.     
  14.     /// <summary>
  15.     ///   A strongly-typed resource class, for looking up localized strings, etc.
  16.     /// </summary>
  17.     // This class was auto-generated by the StronglyTypedResourceBuilder
  18.     // class via a tool like ResGen or Visual Studio.
  19.     // To add or remove a member, edit your .ResX file then rerun ResGen
  20.     // with the /str option, or rebuild your VS project.
  21.     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
  22.     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  23.     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  24.     internal class Resources {
  25.         
  26.         private static global::System.Resources.ResourceManager resourceMan;
  27.         
  28.         private static global::System.Globalization.CultureInfo resourceCulture;
  29.         
  30.         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  31.         internal Resources() {
  32.         }
  33.         
  34.         /// <summary>
  35.         ///   Returns the cached ResourceManager instance used by this class.
  36.         /// </summary>
  37.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  38.         internal static global::System.Resources.ResourceManager ResourceManager {
  39.             get {
  40.                 if (object.ReferenceEquals(resourceMan, null)) {
  41.                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DemoWinForm.Properties.Resources", typeof(Resources).Assembly);
  42.                     resourceMan = temp;
  43.                 }
  44.                 return resourceMan;
  45.             }
  46.         }
  47.         
  48.         /// <summary>
  49.         ///   Overrides the current thread's CurrentUICulture property for all
  50.         ///   resource lookups using this strongly typed resource class.
  51.         /// </summary>
  52.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  53.         internal static global::System.Globalization.CultureInfo Culture {
  54.             get {
  55.                 return resourceCulture;
  56.             }
  57.             set {
  58.                 resourceCulture = value;
  59.             }
  60.         }
  61.         
  62.         internal static System.Drawing.Bitmap AddTableHS {
  63.             get {
  64.                 object obj = ResourceManager.GetObject("AddTableHS", resourceCulture);
  65.                 return ((System.Drawing.Bitmap)(obj));
  66.             }
  67.         }
  68.         
  69.         internal static System.Drawing.Bitmap Chat {
  70.             get {
  71.                 object obj = ResourceManager.GetObject("Chat", resourceCulture);
  72.                 return ((System.Drawing.Bitmap)(obj));
  73.             }
  74.         }
  75.         
  76.         internal static System.Drawing.Bitmap DATABASE {
  77.             get {
  78.                 object obj = ResourceManager.GetObject("DATABASE", resourceCulture);
  79.                 return ((System.Drawing.Bitmap)(obj));
  80.             }
  81.         }
  82.         
  83.         internal static System.Drawing.Bitmap EditTableHS {
  84.             get {
  85.                 object obj = ResourceManager.GetObject("EditTableHS", resourceCulture);
  86.                 return ((System.Drawing.Bitmap)(obj));
  87.             }
  88.         }
  89.         
  90.         internal static System.Drawing.Bitmap Flag {
  91.             get {
  92.                 object obj = ResourceManager.GetObject("Flag", resourceCulture);
  93.                 return ((System.Drawing.Bitmap)(obj));
  94.             }
  95.         }
  96.         
  97.         internal static System.Drawing.Bitmap Home {
  98.             get {
  99.                 object obj = ResourceManager.GetObject("Home", resourceCulture);
  100.                 return ((System.Drawing.Bitmap)(obj));
  101.             }
  102.         }
  103.         
  104.         internal static System.Drawing.Bitmap NewRandomGeometry {
  105.             get {
  106.                 object obj = ResourceManager.GetObject("NewRandomGeometry", resourceCulture);
  107.                 return ((System.Drawing.Bitmap)(obj));
  108.             }
  109.         }
  110.         
  111.         internal static System.Drawing.Bitmap pan {
  112.             get {
  113.                 object obj = ResourceManager.GetObject("pan", resourceCulture);
  114.                 return ((System.Drawing.Bitmap)(obj));
  115.             }
  116.         }
  117.         
  118.         internal static System.Drawing.Bitmap PIE_DIAGRAM {
  119.             get {
  120.                 object obj = ResourceManager.GetObject("PIE_DIAGRAM", resourceCulture);
  121.                 return ((System.Drawing.Bitmap)(obj));
  122.             }
  123.         }
  124.         
  125.         internal static System.Drawing.Bitmap polygon {
  126.             get {
  127.                 object obj = ResourceManager.GetObject("polygon", resourceCulture);
  128.                 return ((System.Drawing.Bitmap)(obj));
  129.             }
  130.         }
  131.         
  132.         internal static System.Drawing.Bitmap query {
  133.             get {
  134.                 object obj = ResourceManager.GetObject("query", resourceCulture);
  135.                 return ((System.Drawing.Bitmap)(obj));
  136.             }
  137.         }
  138.         
  139.         internal static System.Drawing.Bitmap Raster {
  140.             get {
  141.                 object obj = ResourceManager.GetObject("Raster", resourceCulture);
  142.                 return ((System.Drawing.Bitmap)(obj));
  143.             }
  144.         }
  145.         
  146.         internal static System.Drawing.Bitmap RemoveTable {
  147.             get {
  148.                 object obj = ResourceManager.GetObject("RemoveTable", resourceCulture);
  149.                 return ((System.Drawing.Bitmap)(obj));
  150.             }
  151.         }
  152.         
  153.         internal static System.Drawing.Bitmap Women {
  154.             get {
  155.                 object obj = ResourceManager.GetObject("Women", resourceCulture);
  156.                 return ((System.Drawing.Bitmap)(obj));
  157.             }
  158.         }
  159.         
  160.         internal static System.Drawing.Bitmap Women_1 {
  161.             get {
  162.                 object obj = ResourceManager.GetObject("Women_1", resourceCulture);
  163.                 return ((System.Drawing.Bitmap)(obj));
  164.             }
  165.         }
  166.         
  167.         internal static System.Drawing.Bitmap ZoomIn {
  168.             get {
  169.                 object obj = ResourceManager.GetObject("ZoomIn", resourceCulture);
  170.                 return ((System.Drawing.Bitmap)(obj));
  171.             }
  172.         }
  173.         
  174.         internal static System.Drawing.Bitmap ZoomOut {
  175.             get {
  176.                 object obj = ResourceManager.GetObject("ZoomOut", resourceCulture);
  177.                 return ((System.Drawing.Bitmap)(obj));
  178.             }
  179.         }
  180.         
  181.         internal static System.Drawing.Bitmap ZoomToExtents {
  182.             get {
  183.                 object obj = ResourceManager.GetObject("ZoomToExtents", resourceCulture);
  184.                 return ((System.Drawing.Bitmap)(obj));
  185.             }
  186.         }
  187.     }
  188. }