myresources.designer.cs
来自「该项目中对 SQLHelper 类进行了简单封装」· CS 代码 · 共 395 行
CS
395 行
//------------------------------------------------------------------------------
// <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.Components {
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.Components.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;
}
}
internal static System.Drawing.Bitmap Anchor {
get {
object obj = ResourceManager.GetObject("Anchor", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Apply_Small {
get {
object obj = ResourceManager.GetObject("Apply_Small", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap BackColor {
get {
object obj = ResourceManager.GetObject("BackColor", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Bold {
get {
object obj = ResourceManager.GetObject("Bold", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap CancelAnchor {
get {
object obj = ResourceManager.GetObject("CancelAnchor", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Copy {
get {
object obj = ResourceManager.GetObject("Copy", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Cut {
get {
object obj = ResourceManager.GetObject("Cut", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Eraser {
get {
object obj = ResourceManager.GetObject("Eraser", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap ForeColor {
get {
object obj = ResourceManager.GetObject("ForeColor", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Indent {
get {
object obj = ResourceManager.GetObject("Indent", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Italic {
get {
object obj = ResourceManager.GetObject("Italic", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap JustifyCenter {
get {
object obj = ResourceManager.GetObject("JustifyCenter", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap JustifyLeft {
get {
object obj = ResourceManager.GetObject("JustifyLeft", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap JustifyRight {
get {
object obj = ResourceManager.GetObject("JustifyRight", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Outdent {
get {
object obj = ResourceManager.GetObject("Outdent", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Paste {
get {
object obj = ResourceManager.GetObject("Paste", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Picture {
get {
object obj = ResourceManager.GetObject("Picture", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Rule {
get {
object obj = ResourceManager.GetObject("Rule", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap ToolbarHandler {
get {
object obj = ResourceManager.GetObject("ToolbarHandler", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap ToolbarSeparator {
get {
object obj = ResourceManager.GetObject("ToolbarSeparator", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap UnderLine {
get {
object obj = ResourceManager.GetObject("UnderLine", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Undo {
get {
object obj = ResourceManager.GetObject("Undo", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to /*
/// * WebGroupList.js @Microsoft Visual Studio.NET 2003 <JScript 5.5>
/// * AfritXia
/// * 11.12/2006
/// *
/// *
/// *
/// */
///
/////////////////////////////////////////////////////////////////////////
/////
///// 类 CGroup 参数构造器
/////
///// Parameters:
///// groupID, 组标记 ID
///// openedImgSrc, 打开状态的图片 URL
///// closedImgSrc, 关闭状态的图片 URL
/////
///function CGroup(groupID, openedImgSrc, closedImgSrc)
///{
/// // 获取切换按钮
/// this.m_toggleImageTag = document.getElementById(groupID + "__toggleImage");
/// // 获取项目列表标记
/// this.m_itemsTag [rest of string was truncated]";.
/// </summary>
internal static string WebGroupListJS {
get {
return ResourceManager.GetString("WebGroupListJS", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to /*
/// * WebTextPane.css @Microsoft Visual Studio.NET 2003 <CSS 2>
/// * AfritXia
/// * 07.29/2006
/// *
/// * 控件样式表
/// *
/// */
///
///.WebTextPane
///{
///}
///
///.WebTextPane table
///{
///}
///
///.WebTextPane table tr
///{
///}
///
///.WebTextPane table tr td
///{
/// padding: 1px;
///}
///
////* 下拉列表框命令控件 */
///.WebTextPane table tr td select.CToolbarDropDownList
///{
/// font: normal normal normal 12px "Tahoma";
///}
///
////* 图片按钮命令控件 */
///.WebTextPane table tr td image.CToolbarImageButton
///{
/// border: solid 1px #ffffff;
///}
///
///.WebTextPane table tr td image. [rest of string was truncated]";.
/// </summary>
internal static string WebTextPaneCSS {
get {
return ResourceManager.GetString("WebTextPaneCSS", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to /*
/// * WebTextPane.js @Microsoft Visual Studio.NET 2003 <JScript 5.5>
/// * AfritXia
/// * 07.21/2006
/// *
/// * WebTextPane 控件客户端脚本
/// *
/// */
///
///
////*@cc_on @*/
////*@set @DEBUG = true; @*/
///
///// WebTextPane 控件集合
///var g_webTextPaneCollection = new Array();
///// 当前的 WebTextPane 控件对象
///var g_currWebTextPane = null;
///// 当前命令管理器
///var g_currCmdManager = null;
///
//////////////////////////////////////////////////////////////////////
/////
///// 类 CWebTextPane 构造器
/////
///
///function CWebTextPane()
///{
/// // 将当前编辑器对象加入到集合
/// g_webTextPa [rest of string was truncated]";.
/// </summary>
internal static string WebTextPaneJS {
get {
return ResourceManager.GetString("WebTextPaneJS", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8"?>
///<toolBar>
/// <button>
/// <commandID>CMD_FONT</commandID>
/// <tipText>字体</tipText>
/// </button>
/// <button>
/// <commandID>CMD_SIZE</commandID>
/// <tipText>字体大小</tipText>
/// </button>
/// <button>
/// <commandID>CMD_BACK_COLOR</commandID>
/// <tipText>背景颜色</tipText>
/// </button>
/// <button>
/// <commandID>CMD_FORE_COLOR</commandID>
/// <tipText>字体颜色</tipText>
/// </button>
/// <button>
/// <commandID>CMD_BOLD</commandID>
/// <tipText>加粗 (Ctrl+B)</tipText>
/// </button>
/// <button>
/// <comma [rest of string was truncated]";.
/// </summary>
internal static string WebTextPaneXmlToolTips_ch {
get {
return ResourceManager.GetString("WebTextPaneXmlToolTips_ch", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8" ?>
///<toolBar>
/// <button>
/// <commandID>CMD_FONT</commandID>
/// <tipText>Font Name</tipText>
/// </button>
/// <button>
/// <commandID>CMD_SIZE</commandID>
/// <tipText>Font Size</tipText>
/// </button>
/// <button>
/// <commandID>CMD_BACK_COLOR</commandID>
/// <tipText>Background Color</tipText>
/// </button>
/// <button>
/// <commandID>CMD_FORE_COLOR</commandID>
/// <tipText>Font Color</tipText>
/// </button>
/// <button>
/// <commandID>CMD_BOLD</commandID>
/// <tipText>Bold (Ctrl+B)</tipText> [rest of string was truncated]";.
/// </summary>
internal static string WebTextPaneXmlToolTips_en {
get {
return ResourceManager.GetString("WebTextPaneXmlToolTips_en", resourceCulture);
}
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?