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