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 <?xml version="1.0" encoding="UTF-8" ?>
///<OrmDictionary>
///
/// <!--// 文章编号 //-->
/// <item>
/// <dbColumnName>ArticleUID</dbColumnName>
/// <objectPropertyName>UniqueID</objectPropertyName>
/// </item>
///
/// <!--// 名称 //-->
/// <item>
/// <dbColumnName>Title</dbColumnName>
/// <objectPropertyName>Title</objectPropertyName>
/// </item>
///
/// <!--// 来自用户名称 //-->
/// <item>
/// <dbColumnName>PostUser</dbColumnName>
/// <objectPropertyName>PostUser</objectPropertyName>
/// </item>
///
/// <!--// 摘要信息 //-->
/// <item>
/// <dbColumnName>Summar [rest of string was truncated]";.
/// </summary>
internal static string ArticleOrmDictionary {
get {
return ResourceManager.GetString("ArticleOrmDictionary", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <?xml version="1.0" encoding="UTF-8" ?>
///<OrmDictionary>
///
/// <!--// 评论 ID //-->
/// <item>
/// <dbColumnName>CommentID</dbColumnName>
/// <objectPropertyName>UniqueID</objectPropertyName>
/// </item>
///
/// <!--// 评论 ID //-->
/// <item>
/// <dbColumnName>BelongToArticleUID</dbColumnName>
/// <objectPropertyName>BelongToArticleUID</objectPropertyName>
/// </item>
///
/// <!--// 来自用户名称 //-->
/// <item>
/// <dbColumnName>PostUser</dbColumnName>
/// <objectPropertyName>PostUser</objectPropertyName>
/// </item>
///
/// <!--// 文章内容 //-->
/// < [rest of string was truncated]";.
/// </summary>
internal static string CommentOrmDictionary {
get {
return ResourceManager.GetString("CommentOrmDictionary", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <?xml version="1.0" encoding="UTF-8" ?>
///<OrmDictionary>
///
/// <!--// 留言编号 //-->
/// <item>
/// <dbColumnName>LWordID</dbColumnName>
/// <objectPropertyName>UniqueID</objectPropertyName>
/// </item>
///
/// <!--// 发送人昵称 //-->
/// <item>
/// <dbColumnName>PostUser</dbColumnName>
/// <objectPropertyName>PostUser</objectPropertyName>
/// </item>
///
/// <!--// 留言内容 //-->
/// <item>
/// <dbColumnName>TextContent</dbColumnName>
/// <objectPropertyName>TextContent</objectPropertyName>
/// </item>
///
/// <!--// 留言内容 //-->
/// <item>
/// <dbColumnN [rest of string was truncated]";.
/// </summary>
internal static string LWordOrmDictionary {
get {
return ResourceManager.GetString("LWordOrmDictionary", resourceCulture);
}
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?