⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resources.cs

📁 vs 2005 中 用的 vb 示例 程序,测试运行良好,对初学者有一定参考价值
💻 CS
字号:
//------------------------------------------------------------------------------
// <autogenerated>
//     This code was generated by a tool.
//     Runtime Version:2.0.40323.0
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </autogenerated>
//------------------------------------------------------------------------------

namespace EventBasedAsyncSampleCS.Properties {
    using System;
    using System.IO;
    using System.Resources;
    
    
    /// <summary>
    ///    A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the Strongly Typed Resource Builder
    // class via a tool like ResGen or Visual Studio.NET.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    class Resources {
        
        private static System.Resources.ResourceManager _resMgr;
        
        private static System.Globalization.CultureInfo _resCulture;
        
        /*FamANDAssem*/ internal Resources() {
        }
        
        /// <summary>
        ///    Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        public static System.Resources.ResourceManager ResourceManager {
            get {
                if ((_resMgr == null)) {
                    System.Resources.ResourceManager temp = new System.Resources.ResourceManager("EventBasedAsyncSampleCS.Properties.Resources", typeof(Resources).Assembly);
                    System.Threading.Thread.MemoryBarrier();
                    _resMgr = temp;
                }
                return _resMgr;
            }
        }
        
        /// <summary>
        ///    Overrides the current thread's CurrentUICulture property for all
        ///    resource lookups using this strongly typed resource class.
        /// </summary>
        public static System.Globalization.CultureInfo Culture {
            get {
                return _resCulture;
            }
            set {
                _resCulture = value;
            }
        }
        
        public static System.Drawing.Bitmap SampleBitmap {
            get {
                return ((System.Drawing.Bitmap)(ResourceManager.GetObject("SampleBitmap", _resCulture)));
            }
        }
        
        /// <summary>
        ///    Looks up a localized string similar to "{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fprq1\fcharset0 Courier New;}{\f1\fswiss\fcharset0 Arial;}}
        ///{\colortbl ;\red0\green0\blue255;\red128\green0\blue0;\red255\green0\blue255;\red255\green0\blue0;}
        ///{\*\generator Msftedit 5.41.15.1503;}\viewkind4\uc1\pard\cf1\f0\fs20 <%@\cf0  \cf2 WebService\cf3  \cf4 Language\cf1 ="CS"\cf3  \cf4 Class\cf1 ="SimpleWebService"\cf3  \cf1 %>\par
        ///\par
        ///using\cf0  System;\par
        ///\cf1 using\cf0  System.Web.Services;\par
        ///\par
        ///[WebService(\cf1 Namespace\cf0  [rest of String was truncated]".
        /// </summary>
        public static string SimpleWebServiceSourceCode {
            get {
                return ResourceManager.GetString("SimpleWebServiceSourceCode", _resCulture);
            }
        }
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -