myresources.designer.cs

来自「该项目中对 SQLHelper 类进行了简单封装」· CS 代码 · 共 159 行

CS
159
字号
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.1433
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace NET.AfritXia.MyHome.DBTask.Access2000 {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class MyResources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal MyResources() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NET.AfritXia.MyHome.DBTask.Access2000.MyResources", typeof(MyResources).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt;
        ///&lt;OrmDictionary&gt;
        ///
        ///	&lt;!--// 文章编号 //--&gt;
        ///	&lt;item&gt;
        ///		&lt;dbColumnName&gt;ArticleUID&lt;/dbColumnName&gt;
        ///		&lt;objectPropertyName&gt;UniqueID&lt;/objectPropertyName&gt;
        ///	&lt;/item&gt;
        ///
        ///	&lt;!--// 名称 //--&gt;
        ///	&lt;item&gt;
        ///		&lt;dbColumnName&gt;Title&lt;/dbColumnName&gt;
        ///		&lt;objectPropertyName&gt;Title&lt;/objectPropertyName&gt;
        ///	&lt;/item&gt;
        ///
        ///	&lt;!--// 来自用户名称 //--&gt;
        ///	&lt;item&gt;
        ///		&lt;dbColumnName&gt;PostUser&lt;/dbColumnName&gt;
        ///		&lt;objectPropertyName&gt;PostUser&lt;/objectPropertyName&gt;
        ///	&lt;/item&gt;
        ///
        ///	&lt;!--// 摘要信息 //--&gt;
        ///	&lt;item&gt;
        ///		&lt;dbColumnName&gt;Summar [rest of string was truncated]&quot;;.
        /// </summary>
        internal static string ArticleOrmDictionary {
            get {
                return ResourceManager.GetString("ArticleOrmDictionary", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt;
        ///&lt;OrmDictionary&gt;
        ///
        ///	&lt;!--// 评论 ID //--&gt;
        ///	&lt;item&gt;
        ///		&lt;dbColumnName&gt;CommentID&lt;/dbColumnName&gt;
        ///		&lt;objectPropertyName&gt;UniqueID&lt;/objectPropertyName&gt;
        ///	&lt;/item&gt;
        ///
        ///	&lt;!--// 评论 ID //--&gt;
        ///	&lt;item&gt;
        ///		&lt;dbColumnName&gt;BelongToArticleUID&lt;/dbColumnName&gt;
        ///		&lt;objectPropertyName&gt;BelongToArticleUID&lt;/objectPropertyName&gt;
        ///	&lt;/item&gt;
        ///
        ///	&lt;!--// 来自用户名称 //--&gt;
        ///	&lt;item&gt;
        ///		&lt;dbColumnName&gt;PostUser&lt;/dbColumnName&gt;
        ///		&lt;objectPropertyName&gt;PostUser&lt;/objectPropertyName&gt;
        ///	&lt;/item&gt;
        ///
        ///	&lt;!--// 文章内容 //--&gt;
        ///	&lt; [rest of string was truncated]&quot;;.
        /// </summary>
        internal static string CommentOrmDictionary {
            get {
                return ResourceManager.GetString("CommentOrmDictionary", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt;
        ///&lt;OrmDictionary&gt;
        ///
        ///	&lt;!--// 留言编号 //--&gt;
        ///	&lt;item&gt;
        ///		&lt;dbColumnName&gt;LWordID&lt;/dbColumnName&gt;
        ///		&lt;objectPropertyName&gt;UniqueID&lt;/objectPropertyName&gt;
        ///	&lt;/item&gt;
        ///
        ///	&lt;!--// 发送人昵称 //--&gt;
        ///	&lt;item&gt;
        ///		&lt;dbColumnName&gt;PostUser&lt;/dbColumnName&gt;
        ///		&lt;objectPropertyName&gt;PostUser&lt;/objectPropertyName&gt;
        ///	&lt;/item&gt;
        ///
        ///	&lt;!--// 留言内容 //--&gt;
        ///	&lt;item&gt;
        ///		&lt;dbColumnName&gt;TextContent&lt;/dbColumnName&gt;
        ///		&lt;objectPropertyName&gt;TextContent&lt;/objectPropertyName&gt;
        ///	&lt;/item&gt;
        ///
        ///	&lt;!--// 留言内容 //--&gt;
        ///	&lt;item&gt;
        ///		&lt;dbColumnN [rest of string was truncated]&quot;;.
        /// </summary>
        internal static string LWordOrmDictionary {
            get {
                return ResourceManager.GetString("LWordOrmDictionary", resourceCulture);
            }
        }
    }
}

⌨️ 快捷键说明

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