Benutzerdefinierte Lokalisierung

Contents
[ ]

Beispiel

fügen Sie zunächst eine neue Ressourcendatei hinzu: customtest.resx

custom-resource

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace myapp {
using System;
/// <summary>
/// 一个强类型的资源类,用于查找本地化的字符串等。
/// </summary>
// 此类是由 StronglyTypedResourceBuilder
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 VS 项目。
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class customtest {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal customtest() {
}
/// <summary>
/// 返回此类使用的缓存的 ResourceManager 实例。
/// </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("testapp.customtest", typeof(customtest).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// 重写当前线程的 CurrentUICulture 属性,对
/// 使用此强类型资源类的所有资源查找执行重写。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// 查找类似 Copy Cells 的本地化字符串。
/// </summary>
internal static string autofill_copy {
get {
return ResourceManager.GetString("autofill.copy", resourceCulture);
}
}
/// <summary>
/// 查找类似 Fill Formatting Only 的本地化字符串。
/// </summary>
internal static string autofill_formatonly {
get {
return ResourceManager.GetString("autofill.formatonly", resourceCulture);
}
}
/// <summary>
/// 查找类似 Fill Series 的本地化字符串。
/// </summary>
internal static string autofill_series {
get {
return ResourceManager.GetString("autofill.series", resourceCulture);
}
}
/// <summary>
/// 查找类似 To do this,all the merged cells need to be the same size. 的本地化字符串。
/// </summary>
internal static string autofill_targetcontainmerge {
get {
return ResourceManager.GetString("autofill.targetcontainmerge", resourceCulture);
}
}
/// <summary>
/// 查找类似 Fill Without Formatting 的本地化字符串。
/// </summary>
internal static string autofill_withoutformat {
get {
return ResourceManager.GetString("autofill.withoutformat", resourceCulture);
}
}
/// <summary>
/// 查找类似 Convert to Number 的本地化字符串。
/// </summary>
internal static string button_convertonumber {
get {
return ResourceManager.GetString("button.convertonumber", resourceCulture);
}
}
/// <summary>
/// 查找类似 Axis Title 的本地化字符串。
/// </summary>
internal static string chart_axis_titlename {
get {
return ResourceManager.GetString("chart.axis.titlename", resourceCulture);
}
}
/// <summary>
/// 查找类似 Billions 的本地化字符串。
/// </summary>
internal static string chart_axis_unitname_billions {
get {
return ResourceManager.GetString("chart.axis.unitname.billions", resourceCulture);
}
}
/// <summary>
/// 查找类似 Hundreds 的本地化字符串。
/// </summary>
internal static string chart_axis_unitname_hundreds {
get {
return ResourceManager.GetString("chart.axis.unitname.hundreds", resourceCulture);
}
}
/// <summary>
/// 查找类似 Millions 的本地化字符串。
/// </summary>
internal static string chart_axis_unitname_millions {
get {
return ResourceManager.GetString("chart.axis.unitname.millions", resourceCulture);
}
}
/// <summary>
/// 查找类似 Thousands 的本地化字符串。
/// </summary>
internal static string chart_axis_unitname_thousands {
get {
return ResourceManager.GetString("chart.axis.unitname.thousands", resourceCulture);
}
}
/// <summary>
/// 查找类似 Trillions 的本地化字符串。
/// </summary>
internal static string chart_axis_unitname_trillions {
get {
return ResourceManager.GetString("chart.axis.unitname.trillions", resourceCulture);
}
}
/// <summary>
/// 查找类似 Decrease 的本地化字符串。
/// </summary>
internal static string chart_legend_decreasename {
get {
return ResourceManager.GetString("chart.legend.decreasename", resourceCulture);
}
}
/// <summary>
/// 查找类似 Increase 的本地化字符串。
/// </summary>
internal static string chart_legend_increasename {
get {
return ResourceManager.GetString("chart.legend.increasename", resourceCulture);
}
}
/// <summary>
/// 查找类似 Total 的本地化字符串。
/// </summary>
internal static string chart_legend_totalname {
get {
return ResourceManager.GetString("chart.legend.totalname", resourceCulture);
}
}
/// <summary>
/// 查找类似 Other 的本地化字符串。
/// </summary>
internal static string chart_othername {
get {
return ResourceManager.GetString("chart.othername", resourceCulture);
}
}
/// <summary>
/// 查找类似 Series 的本地化字符串。
/// </summary>
internal static string chart_seriesname {
get {
return ResourceManager.GetString("chart.seriesname", resourceCulture);
}
}
/// <summary>
/// 查找类似 Chart Title 的本地化字符串。
/// </summary>
internal static string chart_titlename {
get {
return ResourceManager.GetString("chart.titlename", resourceCulture);
}
}
/// <summary>
/// 查找类似 clear filter 的本地化字符串。
/// </summary>
internal static string ck_autofilter_clear {
get {
return ResourceManager.GetString("ck.autofilter.clear", resourceCulture);
}
}
/// <summary>
/// 查找类似 number filter,equal,not equal,less,less or equal,greater,greter or equal,between,not between 的本地化字符串。
/// </summary>
internal static string ck_autofilter_numberfilter_items {
get {
return ResourceManager.GetString("ck.autofilter.numberfilter.items", resourceCulture);
}
}
/// <summary>
/// 查找类似 Close 的本地化字符串。
/// </summary>
internal static string findreplace_btn_close {
get {
return ResourceManager.GetString("findreplace.btn.close", resourceCulture);
}
}
/// <summary>
/// 查找类似 Find &amp;in: 的本地化字符串。
/// </summary>
internal static string findreplace_btn_findin {
get {
return ResourceManager.GetString("findreplace.btn.findin", resourceCulture);
}
}
/// <summary>
/// 查找类似 &amp;Find Next 的本地化字符串。
/// </summary>
internal static string findreplace_btn_findnext {
get {
return ResourceManager.GetString("findreplace.btn.findnext", resourceCulture);
}
}
/// <summary>
/// 查找类似 Find options: 的本地化字符串。
/// </summary>
internal static string findreplace_btn_findoptions {
get {
return ResourceManager.GetString("findreplace.btn.findoptions", resourceCulture);
}
}
/// <summary>
/// 查找类似 Find / Replace 的本地化字符串。
/// </summary>
internal static string findreplace_btn_findreplace {
get {
return ResourceManager.GetString("findreplace.btn.findreplace", resourceCulture);
}
}
/// <summary>
/// 查找类似 Fi&amp;nd what: 的本地化字符串。
/// </summary>
internal static string findreplace_btn_findwhat {
get {
return ResourceManager.GetString("findreplace.btn.findwhat", resourceCulture);
}
}
/// <summary>
/// 查找类似 Match &amp;case 的本地化字符串。
/// </summary>
internal static string findreplace_btn_matchcase {
get {
return ResourceManager.GetString("findreplace.btn.matchcase", resourceCulture);
}
}
/// <summary>
/// 查找类似 Match &amp;whole word 的本地化字符串。
/// </summary>
internal static string findreplace_btn_matchwhole {
get {
return ResourceManager.GetString("findreplace.btn.matchwhole", resourceCulture);
}
}
/// <summary>
/// 查找类似 Regular &amp;expression 的本地化字符串。
/// </summary>
internal static string findreplace_btn_regular {
get {
return ResourceManager.GetString("findreplace.btn.regular", resourceCulture);
}
}
/// <summary>
/// 查找类似 &amp;Replace 的本地化字符串。
/// </summary>
internal static string findreplace_btn_replace {
get {
return ResourceManager.GetString("findreplace.btn.replace", resourceCulture);
}
}
/// <summary>
/// 查找类似 Replace &amp;All 的本地化字符串。
/// </summary>
internal static string findreplace_btn_replaceall {
get {
return ResourceManager.GetString("findreplace.btn.replaceall", resourceCulture);
}
}
/// <summary>
/// 查找类似 Re&amp;place with: 的本地化字符串。
/// </summary>
internal static string findreplace_btn_replacewith {
get {
return ResourceManager.GetString("findreplace.btn.replacewith", resourceCulture);
}
}
/// <summary>
/// 查找类似 Search &amp;up 的本地化字符串。
/// </summary>
internal static string findreplace_btn_searchup {
get {
return ResourceManager.GetString("findreplace.btn.searchup", resourceCulture);
}
}
/// <summary>
/// 查找类似 Please input what will be searched! 的本地化字符串。
/// </summary>
internal static string findreplace_msg_find {
get {
return ResourceManager.GetString("findreplace.msg.find", resourceCulture);
}
}
/// <summary>
/// 查找类似 The specified text was not found! 的本地化字符串。
/// </summary>
internal static string findreplace_msg_findfail {
get {
return ResourceManager.GetString("findreplace.msg.findfail", resourceCulture);
}
}
/// <summary>
/// 查找类似 The search has been completed. 的本地化字符串。
/// </summary>
internal static string findreplace_msg_findfinish {
get {
return ResourceManager.GetString("findreplace.msg.findfinish", resourceCulture);
}
}
/// <summary>
/// 查找类似 The specified text was not found or the cells are read only! 的本地化字符串。
/// </summary>
internal static string findreplace_msg_replaceallfail {
get {
return ResourceManager.GetString("findreplace.msg.replaceallfail", resourceCulture);
}
}
/// <summary>
/// 查找类似 The specified text was not found or the cell is read only! 的本地化字符串。
/// </summary>
internal static string findreplace_msg_replacefail {
get {
return ResourceManager.GetString("findreplace.msg.replacefail", resourceCulture);
}
}
/// <summary>
/// 查找类似 The search has been completed and {0} replacement has been made. 的本地化字符串。
/// </summary>
internal static string findreplace_msg_replaces1 {
get {
return ResourceManager.GetString("findreplace.msg.replaces1", resourceCulture);
}
}
/// <summary>
/// 查找类似 The search has been completed and {0} replacements have been made. 的本地化字符串。
/// </summary>
internal static string findreplace_msg_replaces2 {
get {
return ResourceManager.GetString("findreplace.msg.replaces2", resourceCulture);
}
}
/// <summary>
/// 查找类似 And there are some cells can not be replaced! 的本地化字符串。
/// </summary>
internal static string findreplace_msg_replacespart {
get {
return ResourceManager.GetString("findreplace.msg.replacespart", resourceCulture);
}
}
/// <summary>
/// 查找类似 Cancel 的本地化字符串。
/// </summary>
internal static string fmtcomment_cancel {
get {
return ResourceManager.GetString("fmtcomment.cancel", resourceCulture);
}
}
/// <summary>
/// 查找类似 Font: 的本地化字符串。
/// </summary>
internal static string fmtcomment_font {
get {
return ResourceManager.GetString("fmtcomment.font", resourceCulture);
}
}
/// <summary>
/// 查找类似 Color: 的本地化字符串。
/// </summary>
internal static string fmtcomment_fontcolor {
get {
return ResourceManager.GetString("fmtcomment.fontcolor", resourceCulture);
}
}
/// <summary>
/// 查找类似 Size: 的本地化字符串。
/// </summary>
internal static string fmtcomment_fontsize {
get {
return ResourceManager.GetString("fmtcomment.fontsize", resourceCulture);
}
}
/// <summary>
/// 查找类似 Style: 的本地化字符串。
/// </summary>
internal static string fmtcomment_fontstyle {
get {
return ResourceManager.GetString("fmtcomment.fontstyle", resourceCulture);
}
}
/// <summary>
/// 查找类似 Format Comment 的本地化字符串。
/// </summary>
internal static string fmtcomment_formatcomment {
get {
return ResourceManager.GetString("fmtcomment.formatcomment", resourceCulture);
}
}
/// <summary>
/// 查找类似 Ok 的本地化字符串。
/// </summary>
internal static string fmtcomment_ok {
get {
return ResourceManager.GetString("fmtcomment.ok", resourceCulture);
}
}
/// <summary>
/// 查找类似 Preview 的本地化字符串。
/// </summary>
internal static string fmtcomment_preview {
get {
return ResourceManager.GetString("fmtcomment.preview", resourceCulture);
}
}
/// <summary>
/// 查找类似 Strikethrough 的本地化字符串。
/// </summary>
internal static string fmtcomment_strikethrough {
get {
return ResourceManager.GetString("fmtcomment.strikethrough", resourceCulture);
}
}
/// <summary>
/// 查找类似 Underline 的本地化字符串。
/// </summary>
internal static string fmtcomment_underline {
get {
return ResourceManager.GetString("fmtcomment.underline", resourceCulture);
}
}
/// <summary>
/// 查找类似 Alignment 的本地化字符串。
/// </summary>
internal static string fmtstyle_alignment {
get {
return ResourceManager.GetString("fmtstyle.alignment", resourceCulture);
}
}
/// <summary>
/// 查找类似 Border 的本地化字符串。
/// </summary>
internal static string fmtstyle_border {
get {
return ResourceManager.GetString("fmtstyle.border", resourceCulture);
}
}
/// <summary>
/// 查找类似 Bottom 的本地化字符串。
/// </summary>
internal static string fmtstyle_bottom {
get {
return ResourceManager.GetString("fmtstyle.bottom", resourceCulture);
}
}
/// <summary>
/// 查找类似 Category: 的本地化字符串。
/// </summary>
internal static string fmtstyle_category {
get {
return ResourceManager.GetString("fmtstyle.category", resourceCulture);
}
}
/// <summary>
/// 查找类似 CellColor: 的本地化字符串。
/// </summary>
internal static string fmtstyle_cellcolor {
get {
return ResourceManager.GetString("fmtstyle.cellcolor", resourceCulture);
}
}
/// <summary>
/// 查找类似 Color: 的本地化字符串。
/// </summary>
internal static string fmtstyle_color {
get {
return ResourceManager.GetString("fmtstyle.color", resourceCulture);
}
}
/// <summary>
/// 查找类似 Decimal places: 的本地化字符串。
/// </summary>
internal static string fmtstyle_decimalplaces {
get {
return ResourceManager.GetString("fmtstyle.decimalplaces", resourceCulture);
}
}
/// <summary>
/// 查找类似 DiagonalDown 的本地化字符串。
/// </summary>
internal static string fmtstyle_diagonaldown {
get {
return ResourceManager.GetString("fmtstyle.diagonaldown", resourceCulture);
}
}
/// <summary>
/// 查找类似 DiagonalUp 的本地化字符串。
/// </summary>
internal static string fmtstyle_diagonalup {
get {
return ResourceManager.GetString("fmtstyle.diagonalup", resourceCulture);
}
}
/// <summary>
/// 查找类似 Font 的本地化字符串。
/// </summary>
internal static string fmtstyle_font {
get {
return ResourceManager.GetString("fmtstyle.font", resourceCulture);
}
}
/// <summary>
/// 查找类似 Font Color: 的本地化字符串。
/// </summary>
internal static string fmtstyle_fontcolor {
get {
return ResourceManager.GetString("fmtstyle.fontcolor", resourceCulture);
}
}
/// <summary>
/// 查找类似 Font size: 的本地化字符串。
/// </summary>
internal static string fmtstyle_fontsize {
get {
return ResourceManager.GetString("fmtstyle.fontsize", resourceCulture);
}
}
/// <summary>
/// 查找类似 Font style: 的本地化字符串。
/// </summary>
internal static string fmtstyle_fontstyle {
get {
return ResourceManager.GetString("fmtstyle.fontstyle", resourceCulture);
}
}
/// <summary>
/// 查找类似 Format Cells 的本地化字符串。
/// </summary>
internal static string fmtstyle_formatcells {
get {
return ResourceManager.GetString("fmtstyle.formatcells", resourceCulture);
}
}
/// <summary>
/// 查找类似 Hidden 的本地化字符串。
/// </summary>
internal static string fmtstyle_hidden {
get {
return ResourceManager.GetString("fmtstyle.hidden", resourceCulture);
}
}
/// <summary>
/// 查找类似 Horizontal: 的本地化字符串。
/// </summary>
internal static string fmtstyle_horizontal {
get {
return ResourceManager.GetString("fmtstyle.horizontal", resourceCulture);
}
}
/// <summary>
/// 查找类似 Left 的本地化字符串。
/// </summary>
internal static string fmtstyle_left {
get {
return ResourceManager.GetString("fmtstyle.left", resourceCulture);
}
}
/// <summary>
/// 查找类似 Line 的本地化字符串。
/// </summary>
internal static string fmtstyle_line {
get {
return ResourceManager.GetString("fmtstyle.line", resourceCulture);
}
}
/// <summary>
/// 查找类似 Locale: 的本地化字符串。
/// </summary>
internal static string fmtstyle_locale {
get {
return ResourceManager.GetString("fmtstyle.locale", resourceCulture);
}
}
/// <summary>
/// 查找类似 Locked 的本地化字符串。
/// </summary>
internal static string fmtstyle_locked {
get {
return ResourceManager.GetString("fmtstyle.locked", resourceCulture);
}
}
/// <summary>
/// 查找类似 General,Number,Currency,Accounting,Date,Time,Percentage,Scientific,Text,Custom 的本地化字符串。
/// </summary>
internal static string fmtstyle_lstCategory {
get {
return ResourceManager.GetString("fmtstyle.lstCategory", resourceCulture);
}
}
/// <summary>
/// 查找类似 Accounting formats line up the currency symbols and decimal points in a column. 的本地化字符串。
/// </summary>
internal static string fmtstyle_lstCategory_acount {
get {
return ResourceManager.GetString("fmtstyle.lstCategory.acount", resourceCulture);
}
}
/// <summary>
/// 查找类似 Currency formats are used for general monetary values. Use Accounting formats to align decimal points in a column. 的本地化字符串。
/// </summary>
internal static string fmtstyle_lstCategory_currency {
get {
return ResourceManager.GetString("fmtstyle.lstCategory.currency", resourceCulture);
}
}
/// <summary>
/// 查找类似 Type the number format code,using one of the existing codes as a starting point. 的本地化字符串。
/// </summary>
internal static string fmtstyle_lstCategory_custom {
get {
return ResourceManager.GetString("fmtstyle.lstCategory.custom", resourceCulture);
}
}
/// <summary>
/// 查找类似 Date formats display date and time serial numbers as date values.Except for items that have an asterisk (*),applied formats do not switch date orders with the operating system. 的本地化字符串。
/// </summary>
internal static string fmtstyle_lstCategory_data {
get {
return ResourceManager.GetString("fmtstyle.lstCategory.data", resourceCulture);
}
}
/// <summary>
/// 查找类似 General format cells have no specific number format. 的本地化字符串。
/// </summary>
internal static string fmtstyle_lstCategory_general {
get {
return ResourceManager.GetString("fmtstyle.lstCategory.general", resourceCulture);
}
}
/// <summary>
/// 查找类似 Number is used for general display of numbers. Currency and Accounting offer specialized formatting for monetary value. 的本地化字符串。
/// </summary>
internal static string fmtstyle_lstCategory_number {
get {
return ResourceManager.GetString("fmtstyle.lstCategory.number", resourceCulture);
}
}
/// <summary>
/// 查找类似 Percentage formats multiply the cell value by 100 and displays the result with a percent symbol. 的本地化字符串。
/// </summary>
internal static string fmtstyle_lstCategory_percentage {
get {
return ResourceManager.GetString("fmtstyle.lstCategory.percentage", resourceCulture);
}
}
/// <summary>
/// 查找类似 Text format cells are treated as text even when a number is in the cell.The cell is displayed exactly as entered. 的本地化字符串。
/// </summary>
internal static string fmtstyle_lstCategory_text {
get {
return ResourceManager.GetString("fmtstyle.lstCategory.text", resourceCulture);
}
}
/// <summary>
/// 查找类似 Time formats display date and time serial numbers as time values. Except for items that have an asterisk (*), applied formats do not switch date or time orders with the operating system. 的本地化字符串。
/// </summary>
internal static string fmtstyle_lstCategory_time {
get {
return ResourceManager.GetString("fmtstyle.lstCategory.time", resourceCulture);
}
}
/// <summary>
/// 查找类似 Merge cells 的本地化字符串。
/// </summary>
internal static string fmtstyle_mergecells {
get {
return ResourceManager.GetString("fmtstyle.mergecells", resourceCulture);
}
}
/// <summary>
/// 查找类似 Negative Number: 的本地化字符串。
/// </summary>
internal static string fmtstyle_negative {
get {
return ResourceManager.GetString("fmtstyle.negative", resourceCulture);
}
}
/// <summary>
/// 查找类似 &amp;None 的本地化字符串。
/// </summary>
internal static string fmtstyle_none {
get {
return ResourceManager.GetString("fmtstyle.none", resourceCulture);
}
}
/// <summary>
/// 查找类似 Number 的本地化字符串。
/// </summary>
internal static string fmtstyle_number {
get {
return ResourceManager.GetString("fmtstyle.number", resourceCulture);
}
}
/// <summary>
/// 查找类似 &amp;Outline 的本地化字符串。
/// </summary>
internal static string fmtstyle_outline {
get {
return ResourceManager.GetString("fmtstyle.outline", resourceCulture);
}
}
/// <summary>
/// 查找类似 Presets 的本地化字符串。
/// </summary>
internal static string fmtstyle_presets {
get {
return ResourceManager.GetString("fmtstyle.presets", resourceCulture);
}
}
/// <summary>
/// 查找类似 Preview 的本地化字符串。
/// </summary>
internal static string fmtstyle_preview {
get {
return ResourceManager.GetString("fmtstyle.preview", resourceCulture);
}
}
/// <summary>
/// 查找类似 Protection 的本地化字符串。
/// </summary>
internal static string fmtstyle_protection {
get {
return ResourceManager.GetString("fmtstyle.protection", resourceCulture);
}
}
/// <summary>
/// 查找类似 Right 的本地化字符串。
/// </summary>
internal static string fmtstyle_right {
get {
return ResourceManager.GetString("fmtstyle.right", resourceCulture);
}
}
/// <summary>
/// 查找类似 Sample 的本地化字符串。
/// </summary>
internal static string fmtstyle_sample {
get {
return ResourceManager.GetString("fmtstyle.sample", resourceCulture);
}
}
/// <summary>
/// 查找类似 Shrink to fit 的本地化字符串。
/// </summary>
internal static string fmtstyle_shrink {
get {
return ResourceManager.GetString("fmtstyle.shrink", resourceCulture);
}
}
/// <summary>
/// 查找类似 Strikethrough 的本地化字符串。
/// </summary>
internal static string fmtstyle_strikethrough {
get {
return ResourceManager.GetString("fmtstyle.strikethrough", resourceCulture);
}
}
/// <summary>
/// 查找类似 Symbol: 的本地化字符串。
/// </summary>
internal static string fmtstyle_symbol {
get {
return ResourceManager.GetString("fmtstyle.symbol", resourceCulture);
}
}
/// <summary>
/// 查找类似 Text alignment 的本地化字符串。
/// </summary>
internal static string fmtstyle_textalignment {
get {
return ResourceManager.GetString("fmtstyle.textalignment", resourceCulture);
}
}
/// <summary>
/// 查找类似 General,Left,Center,Right 的本地化字符串。
/// </summary>
internal static string fmtstyle_textalignment_halign {
get {
return ResourceManager.GetString("fmtstyle.textalignment.halign", resourceCulture);
}
}
/// <summary>
/// 查找类似 Top,Center,Bottom 的本地化字符串。
/// </summary>
internal static string fmtstyle_textalignment_valign {
get {
return ResourceManager.GetString("fmtstyle.textalignment.valign", resourceCulture);
}
}
/// <summary>
/// 查找类似 Text control 的本地化字符串。
/// </summary>
internal static string fmtstyle_textcontrol {
get {
return ResourceManager.GetString("fmtstyle.textcontrol", resourceCulture);
}
}
/// <summary>
/// 查找类似 Top 的本地化字符串。
/// </summary>
internal static string fmtstyle_top {
get {
return ResourceManager.GetString("fmtstyle.top", resourceCulture);
}
}
/// <summary>
/// 查找类似 Type: 的本地化字符串。
/// </summary>
internal static string fmtstyle_type {
get {
return ResourceManager.GetString("fmtstyle.type", resourceCulture);
}
}
/// <summary>
/// 查找类似 Underline 的本地化字符串。
/// </summary>
internal static string fmtstyle_underline {
get {
return ResourceManager.GetString("fmtstyle.underline", resourceCulture);
}
}
/// <summary>
/// 查找类似 Use 1000 Separator(,) 的本地化字符串。
/// </summary>
internal static string fmtstyle_use1000 {
get {
return ResourceManager.GetString("fmtstyle.use1000", resourceCulture);
}
}
/// <summary>
/// 查找类似 Vertical: 的本地化字符串。
/// </summary>
internal static string fmtstyle_vertical {
get {
return ResourceManager.GetString("fmtstyle.vertical", resourceCulture);
}
}
/// <summary>
/// 查找类似 Wrap text 的本地化字符串。
/// </summary>
internal static string fmtstyle_wrap {
get {
return ResourceManager.GetString("fmtstyle.wrap", resourceCulture);
}
}
/// <summary>
/// 查找类似 Address: 的本地化字符串。
/// </summary>
internal static string hyperlink_address {
get {
return ResourceManager.GetString("hyperlink.address", resourceCulture);
}
}
/// <summary>
/// 查找类似 Browse for File 的本地化字符串。
/// </summary>
internal static string hyperlink_browsefile {
get {
return ResourceManager.GetString("hyperlink.browsefile", resourceCulture);
}
}
/// <summary>
/// 查找类似 Browse for Folder 的本地化字符串。
/// </summary>
internal static string hyperlink_browsefolder {
get {
return ResourceManager.GetString("hyperlink.browsefolder", resourceCulture);
}
}
/// <summary>
/// 查找类似 Link to File 的本地化字符串。
/// </summary>
internal static string hyperlink_linkfile {
get {
return ResourceManager.GetString("hyperlink.linkfile", resourceCulture);
}
}
/// <summary>
/// 查找类似 Hyperlink 的本地化字符串。
/// </summary>
internal static string hyperlink_name {
get {
return ResourceManager.GetString("hyperlink.name", resourceCulture);
}
}
/// <summary>
/// 查找类似 Please input address! 的本地化字符串。
/// </summary>
internal static string hyperlink_pleaseinput {
get {
return ResourceManager.GetString("hyperlink.pleaseinput", resourceCulture);
}
}
/// <summary>
/// 查找类似 Text to display: 的本地化字符串。
/// </summary>
internal static string hyperlink_texttodisplay {
get {
return ResourceManager.GetString("hyperlink.texttodisplay", resourceCulture);
}
}
/// <summary>
/// 查找类似 &amp;Add Row 的本地化字符串。
/// </summary>
internal static string menu_addrow {
get {
return ResourceManager.GetString("menu.addrow", resourceCulture);
}
}
/// <summary>
/// 查找类似 All 的本地化字符串。
/// </summary>
internal static string menu_all {
get {
return ResourceManager.GetString("menu.all", resourceCulture);
}
}
/// <summary>
/// 查找类似 Cancel 的本地化字符串。
/// </summary>
internal static string menu_cancel {
get {
return ResourceManager.GetString("menu.cancel", resourceCulture);
}
}
/// <summary>
/// 查找类似 Clear Co&amp;ntents 的本地化字符串。
/// </summary>
internal static string menu_clearcontent {
get {
return ResourceManager.GetString("menu.clearcontent", resourceCulture);
}
}
/// <summary>
/// 查找类似 &amp;Copy 的本地化字符串。
/// </summary>
internal static string menu_copy {
get {
return ResourceManager.GetString("menu.copy", resourceCulture);
}
}
/// <summary>
/// 查找类似 Cu&amp;t 的本地化字符串。
/// </summary>
internal static string menu_cut {
get {
return ResourceManager.GetString("menu.cut", resourceCulture);
}
}
/// <summary>
/// 查找类似 &amp;Delete 的本地化字符串。
/// </summary>
internal static string menu_del {
get {
return ResourceManager.GetString("menu.del", resourceCulture);
}
}
/// <summary>
/// 查找类似 Delete Column 的本地化字符串。
/// </summary>
internal static string menu_delcol {
get {
return ResourceManager.GetString("menu.delcol", resourceCulture);
}
}
/// <summary>
/// 查找类似 Delete Co&amp;mment 的本地化字符串。
/// </summary>
internal static string menu_delcomment {
get {
return ResourceManager.GetString("menu.delcomment", resourceCulture);
}
}
/// <summary>
/// 查找类似 Delete Row 的本地化字符串。
/// </summary>
internal static string menu_delrow {
get {
return ResourceManager.GetString("menu.delrow", resourceCulture);
}
}
/// <summary>
/// 查找类似 Edit Hyperlink... 的本地化字符串。
/// </summary>
internal static string menu_edithyperlink {
get {
return ResourceManager.GetString("menu.edithyperlink", resourceCulture);
}
}
/// <summary>
/// 查找类似 &amp;Format Cells... 的本地化字符串。
/// </summary>
internal static string menu_formatcell {
get {
return ResourceManager.GetString("menu.formatcell", resourceCulture);
}
}
/// <summary>
/// 查找类似 Hide 的本地化字符串。
/// </summary>
internal static string menu_hide {
get {
return ResourceManager.GetString("menu.hide", resourceCulture);
}
}
/// <summary>
/// 查找类似 Hyperlink... 的本地化字符串。
/// </summary>
internal static string menu_hyperlink {
get {
return ResourceManager.GetString("menu.hyperlink", resourceCulture);
}
}
/// <summary>
/// 查找类似 &amp;Insert 的本地化字符串。
/// </summary>
internal static string menu_insert {
get {
return ResourceManager.GetString("menu.insert", resourceCulture);
}
}
/// <summary>
/// 查找类似 Insert Column 的本地化字符串。
/// </summary>
internal static string menu_insertcol {
get {
return ResourceManager.GetString("menu.insertcol", resourceCulture);
}
}
/// <summary>
/// 查找类似 Insert Co&amp;mment 的本地化字符串。
/// </summary>
internal static string menu_insertcomment {
get {
return ResourceManager.GetString("menu.insertcomment", resourceCulture);
}
}
/// <summary>
/// 查找类似 Insert Hyperlink 的本地化字符串。
/// </summary>
internal static string menu_inserthyperlink {
get {
return ResourceManager.GetString("menu.inserthyperlink", resourceCulture);
}
}
/// <summary>
/// 查找类似 Insert Row 的本地化字符串。
/// </summary>
internal static string menu_insertrow {
get {
return ResourceManager.GetString("menu.insertrow", resourceCulture);
}
}
/// <summary>
/// 查找类似 OK 的本地化字符串。
/// </summary>
internal static string menu_ok {
get {
return ResourceManager.GetString("menu.ok", resourceCulture);
}
}
/// <summary>
/// 查找类似 &amp;Open Hyperlink 的本地化字符串。
/// </summary>
internal static string menu_openhyperlink {
get {
return ResourceManager.GetString("menu.openhyperlink", resourceCulture);
}
}
/// <summary>
/// 查找类似 &amp;Paste 的本地化字符串。
/// </summary>
internal static string menu_paste {
get {
return ResourceManager.GetString("menu.paste", resourceCulture);
}
}
/// <summary>
/// 查找类似 &amp;Remove Hyperlink 的本地化字符串。
/// </summary>
internal static string menu_removehyperlink {
get {
return ResourceManager.GetString("menu.removehyperlink", resourceCulture);
}
}
/// <summary>
/// 查找类似 Rename 的本地化字符串。
/// </summary>
internal static string menu_rename {
get {
return ResourceManager.GetString("menu.rename", resourceCulture);
}
}
/// <summary>
/// 查找类似 UnHide 的本地化字符串。
/// </summary>
internal static string menu_unhide {
get {
return ResourceManager.GetString("menu.unhide", resourceCulture);
}
}
/// <summary>
/// 查找类似 the worksheet name is invalid. 的本地化字符串。
/// </summary>
internal static string msg_copy_invalidsheetname {
get {
return ResourceManager.GetString("msg.copy.invalidsheetname", resourceCulture);
}
}
/// <summary>
/// 查找类似 The cell or chart you&apos;re trying to change is on a protected sheet.To make a change,unprotect the sheet.You might be requested to enter a password. 的本地化字符串。
/// </summary>
internal static string msg_copy_protectsheet {
get {
return ResourceManager.GetString("msg.copy.protectsheet", resourceCulture);
}
}
/// <summary>
/// 查找类似 That command cannot be used on multiple selections. 的本地化字符串。
/// </summary>
internal static string msg_copy_unsupportrange {
get {
return ResourceManager.GetString("msg.copy.unsupportrange", resourceCulture);
}
}
/// <summary>
/// 查找类似 That command cannot be used on multiple selections. 的本地化字符串。
/// </summary>
internal static string msg_del_multipleselection {
get {
return ResourceManager.GetString("msg.del.multipleselection", resourceCulture);
}
}
/// <summary>
/// 查找类似 That name is already taken,Try a diffrent one 的本地化字符串。
/// </summary>
internal static string msg_duplicatename {
get {
return ResourceManager.GetString("msg.duplicatename", resourceCulture);
}
}
/// <summary>
/// 查找类似 Please enter correct number for filter 的本地化字符串。
/// </summary>
internal static string msg_filternumber_invalid {
get {
return ResourceManager.GetString("msg.filternumber.invalid", resourceCulture);
}
}
/// <summary>
/// 查找类似 The address is not valid. 的本地化字符串。
/// </summary>
internal static string msg_hyperlink_invalidaddress {
get {
return ResourceManager.GetString("msg.hyperlink.invalidaddress", resourceCulture);
}
}
/// <summary>
/// 查找类似 Invalid passowrd,the password can not be empty string. 的本地化字符串。
/// </summary>
internal static string msg_invalidpassword {
get {
return ResourceManager.GetString("msg.invalidpassword", resourceCulture);
}
}
/// <summary>
/// 查找类似 The password for write protection you supplied is not correct.\nThe file is open as readonly. 的本地化字符串。
/// </summary>
internal static string msg_invalidpassword_writeprotect {
get {
return ResourceManager.GetString("msg.invalidpassword.writeprotect", resourceCulture);
}
}
/// <summary>
/// 查找类似 The sheet is invisible,you can not set it to active. 的本地化字符串。
/// </summary>
internal static string msg_invisiblesheet {
get {
return ResourceManager.GetString("msg.invisiblesheet", resourceCulture);
}
}
/// <summary>
/// 查找类似 PageRows is out of range,we don&apos;t support rows more than 10000 per page.\nPlease hava a retry. 的本地化字符串。
/// </summary>
internal static string msg_pagerows_limitation {
get {
return ResourceManager.GetString("msg.pagerows.limitation", resourceCulture);
}
}
/// <summary>
/// 查找类似 Page number is out of range,we don&apos;t support pages more than 5000.\nPlease try increase pagerows. 的本地化字符串。
/// </summary>
internal static string msg_pages_limitation {
get {
return ResourceManager.GetString("msg.pages.limitation", resourceCulture);
}
}
/// <summary>
/// 查找类似 Please input password! 的本地化字符串。
/// </summary>
internal static string msg_password_input {
get {
return ResourceManager.GetString("msg.password.input", resourceCulture);
}
}
/// <summary>
/// 查找类似 The password for write protection you supplied is not correct. 的本地化字符串。
/// </summary>
internal static string msg_password_invalid {
get {
return ResourceManager.GetString("msg.password.invalid", resourceCulture);
}
}
/// <summary>
/// 查找类似 The information cannot be pasted because the Copy area and the paste area are not the same size and shape. 的本地化字符串。
/// </summary>
internal static string msg_paste_notsamerange {
get {
return ResourceManager.GetString("msg.paste.notsamerange", resourceCulture);
}
}
/// <summary>
/// 查找类似 The cell or chart you&apos;re trying to change is on a protected sheet.To make a change,unprotect the sheet.You might be requested to enter a password 的本地化字符串。
/// </summary>
internal static string msg_paste_protectsheet {
get {
return ResourceManager.GetString("msg.paste.protectsheet", resourceCulture);
}
}
/// <summary>
/// 查找类似 (All) 的本地化字符串。
/// </summary>
internal static string pivot_allname {
get {
return ResourceManager.GetString("pivot.allname", resourceCulture);
}
}
/// <summary>
/// 查找类似 Column Labels 的本地化字符串。
/// </summary>
internal static string pivot_columnlabels {
get {
return ResourceManager.GetString("pivot.columnlabels", resourceCulture);
}
}
/// <summary>
/// 查找类似 Data 的本地化字符串。
/// </summary>
internal static string pivot_datafieldheader {
get {
return ResourceManager.GetString("pivot.datafieldheader", resourceCulture);
}
}
/// <summary>
/// 查找类似 (blank) 的本地化字符串。
/// </summary>
internal static string pivot_emptydataname {
get {
return ResourceManager.GetString("pivot.emptydataname", resourceCulture);
}
}
/// <summary>
/// 查找类似 Grand Total 的本地化字符串。
/// </summary>
internal static string pivot_grandtotalname {
get {
return ResourceManager.GetString("pivot.grandtotalname", resourceCulture);
}
}
/// <summary>
/// 查找类似 (Multiple Items) 的本地化字符串。
/// </summary>
internal static string pivot_multipleitemsname {
get {
return ResourceManager.GetString("pivot.multipleitemsname", resourceCulture);
}
}
/// <summary>
/// 查找类似 Values 的本地化字符串。
/// </summary>
internal static string pivot_protectionname {
get {
return ResourceManager.GetString("pivot.protectionname", resourceCulture);
}
}
/// <summary>
/// 查找类似 Row Labels 的本地化字符串。
/// </summary>
internal static string pivot_rowlabels {
get {
return ResourceManager.GetString("pivot.rowlabels", resourceCulture);
}
}
/// <summary>
/// 查找类似 Total 的本地化字符串。
/// </summary>
internal static string pivot_subtotalname {
get {
return ResourceManager.GetString("pivot.subtotalname", resourceCulture);
}
}
/// <summary>
/// 查找类似 Average 的本地化字符串。
/// </summary>
internal static string pivot_subtotaltype_average {
get {
return ResourceManager.GetString("pivot.subtotaltype.average", resourceCulture);
}
}
/// <summary>
/// 查找类似 Count 的本地化字符串。
/// </summary>
internal static string pivot_subtotaltype_count {
get {
return ResourceManager.GetString("pivot.subtotaltype.count", resourceCulture);
}
}
/// <summary>
/// 查找类似 Count 的本地化字符串。
/// </summary>
internal static string pivot_subtotaltype_countnums {
get {
return ResourceManager.GetString("pivot.subtotaltype.countnums", resourceCulture);
}
}
/// <summary>
/// 查找类似 Max 的本地化字符串。
/// </summary>
internal static string pivot_subtotaltype_max {
get {
return ResourceManager.GetString("pivot.subtotaltype.max", resourceCulture);
}
}
/// <summary>
/// 查找类似 Min 的本地化字符串。
/// </summary>
internal static string pivot_subtotaltype_min {
get {
return ResourceManager.GetString("pivot.subtotaltype.min", resourceCulture);
}
}
/// <summary>
/// 查找类似 Product 的本地化字符串。
/// </summary>
internal static string pivot_subtotaltype_product {
get {
return ResourceManager.GetString("pivot.subtotaltype.product", resourceCulture);
}
}
/// <summary>
/// 查找类似 StdDev 的本地化字符串。
/// </summary>
internal static string pivot_subtotaltype_stdev {
get {
return ResourceManager.GetString("pivot.subtotaltype.stdev", resourceCulture);
}
}
/// <summary>
/// 查找类似 StdDevp 的本地化字符串。
/// </summary>
internal static string pivot_subtotaltype_stdevp {
get {
return ResourceManager.GetString("pivot.subtotaltype.stdevp", resourceCulture);
}
}
/// <summary>
/// 查找类似 Sum 的本地化字符串。
/// </summary>
internal static string pivot_subtotaltype_sum {
get {
return ResourceManager.GetString("pivot.subtotaltype.sum", resourceCulture);
}
}
/// <summary>
/// 查找类似 Var 的本地化字符串。
/// </summary>
internal static string pivot_subtotaltype_var {
get {
return ResourceManager.GetString("pivot.subtotaltype.var", resourceCulture);
}
}
/// <summary>
/// 查找类似 Varp 的本地化字符串。
/// </summary>
internal static string pivot_subtotaltype_varp {
get {
return ResourceManager.GetString("pivot.subtotaltype.varp", resourceCulture);
}
}
/// <summary>
/// 查找类似 Total 的本地化字符串。
/// </summary>
internal static string pivot_totalname {
get {
return ResourceManager.GetString("pivot.totalname", resourceCulture);
}
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="autofill.copy" xml:space="preserve">
<value>Copy Cells</value>
</data>
<data name="autofill.formatonly" xml:space="preserve">
<value>Fill Formatting Only</value>
</data>
<data name="autofill.series" xml:space="preserve">
<value>Fill Series</value>
</data>
<data name="autofill.targetcontainmerge" xml:space="preserve">
<value>To do this,all the merged cells need to be the same size.</value>
</data>
<data name="autofill.withoutformat" xml:space="preserve">
<value>Fill Without Formatting</value>
</data>
<data name="button.convertonumber" xml:space="preserve">
<value>Convert to Number</value>
</data>
<data name="chart.axis.titlename" xml:space="preserve">
<value>Axis Title</value>
</data>
<data name="chart.axis.unitname.billions" xml:space="preserve">
<value>Billions</value>
</data>
<data name="chart.axis.unitname.hundreds" xml:space="preserve">
<value>Hundreds</value>
</data>
<data name="chart.axis.unitname.millions" xml:space="preserve">
<value>Millions</value>
</data>
<data name="chart.axis.unitname.thousands" xml:space="preserve">
<value>Thousands</value>
</data>
<data name="chart.axis.unitname.trillions" xml:space="preserve">
<value>Trillions</value>
</data>
<data name="chart.legend.decreasename" xml:space="preserve">
<value>Decrease</value>
</data>
<data name="chart.legend.increasename" xml:space="preserve">
<value>Increase</value>
</data>
<data name="chart.legend.totalname" xml:space="preserve">
<value>Total</value>
</data>
<data name="chart.othername" xml:space="preserve">
<value>Other</value>
</data>
<data name="chart.seriesname" xml:space="preserve">
<value>Series</value>
</data>
<data name="chart.titlename" xml:space="preserve">
<value>Chart Title</value>
</data>
<data name="ck.autofilter.clear" xml:space="preserve">
<value>clear filter</value>
</data>
<data name="ck.autofilter.numberfilter.items" xml:space="preserve">
<value>number filter,equal,not equal,less,less or equal,greater,greter or equal,between,not between</value>
</data>
<data name="findreplace.btn.close" xml:space="preserve">
<value>Close</value>
</data>
<data name="findreplace.btn.findin" xml:space="preserve">
<value>Find &amp;in:</value>
</data>
<data name="findreplace.btn.findnext" xml:space="preserve">
<value>&amp;Find Next</value>
</data>
<data name="findreplace.btn.findoptions" xml:space="preserve">
<value>Find options:</value>
</data>
<data name="findreplace.btn.findreplace" xml:space="preserve">
<value>Find / Replace</value>
</data>
<data name="findreplace.btn.findwhat" xml:space="preserve">
<value>Fi&amp;nd what:</value>
</data>
<data name="findreplace.btn.matchcase" xml:space="preserve">
<value>Match &amp;case</value>
</data>
<data name="findreplace.btn.matchwhole" xml:space="preserve">
<value>Match &amp;whole word</value>
</data>
<data name="findreplace.btn.regular" xml:space="preserve">
<value>Regular &amp;expression</value>
</data>
<data name="findreplace.btn.replace" xml:space="preserve">
<value>&amp;Replace</value>
</data>
<data name="findreplace.btn.replaceall" xml:space="preserve">
<value>Replace &amp;All</value>
</data>
<data name="findreplace.btn.replacewith" xml:space="preserve">
<value>Re&amp;place with:</value>
</data>
<data name="findreplace.btn.searchup" xml:space="preserve">
<value>Search &amp;up</value>
</data>
<data name="findreplace.msg.find" xml:space="preserve">
<value>Please input what will be searched!</value>
</data>
<data name="findreplace.msg.findfail" xml:space="preserve">
<value>The specified text was not found!</value>
</data>
<data name="findreplace.msg.findfinish" xml:space="preserve">
<value>The search has been completed.</value>
</data>
<data name="findreplace.msg.replaceallfail" xml:space="preserve">
<value>The specified text was not found or the cells are read only!</value>
</data>
<data name="findreplace.msg.replacefail" xml:space="preserve">
<value>The specified text was not found or the cell is read only!</value>
</data>
<data name="findreplace.msg.replaces1" xml:space="preserve">
<value>The search has been completed and {0} replacement has been made.</value>
</data>
<data name="findreplace.msg.replaces2" xml:space="preserve">
<value>The search has been completed and {0} replacements have been made.</value>
</data>
<data name="findreplace.msg.replacespart" xml:space="preserve">
<value>And there are some cells can not be replaced!</value>
</data>
<data name="fmtcomment.cancel" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="fmtcomment.font" xml:space="preserve">
<value>Font:</value>
</data>
<data name="fmtcomment.fontcolor" xml:space="preserve">
<value>Color:</value>
</data>
<data name="fmtcomment.fontsize" xml:space="preserve">
<value>Size:</value>
</data>
<data name="fmtcomment.fontstyle" xml:space="preserve">
<value>Style:</value>
</data>
<data name="fmtcomment.formatcomment" xml:space="preserve">
<value>Format Comment</value>
</data>
<data name="fmtcomment.ok" xml:space="preserve">
<value>Ok</value>
</data>
<data name="fmtcomment.preview" xml:space="preserve">
<value>Preview</value>
</data>
<data name="fmtcomment.strikethrough" xml:space="preserve">
<value>Strikethrough</value>
</data>
<data name="fmtcomment.underline" xml:space="preserve">
<value>Underline</value>
</data>
<data name="fmtstyle.alignment" xml:space="preserve">
<value>Alignment</value>
</data>
<data name="fmtstyle.border" xml:space="preserve">
<value>Border</value>
</data>
<data name="fmtstyle.bottom" xml:space="preserve">
<value>Bottom</value>
</data>
<data name="fmtstyle.category" xml:space="preserve">
<value>Category:</value>
</data>
<data name="fmtstyle.cellcolor" xml:space="preserve">
<value>CellColor:</value>
</data>
<data name="fmtstyle.color" xml:space="preserve">
<value>Color:</value>
</data>
<data name="fmtstyle.decimalplaces" xml:space="preserve">
<value>Decimal places:</value>
</data>
<data name="fmtstyle.diagonaldown" xml:space="preserve">
<value>DiagonalDown</value>
</data>
<data name="fmtstyle.diagonalup" xml:space="preserve">
<value>DiagonalUp</value>
</data>
<data name="fmtstyle.font" xml:space="preserve">
<value>Font</value>
</data>
<data name="fmtstyle.fontcolor" xml:space="preserve">
<value>Font Color:</value>
</data>
<data name="fmtstyle.fontsize" xml:space="preserve">
<value>Font size:</value>
</data>
<data name="fmtstyle.fontstyle" xml:space="preserve">
<value>Font style:</value>
</data>
<data name="fmtstyle.formatcells" xml:space="preserve">
<value>Format Cells</value>
</data>
<data name="fmtstyle.hidden" xml:space="preserve">
<value>Hidden</value>
</data>
<data name="fmtstyle.horizontal" xml:space="preserve">
<value>Horizontal:</value>
</data>
<data name="fmtstyle.left" xml:space="preserve">
<value>Left</value>
</data>
<data name="fmtstyle.line" xml:space="preserve">
<value>Line</value>
</data>
<data name="fmtstyle.locale" xml:space="preserve">
<value>Locale:</value>
</data>
<data name="fmtstyle.locked" xml:space="preserve">
<value>Locked</value>
</data>
<data name="fmtstyle.lstCategory" xml:space="preserve">
<value>General,Number,Currency,Accounting,Date,Time,Percentage,Scientific,Text,Custom</value>
</data>
<data name="fmtstyle.lstCategory.acount" xml:space="preserve">
<value>Accounting formats line up the currency symbols and decimal points in a column.</value>
</data>
<data name="fmtstyle.lstCategory.currency" xml:space="preserve">
<value>Currency formats are used for general monetary values. Use Accounting formats to align decimal points in a column.</value>
</data>
<data name="fmtstyle.lstCategory.custom" xml:space="preserve">
<value>Type the number format code,using one of the existing codes as a starting point.</value>
</data>
<data name="fmtstyle.lstCategory.data" xml:space="preserve">
<value>Date formats display date and time serial numbers as date values.Except for items that have an asterisk (*),applied formats do not switch date orders with the operating system.</value>
</data>
<data name="fmtstyle.lstCategory.general" xml:space="preserve">
<value>General format cells have no specific number format.</value>
</data>
<data name="fmtstyle.lstCategory.number" xml:space="preserve">
<value>Number is used for general display of numbers. Currency and Accounting offer specialized formatting for monetary value.</value>
</data>
<data name="fmtstyle.lstCategory.percentage" xml:space="preserve">
<value>Percentage formats multiply the cell value by 100 and displays the result with a percent symbol.</value>
</data>
<data name="fmtstyle.lstCategory.text" xml:space="preserve">
<value>Text format cells are treated as text even when a number is in the cell.The cell is displayed exactly as entered.</value>
</data>
<data name="fmtstyle.lstCategory.time" xml:space="preserve">
<value>Time formats display date and time serial numbers as time values. Except for items that have an asterisk (*), applied formats do not switch date or time orders with the operating system.</value>
</data>
<data name="fmtstyle.mergecells" xml:space="preserve">
<value>Merge cells</value>
</data>
<data name="fmtstyle.negative" xml:space="preserve">
<value>Negative Number:</value>
</data>
<data name="fmtstyle.none" xml:space="preserve">
<value>&amp;None</value>
</data>
<data name="fmtstyle.number" xml:space="preserve">
<value>Number</value>
</data>
<data name="fmtstyle.outline" xml:space="preserve">
<value>&amp;Outline</value>
</data>
<data name="fmtstyle.presets" xml:space="preserve">
<value>Presets</value>
</data>
<data name="fmtstyle.preview" xml:space="preserve">
<value>Preview</value>
</data>
<data name="fmtstyle.protection" xml:space="preserve">
<value>Protection</value>
</data>
<data name="fmtstyle.right" xml:space="preserve">
<value>Right</value>
</data>
<data name="fmtstyle.sample" xml:space="preserve">
<value>Sample</value>
</data>
<data name="fmtstyle.shrink" xml:space="preserve">
<value>Shrink to fit</value>
</data>
<data name="fmtstyle.strikethrough" xml:space="preserve">
<value>Strikethrough</value>
</data>
<data name="fmtstyle.symbol" xml:space="preserve">
<value>Symbol:</value>
</data>
<data name="fmtstyle.textalignment" xml:space="preserve">
<value>Text alignment</value>
</data>
<data name="fmtstyle.textalignment.halign" xml:space="preserve">
<value>General,Left,Center,Right</value>
</data>
<data name="fmtstyle.textalignment.valign" xml:space="preserve">
<value>Top,Center,Bottom</value>
</data>
<data name="fmtstyle.textcontrol" xml:space="preserve">
<value>Text control</value>
</data>
<data name="fmtstyle.top" xml:space="preserve">
<value>Top</value>
</data>
<data name="fmtstyle.type" xml:space="preserve">
<value>Type:</value>
</data>
<data name="fmtstyle.underline" xml:space="preserve">
<value>Underline</value>
</data>
<data name="fmtstyle.use1000" xml:space="preserve">
<value>Use 1000 Separator(,)</value>
</data>
<data name="fmtstyle.vertical" xml:space="preserve">
<value>Vertical:</value>
</data>
<data name="fmtstyle.wrap" xml:space="preserve">
<value>Wrap text</value>
</data>
<data name="hyperlink.address" xml:space="preserve">
<value>Address:</value>
</data>
<data name="hyperlink.browsefile" xml:space="preserve">
<value>Browse for File</value>
</data>
<data name="hyperlink.browsefolder" xml:space="preserve">
<value>Browse for Folder</value>
</data>
<data name="hyperlink.linkfile" xml:space="preserve">
<value>Link to File</value>
</data>
<data name="hyperlink.name" xml:space="preserve">
<value>Hyperlink</value>
</data>
<data name="hyperlink.pleaseinput" xml:space="preserve">
<value>Please input address!</value>
</data>
<data name="hyperlink.texttodisplay" xml:space="preserve">
<value>Text to display:</value>
</data>
<data name="menu.addrow" xml:space="preserve">
<value>增加一行</value>
</data>
<data name="menu.all" xml:space="preserve">
<value>所有</value>
</data>
<data name="menu.cancel" xml:space="preserve">
<value>取消</value>
</data>
<data name="menu.clearcontent" xml:space="preserve">
<value>清除内容</value>
</data>
<data name="menu.copy" xml:space="preserve">
<value>复制</value>
</data>
<data name="menu.cut" xml:space="preserve">
<value>剪切</value>
</data>
<data name="menu.del" xml:space="preserve">
<value>删除</value>
</data>
<data name="menu.delcol" xml:space="preserve">
<value>删除列</value>
</data>
<data name="menu.delcomment" xml:space="preserve">
<value>删除注释</value>
</data>
<data name="menu.delrow" xml:space="preserve">
<value>删除行</value>
</data>
<data name="menu.edithyperlink" xml:space="preserve">
<value>编辑链接...</value>
</data>
<data name="menu.formatcell" xml:space="preserve">
<value>格式化...</value>
</data>
<data name="menu.hide" xml:space="preserve">
<value>隐藏</value>
</data>
<data name="menu.hyperlink" xml:space="preserve">
<value>链接...</value>
</data>
<data name="menu.insert" xml:space="preserve">
<value>插入</value>
</data>
<data name="menu.insertcol" xml:space="preserve">
<value>插入列</value>
</data>
<data name="menu.insertcomment" xml:space="preserve">
<value>添加注释</value>
</data>
<data name="menu.inserthyperlink" xml:space="preserve">
<value>添加链接</value>
</data>
<data name="menu.insertrow" xml:space="preserve">
<value>插入行</value>
</data>
<data name="menu.ok" xml:space="preserve">
<value>确定</value>
</data>
<data name="menu.openhyperlink" xml:space="preserve">
<value>Open Hyperlink</value>
</data>
<data name="menu.paste" xml:space="preserve">
<value>Paste</value>
</data>
<data name="menu.removehyperlink" xml:space="preserve">
<value>&amp;Remove Hyperlink</value>
</data>
<data name="menu.rename" xml:space="preserve">
<value>Rename</value>
</data>
<data name="menu.unhide" xml:space="preserve">
<value>UnHide</value>
</data>
<data name="msg.copy.invalidsheetname" xml:space="preserve">
<value>the worksheet name is invalid.</value>
</data>
<data name="msg.copy.protectsheet" xml:space="preserve">
<value>The cell or chart you're trying to change is on a protected sheet.To make a change,unprotect the sheet.You might be requested to enter a password.</value>
</data>
<data name="msg.copy.unsupportrange" xml:space="preserve">
<value>That command cannot be used on multiple selections.</value>
</data>
<data name="msg.del.multipleselection" xml:space="preserve">
<value>That command cannot be used on multiple selections.</value>
</data>
<data name="msg.duplicatename" xml:space="preserve">
<value>That name is already taken,Try a diffrent one</value>
</data>
<data name="msg.filternumber.invalid" xml:space="preserve">
<value>Please enter correct number for filter</value>
</data>
<data name="msg.hyperlink.invalidaddress" xml:space="preserve">
<value>The address is not valid.</value>
</data>
<data name="msg.invalidpassword" xml:space="preserve">
<value>Invalid passowrd,the password can not be empty string.</value>
</data>
<data name="msg.invalidpassword.writeprotect" xml:space="preserve">
<value>The password for write protection you supplied is not correct.\nThe file is open as readonly.</value>
</data>
<data name="msg.invisiblesheet" xml:space="preserve">
<value>The sheet is invisible,you can not set it to active.</value>
</data>
<data name="msg.pagerows.limitation" xml:space="preserve">
<value>PageRows is out of range,we don't support rows more than 10000 per page.\nPlease hava a retry.</value>
</data>
<data name="msg.pages.limitation" xml:space="preserve">
<value>Page number is out of range,we don't support pages more than 5000.\nPlease try increase pagerows.</value>
</data>
<data name="msg.password.input" xml:space="preserve">
<value>Please input password!</value>
</data>
<data name="msg.password.invalid" xml:space="preserve">
<value>The password for write protection you supplied is not correct.</value>
</data>
<data name="msg.paste.notsamerange" xml:space="preserve">
<value>The information cannot be pasted because the Copy area and the paste area are not the same size and shape.</value>
</data>
<data name="msg.paste.protectsheet" xml:space="preserve">
<value>The cell or chart you're trying to change is on a protected sheet.To make a change,unprotect the sheet.You might be requested to enter a password</value>
</data>
<data name="pivot.allname" xml:space="preserve">
<value>(All)</value>
</data>
<data name="pivot.columnlabels" xml:space="preserve">
<value>Column Labels</value>
</data>
<data name="pivot.datafieldheader" xml:space="preserve">
<value>Data</value>
</data>
<data name="pivot.emptydataname" xml:space="preserve">
<value>(blank)</value>
</data>
<data name="pivot.grandtotalname" xml:space="preserve">
<value>Grand Total</value>
</data>
<data name="pivot.multipleitemsname" xml:space="preserve">
<value>(Multiple Items)</value>
</data>
<data name="pivot.protectionname" xml:space="preserve">
<value>Values</value>
</data>
<data name="pivot.rowlabels" xml:space="preserve">
<value>Row Labels</value>
</data>
<data name="pivot.subtotalname" xml:space="preserve">
<value>Total</value>
</data>
<data name="pivot.subtotaltype.average" xml:space="preserve">
<value>Average</value>
</data>
<data name="pivot.subtotaltype.count" xml:space="preserve">
<value>Count</value>
</data>
<data name="pivot.subtotaltype.countnums" xml:space="preserve">
<value>Count</value>
</data>
<data name="pivot.subtotaltype.max" xml:space="preserve">
<value>Max</value>
</data>
<data name="pivot.subtotaltype.min" xml:space="preserve">
<value>Min</value>
</data>
<data name="pivot.subtotaltype.product" xml:space="preserve">
<value>Product</value>
</data>
<data name="pivot.subtotaltype.stdev" xml:space="preserve">
<value>StdDev</value>
</data>
<data name="pivot.subtotaltype.stdevp" xml:space="preserve">
<value>StdDevp</value>
</data>
<data name="pivot.subtotaltype.sum" xml:space="preserve">
<value>Sum</value>
</data>
<data name="pivot.subtotaltype.var" xml:space="preserve">
<value>Var</value>
</data>
<data name="pivot.subtotaltype.varp" xml:space="preserve">
<value>Varp</value>
</data>
<data name="pivot.totalname" xml:space="preserve">
<value>Total</value>
</data>
</root>
//suppose your application with name space: myapp
   ResourceManager rm = new ResourceManager("myapp.customtest", Assembly.GetExecutingAssembly());
   gridDesktop1.SetCustomResourceManager(rm);

Nach Ausführung des obigen Codes werden die Menüelemente angezeigt:

show menu