//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码由工具生成。
|
// 运行时版本:4.0.30319.42000
|
//
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
// 重新生成代码,这些更改将会丢失。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace HH.WMS.Client.Properties {
|
using System;
|
|
|
/// <summary>
|
/// 一个强类型的资源类,用于查找本地化的字符串等。
|
/// </summary>
|
// 此类是由 StronglyTypedResourceBuilder
|
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
// (以 /str 作为命令选项),或重新生成 VS 项目。
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
public class Resources {
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
internal Resources() {
|
}
|
|
/// <summary>
|
/// 返回此类使用的缓存的 ResourceManager 实例。
|
/// </summary>
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
public static global::System.Resources.ResourceManager ResourceManager {
|
get {
|
if (object.ReferenceEquals(resourceMan, null)) {
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HH.WMS.Client.Properties.Resources", typeof(Resources).Assembly);
|
resourceMan = temp;
|
}
|
return resourceMan;
|
}
|
}
|
|
/// <summary>
|
/// 使用此强类型资源类,为所有资源查找
|
/// 重写当前线程的 CurrentUICulture 属性。
|
/// </summary>
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
public static global::System.Globalization.CultureInfo Culture {
|
get {
|
return resourceCulture;
|
}
|
set {
|
resourceCulture = value;
|
}
|
}
|
|
/// <summary>
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
/// </summary>
|
public static System.Drawing.Bitmap CmdNewReport {
|
get {
|
object obj = ResourceManager.GetObject("CmdNewReport", resourceCulture);
|
return ((System.Drawing.Bitmap)(obj));
|
}
|
}
|
|
/// <summary>
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
/// </summary>
|
public static System.Drawing.Bitmap CmdOpen {
|
get {
|
object obj = ResourceManager.GetObject("CmdOpen", resourceCulture);
|
return ((System.Drawing.Bitmap)(obj));
|
}
|
}
|
|
/// <summary>
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
/// </summary>
|
public static System.Drawing.Bitmap CmdOpenFromServer {
|
get {
|
object obj = ResourceManager.GetObject("CmdOpenFromServer", resourceCulture);
|
return ((System.Drawing.Bitmap)(obj));
|
}
|
}
|
|
/// <summary>
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
/// </summary>
|
public static System.Drawing.Bitmap CmdSave {
|
get {
|
object obj = ResourceManager.GetObject("CmdSave", resourceCulture);
|
return ((System.Drawing.Bitmap)(obj));
|
}
|
}
|
|
/// <summary>
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
/// </summary>
|
public static System.Drawing.Bitmap CmdSaveAs {
|
get {
|
object obj = ResourceManager.GetObject("CmdSaveAs", resourceCulture);
|
return ((System.Drawing.Bitmap)(obj));
|
}
|
}
|
|
/// <summary>
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
/// </summary>
|
public static System.Drawing.Bitmap CmdSaveToServer {
|
get {
|
object obj = ResourceManager.GetObject("CmdSaveToServer", resourceCulture);
|
return ((System.Drawing.Bitmap)(obj));
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 ActiveReports_CSV.csv 的本地化字符串。
|
/// </summary>
|
public static string CsvFileName {
|
get {
|
return ResourceManager.GetString("CsvFileName", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 CSV Files (*.csv)|*.csv|All files (*.*)|*.* 的本地化字符串。
|
/// </summary>
|
public static string CsvFilter {
|
get {
|
return ResourceManager.GetString("CsvFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Untitled.rdlx 的本地化字符串。
|
/// </summary>
|
public static string DefaultReportNameRdlx {
|
get {
|
return ResourceManager.GetString("DefaultReportNameRdlx", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Untitled.rpx 的本地化字符串。
|
/// </summary>
|
public static string DefaultReportNameRpx {
|
get {
|
return ResourceManager.GetString("DefaultReportNameRpx", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 * 的本地化字符串。
|
/// </summary>
|
public static string DirtySign {
|
get {
|
return ResourceManager.GetString("DirtySign", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Disable Shortcuts 的本地化字符串。
|
/// </summary>
|
public static string DisableShortcutsText {
|
get {
|
return ResourceManager.GetString("DisableShortcutsText", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 ActiveReports_Excel.xlsx 的本地化字符串。
|
/// </summary>
|
public static string Excel2007FileName {
|
get {
|
return ResourceManager.GetString("Excel2007FileName", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Excel 2007 files (*.xlsx)|*.xlsx|Excel files (*.xls)|*.xls|All files (*.*)|*.* 的本地化字符串。
|
/// </summary>
|
public static string Excel2007Filter {
|
get {
|
return ResourceManager.GetString("Excel2007Filter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 ActiveReports_Excel.xls 的本地化字符串。
|
/// </summary>
|
public static string ExcelFileName {
|
get {
|
return ResourceManager.GetString("ExcelFileName", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Excel files (*.xls)|*.xls|All files (*.*)|*.* 的本地化字符串。
|
/// </summary>
|
public static string ExcelFilter {
|
get {
|
return ResourceManager.GetString("ExcelFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 退出(X) 的本地化字符串。
|
/// </summary>
|
public static string ExitText {
|
get {
|
return ResourceManager.GetString("ExitText", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
/// </summary>
|
public static System.Drawing.Bitmap export {
|
get {
|
object obj = ResourceManager.GetObject("export", resourceCulture);
|
return ((System.Drawing.Bitmap)(obj));
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Export Complete 的本地化字符串。
|
/// </summary>
|
public static string ExportCompleteString {
|
get {
|
return ResourceManager.GetString("ExportCompleteString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 导出(E) 的本地化字符串。
|
/// </summary>
|
public static string ExportText {
|
get {
|
return ResourceManager.GetString("ExportText", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 ActiveReports_HTML.html 的本地化字符串。
|
/// </summary>
|
public static string HTMLFileName {
|
get {
|
return ResourceManager.GetString("HTMLFileName", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Html files (*.htm)|*.html|All files (*.*)|*.* 的本地化字符串。
|
/// </summary>
|
public static string HTMLFilter {
|
get {
|
return ResourceManager.GetString("HTMLFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 ActiveReports_Image 的本地化字符串。
|
/// </summary>
|
public static string ImageFileName {
|
get {
|
return ResourceManager.GetString("ImageFileName", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Image files(*.BMP;*.EMF;*.GIF;*.JPEG;*.TIFF;*.PNG)|*.BMP;*.EMF;*.GIF;*.JPEG;*.TIFF;*.PNG 的本地化字符串。
|
/// </summary>
|
public static string ImageFilter {
|
get {
|
return ResourceManager.GetString("ImageFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 无法加载指定的文件。不支持指定的文件格式 的本地化字符串。
|
/// </summary>
|
public static string InvalidFileText {
|
get {
|
return ResourceManager.GetString("InvalidFileText", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 从服务器打开... 的本地化字符串。
|
/// </summary>
|
public static string LoadFromServer {
|
get {
|
return ResourceManager.GetString("LoadFromServer", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
/// </summary>
|
public static System.Drawing.Bitmap moban {
|
get {
|
object obj = ResourceManager.GetObject("moban", resourceCulture);
|
return ((System.Drawing.Bitmap)(obj));
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 新建(N) 的本地化字符串。
|
/// </summary>
|
public static string NewText {
|
get {
|
return ResourceManager.GetString("NewText", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 All Report Files (*.rpx;*.rdlx;*rdlx-master)|*.rpx;*.rdlx;*rdlx-master|Section Report Files (*.rpx)|*.rpx|Page Report Files (*.rdlx)|*.rdlx|RDL Report Files (*.rdlx;*.rdlx-master)|*.rdlx;*.rdlx-master|All files (*.*)|*.* 的本地化字符串。
|
/// </summary>
|
public static string OpenFileFilter {
|
get {
|
return ResourceManager.GetString("OpenFileFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 打开(O) 的本地化字符串。
|
/// </summary>
|
public static string OpenText {
|
get {
|
return ResourceManager.GetString("OpenText", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Comma-Separated Values (CSV) 的本地化字符串。
|
/// </summary>
|
public static string PageCsvString {
|
get {
|
return ResourceManager.GetString("PageCsvString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Microsoft Excel Worksheet - Layout(XLS, XLSX) 的本地化字符串。
|
/// </summary>
|
public static string PageExcelRE {
|
get {
|
return ResourceManager.GetString("PageExcelRE", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Microsoft Excel Worksheet(XLS, XLSX) 的本地化字符串。
|
/// </summary>
|
public static string PageExcelString {
|
get {
|
return ResourceManager.GetString("PageExcelString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Hyper Text Markup Language(HTML) 的本地化字符串。
|
/// </summary>
|
public static string PageHTMLString {
|
get {
|
return ResourceManager.GetString("PageHTMLString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Image Format( BMP , EMP , GIF , JPEG , TIFF, PNG ) 的本地化字符串。
|
/// </summary>
|
public static string PageImageString {
|
get {
|
return ResourceManager.GetString("PageImageString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Portable Document Format(PDF) 的本地化字符串。
|
/// </summary>
|
public static string PagePDFString {
|
get {
|
return ResourceManager.GetString("PagePDFString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Report Document Format(RDF) 的本地化字符串。
|
/// </summary>
|
public static string PageRDFString {
|
get {
|
return ResourceManager.GetString("PageRDFString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Page Report Files (*.rdlx)|*.rdlx 的本地化字符串。
|
/// </summary>
|
public static string PageReportFilter {
|
get {
|
return ResourceManager.GetString("PageReportFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Microsoft Excel Worksheet - Data(XLS) 的本地化字符串。
|
/// </summary>
|
public static string PageTransformationDeviceString {
|
get {
|
return ResourceManager.GetString("PageTransformationDeviceString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Microsoft Word Document(DOC, DOCX) 的本地化字符串。
|
/// </summary>
|
public static string PageWordString {
|
get {
|
return ResourceManager.GetString("PageWordString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Extensible Markup Language(XML) 的本地化字符串。
|
/// </summary>
|
public static string PageXMLString {
|
get {
|
return ResourceManager.GetString("PageXMLString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 ActiveReports_PDF.pdf 的本地化字符串。
|
/// </summary>
|
public static string PDFFileName {
|
get {
|
return ResourceManager.GetString("PDFFileName", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Pdf files (*.pdf)|*.pdf|All files (*.*)|*.* 的本地化字符串。
|
/// </summary>
|
public static string PDFFilter {
|
get {
|
return ResourceManager.GetString("PDFFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 ActiveReports_RDF.rdf 的本地化字符串。
|
/// </summary>
|
public static string RDFFileName {
|
get {
|
return ResourceManager.GetString("RDFFileName", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Rdf files (*.rdf)|*.rdf|All files (*.*)|*.* 的本地化字符串。
|
/// </summary>
|
public static string RdfFilter {
|
get {
|
return ResourceManager.GetString("RdfFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 RDL Report Files (*.rdlx)|*.rdlx 的本地化字符串。
|
/// </summary>
|
public static string RDLReportFilter {
|
get {
|
return ResourceManager.GetString("RDLReportFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 RDL Report Master files (*.rdlx-master)|*.rdlx-master 的本地化字符串。
|
/// </summary>
|
public static string RDLReportFilterMaster {
|
get {
|
return ResourceManager.GetString("RDLReportFilterMaster", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 rdlx files|*.rdlx 的本地化字符串。
|
/// </summary>
|
public static string RdlxFilter {
|
get {
|
return ResourceManager.GetString("RdlxFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 报告已经更改!!你想保存吗? 的本地化字符串。
|
/// </summary>
|
public static string ReportDirtyMessage {
|
get {
|
return ResourceManager.GetString("ReportDirtyMessage", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 ActiveReports_RTF.rtf 的本地化字符串。
|
/// </summary>
|
public static string RtfFileName {
|
get {
|
return ResourceManager.GetString("RtfFileName", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Rtf files (*.rtf)|*.rtf|All files (*.*)|*.* 的本地化字符串。
|
/// </summary>
|
public static string RtfFilter {
|
get {
|
return ResourceManager.GetString("RtfFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 另存为(A) 的本地化字符串。
|
/// </summary>
|
public static string SaveAsText {
|
get {
|
return ResourceManager.GetString("SaveAsText", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 保存(S) 的本地化字符串。
|
/// </summary>
|
public static string SaveText {
|
get {
|
return ResourceManager.GetString("SaveText", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 保存到服务器... 的本地化字符串。
|
/// </summary>
|
public static string SaveToServer {
|
get {
|
return ResourceManager.GetString("SaveToServer", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Microsoft Excel WorkBook( XLS , XLSX ) 的本地化字符串。
|
/// </summary>
|
public static string SectionExcelString {
|
get {
|
return ResourceManager.GetString("SectionExcelString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Hypertext Markup Language(HTML) 的本地化字符串。
|
/// </summary>
|
public static string SectionHTMLString {
|
get {
|
return ResourceManager.GetString("SectionHTMLString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Portable Document Format(PDF) 的本地化字符串。
|
/// </summary>
|
public static string SectionPDFString {
|
get {
|
return ResourceManager.GetString("SectionPDFString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Plain Text(TXT) 的本地化字符串。
|
/// </summary>
|
public static string SectionPlainTextString {
|
get {
|
return ResourceManager.GetString("SectionPlainTextString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Section Report Files (*.rpx)|*.rpx 的本地化字符串。
|
/// </summary>
|
public static string SectionReportFilter {
|
get {
|
return ResourceManager.GetString("SectionReportFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Rich Text Format(RTF) 的本地化字符串。
|
/// </summary>
|
public static string SectionRTFString {
|
get {
|
return ResourceManager.GetString("SectionRTFString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Tagged Image Format(TIFF) 的本地化字符串。
|
/// </summary>
|
public static string SectionTIFFString {
|
get {
|
return ResourceManager.GetString("SectionTIFFString", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
/// </summary>
|
public static System.Drawing.Bitmap shouye {
|
get {
|
object obj = ResourceManager.GetObject("shouye", resourceCulture);
|
return ((System.Drawing.Bitmap)(obj));
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 ActiveReports_Text.txt 的本地化字符串。
|
/// </summary>
|
public static string TextFileName {
|
get {
|
return ResourceManager.GetString("TextFileName", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 txt files (*.txt)|*.txt|All files (*.*)|*.* 的本地化字符串。
|
/// </summary>
|
public static string TextFilter {
|
get {
|
return ResourceManager.GetString("TextFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 ActiveReports_Tiff.tiff 的本地化字符串。
|
/// </summary>
|
public static string TiffFileName {
|
get {
|
return ResourceManager.GetString("TiffFileName", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Tiff files (*.tiff)|*.tiff|All files (*.*)|*.* 的本地化字符串。
|
/// </summary>
|
public static string TiffFilter {
|
get {
|
return ResourceManager.GetString("TiffFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 End User Designer 的本地化字符串。
|
/// </summary>
|
public static string Title {
|
get {
|
return ResourceManager.GetString("Title", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Data 的本地化字符串。
|
/// </summary>
|
public static string ToolBoxData {
|
get {
|
return ResourceManager.GetString("ToolBoxData", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
/// </summary>
|
public static System.Drawing.Bitmap tuichu {
|
get {
|
object obj = ResourceManager.GetObject("tuichu", resourceCulture);
|
return ((System.Drawing.Bitmap)(obj));
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 ActiveReports_Word.docx 的本地化字符串。
|
/// </summary>
|
public static string Word2007FileName {
|
get {
|
return ResourceManager.GetString("Word2007FileName", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 MS Word files (*.docx)|*.docx|All files (*.*)|*.* 的本地化字符串。
|
/// </summary>
|
public static string Word2007Filter {
|
get {
|
return ResourceManager.GetString("Word2007Filter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 ActiveReports_Word.doc 的本地化字符串。
|
/// </summary>
|
public static string WordFileName {
|
get {
|
return ResourceManager.GetString("WordFileName", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 MS Word files (*.doc)|*.doc|All files (*.*)|*.* 的本地化字符串。
|
/// </summary>
|
public static string WordFilter {
|
get {
|
return ResourceManager.GetString("WordFilter", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 ActiveReports_XML.xml 的本地化字符串。
|
/// </summary>
|
public static string XMLFileName {
|
get {
|
return ResourceManager.GetString("XMLFileName", resourceCulture);
|
}
|
}
|
|
/// <summary>
|
/// 查找类似 Xml files (*.xml)|*.xml|All files (*.*)|*.* 的本地化字符串。
|
/// </summary>
|
public static string XmlFilter {
|
get {
|
return ResourceManager.GetString("XmlFilter", resourceCulture);
|
}
|
}
|
}
|
}
|