From 357187de60cd1601fa3011ab5741bf639b4091a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E5=93=A5?= Date: Thu, 14 Dec 2023 01:02:31 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E4=BF=AE=E5=A4=8Delement-=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=9C=A8=E9=87=8D=E8=BD=BD=E6=97=B6=E4=B8=8D=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E8=8E=B7=E5=8F=96=E6=9C=80=E6=96=B0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PluginConfig.json | 2 +- Resources/CellTypes/Table.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PluginConfig.json b/PluginConfig.json index d4be7ff..a0ff374 100644 --- a/PluginConfig.json +++ b/PluginConfig.json @@ -26,7 +26,7 @@ "name_kr": "엘리멘트UI", "pluginType": "cellType,command", "guid": "2CCB2F02-D923-491E-94E4-72C9BD8C5ABE", - "version": "9.0.103.0", + "version": "9.0.103.1", "dependenceVersion": "9.0.102.0", "bundleJavaScript": false, "bundleCSS": true diff --git a/Resources/CellTypes/Table.ts b/Resources/CellTypes/Table.ts index ebd244e..33b4ac5 100644 --- a/Resources/CellTypes/Table.ts +++ b/Resources/CellTypes/Table.ts @@ -453,12 +453,13 @@ height="100%" if (this._orderParam !== null) { this.vue.$refs["elTable"].clearSort(); this._orderParam = null; - this.queryElTable(); } } if (clearFilter) { this.vue.$refs["elTable"].clearFilter(); } + + this.queryElTable(); } } } -- Gitee From 570a421686378e11db62dd287754e5fdb4745b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=20=E5=A4=8F?= Date: Tue, 12 Mar 2024 18:54:52 +0800 Subject: [PATCH 2/9] =?UTF-8?q?=E5=A2=9E=E5=8A=A0EL=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=97=B6=E5=91=BD=E4=BB=A4=E2=80=9C=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E8=A1=A8=E6=A0=BC=E6=95=B0=E6=8D=AE=E6=BA=90=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CellTypes/TableCellType.cs | 18 +- PluginConfig.json | 2 +- Properties/Resources.Designer.cs | 1507 +++++++++++++++-------------- Properties/Resources.ja.resx | 7 +- Properties/Resources.ko-KR.resx | 13 +- Properties/Resources.resx | 191 ++-- Properties/Resources.zh-CN.resx | 1548 +++++++++++++++--------------- Resources/CellTypes/Cascader.ts | 3 + Resources/CellTypes/Table.ts | 8 +- 9 files changed, 1677 insertions(+), 1620 deletions(-) diff --git a/CellTypes/TableCellType.cs b/CellTypes/TableCellType.cs index 360bad7..5e16e1b 100644 --- a/CellTypes/TableCellType.cs +++ b/CellTypes/TableCellType.cs @@ -60,7 +60,7 @@ namespace ElementUI return name; } } - + } public override FrameworkElement GetDrawingControl(ICellInfo cellInfo, IDrawingHelper drawingHelper) @@ -388,6 +388,14 @@ namespace ElementUI { return null; } + + [RunTimeMethod] + [SRDisplayName(nameof(Resources.TableCellType_GetSourceData))] + public GetSelectedRowResult GetSourceData() + { + return null; + } + [RunTimeMethod] [SRDisplayName(nameof(Resources.TableCellType_ResetTable))] public void ResetTable( @@ -405,6 +413,12 @@ namespace ElementUI public string SelectedRow { get; set; } } + public class GetSourceDataResult + { + [SRDisplayName(nameof(Resources.TableCellType_SourceData))] + public string SourceData { get; set; } + } + public class ColumnSettingDesigner : ObjectDesigner { public override EditorSetting GetEditorSetting(PropertyDescriptor property, IBuilderContextBase contextBase) @@ -545,7 +559,7 @@ namespace ElementUI return base.GetDesignerPropertyVisible(propertyName); } } - + public enum TableMode { [SRDescription(nameof(Resources.TableCellType_HorizontalMode))] diff --git a/PluginConfig.json b/PluginConfig.json index a0ff374..fbe952f 100644 --- a/PluginConfig.json +++ b/PluginConfig.json @@ -26,7 +26,7 @@ "name_kr": "엘리멘트UI", "pluginType": "cellType,command", "guid": "2CCB2F02-D923-491E-94E4-72C9BD8C5ABE", - "version": "9.0.103.1", + "version": "9.0.103.2", "dependenceVersion": "9.0.102.0", "bundleJavaScript": false, "bundleCSS": true diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index 548f277..b9e955f 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -1,9 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ @@ -12,12 +13,12 @@ namespace ElementUI.Properties { /// - /// A strongly-typed resource class, for looking up localized strings, etc. + /// 一个强类型的资源类,用于查找本地化的字符串等。 /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. + // 此类是由 StronglyTypedResourceBuilder + // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 + // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen + // (以 /str 作为命令选项),或重新生成 VS 项目。 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] @@ -32,7 +33,7 @@ namespace ElementUI.Properties { } /// - /// Returns the cached ResourceManager instance used by this class. + /// 返回此类使用的缓存的 ResourceManager 实例。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { @@ -46,8 +47,8 @@ namespace ElementUI.Properties { } /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. + /// 重写当前线程的 CurrentUICulture 属性,对 + /// 使用此强类型资源类的所有资源查找执行重写。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { @@ -60,7 +61,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Advanced Settings. + /// 查找类似 Advanced Settings 的本地化字符串。 /// public static string AdvancedSettings { get { @@ -69,7 +70,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to At least select on item. + /// 查找类似 At least select on item 的本地化字符串。 /// public static string AtLeastSelectOneItem { get { @@ -78,7 +79,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Avatar. + /// 查找类似 Avatar 的本地化字符串。 /// public static string Avatar { get { @@ -87,7 +88,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Badge. + /// 查找类似 Badge 的本地化字符串。 /// public static string AvatarCellType_badge { get { @@ -96,7 +97,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Choose Avatar. + /// 查找类似 Choose Avatar 的本地化字符串。 /// public static string AvatarCellType_ChooseAvatar { get { @@ -105,7 +106,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Circle. + /// 查找类似 Circle 的本地化字符串。 /// public static string AvatarCellType_circle { get { @@ -114,7 +115,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Click Command. + /// 查找类似 Edit Click Command 的本地化字符串。 /// public static string AvatarCellType_CommandList { get { @@ -123,7 +124,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Contain. + /// 查找类似 Contain 的本地化字符串。 /// public static string AvatarCellType_contain { get { @@ -132,7 +133,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Cover. + /// 查找类似 Cover 的本地化字符串。 /// public static string AvatarCellType_cover { get { @@ -141,7 +142,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Fill. + /// 查找类似 Fill 的本地化字符串。 /// public static string AvatarCellType_fill { get { @@ -150,7 +151,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Fit. + /// 查找类似 Fit 的本地化字符串。 /// public static string AvatarCellType_fit { get { @@ -159,7 +160,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Default Avatar. + /// 查找类似 Default Avatar 的本地化字符串。 /// public static string AvatarCellType_icon { get { @@ -168,7 +169,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Original. + /// 查找类似 Original 的本地化字符串。 /// public static string AvatarCellType_none { get { @@ -177,7 +178,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Scale Down. + /// 查找类似 Scale Down 的本地化字符串。 /// public static string AvatarCellType_scaleDown { get { @@ -186,7 +187,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Shape. + /// 查找类似 Shape 的本地化字符串。 /// public static string AvatarCellType_shape { get { @@ -195,7 +196,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show System Avatar. + /// 查找类似 Show System Avatar 的本地化字符串。 /// public static string AvatarCellType_showSystemAvatar { get { @@ -204,8 +205,8 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to When check 'Show System Avatar' option, AvatarCellType will use cell value as a system user name and try to get avator image of specific user. - ///You can use UserInfoView or %CurrentUser% keyword to get user name.. + /// 查找类似 When check 'Show System Avatar' option, AvatarCellType will use cell value as a system user name and try to get avator image of specific user. + ///You can use UserInfoView or %CurrentUser% keyword to get user name. 的本地化字符串。 /// public static string AvatarCellType_showSystemAvatar_Description { get { @@ -214,7 +215,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Square. + /// 查找类似 Square 的本地化字符串。 /// public static string AvatarCellType_square { get { @@ -223,7 +224,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Bottom Distance. + /// 查找类似 Bottom Distance 的本地化字符串。 /// public static string BackupTopCellType_Bottom { get { @@ -232,7 +233,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to BackupTop. + /// 查找类似 BackupTop 的本地化字符串。 /// public static string BackupTopCellType_PluginName { get { @@ -241,7 +242,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Right Distance. + /// 查找类似 Right Distance 的本地化字符串。 /// public static string BackupTopCellType_Right { get { @@ -250,7 +251,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Scroll Height. + /// 查找类似 Scroll Height 的本地化字符串。 /// public static string BackupTopCellType_VisibilityHeight { get { @@ -259,7 +260,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Breadcrumb. + /// 查找类似 Breadcrumb 的本地化字符串。 /// public static string Breadcrumb { get { @@ -268,7 +269,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Click Command. + /// 查找类似 Edit Click Command 的本地化字符串。 /// public static string Breadcrumb_ClickCommand { get { @@ -277,7 +278,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to PageName. + /// 查找类似 PageName 的本地化字符串。 /// public static string Breadcrumb_ClickCommand_InitParamValues { get { @@ -286,7 +287,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to DefaultBehavior. + /// 查找类似 DefaultBehavior 的本地化字符串。 /// public static string Breadcrumb_defaultBehavior { get { @@ -295,8 +296,8 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Default behavior is navigate the page with same name of breadcrumb part. - ///Uncheck this option can customize the click behavior by command.. + /// 查找类似 Default behavior is navigate the page with same name of breadcrumb part. + ///Uncheck this option can customize the click behavior by command. 的本地化字符串。 /// public static string Breadcrumb_defaultBehavior_Description { get { @@ -305,7 +306,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Separator. + /// 查找类似 Separator 的本地化字符串。 /// public static string Breadcrumb_separator { get { @@ -314,7 +315,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to homepage/promotion management/promotion list/promotion detail. + /// 查找类似 homepage/promotion management/promotion list/promotion detail 的本地化字符串。 /// public static string BreadcrumbCellType_NullPreview { get { @@ -323,7 +324,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Calendar. + /// 查找类似 Calendar 的本地化字符串。 /// public static string Calendar { get { @@ -332,7 +333,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Schedule. + /// 查找类似 Config Schedule 的本地化字符串。 /// public static string CalendarCellType_bindingOptions { get { @@ -341,7 +342,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to value:Value|date:Date|text:Text. + /// 查找类似 value:Value|date:Date|text:Text 的本地化字符串。 /// public static string CalendarCellType_bindingOptions_Columns { get { @@ -350,7 +351,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Click Command. + /// 查找类似 Edit Click Command 的本地化字符串。 /// public static string CalendarCellType_ClickCommand { get { @@ -359,7 +360,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit ValueChanged Command. + /// 查找类似 Edit ValueChanged Command 的本地化字符串。 /// public static string CalendarCellType_CommandList { get { @@ -368,7 +369,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Date. + /// 查找类似 Date 的本地化字符串。 /// public static string CalendarCellType_date { get { @@ -377,7 +378,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Double Click Command. + /// 查找类似 Edit Double Click Command 的本地化字符串。 /// public static string CalendarCellType_DBClickCommand { get { @@ -386,7 +387,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Date. + /// 查找类似 Date 的本地化字符串。 /// public static string CalendarCellType_DBClickCommand_InitParamValues { get { @@ -395,7 +396,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to yyyy MM. + /// 查找类似 yyyy MM 的本地化字符串。 /// public static string CalendarCellType_DefaultFormatString { get { @@ -404,7 +405,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to First Day Of Week. + /// 查找类似 First Day Of Week 的本地化字符串。 /// public static string CalendarCellType_firstDayOfWeek { get { @@ -413,7 +414,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Next Month. + /// 查找类似 Next Month 的本地化字符串。 /// public static string CalendarCellType_NextMonth { get { @@ -422,7 +423,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Previouse Month. + /// 查找类似 Previouse Month 的本地化字符串。 /// public static string CalendarCellType_PreMonth { get { @@ -431,7 +432,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Value|Date|Text. + /// 查找类似 Value|Date|Text 的本地化字符串。 /// public static string CalendarCellType_Schedul_InitParamValues { get { @@ -440,7 +441,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Text. + /// 查找类似 Text 的本地化字符串。 /// public static string CalendarCellType_text { get { @@ -449,7 +450,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Today. + /// 查找类似 Today 的本地化字符串。 /// public static string CalendarCellType_Today { get { @@ -458,7 +459,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Mon,Tue,Wed,Thu,Fri,Sat,Sun. + /// 查找类似 Mon,Tue,Wed,Thu,Fri,Sat,Sun 的本地化字符串。 /// public static string CalendarCellType_Weekdays { get { @@ -467,7 +468,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Calendar Item Command. + /// 查找类似 Calendar Item Command 的本地化字符串。 /// public static string CalendarProjectCommand { get { @@ -476,7 +477,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Item Task command. + /// 查找类似 Item Task command 的本地化字符串。 /// public static string CalendarScheduleCommand { get { @@ -485,7 +486,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Cancel. + /// 查找类似 Cancel 的本地化字符串。 /// public static string Cancel { get { @@ -494,7 +495,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Cascader. + /// 查找类似 Cascader 的本地化字符串。 /// public static string Cascader { get { @@ -503,7 +504,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Tag Type. + /// 查找类似 Tag Type 的本地化字符串。 /// public static string Cascader_TagType { get { @@ -512,7 +513,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to success|info|warning|danger. + /// 查找类似 success|info|warning|danger 的本地化字符串。 /// public static string Cascader_TagType_DisplayList { get { @@ -521,7 +522,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Binding Items. + /// 查找类似 Config Binding Items 的本地化字符串。 /// public static string CascaderCellType_bindingOptions { get { @@ -530,7 +531,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to value:Value|label:Label|parentValue:ParentValue. + /// 查找类似 value:Value|label:Label|parentValue:ParentValue 的本地化字符串。 /// public static string CascaderCellType_bindingOptions_Columns { get { @@ -539,7 +540,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to CheckedItems. + /// 查找类似 CheckedItems 的本地化字符串。 /// public static string CascaderCellType_CheckedItems { get { @@ -548,7 +549,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to CheckStrictly. + /// 查找类似 CheckStrictly 的本地化字符串。 /// public static string CascaderCellType_checkStrictly { get { @@ -557,7 +558,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to When this option is checked, the parent-child node association is canceled and any level option can be selected.. + /// 查找类似 When this option is checked, the parent-child node association is canceled and any level option can be selected. 的本地化字符串。 /// public static string CascaderCellType_checkStrictly_Description { get { @@ -566,7 +567,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ChildrenProperty. + /// 查找类似 ChildrenProperty 的本地化字符串。 /// public static string CascaderCellType_childrenProperty { get { @@ -575,7 +576,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to If multiple children-attributes are different for example the children-attribute of a province is a city, you can use the "|" Separation, e.g. 'provinces|cities|streets'. + /// 查找类似 If multiple children-attributes are different for example the children-attribute of a province is a city, you can use the "|" Separation, e.g. 'provinces|cities|streets' 的本地化字符串。 /// public static string CascaderCellType_childrenProperty_Description { get { @@ -584,7 +585,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Clearable. + /// 查找类似 Clearable 的本地化字符串。 /// public static string CascaderCellType_clearable { get { @@ -593,7 +594,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Click. + /// 查找类似 Click 的本地化字符串。 /// public static string CascaderCellType_Click { get { @@ -602,7 +603,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to CollapseTags. + /// 查找类似 CollapseTags 的本地化字符串。 /// public static string CascaderCellType_collapseTags { get { @@ -611,7 +612,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to DataSource. + /// 查找类似 DataSource 的本地化字符串。 /// public static string CascaderCellType_dataSource { get { @@ -620,7 +621,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to EmitPath. + /// 查找类似 EmitPath 的本地化字符串。 /// public static string CascaderCellType_emitPath { get { @@ -629,7 +630,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ExpandTrigger. + /// 查找类似 ExpandTrigger 的本地化字符串。 /// public static string CascaderCellType_expandTrigger { get { @@ -638,7 +639,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Filterable. + /// 查找类似 Filterable 的本地化字符串。 /// public static string CascaderCellType_filterable { get { @@ -647,7 +648,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to GetCheckedNodes. + /// 查找类似 GetCheckedNodes 的本地化字符串。 /// public static string CascaderCellType_GetCheckedNodes { get { @@ -656,7 +657,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Hover. + /// 查找类似 Hover 的本地化字符串。 /// public static string CascaderCellType_Hover { get { @@ -665,7 +666,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Label. + /// 查找类似 Label 的本地化字符串。 /// public static string CascaderCellType_label { get { @@ -674,7 +675,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to LabelProperty. + /// 查找类似 LabelProperty 的本地化字符串。 /// public static string CascaderCellType_labelProperty { get { @@ -683,8 +684,8 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to If you do not set a label property name, the value property is considered equal, - ///and when using different label properties at multiple levels, you can use the | Separation, e.g. 'provinceName|cityName'. + /// 查找类似 If you do not set a label property name, the value property is considered equal, + ///and when using different label properties at multiple levels, you can use the | Separation, e.g. 'provinceName|cityName' 的本地化字符串。 /// public static string CascaderCellType_labelProperty_Description { get { @@ -693,7 +694,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to LeafOnly. + /// 查找类似 LeafOnly 的本地化字符串。 /// public static string CascaderCellType_leafOnly { get { @@ -702,7 +703,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Multiple. + /// 查找类似 Multiple 的本地化字符串。 /// public static string CascaderCellType_multiple { get { @@ -711,7 +712,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Items. + /// 查找类似 Config Items 的本地化字符串。 /// public static string CascaderCellType_options { get { @@ -720,7 +721,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Node. + /// 查找类似 Node 的本地化字符串。 /// public static string CascaderCellType_options_DefaultNodeName { get { @@ -729,7 +730,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ParentValue. + /// 查找类似 ParentValue 的本地化字符串。 /// public static string CascaderCellType_parentValue { get { @@ -738,7 +739,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Placeholder. + /// 查找类似 Placeholder 的本地化字符串。 /// public static string CascaderCellType_placeholder { get { @@ -747,7 +748,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Please Select. + /// 查找类似 Please Select 的本地化字符串。 /// public static string CascaderCellType_placeholder_DefaultValue { get { @@ -756,7 +757,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Separator. + /// 查找类似 Separator 的本地化字符串。 /// public static string CascaderCellType_separator { get { @@ -765,7 +766,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetDataSourceByIdPidTable. + /// 查找类似 SetDataSourceByIdPidTable 的本地化字符串。 /// public static string CascaderCellType_SetDataSourceByIdPidTable { get { @@ -774,7 +775,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Using a table JSON object tree as a data source for cells, the JSON format example is as follows + /// 查找类似 Using a table JSON object tree as a data source for cells, the JSON format example is as follows ///[ /// {"value": 1, "label": "Department1", "parentValue": null}, /// {"value": 2, "label": "Department1-1", "parentValue": 1}, @@ -783,7 +784,7 @@ namespace ElementUI.Properties { /// {"value": 5, "label": "Department2", "parentValue": null}, /// {"value": 6, "label": "Department3", "parentValue": null} ///] - ///The above data assumes tha [rest of string was truncated]";. + ///The above data assumes tha [字符串的其余部分被截断]"; 的本地化字符串。 /// public static string CascaderCellType_SetDataSourceByIdPidTable_Description { get { @@ -792,7 +793,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to If you do not set the label property name, the value property is considered equal. + /// 查找类似 If you do not set the label property name, the value property is considered equal 的本地化字符串。 /// public static string CascaderCellType_SetDataSourceByIdPidTable_labelProperty_Description { get { @@ -801,7 +802,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetDataSourceByObjTree. + /// 查找类似 SetDataSourceByObjTree 的本地化字符串。 /// public static string CascaderCellType_SetDataSourceByObjTree { get { @@ -810,7 +811,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Using a dynamic JSON object tree as a data source for cell, an example of JSON format is as follows + /// 查找类似 Using a dynamic JSON object tree as a data source for cell, an example of JSON format is as follows ///[ /// { /// "value": 1, @@ -826,7 +827,7 @@ namespace ElementUI.Properties { /// "children": [ /// { /// "value": 4, - /// "label": "Sub-depa [rest of string was truncated]";. + /// "label": "Sub-depa [字符串的其余部分被截断]"; 的本地化字符串。 /// public static string CascaderCellType_SetDataSourceByObjTree_Description { get { @@ -835,7 +836,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ShowAllLevels. + /// 查找类似 ShowAllLevels 的本地化字符串。 /// public static string CascaderCellType_showAllLevels { get { @@ -844,7 +845,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Use Binding. + /// 查找类似 Use Binding 的本地化字符串。 /// public static string CascaderCellType_useBinding { get { @@ -853,7 +854,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Value. + /// 查找类似 Value 的本地化字符串。 /// public static string CascaderCellType_value { get { @@ -862,7 +863,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ValueProperty. + /// 查找类似 ValueProperty 的本地化字符串。 /// public static string CascaderCellType_valueProperty { get { @@ -871,7 +872,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to When using different value property names at multiple levels, you can use the | separation, e.g. 'provinceId|cityId'. + /// 查找类似 When using different value property names at multiple levels, you can use the | separation, e.g. 'provinceId|cityId' 的本地化字符串。 /// public static string CascaderCellType_valueProperty_Description { get { @@ -880,7 +881,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Options. + /// 查找类似 Options 的本地化字符串。 /// public static string Category_Options { get { @@ -889,7 +890,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Children. + /// 查找类似 Children 的本地化字符串。 /// public static string Children_Diff { get { @@ -898,7 +899,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Commands. + /// 查找类似 Edit Commands 的本地化字符串。 /// public static string Common_CommandList { get { @@ -907,7 +908,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Data Validation. + /// 查找类似 Data Validation 的本地化字符串。 /// public static string Common_DataValidationLink { get { @@ -916,7 +917,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to DefaultValue. + /// 查找类似 DefaultValue 的本地化字符串。 /// public static string Common_DefaultValue { get { @@ -925,7 +926,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Is Disabled. + /// 查找类似 Is Disabled 的本地化字符串。 /// public static string Common_IsDisabled { get { @@ -934,7 +935,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to UI Permissions. + /// 查找类似 UI Permissions 的本地化字符串。 /// public static string Common_UIPermissions { get { @@ -943,7 +944,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Value. + /// 查找类似 Value 的本地化字符串。 /// public static string Common_Value { get { @@ -952,7 +953,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit ValueChanged Command. + /// 查找类似 Edit ValueChanged Command 的本地化字符串。 /// public static string Common_ValueChangeCommand { get { @@ -961,7 +962,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to [Week] WW. + /// 查找类似 [Week] WW 的本地化字符串。 /// public static string Data_DefautWeekFormat { get { @@ -970,7 +971,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to DatePicker. + /// 查找类似 DatePicker 的本地化字符串。 /// public static string DatePicker { get { @@ -979,7 +980,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Clearable. + /// 查找类似 Clearable 的本地化字符串。 /// public static string DatePickerCellType_clearable { get { @@ -988,7 +989,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Editable. + /// 查找类似 Editable 的本地化字符串。 /// public static string DatePickerCellType_editable { get { @@ -997,7 +998,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to End Placeholder. + /// 查找类似 End Placeholder 的本地化字符串。 /// public static string DatePickerCellType_endPlaceholder { get { @@ -1006,7 +1007,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to End Date. + /// 查找类似 End Date 的本地化字符串。 /// public static string DatePickerCellType_endPlaceholder_DefaultValue { get { @@ -1015,7 +1016,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to End Value. + /// 查找类似 End Value 的本地化字符串。 /// public static string DatePickerCellType_EndValue { get { @@ -1024,7 +1025,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to First Day Of Week. + /// 查找类似 First Day Of Week 的本地化字符串。 /// public static string DatePickerCellType_firstDayOfWeek { get { @@ -1033,7 +1034,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday. + /// 查找类似 Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday 的本地化字符串。 /// public static string DatePickerCellType_firstDayWeek_DisplayList { get { @@ -1042,7 +1043,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Format. + /// 查找类似 Format 的本地化字符串。 /// public static string DatePickerCellType_format { get { @@ -1051,7 +1052,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to yyyy|yyyy/MM|MM/DD/yyyy HH:mm:ss. + /// 查找类似 yyyy|yyyy/MM|MM/DD/yyyy HH:mm:ss 的本地化字符串。 /// public static string DatePickerCellType_format_ValueList { get { @@ -1060,7 +1061,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Get Selected Range. + /// 查找类似 Get Selected Range 的本地化字符串。 /// public static string DatePickerCellType_GetSelectedRange { get { @@ -1069,7 +1070,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Placeholder. + /// 查找类似 Placeholder 的本地化字符串。 /// public static string DatePickerCellType_placeholder { get { @@ -1078,7 +1079,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Prefix Icon. + /// 查找类似 Prefix Icon 的本地化字符串。 /// public static string DatePickerCellType_prefixIcon { get { @@ -1087,7 +1088,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Range Separator. + /// 查找类似 Range Separator 的本地化字符串。 /// public static string DatePickerCellType_rangeSeparator { get { @@ -1096,7 +1097,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to To. + /// 查找类似 To 的本地化字符串。 /// public static string DatePickerCellType_rangeSeparator_DefaultValue { get { @@ -1105,7 +1106,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Read Only. + /// 查找类似 Read Only 的本地化字符串。 /// public static string DatePickerCellType_ReadOnly { get { @@ -1114,7 +1115,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Start Placeholder. + /// 查找类似 Start Placeholder 的本地化字符串。 /// public static string DatePickerCellType_startPlaceholder { get { @@ -1123,7 +1124,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Start Date. + /// 查找类似 Start Date 的本地化字符串。 /// public static string DatePickerCellType_startPlaceholder_DefaultValue { get { @@ -1132,7 +1133,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Start Value. + /// 查找类似 Start Value 的本地化字符串。 /// public static string DatePickerCellType_StartValue { get { @@ -1141,7 +1142,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Type. + /// 查找类似 Type 的本地化字符串。 /// public static string DatePickerCellType_type { get { @@ -1150,7 +1151,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Year|Month|Date|Week|Datetime|Month Range|Date Range|Date Time Range. + /// 查找类似 Year|Month|Date|Week|Datetime|Month Range|Date Range|Date Time Range 的本地化字符串。 /// public static string DatePickerCellType_type_DisplayList { get { @@ -1159,7 +1160,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to [{ + /// 查找类似 [{ /// value: 'guide', /// label: 'Guide', /// "icon": { @@ -1176,7 +1177,7 @@ namespace ElementUI.Properties { /// label: 'Consistency' /// }, { /// value: 'feedback', - /// [rest of string was truncated]";. + /// [字符串的其余部分被截断]"; 的本地化字符串。 /// public static string DefaultTreeSource { get { @@ -1185,7 +1186,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Delete. + /// 查找类似 Delete 的本地化字符串。 /// public static string Delete { get { @@ -1194,7 +1195,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Display Text. + /// 查找类似 Display Text 的本地化字符串。 /// public static string DisplayText { get { @@ -1203,7 +1204,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit. + /// 查找类似 Edit 的本地化字符串。 /// public static string Edit { get { @@ -1212,7 +1213,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to None. + /// 查找类似 None 的本地化字符串。 /// public static string ElementCellType_None { get { @@ -1221,7 +1222,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ElementPlus. + /// 查找类似 ElementPlus 的本地化字符串。 /// public static string ElementUI_DisplayName { get { @@ -1230,7 +1231,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to GetDisplayText. + /// 查找类似 GetDisplayText 的本地化字符串。 /// public static string GetDisplayText { get { @@ -1239,7 +1240,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to HideMenuItems. + /// 查找类似 HideMenuItems 的本地化字符串。 /// public static string HideItems_Display { get { @@ -1248,7 +1249,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Items. + /// 查找类似 Items 的本地化字符串。 /// public static string HideItemsParam_Items { get { @@ -1257,7 +1258,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Multiple menu items can be separated by English commas. Such as Menu1,Menu2.. + /// 查找类似 Multiple menu items can be separated by English commas. Such as Menu1,Menu2. 的本地化字符串。 /// public static string HideItemsParam_ItemsDescription { get { @@ -1266,7 +1267,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Choose Icon. + /// 查找类似 Choose Icon 的本地化字符串。 /// public static string IconEditor_ChooseIcon { get { @@ -1275,7 +1276,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to IconProperty. + /// 查找类似 IconProperty 的本地化字符串。 /// public static string IconProperty { get { @@ -1284,7 +1285,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Input. + /// 查找类似 Input 的本地化字符串。 /// public static string Input { get { @@ -1293,7 +1294,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Clearable. + /// 查找类似 Clearable 的本地化字符串。 /// public static string Input_clearable { get { @@ -1302,7 +1303,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Focus. + /// 查找类似 Focus 的本地化字符串。 /// public static string Input_Focus { get { @@ -1311,7 +1312,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Max Length. + /// 查找类似 Max Length 的本地化字符串。 /// public static string Input_maxlength { get { @@ -1320,7 +1321,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Placeholder. + /// 查找类似 Placeholder 的本地化字符串。 /// public static string Input_placeholder { get { @@ -1329,7 +1330,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Prefix Icon. + /// 查找类似 Prefix Icon 的本地化字符串。 /// public static string Input_prefixIcon { get { @@ -1338,7 +1339,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Read Only. + /// 查找类似 Read Only 的本地化字符串。 /// public static string Input_ReadOnly { get { @@ -1347,7 +1348,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Resize. + /// 查找类似 Resize 的本地化字符串。 /// public static string Input_resize { get { @@ -1356,7 +1357,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Select. + /// 查找类似 Select 的本地化字符串。 /// public static string Input_Select { get { @@ -1365,7 +1366,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Password. + /// 查找类似 Show Password 的本地化字符串。 /// public static string Input_showPassword { get { @@ -1374,7 +1375,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Word Limit. + /// 查找类似 Show Word Limit 的本地化字符串。 /// public static string Input_showWordLimit { get { @@ -1383,7 +1384,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Suffix Icon. + /// 查找类似 Suffix Icon 的本地化字符串。 /// public static string Input_suffixIcon { get { @@ -1392,7 +1393,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Type. + /// 查找类似 Type 的本地化字符串。 /// public static string Input_type { get { @@ -1401,7 +1402,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Focus the input box. + /// 查找类似 Focus the input box 的本地化字符串。 /// public static string InputCellType_Focus_Description { get { @@ -1410,7 +1411,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Works with row/column's auto height. + /// 查找类似 Works with row/column's auto height 的本地化字符串。 /// public static string InputCellType_resize_Description { get { @@ -1419,7 +1420,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to None|Both|Horizontal|Vertical. + /// 查找类似 None|Both|Horizontal|Vertical 的本地化字符串。 /// public static string InputCellType_resize_DisplayList { get { @@ -1428,7 +1429,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Focus the input box then select all text. + /// 查找类似 Focus the input box then select all text 的本地化字符串。 /// public static string InputCellType_Select_Description { get { @@ -1437,7 +1438,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Text|TextArea|Password. + /// 查找类似 Text|TextArea|Password 的本地化字符串。 /// public static string InputCellType_type_DisplayList { get { @@ -1446,7 +1447,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to InputNumber. + /// 查找类似 InputNumber 的本地化字符串。 /// public static string InputNumber { get { @@ -1455,7 +1456,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Controls. + /// 查找类似 Controls 的本地化字符串。 /// public static string InputNumberCellType_controls { get { @@ -1464,7 +1465,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Controls Position. + /// 查找类似 Controls Position 的本地化字符串。 /// public static string InputNumberCellType_controlsPosition { get { @@ -1473,7 +1474,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Focus. + /// 查找类似 Focus 的本地化字符串。 /// public static string InputNumberCellType_Focus { get { @@ -1482,7 +1483,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Focus the input number box. + /// 查找类似 Focus the input number box 的本地化字符串。 /// public static string InputNumberCellType_Focus_Description { get { @@ -1491,7 +1492,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Is Disabled. + /// 查找类似 Is Disabled 的本地化字符串。 /// public static string InputNumberCellType_IsDisabled { get { @@ -1500,7 +1501,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Max. + /// 查找类似 Max 的本地化字符串。 /// public static string InputNumberCellType_max { get { @@ -1509,7 +1510,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Min. + /// 查找类似 Min 的本地化字符串。 /// public static string InputNumberCellType_min { get { @@ -1518,7 +1519,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Placeholder. + /// 查找类似 Placeholder 的本地化字符串。 /// public static string InputNumberCellType_placeholder { get { @@ -1527,7 +1528,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Precision. + /// 查找类似 Precision 的本地化字符串。 /// public static string InputNumberCellType_precision { get { @@ -1536,7 +1537,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetMaxValue. + /// 查找类似 SetMaxValue 的本地化字符串。 /// public static string InputNumberCellType_SetMaxValue { get { @@ -1545,7 +1546,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetMinValue. + /// 查找类似 SetMinValue 的本地化字符串。 /// public static string InputNumberCellType_SetMinValue { get { @@ -1554,7 +1555,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetStep. + /// 查找类似 SetStep 的本地化字符串。 /// public static string InputNumberCellType_SetStep { get { @@ -1563,7 +1564,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Step. + /// 查找类似 Step 的本地化字符串。 /// public static string InputNumberCellType_step { get { @@ -1572,7 +1573,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Step Strictly. + /// 查找类似 Step Strictly 的本地化字符串。 /// public static string InputNumberCellType_stepStrictly { get { @@ -1581,7 +1582,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Layout. + /// 查找类似 Layout 的本地化字符串。 /// public static string layout { get { @@ -1590,7 +1591,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Horizontal|Vertical. + /// 查找类似 Horizontal|Vertical 的本地化字符串。 /// public static string layout_DisplayList { get { @@ -1599,7 +1600,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Allow Everyone. + /// 查找类似 Allow Everyone 的本地化字符串。 /// public static string MenuItemsEditor_AllRoleCanAccess { get { @@ -1608,7 +1609,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Anonymous. + /// 查找类似 Anonymous 的本地化字符串。 /// public static string MenuItemsEditor_Anonymous { get { @@ -1617,7 +1618,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Authenticated Users. + /// 查找类似 Authenticated Users 的本地化字符串。 /// public static string MenuItemsEditor_LoginUser { get { @@ -1626,7 +1627,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Reload Binding Items. + /// 查找类似 Reload Binding Items 的本地化字符串。 /// public static string MethodName_ReloadBindingItems { get { @@ -1635,7 +1636,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to If the binding is changed but the binding items can't reload data automatically, use this operation can force reload binding items. + /// 查找类似 If the binding is changed but the binding items can't reload data automatically, use this operation can force reload binding items 的本地化字符串。 /// public static string MethodName_ReloadBindingItems_Description { get { @@ -1644,7 +1645,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to NavMenu. + /// 查找类似 NavMenu 的本地化字符串。 /// public static string NavMenu { get { @@ -1653,7 +1654,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Menu 1. + /// 查找类似 Menu 1 的本地化字符串。 /// public static string NavMenu_Item1 { get { @@ -1662,7 +1663,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Menu 2. + /// 查找类似 Menu 2 的本地化字符串。 /// public static string NavMenu_Item2 { get { @@ -1671,7 +1672,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Menu 3. + /// 查找类似 Menu 3 的本地化字符串。 /// public static string NavMenu_Item3 { get { @@ -1680,7 +1681,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Active Text Color. + /// 查找类似 Active Text Color 的本地化字符串。 /// public static string NavMenuCellType_activeTextColor { get { @@ -1689,7 +1690,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Background Color. + /// 查找类似 Background Color 的本地化字符串。 /// public static string NavMenuCellType_backgroundColor { get { @@ -1698,7 +1699,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Menu Binding Items. + /// 查找类似 Edit Menu Binding Items 的本地化字符串。 /// public static string NavMenuCellType_bindingOptions { get { @@ -1707,7 +1708,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to value:Value|label:Label|parentValue:ParentValue|icon:Icon. + /// 查找类似 value:Value|label:Label|parentValue:ParentValue|icon:Icon 的本地化字符串。 /// public static string NavMenuCellType_bindingOptions_Columns { get { @@ -1716,7 +1717,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Click Command. + /// 查找类似 Edit Click Command 的本地化字符串。 /// public static string NavMenuCellType_ClicktCommand { get { @@ -1725,7 +1726,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Collapse. + /// 查找类似 Collapse 的本地化字符串。 /// public static string NavMenuCellType_collapse { get { @@ -1734,7 +1735,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to . + /// 查找类似 的本地化字符串。 /// public static string NavMenuCellType_Collapse_Description { get { @@ -1743,7 +1744,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Collapse Transition. + /// 查找类似 Collapse Transition 的本地化字符串。 /// public static string NavMenuCellType_collapseTransition { get { @@ -1752,7 +1753,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Default Expansion. + /// 查找类似 Default Expansion 的本地化字符串。 /// public static string NavMenuCellType_DefaultExpansion { get { @@ -1761,7 +1762,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to expand|collapse. + /// 查找类似 expand|collapse 的本地化字符串。 /// public static string NavMenuCellType_DefaultExpansion_DisplayName { get { @@ -1770,7 +1771,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Expend. + /// 查找类似 Expend 的本地化字符串。 /// public static string NavMenuCellType_expend { get { @@ -1779,7 +1780,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to GetSelectPath. + /// 查找类似 GetSelectPath 的本地化字符串。 /// public static string NavMenuCellType_GetSelectPath { get { @@ -1788,8 +1789,8 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Select path is a array, - ///Can use formula =TEXTJOIN("/",1,valuePath) convert array to string, or use loop command access every path part.. + /// 查找类似 Select path is a array, + ///Can use formula =TEXTJOIN("/",1,valuePath) convert array to string, or use loop command access every path part. 的本地化字符串。 /// public static string NavMenuCellType_GetSelectPath_Description { get { @@ -1798,7 +1799,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ValuePath|LabelPath. + /// 查找类似 ValuePath|LabelPath 的本地化字符串。 /// public static string NavMenuCellType_GetSelectPath_DisplayList { get { @@ -1807,7 +1808,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Icon. + /// 查找类似 Icon 的本地化字符串。 /// public static string NavMenuCellType_icon { get { @@ -1816,7 +1817,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to If you do not set a label property name, the value property is considered equal. + /// 查找类似 If you do not set a label property name, the value property is considered equal 的本地化字符串。 /// public static string NavMenuCellType_labelProperty_Description { get { @@ -1825,7 +1826,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Menu Trigger. + /// 查找类似 Menu Trigger 的本地化字符串。 /// public static string NavMenuCellType_menuTrigger { get { @@ -1834,7 +1835,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Hover|Click. + /// 查找类似 Hover|Click 的本地化字符串。 /// public static string NavMenuCellType_menuTrigger_DisplayList { get { @@ -1843,7 +1844,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Mode. + /// 查找类似 Mode 的本地化字符串。 /// public static string NavMenuCellType_mode { get { @@ -1852,7 +1853,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Vertical|Horizontal. + /// 查找类似 Vertical|Horizontal 的本地化字符串。 /// public static string NavMenuCellType_mode_DisplayList { get { @@ -1861,7 +1862,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Notification. + /// 查找类似 Notification 的本地化字符串。 /// public static string NavMenuCellType_notification { get { @@ -1870,7 +1871,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Menu Items. + /// 查找类似 Edit Menu Items 的本地化字符串。 /// public static string NavMenuCellType_options { get { @@ -1879,7 +1880,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Node. + /// 查找类似 Node 的本地化字符串。 /// public static string NavMenuCellType_options_DefaultNodeName { get { @@ -1888,7 +1889,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Path Array. + /// 查找类似 Path Array 的本地化字符串。 /// public static string NavMenuCellType_PathArray { get { @@ -1897,7 +1898,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to UI Permission. + /// 查找类似 UI Permission 的本地化字符串。 /// public static string NavMenuCellType_Permission { get { @@ -1906,7 +1907,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Selection Command. + /// 查找类似 Edit Selection Command 的本地化字符串。 /// public static string NavMenuCellType_SelectCommand { get { @@ -1915,7 +1916,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Value|Label|ParentId. + /// 查找类似 Value|Label|ParentId 的本地化字符串。 /// public static string NavMenuCellType_SelectCommand_InitParamValues { get { @@ -1924,7 +1925,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetCollapse. + /// 查找类似 SetCollapse 的本地化字符串。 /// public static string NavMenuCellType_SetCollapse { get { @@ -1933,7 +1934,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Collapse. + /// 查找类似 Collapse 的本地化字符串。 /// public static string NavMenuCellType_SetCollapse_Collapse { get { @@ -1942,7 +1943,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Text Color. + /// 查找类似 Text Color 的本地化字符串。 /// public static string NavMenuCellType_textColor { get { @@ -1951,7 +1952,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Theme. + /// 查找类似 Theme 的本地化字符串。 /// public static string NavMenuCellType_theme { get { @@ -1960,7 +1961,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Light|Dark|Custom. + /// 查找类似 Light|Dark|Custom 的本地化字符串。 /// public static string NavMenuCellType_theme_DisplayList { get { @@ -1969,7 +1970,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Type. + /// 查找类似 Type 的本地化字符串。 /// public static string NavMenuCellType_type { get { @@ -1978,7 +1979,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Unique Opened. + /// 查找类似 Unique Opened 的本地化字符串。 /// public static string NavMenuCellType_uniqueOpened { get { @@ -1987,7 +1988,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Use Binding. + /// 查找类似 Use Binding 的本地化字符串。 /// public static string NavMenuCellType_useBinding { get { @@ -1996,7 +1997,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Unlimited. + /// 查找类似 Unlimited 的本地化字符串。 /// public static string NoLimit { get { @@ -2005,7 +2006,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Notification. + /// 查找类似 Notification 的本地化字符串。 /// public static string Notification { get { @@ -2014,7 +2015,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Click Notification Command. + /// 查找类似 Edit Click Notification Command 的本地化字符串。 /// public static string Notification_Command { get { @@ -2023,7 +2024,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Context. + /// 查找类似 Context 的本地化字符串。 /// public static string Notification_Context { get { @@ -2032,7 +2033,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Use to store the context value (such as ID) which will be used in click notification command. + /// 查找类似 Use to store the context value (such as ID) which will be used in click notification command 的本地化字符串。 /// public static string Notification_Context_Description { get { @@ -2041,7 +2042,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Duration(Unit: milliseconds). + /// 查找类似 Duration(Unit: milliseconds) 的本地化字符串。 /// public static string Notification_Duration { get { @@ -2050,7 +2051,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Message. + /// 查找类似 Message 的本地化字符串。 /// public static string Notification_Message { get { @@ -2059,7 +2060,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Offset(Unit: pixel). + /// 查找类似 Offset(Unit: pixel) 的本地化字符串。 /// public static string Notification_Offset { get { @@ -2068,7 +2069,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Position. + /// 查找类似 Position 的本地化字符串。 /// public static string Notification_Position { get { @@ -2077,7 +2078,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to top-right|top-left|bottom-right|bottom-left. + /// 查找类似 top-right|top-left|bottom-right|bottom-left 的本地化字符串。 /// public static string Notification_Position_DisplayList { get { @@ -2086,7 +2087,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Close. + /// 查找类似 Show Close 的本地化字符串。 /// public static string Notification_ShowClose { get { @@ -2095,7 +2096,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Notification. + /// 查找类似 Show Notification 的本地化字符串。 /// public static string Notification_ShowNotification { get { @@ -2104,7 +2105,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Title. + /// 查找类似 Title 的本地化字符串。 /// public static string Notification_Title { get { @@ -2113,7 +2114,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Theme Style. + /// 查找类似 Theme Style 的本地化字符串。 /// public static string Notification_Type { get { @@ -2122,7 +2123,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to OK. + /// 查找类似 OK 的本地化字符串。 /// public static string OK { get { @@ -2131,7 +2132,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Other. + /// 查找类似 Other 的本地化字符串。 /// public static string Other { get { @@ -2140,7 +2141,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Pagination. + /// 查找类似 Pagination 的本地化字符串。 /// public static string Pagination { get { @@ -2149,7 +2150,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Background. + /// 查找类似 Background 的本地化字符串。 /// public static string PaginationCellType_background { get { @@ -2158,7 +2159,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Dashboard. + /// 查找类似 Dashboard 的本地化字符串。 /// public static string PaginationCellType_dashboard { get { @@ -2167,7 +2168,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Element Table. + /// 查找类似 Element Table 的本地化字符串。 /// public static string PaginationCellType_ElementTable { get { @@ -2176,7 +2177,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ExecuteCommand. + /// 查找类似 ExecuteCommand 的本地化字符串。 /// public static string PaginationCellType_ExecuteCommand { get { @@ -2185,7 +2186,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Hide On Single Page. + /// 查找类似 Hide On Single Page 的本地化字符串。 /// public static string PaginationCellType_hideOnSinglePage { get { @@ -2194,7 +2195,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Is Disabled. + /// 查找类似 Is Disabled 的本地化字符串。 /// public static string PaginationCellType_IsDisabled { get { @@ -2203,7 +2204,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Layout. + /// 查找类似 Layout 的本地化字符串。 /// public static string PaginationCellType_layout { get { @@ -2212,7 +2213,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Layout Item. + /// 查找类似 Layout Item 的本地化字符串。 /// public static string PaginationCellType_layoutItem { get { @@ -2221,7 +2222,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Sizes|Prev|Pager|Next|Jumper|->|Total. + /// 查找类似 Sizes|Prev|Pager|Next|Jumper|->|Total 的本地化字符串。 /// public static string PaginationCellType_layoutItem_DisplayList { get { @@ -2230,7 +2231,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Select Listview. + /// 查找类似 Select Listview 的本地化字符串。 /// public static string PaginationCellType_ListviewName { get { @@ -2239,7 +2240,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Next Text. + /// 查找类似 Next Text 的本地化字符串。 /// public static string PaginationCellType_nextText { get { @@ -2248,7 +2249,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to PageIndex. + /// 查找类似 PageIndex 的本地化字符串。 /// public static string PaginationCellType_PageIndex_Param { get { @@ -2257,7 +2258,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Pager Count. + /// 查找类似 Pager Count 的本地化字符串。 /// public static string PaginationCellType_pagerCount { get { @@ -2266,7 +2267,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Odd number greater than or equal to 5 and less than or equal to 21. + /// 查找类似 Odd number greater than or equal to 5 and less than or equal to 21 的本地化字符串。 /// public static string PaginationCellType_pagerCount_Description { get { @@ -2275,7 +2276,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Page Size. + /// 查找类似 Page Size 的本地化字符串。 /// public static string PaginationCellType_pageSize { get { @@ -2284,7 +2285,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to PageSize. + /// 查找类似 PageSize 的本地化字符串。 /// public static string PaginationCellType_PageSize_Param { get { @@ -2293,7 +2294,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Page Sizes. + /// 查找类似 Page Sizes 的本地化字符串。 /// public static string PaginationCellType_pageSizes { get { @@ -2302,7 +2303,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to PagingChangeCommands. + /// 查找类似 PagingChangeCommands 的本地化字符串。 /// public static string PaginationCellType_PagingChangeCommands { get { @@ -2311,7 +2312,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to CurrentPage|PageSize|Total. + /// 查找类似 CurrentPage|PageSize|Total 的本地化字符串。 /// public static string PaginationCellType_PagingChangeCommands_InitParamValues { get { @@ -2320,7 +2321,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Prev Text. + /// 查找类似 Prev Text 的本地化字符串。 /// public static string PaginationCellType_prevText { get { @@ -2329,7 +2330,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Select Element Table. + /// 查找类似 Select Element Table 的本地化字符串。 /// public static string PaginationCellType_SelectElementTable { get { @@ -2338,7 +2339,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetCurrentPageIndex. + /// 查找类似 SetCurrentPageIndex 的本地化字符串。 /// public static string PaginationCellType_SetCurrentPageIndex { get { @@ -2347,7 +2348,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetPageSize. + /// 查找类似 SetPageSize 的本地化字符串。 /// public static string PaginationCellType_SetPageSize { get { @@ -2356,7 +2357,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetTotal. + /// 查找类似 SetTotal 的本地化字符串。 /// public static string PaginationCellType_SetTotal { get { @@ -2365,7 +2366,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Small. + /// 查找类似 Small 的本地化字符串。 /// public static string PaginationCellType_small { get { @@ -2374,7 +2375,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Total. + /// 查找类似 Total 的本地化字符串。 /// public static string PaginationCellType_Total_Param { get { @@ -2383,7 +2384,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Value. + /// 查找类似 Value 的本地化字符串。 /// public static string PaginationCellType_value { get { @@ -2392,7 +2393,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to The pagination function is only applicable to regular table mode and cannot be used in tree-like table mode. To ensure the proper functioning of your system and to achieve the best user experience, you need to bind the pagination plugin to a regular table.. + /// 查找类似 The pagination function is only applicable to regular table mode and cannot be used in tree-like table mode. To ensure the proper functioning of your system and to achieve the best user experience, you need to bind the pagination plugin to a regular table. 的本地化字符串。 /// public static string PaginationErrorBindingTreeTable { get { @@ -2401,7 +2402,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Go to. + /// 查找类似 Go to 的本地化字符串。 /// public static string PaginationPreview_GoTo { get { @@ -2410,7 +2411,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to . + /// 查找类似 的本地化字符串。 /// public static string PaginationPreview_Page { get { @@ -2419,7 +2420,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to 100/page. + /// 查找类似 100/page 的本地化字符串。 /// public static string PaginationPreview_PerPagePart { get { @@ -2428,7 +2429,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Total 400. + /// 查找类似 Total 400 的本地化字符串。 /// public static string PaginationPreview_TotalPart { get { @@ -2437,7 +2438,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Progress. + /// 查找类似 Progress 的本地化字符串。 /// public static string Progress { get { @@ -2446,7 +2447,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Circle. + /// 查找类似 Circle 的本地化字符串。 /// public static string ProgressCellType_circle { get { @@ -2455,7 +2456,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Color. + /// 查找类似 Color 的本地化字符串。 /// public static string ProgressCellType_color { get { @@ -2464,7 +2465,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Exception. + /// 查找类似 Exception 的本地化字符串。 /// public static string ProgressCellType_exception { get { @@ -2473,7 +2474,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Line. + /// 查找类似 Line 的本地化字符串。 /// public static string ProgressCellType_line { get { @@ -2482,7 +2483,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to None. + /// 查找类似 None 的本地化字符串。 /// public static string ProgressCellType_none { get { @@ -2491,7 +2492,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Set Background Color. + /// 查找类似 Set Background Color 的本地化字符串。 /// public static string ProgressCellType_SetBackgroundColor { get { @@ -2500,7 +2501,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Setting the background color will set the status to empty.. + /// 查找类似 Setting the background color will set the status to empty. 的本地化字符串。 /// public static string ProgressCellType_SetBackgroundColor_Description { get { @@ -2509,7 +2510,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Set Status. + /// 查找类似 Set Status 的本地化字符串。 /// public static string ProgressCellType_SetStatus { get { @@ -2518,7 +2519,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Text. + /// 查找类似 Show Text 的本地化字符串。 /// public static string ProgressCellType_showText { get { @@ -2527,7 +2528,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Status. + /// 查找类似 Status 的本地化字符串。 /// public static string ProgressCellType_status { get { @@ -2536,7 +2537,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Stroke Width. + /// 查找类似 Stroke Width 的本地化字符串。 /// public static string ProgressCellType_strokeWidth { get { @@ -2545,7 +2546,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Success. + /// 查找类似 Success 的本地化字符串。 /// public static string ProgressCellType_success { get { @@ -2554,7 +2555,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Text Formula. + /// 查找类似 Text Formula 的本地化字符串。 /// public static string ProgressCellType_textFormula { get { @@ -2563,7 +2564,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Customize display text by formula, e.g. ="Totally used "&A1&"G", keep this setting empty will display as percentage like 50%. + /// 查找类似 Customize display text by formula, e.g. ="Totally used "&A1&"G", keep this setting empty will display as percentage like 50% 的本地化字符串。 /// public static string ProgressCellType_textFormula_Description { get { @@ -2572,7 +2573,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Text Inside. + /// 查找类似 Text Inside 的本地化字符串。 /// public static string ProgressCellType_textInside { get { @@ -2581,7 +2582,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Type. + /// 查找类似 Type 的本地化字符串。 /// public static string ProgressCellType_type { get { @@ -2590,7 +2591,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Warning. + /// 查找类似 Warning 的本地化字符串。 /// public static string ProgressCellType_warning { get { @@ -2599,7 +2600,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Rate. + /// 查找类似 Rate 的本地化字符串。 /// public static string Rate { get { @@ -2608,7 +2609,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Allow Half. + /// 查找类似 Allow Half 的本地化字符串。 /// public static string RateCellType_allowHalf { get { @@ -2617,7 +2618,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Color. + /// 查找类似 Color 的本地化字符串。 /// public static string RateCellType_color { get { @@ -2626,7 +2627,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Colors. + /// 查找类似 Colors 的本地化字符串。 /// public static string RateCellType_colors { get { @@ -2635,7 +2636,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to The maximum configuration is three colors, representing the color at low score, the color at medium score, and the color at high score. + /// 查找类似 The maximum configuration is three colors, representing the color at low score, the color at medium score, and the color at high score 的本地化字符串。 /// public static string RateCellType_colors_Description { get { @@ -2644,7 +2645,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Commands. + /// 查找类似 Edit Commands 的本地化字符串。 /// public static string RateCellType_CommandList { get { @@ -2653,7 +2654,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to oops,disappointed,normal,good,great. + /// 查找类似 oops,disappointed,normal,good,great 的本地化字符串。 /// public static string RateCellType_defaultSetting { get { @@ -2662,7 +2663,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ReadOnly Void Color. + /// 查找类似 ReadOnly Void Color 的本地化字符串。 /// public static string RateCellType_disabledVoidColor { get { @@ -2671,7 +2672,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Display Content Type. + /// 查找类似 Display Content Type 的本地化字符串。 /// public static string RateCellType_DisplayContentType { get { @@ -2680,7 +2681,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to High Threshold. + /// 查找类似 High Threshold 的本地化字符串。 /// public static string RateCellType_highThreshold { get { @@ -2689,7 +2690,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Label. + /// 查找类似 Label 的本地化字符串。 /// public static string RateCellType_label { get { @@ -2698,7 +2699,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Low Threshold. + /// 查找类似 Low Threshold 的本地化字符串。 /// public static string RateCellType_lowThreshold { get { @@ -2707,7 +2708,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Max. + /// 查找类似 Max 的本地化字符串。 /// public static string RateCellType_max { get { @@ -2716,7 +2717,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to None. + /// 查找类似 None 的本地化字符串。 /// public static string RateCellType_None { get { @@ -2725,7 +2726,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Read Only. + /// 查找类似 Read Only 的本地化字符串。 /// public static string RateCellType_ReadOnly { get { @@ -2734,7 +2735,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Score. + /// 查找类似 Score 的本地化字符串。 /// public static string RateCellType_Score { get { @@ -2743,7 +2744,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Text. + /// 查找类似 Text 的本地化字符串。 /// public static string RateCellType_Text { get { @@ -2752,7 +2753,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Texts. + /// 查找类似 Texts 的本地化字符串。 /// public static string RateCellType_texts { get { @@ -2761,7 +2762,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Void Color. + /// 查找类似 Void Color 的本地化字符串。 /// public static string RateCellType_voidColor { get { @@ -2770,7 +2771,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetBadge. + /// 查找类似 SetBadge 的本地化字符串。 /// public static string RunTimeMethod_SetBadge { get { @@ -2779,7 +2780,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Badge value. + /// 查找类似 Badge value 的本地化字符串。 /// public static string RunTimeMethod_SetBadge_badgeValue { get { @@ -2788,7 +2789,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Target item value. + /// 查找类似 Target item value 的本地化字符串。 /// public static string RunTimeMethod_SetBadge_itemValue { get { @@ -2797,7 +2798,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Add Empty Item. + /// 查找类似 Add Empty Item 的本地化字符串。 /// public static string Select_AllowAddEmptyItem { get { @@ -2806,7 +2807,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Empty Item Text. + /// 查找类似 Empty Item Text 的本地化字符串。 /// public static string Select_EmptyItemText { get { @@ -2815,7 +2816,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Select text content on focus. + /// 查找类似 Select text content on focus 的本地化字符串。 /// public static string SelectAllOnFocus { get { @@ -2824,7 +2825,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Allow Create. + /// 查找类似 Allow Create 的本地化字符串。 /// public static string SelectCellType_allowCreate { get { @@ -2833,7 +2834,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Binding Items. + /// 查找类似 Config Binding Items 的本地化字符串。 /// public static string SelectCellType_bindingOptions { get { @@ -2842,7 +2843,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to value:Value|label:Label. + /// 查找类似 value:Value|label:Label 的本地化字符串。 /// public static string SelectCellType_bindingOptions_Columns { get { @@ -2851,7 +2852,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Clearable. + /// 查找类似 Clearable 的本地化字符串。 /// public static string SelectCellType_clearable { get { @@ -2860,7 +2861,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Collapse Tags. + /// 查找类似 Collapse Tags 的本地化字符串。 /// public static string SelectCellType_collapseTags { get { @@ -2869,7 +2870,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Data Source. + /// 查找类似 Data Source 的本地化字符串。 /// public static string SelectCellType_dataSource { get { @@ -2878,7 +2879,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Default Max Options Count. + /// 查找类似 Default Max Options Count 的本地化字符串。 /// public static string SelectCellType_defaultMaxOptionsCount { get { @@ -2887,7 +2888,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Option1,Option2,Option3,Option4,Option5. + /// 查找类似 Option1,Option2,Option3,Option4,Option5 的本地化字符串。 /// public static string SelectCellType_defaultSetting { get { @@ -2896,7 +2897,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Filterable. + /// 查找类似 Filterable 的本地化字符串。 /// public static string SelectCellType_filterable { get { @@ -2905,7 +2906,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Filter In Server. + /// 查找类似 Filter In Server 的本地化字符串。 /// public static string SelectCellType_filterInServer { get { @@ -2914,7 +2915,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Filter In Server Options. + /// 查找类似 Filter In Server Options 的本地化字符串。 /// public static string SelectCellType_filterInServerOptions { get { @@ -2923,7 +2924,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Focus. + /// 查找类似 Focus 的本地化字符串。 /// public static string SelectCellType_Focus { get { @@ -2932,7 +2933,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Focus the selector input box. + /// 查找类似 Focus the selector input box 的本地化字符串。 /// public static string SelectCellType_Focus_Description { get { @@ -2941,7 +2942,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Is Disabled. + /// 查找类似 Is Disabled 的本地化字符串。 /// public static string SelectCellType_IsDisabled { get { @@ -2950,7 +2951,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Label. + /// 查找类似 Label 的本地化字符串。 /// public static string SelectCellType_label { get { @@ -2959,7 +2960,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Label Property. + /// 查找类似 Label Property 的本地化字符串。 /// public static string SelectCellType_labelProperty { get { @@ -2968,7 +2969,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Loading Text. + /// 查找类似 Loading Text 的本地化字符串。 /// public static string SelectCellType_loadingText { get { @@ -2977,7 +2978,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Loading. + /// 查找类似 Loading 的本地化字符串。 /// public static string SelectCellType_loadingText_DefaultValue { get { @@ -2986,7 +2987,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Match Method. + /// 查找类似 Match Method 的本地化字符串。 /// public static string SelectCellType_matchMethod { get { @@ -2995,7 +2996,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Contains|Start With. + /// 查找类似 Contains|Start With 的本地化字符串。 /// public static string SelectCellType_matchMethod_DisplayList { get { @@ -3004,7 +3005,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Max Filter Result Count. + /// 查找类似 Max Filter Result Count 的本地化字符串。 /// public static string SelectCellType_maxFilterResultCount { get { @@ -3013,7 +3014,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Multiple. + /// 查找类似 Multiple 的本地化字符串。 /// public static string SelectCellType_multiple { get { @@ -3022,7 +3023,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Multiple Limit. + /// 查找类似 Multiple Limit 的本地化字符串。 /// public static string SelectCellType_multipleLimit { get { @@ -3031,7 +3032,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to No Data Text. + /// 查找类似 No Data Text 的本地化字符串。 /// public static string SelectCellType_noDataText { get { @@ -3040,7 +3041,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to No Data. + /// 查找类似 No Data 的本地化字符串。 /// public static string SelectCellType_noDataText_DefaultValue { get { @@ -3049,7 +3050,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to No Match Text. + /// 查找类似 No Match Text 的本地化字符串。 /// public static string SelectCellType_noMatchText { get { @@ -3058,7 +3059,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to No Match. + /// 查找类似 No Match 的本地化字符串。 /// public static string SelectCellType_noMatchText_DefaultValue { get { @@ -3067,7 +3068,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Items. + /// 查找类似 Config Items 的本地化字符串。 /// public static string SelectCellType_options { get { @@ -3076,7 +3077,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Placeholder. + /// 查找类似 Placeholder 的本地化字符串。 /// public static string SelectCellType_placeholder { get { @@ -3085,7 +3086,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Please Select. + /// 查找类似 Please Select 的本地化字符串。 /// public static string SelectCellType_placeholder_DefaultValue { get { @@ -3094,7 +3095,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Reserve Keyword. + /// 查找类似 Reserve Keyword 的本地化字符串。 /// public static string SelectCellType_reserveKeyword { get { @@ -3103,7 +3104,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to When multiple select and searchable, whether to retain the current search keyword after selecting an option. + /// 查找类似 When multiple select and searchable, whether to retain the current search keyword after selecting an option 的本地化字符串。 /// public static string SelectCellType_reserveKeyword_Description { get { @@ -3112,7 +3113,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetDataSourceByObjArray. + /// 查找类似 SetDataSourceByObjArray 的本地化字符串。 /// public static string SelectCellType_SetDataSourceByObjArray { get { @@ -3121,14 +3122,14 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Using a dynamic JSON object as a data source for cells, an example of JSON format is as follows + /// 查找类似 Using a dynamic JSON object as a data source for cells, an example of JSON format is as follows ///[ /// {"value": 1, "label": "Banana"}, /// {"value": 2, "label": "Apple"}, /// {"value": 3, "label": "Pear"} ///] ///The above data assumes that the 'value attribute' is value and the 'label attribute name' is label - ///Typically, a JSON data source can be obtained from a web service via an HTTP request command, or from a server-side command. + ///Typically, a JSON data source can be obtained from a web service via an HTTP request command, or from a server-side command 的本地化字符串。 /// public static string SelectCellType_SetDataSourceByObjArray_Description { get { @@ -3137,7 +3138,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to If you do not set the label property name, the value property is considered equal. + /// 查找类似 If you do not set the label property name, the value property is considered equal 的本地化字符串。 /// public static string SelectCellType_SetDataSourceByObjArray_labelProperty_Description { get { @@ -3146,7 +3147,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetDataSourceByStringArray. + /// 查找类似 SetDataSourceByStringArray 的本地化字符串。 /// public static string SelectCellType_SetDataSourceByStringArray { get { @@ -3155,13 +3156,13 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Using a dynamic JSON string array as the data source for cells, json format example is as follows + /// 查找类似 Using a dynamic JSON string array as the data source for cells, json format example is as follows ///[ /// "Banana", /// "Apple", /// "Pear" ///] - ///Usually, the data source can be obtained from a web service through an HTTP request command, or it can be obtained through a server-side command. + ///Usually, the data source can be obtained from a web service through an HTTP request command, or it can be obtained through a server-side command 的本地化字符串。 /// public static string SelectCellType_SetDataSourceByStringArray_Description { get { @@ -3170,7 +3171,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Use Binding. + /// 查找类似 Use Binding 的本地化字符串。 /// public static string SelectCellType_useBinding { get { @@ -3179,7 +3180,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Value Property. + /// 查找类似 Value Property 的本地化字符串。 /// public static string SelectCellType_valueProperty { get { @@ -3188,7 +3189,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Selector. + /// 查找类似 Selector 的本地化字符串。 /// public static string Selector { get { @@ -3197,7 +3198,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ShowMenuItems. + /// 查找类似 ShowMenuItems 的本地化字符串。 /// public static string ShowItems_Display { get { @@ -3206,7 +3207,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ShowMessage. + /// 查找类似 ShowMessage 的本地化字符串。 /// public static string ShowMessage { get { @@ -3215,7 +3216,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Cancel. + /// 查找类似 Cancel 的本地化字符串。 /// public static string ShowMessage_CancelButtonText_DefaultValue { get { @@ -3224,7 +3225,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Center. + /// 查找类似 Center 的本地化字符串。 /// public static string ShowMessage_Center { get { @@ -3233,7 +3234,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to OK. + /// 查找类似 OK 的本地化字符串。 /// public static string ShowMessage_ConfirmButtonText_DefaultValue { get { @@ -3242,7 +3243,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Cancel (click the Cancel button) Close (click the Close button or mask layer, press ESC). + /// 查找类似 Cancel (click the Cancel button) Close (click the Close button or mask layer, press ESC) 的本地化字符串。 /// public static string ShowMessage_DistinguishCancelAndClose_Description { get { @@ -3251,7 +3252,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Duration(Unit: milliseconds). + /// 查找类似 Duration(Unit: milliseconds) 的本地化字符串。 /// public static string ShowMessage_Duration { get { @@ -3260,7 +3261,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Automatically shut down duration. Setting to 0 does not automatically shut down. + /// 查找类似 Automatically shut down duration. Setting to 0 does not automatically shut down 的本地化字符串。 /// public static string ShowMessage_Duration_Description { get { @@ -3269,7 +3270,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Message. + /// 查找类似 Message 的本地化字符串。 /// public static string ShowMessage_Message { get { @@ -3278,7 +3279,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Message. + /// 查找类似 Message 的本地化字符串。 /// public static string ShowMessage_Message_Box_DefaultValue { get { @@ -3287,7 +3288,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Message. + /// 查找类似 Message 的本地化字符串。 /// public static string ShowMessage_Message_DefaultValue { get { @@ -3296,7 +3297,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Offset(Unit: pixel). + /// 查找类似 Offset(Unit: pixel) 的本地化字符串。 /// public static string ShowMessage_Offset { get { @@ -3305,7 +3306,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to The offset of the message box from the top of the window. + /// 查找类似 The offset of the message box from the top of the window 的本地化字符串。 /// public static string ShowMessage_Offset_Description { get { @@ -3314,7 +3315,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Close. + /// 查找类似 Show Close 的本地化字符串。 /// public static string ShowMessage_ShowClose { get { @@ -3323,7 +3324,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Message. + /// 查找类似 Show Message 的本地化字符串。 /// public static string ShowMessage_ShowMessage { get { @@ -3332,7 +3333,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to none|success|warning|info|error. + /// 查找类似 none|success|warning|info|error 的本地化字符串。 /// public static string ShowMessage_ShowMessage_Type_DisplayList { get { @@ -3341,7 +3342,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Title. + /// 查找类似 Title 的本地化字符串。 /// public static string ShowMessage_Title_DefaultValue { get { @@ -3350,7 +3351,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Theme Style. + /// 查找类似 Theme Style 的本地化字符串。 /// public static string ShowMessage_Type { get { @@ -3359,7 +3360,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ShowMessageBox. + /// 查找类似 ShowMessageBox 的本地化字符串。 /// public static string ShowMessageBox { get { @@ -3368,7 +3369,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Cancel Button Text. + /// 查找类似 Cancel Button Text 的本地化字符串。 /// public static string ShowMessageBox_CancelButtonText { get { @@ -3377,7 +3378,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Center. + /// 查找类似 Center 的本地化字符串。 /// public static string ShowMessageBox_Center { get { @@ -3386,7 +3387,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Close On Click Modal. + /// 查找类似 Close On Click Modal 的本地化字符串。 /// public static string ShowMessageBox_CloseOnClickModal { get { @@ -3395,7 +3396,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Close On Press Escape. + /// 查找类似 Close On Press Escape 的本地化字符串。 /// public static string ShowMessageBox_CloseOnPressEscape { get { @@ -3404,7 +3405,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Confirm Button Text. + /// 查找类似 Confirm Button Text 的本地化字符串。 /// public static string ShowMessageBox_ConfirmButtonText { get { @@ -3413,7 +3414,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Dialog Result. + /// 查找类似 Dialog Result 的本地化字符串。 /// public static string ShowMessageBox_DialogResult { get { @@ -3422,7 +3423,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Clicking on OK returns confirm, clicking on cancel and close returns cancel by default, if the "Distinguish Cancel And Close" box is checked, then clicking on cancel returns cancel and close returns close.. + /// 查找类似 Clicking on OK returns confirm, clicking on cancel and close returns cancel by default, if the "Distinguish Cancel And Close" box is checked, then clicking on cancel returns cancel and close returns close. 的本地化字符串。 /// public static string ShowMessageBox_DialogResultDescription { get { @@ -3431,7 +3432,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Distinguish Cancel And Close. + /// 查找类似 Distinguish Cancel And Close 的本地化字符串。 /// public static string ShowMessageBox_DistinguishCancelAndClose { get { @@ -3440,7 +3441,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Input Box Result. + /// 查找类似 Input Box Result 的本地化字符串。 /// public static string ShowMessageBox_InputBoxResult { get { @@ -3449,7 +3450,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Input Placeholder. + /// 查找类似 Input Placeholder 的本地化字符串。 /// public static string ShowMessageBox_InputPlaceholder { get { @@ -3458,7 +3459,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Input Type. + /// 查找类似 Input Type 的本地化字符串。 /// public static string ShowMessageBox_InputType { get { @@ -3467,7 +3468,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Message. + /// 查找类似 Message 的本地化字符串。 /// public static string ShowMessageBox_Message { get { @@ -3476,7 +3477,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Round Button. + /// 查找类似 Round Button 的本地化字符串。 /// public static string ShowMessageBox_RoundButton { get { @@ -3485,7 +3486,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Cancel Button. + /// 查找类似 Show Cancel Button 的本地化字符串。 /// public static string ShowMessageBox_ShowCancelButton { get { @@ -3494,7 +3495,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Close. + /// 查找类似 Show Close 的本地化字符串。 /// public static string ShowMessageBox_ShowClose { get { @@ -3503,7 +3504,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Confirm Button. + /// 查找类似 Show Confirm Button 的本地化字符串。 /// public static string ShowMessageBox_ShowConfirmButton { get { @@ -3512,7 +3513,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Input. + /// 查找类似 Show Input 的本地化字符串。 /// public static string ShowMessageBox_ShowInput { get { @@ -3521,7 +3522,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Message Box. + /// 查找类似 Show Message Box 的本地化字符串。 /// public static string ShowMessageBox_ShowMessageBox { get { @@ -3530,7 +3531,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Text. + /// 查找类似 Text 的本地化字符串。 /// public static string ShowMessageBox_text { get { @@ -3539,7 +3540,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Multline Text. + /// 查找类似 Multline Text 的本地化字符串。 /// public static string ShowMessageBox_textarea { get { @@ -3548,7 +3549,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Title. + /// 查找类似 Title 的本地化字符串。 /// public static string ShowMessageBox_Title { get { @@ -3557,7 +3558,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Theme Style. + /// 查找类似 Theme Style 的本地化字符串。 /// public static string ShowMessageBox_Type { get { @@ -3566,7 +3567,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Title|Message|Context. + /// 查找类似 Title|Message|Context 的本地化字符串。 /// public static string ShowNotification_Command_InitParamValues { get { @@ -3575,7 +3576,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Display time, milliseconds. Setting to 0 does not automatically close. + /// 查找类似 Display time, milliseconds. Setting to 0 does not automatically close 的本地化字符串。 /// public static string ShowNotification_Duration_Description { get { @@ -3584,7 +3585,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Message. + /// 查找类似 Message 的本地化字符串。 /// public static string ShowNotification_Message_DefaultValue { get { @@ -3593,7 +3594,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to At the same time, all notification box instances should have the same offset. + /// 查找类似 At the same time, all notification box instances should have the same offset 的本地化字符串。 /// public static string ShowNotification_Offset_Description { get { @@ -3602,7 +3603,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Title. + /// 查找类似 Title 的本地化字符串。 /// public static string ShowNotification_Title_DefaultValue { get { @@ -3611,7 +3612,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Slider. + /// 查找类似 Slider 的本地化字符串。 /// public static string Slider { get { @@ -3620,7 +3621,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to End Value. + /// 查找类似 End Value 的本地化字符串。 /// public static string SliderCellType_EndValue { get { @@ -3629,7 +3630,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Customized Tooltip. + /// 查找类似 Customized Tooltip 的本地化字符串。 /// public static string SliderCellType_formatTooltipStr { get { @@ -3638,7 +3639,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Value:Silder's value. + /// 查找类似 Value:Silder's value 的本地化字符串。 /// public static string SliderCellType_formatTooltipStr_VariableContext { get { @@ -3647,7 +3648,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to GetSelectedRange. + /// 查找类似 GetSelectedRange 的本地化字符串。 /// public static string SliderCellType_GetSelectedRange { get { @@ -3656,7 +3657,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Label. + /// 查找类似 Label 的本地化字符串。 /// public static string SliderCellType_label { get { @@ -3665,7 +3666,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Marks. + /// 查找类似 Config Marks 的本地化字符串。 /// public static string SliderCellType_Marks { get { @@ -3674,7 +3675,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Max. + /// 查找类似 Max 的本地化字符串。 /// public static string SliderCellType_max { get { @@ -3683,7 +3684,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Min. + /// 查找类似 Min 的本地化字符串。 /// public static string SliderCellType_min { get { @@ -3692,7 +3693,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Range. + /// 查找类似 Range 的本地化字符串。 /// public static string SliderCellType_range { get { @@ -3701,7 +3702,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetMarks. + /// 查找类似 SetMarks 的本地化字符串。 /// public static string SliderCellType_SetMarks { get { @@ -3710,7 +3711,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Marks. + /// 查找类似 Marks 的本地化字符串。 /// public static string SliderCellType_SetMarks_Marks { get { @@ -3719,7 +3720,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetMaxValue. + /// 查找类似 SetMaxValue 的本地化字符串。 /// public static string SliderCellType_SetMaxValue { get { @@ -3728,7 +3729,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetMinValue. + /// 查找类似 SetMinValue 的本地化字符串。 /// public static string SliderCellType_SetMinValue { get { @@ -3737,7 +3738,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Input. + /// 查找类似 Show Input 的本地化字符串。 /// public static string SliderCellType_showInput { get { @@ -3746,7 +3747,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Input Controls. + /// 查找类似 Show Input Controls 的本地化字符串。 /// public static string SliderCellType_showInputControls { get { @@ -3755,7 +3756,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Usually used in conjunction with step setting. + /// 查找类似 Usually used in conjunction with step setting 的本地化字符串。 /// public static string SliderCellType_showSteps_Desciption { get { @@ -3764,7 +3765,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Stops. + /// 查找类似 Show Stops 的本地化字符串。 /// public static string SliderCellType_showStops { get { @@ -3773,7 +3774,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Tooltip. + /// 查找类似 Show Tooltip 的本地化字符串。 /// public static string SliderCellType_showTooltip { get { @@ -3782,7 +3783,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Start Value. + /// 查找类似 Start Value 的本地化字符串。 /// public static string SliderCellType_StartValue { get { @@ -3791,7 +3792,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Step. + /// 查找类似 Step 的本地化字符串。 /// public static string SliderCellType_step { get { @@ -3800,7 +3801,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Vertical. + /// 查找类似 Vertical 的本地化字符串。 /// public static string SliderCellType_vertical { get { @@ -3809,7 +3810,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Steps. + /// 查找类似 Steps 的本地化字符串。 /// public static string Steps { get { @@ -3818,7 +3819,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Align Center. + /// 查找类似 Align Center 的本地化字符串。 /// public static string StepsCellType_alignCenter { get { @@ -3827,7 +3828,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Step Binding Items. + /// 查找类似 Config Step Binding Items 的本地化字符串。 /// public static string StepsCellType_bindingOptions { get { @@ -3836,7 +3837,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to value:Value|title:Title|description:Description|icon:Icon. + /// 查找类似 value:Value|title:Title|description:Description|icon:Icon 的本地化字符串。 /// public static string StepsCellType_bindingOptions_Columns { get { @@ -3845,7 +3846,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Commands. + /// 查找类似 Edit Commands 的本地化字符串。 /// public static string StepsCellType_CommandList { get { @@ -3854,7 +3855,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Description. + /// 查找类似 Description 的本地化字符串。 /// public static string StepsCellType_description { get { @@ -3863,7 +3864,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Error. + /// 查找类似 Error 的本地化字符串。 /// public static string StepsCellType_error { get { @@ -3872,7 +3873,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Finish. + /// 查找类似 Finish 的本地化字符串。 /// public static string StepsCellType_finish { get { @@ -3881,7 +3882,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Finish Status. + /// 查找类似 Finish Status 的本地化字符串。 /// public static string StepsCellType_finishStatus { get { @@ -3890,7 +3891,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Icon. + /// 查找类似 Icon 的本地化字符串。 /// public static string StepsCellType_icon { get { @@ -3899,7 +3900,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Step Items. + /// 查找类似 Config Step Items 的本地化字符串。 /// public static string StepsCellType_options { get { @@ -3908,7 +3909,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Process. + /// 查找类似 Process 的本地化字符串。 /// public static string StepsCellType_process { get { @@ -3917,7 +3918,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Process Status. + /// 查找类似 Process Status 的本地化字符串。 /// public static string StepsCellType_processStatus { get { @@ -3926,7 +3927,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Simple. + /// 查找类似 Simple 的本地化字符串。 /// public static string StepsCellType_simple { get { @@ -3935,7 +3936,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to State. + /// 查找类似 State 的本地化字符串。 /// public static string StepsCellType_State { get { @@ -3944,7 +3945,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Step1. + /// 查找类似 Step1 的本地化字符串。 /// public static string StepsCellType_step1 { get { @@ -3953,7 +3954,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to The description of step1. + /// 查找类似 The description of step1 的本地化字符串。 /// public static string StepsCellType_step1_Description { get { @@ -3962,7 +3963,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Step2. + /// 查找类似 Step2 的本地化字符串。 /// public static string StepsCellType_step2 { get { @@ -3971,7 +3972,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to The description of step2. + /// 查找类似 The description of step2 的本地化字符串。 /// public static string StepsCellType_step2_Description { get { @@ -3980,7 +3981,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Step3. + /// 查找类似 Step3 的本地化字符串。 /// public static string StepsCellType_step3 { get { @@ -3989,7 +3990,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to The description of step3. + /// 查找类似 The description of step3 的本地化字符串。 /// public static string StepsCellType_step3_Description { get { @@ -3998,7 +3999,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Success. + /// 查找类似 Success 的本地化字符串。 /// public static string StepsCellType_success { get { @@ -4007,7 +4008,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Title. + /// 查找类似 Title 的本地化字符串。 /// public static string StepsCellType_title { get { @@ -4016,7 +4017,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Update Process State. + /// 查找类似 Update Process State 的本地化字符串。 /// public static string StepsCellType_UpdateProcessState { get { @@ -4025,7 +4026,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Use Binding. + /// 查找类似 Use Binding 的本地化字符串。 /// public static string StepsCellType_useBinding { get { @@ -4034,7 +4035,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Value. + /// 查找类似 Value 的本地化字符串。 /// public static string StepsCellType_value { get { @@ -4043,7 +4044,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Vertical. + /// 查找类似 Vertical 的本地化字符串。 /// public static string StepsCellType_vertical { get { @@ -4052,7 +4053,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Wait. + /// 查找类似 Wait 的本地化字符串。 /// public static string StepsCellType_wait { get { @@ -4061,7 +4062,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to TabHeader. + /// 查找类似 TabHeader 的本地化字符串。 /// public static string TabHeader { get { @@ -4070,7 +4071,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Value:Value|Name:Name. + /// 查找类似 Value:Value|Name:Name 的本地化字符串。 /// public static string TabHeader_bindingOptions_Columns { get { @@ -4079,7 +4080,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Click Command. + /// 查找类似 Edit Click Command 的本地化字符串。 /// public static string TabHeader_ClickCommand { get { @@ -4088,7 +4089,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to HideItems. + /// 查找类似 HideItems 的本地化字符串。 /// public static string TabHeader_HideItems_Display { get { @@ -4097,7 +4098,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Items. + /// 查找类似 Items 的本地化字符串。 /// public static string TabHeader_HideItemsParam_Items { get { @@ -4106,7 +4107,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Multiple menu items can be separated by English commas. Such as Tab1,Tab2.. + /// 查找类似 Multiple menu items can be separated by English commas. Such as Tab1,Tab2. 的本地化字符串。 /// public static string TabHeader_HideItemsParam_ItemsDescription { get { @@ -4115,7 +4116,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Position. + /// 查找类似 Position 的本地化字符串。 /// public static string TabHeader_position { get { @@ -4124,7 +4125,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetActive. + /// 查找类似 SetActive 的本地化字符串。 /// public static string TabHeader_SetActive { get { @@ -4133,7 +4134,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Index. + /// 查找类似 Index 的本地化字符串。 /// public static string TabHeader_SetActive_Index { get { @@ -4142,7 +4143,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ShowItems. + /// 查找类似 ShowItems 的本地化字符串。 /// public static string TabHeader_ShowItems_Display { get { @@ -4151,7 +4152,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Stretch. + /// 查找类似 Stretch 的本地化字符串。 /// public static string TabHeader_stretch { get { @@ -4160,7 +4161,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Name. + /// 查找类似 Name 的本地化字符串。 /// public static string TabHeader_tab_name { get { @@ -4169,7 +4170,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Value. + /// 查找类似 Value 的本地化字符串。 /// public static string TabHeader_tab_value { get { @@ -4178,7 +4179,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Tab Items. + /// 查找类似 Edit Tab Items 的本地化字符串。 /// public static string TabHeader_tabs { get { @@ -4187,7 +4188,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to type. + /// 查找类似 type 的本地化字符串。 /// public static string TabHeader_type { get { @@ -4196,7 +4197,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ItemIndex|ItemValue|ItemText. + /// 查找类似 ItemIndex|ItemValue|ItemText 的本地化字符串。 /// public static string TabHeaderCellType_ClickCommand_InitParamValues { get { @@ -4205,7 +4206,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Top|Bottom|Left|Right. + /// 查找类似 Top|Bottom|Left|Right 的本地化字符串。 /// public static string TabHeaderCellType_position_DisplayList { get { @@ -4214,7 +4215,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Default|Card|Border-card. + /// 查找类似 Default|Card|Border-card 的本地化字符串。 /// public static string TabHeaderCellType_type_DisplayList { get { @@ -4223,7 +4224,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to User/Config/Role/Task. + /// 查找类似 User/Config/Role/Task 的本地化字符串。 /// public static string TabHeaderDefaultValue { get { @@ -4232,7 +4233,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Command. + /// 查找类似 Edit Command 的本地化字符串。 /// public static string TableCellType_ActionButtonCommand { get { @@ -4241,7 +4242,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Icon. + /// 查找类似 Icon 的本地化字符串。 /// public static string TableCellType_ActionButtonIcon { get { @@ -4250,7 +4251,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Icon Height. + /// 查找类似 Icon Height 的本地化字符串。 /// public static string TableCellType_ActionButtonIconHeight { get { @@ -4259,7 +4260,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Icon Width. + /// 查找类似 Icon Width 的本地化字符串。 /// public static string TableCellType_ActionButtonIconWidth { get { @@ -4268,7 +4269,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Shape. + /// 查找类似 Shape 的本地化字符串。 /// public static string TableCellType_ActionButtonShape { get { @@ -4277,7 +4278,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to default|round|circle. + /// 查找类似 default|round|circle 的本地化字符串。 /// public static string TableCellType_ActionButtonShapeDisplayList { get { @@ -4286,7 +4287,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Style. + /// 查找类似 Style 的本地化字符串。 /// public static string TableCellType_ActionButtonStyle { get { @@ -4295,7 +4296,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Text. + /// 查找类似 Text 的本地化字符串。 /// public static string TableCellType_ActionButtonText { get { @@ -4304,7 +4305,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Type. + /// 查找类似 Type 的本地化字符串。 /// public static string TableCellType_ActionButtonType { get { @@ -4313,7 +4314,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Button|Link|Icon. + /// 查找类似 Button|Link|Icon 的本地化字符串。 /// public static string TableCellType_ActionButtonTypeDisplayList { get { @@ -4322,7 +4323,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Generate Columns By Data Source Automatically. + /// 查找类似 Generate Columns By Data Source Automatically 的本地化字符串。 /// public static string TableCellType_AutoGenerateColumnByDataSource { get { @@ -4331,7 +4332,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Vertical Border. + /// 查找类似 Vertical Border 的本地化字符串。 /// public static string TableCellType_Border { get { @@ -4340,7 +4341,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Button. + /// 查找类似 Button 的本地化字符串。 /// public static string TableCellType_Button { get { @@ -4349,7 +4350,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Clear Filter. + /// 查找类似 Clear Filter 的本地化字符串。 /// public static string TableCellType_ClearFilter { get { @@ -4358,7 +4359,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Clear Selection. + /// 查找类似 Clear Selection 的本地化字符串。 /// public static string TableCellType_ClearSelection { get { @@ -4367,7 +4368,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Clear Sort. + /// 查找类似 Clear Sort 的本地化字符串。 /// public static string TableCellType_ClearSort { get { @@ -4376,7 +4377,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Column Align. + /// 查找类似 Column Align 的本地化字符串。 /// public static string TableCellType_ColumnAlign { get { @@ -4385,7 +4386,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to left|center|right. + /// 查找类似 left|center|right 的本地化字符串。 /// public static string TableCellType_ColumnAlignDisplayList { get { @@ -4394,7 +4395,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Fit Column Width Automatically. + /// 查找类似 Fit Column Width Automatically 的本地化字符串。 /// public static string TableCellType_ColumnAutoSize { get { @@ -4403,7 +4404,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Format String. + /// 查找类似 Format String 的本地化字符串。 /// public static string TableCellType_ColumnFormatString { get { @@ -4412,7 +4413,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to yyyy/MM/dd|HH:mm. + /// 查找类似 yyyy/MM/dd|HH:mm 的本地化字符串。 /// public static string TableCellType_ColumnFormatStringValueList { get { @@ -4421,7 +4422,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Column Header Align. + /// 查找类似 Column Header Align 的本地化字符串。 /// public static string TableCellType_ColumnHeaderAlign { get { @@ -4430,7 +4431,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Column Min Width(Pixel). + /// 查找类似 Column Min Width(Pixel) 的本地化字符串。 /// public static string TableCellType_ColumnMinWidth { get { @@ -4439,7 +4440,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Column Name. + /// 查找类似 Column Name 的本地化字符串。 /// public static string TableCellType_ColumnName { get { @@ -4448,7 +4449,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Column Name From Data Source. + /// 查找类似 Column Name From Data Source 的本地化字符串。 /// public static string TableCellType_ColumnNameFromDataSource { get { @@ -4457,7 +4458,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Column Resizable. + /// 查找类似 Column Resizable 的本地化字符串。 /// public static string TableCellType_ColumnResizable { get { @@ -4466,7 +4467,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Column Width(Pixel). + /// 查找类似 Column Width(Pixel) 的本地化字符串。 /// public static string TableCellType_ColumnWidth { get { @@ -4475,7 +4476,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Operation Buttons. + /// 查找类似 Config Operation Buttons 的本地化字符串。 /// public static string TableCellType_ConfigActionButtons { get { @@ -4484,7 +4485,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Column Properties. + /// 查找类似 Config Column Properties 的本地化字符串。 /// public static string TableCellType_ConfigColumnProperties { get { @@ -4493,7 +4494,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Current Row Changed Command. + /// 查找类似 Edit Current Row Changed Command 的本地化字符串。 /// public static string TableCellType_CurrentRowChangedCommand { get { @@ -4502,7 +4503,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Set Data Source. + /// 查找类似 Set Data Source 的本地化字符串。 /// public static string TableCellType_DataSource { get { @@ -4511,7 +4512,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to yyyy/MM/dd. + /// 查找类似 yyyy/MM/dd 的本地化字符串。 /// public static string TableCellType_DateTimeFormat { get { @@ -4520,7 +4521,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to EL Table {0}. + /// 查找类似 EL Table {0} 的本地化字符串。 /// public static string TableCellType_DefaultTableName { get { @@ -4529,7 +4530,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Delete. + /// 查找类似 Delete 的本地化字符串。 /// public static string TableCellType_Delete { get { @@ -4538,7 +4539,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Sample data are only for display.. + /// 查找类似 Sample data are only for display. 的本地化字符串。 /// public static string TableCellType_Description_OnlyForDisplay { get { @@ -4547,7 +4548,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Table can work with element pagination.. + /// 查找类似 Table can work with element pagination. 的本地化字符串。 /// public static string TableCellType_Description_WorkWithPagination { get { @@ -4556,7 +4557,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Table. + /// 查找类似 Table 的本地化字符串。 /// public static string TableCellType_DisplayName { get { @@ -4565,7 +4566,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit. + /// 查找类似 Edit 的本地化字符串。 /// public static string TableCellType_Edit { get { @@ -4574,7 +4575,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Empty Text. + /// 查找类似 Empty Text 的本地化字符串。 /// public static string TableCellType_EmptyText { get { @@ -4583,7 +4584,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Enable Data Filter. + /// 查找类似 Enable Data Filter 的本地化字符串。 /// public static string TableCellType_Filter { get { @@ -4592,7 +4593,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Front-end filtering, only supports filtering of current page data.. + /// 查找类似 Front-end filtering, only supports filtering of current page data. 的本地化字符串。 /// public static string TableCellType_FilterDescription { get { @@ -4601,7 +4602,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Fixed Column. + /// 查找类似 Fixed Column 的本地化字符串。 /// public static string TableCellType_Fixed { get { @@ -4610,7 +4611,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to none|lef|right. + /// 查找类似 none|lef|right 的本地化字符串。 /// public static string TableCellType_Fixed_Display { get { @@ -4619,7 +4620,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Columns. + /// 查找类似 Config Columns 的本地化字符串。 /// public static string TableCellType_GenerateColumnManually { get { @@ -4628,7 +4629,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Get Selected Row. + /// 查找类似 Get Selected Row 的本地化字符串。 /// public static string TableCellType_GetSelectedRow { get { @@ -4637,7 +4638,16 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Highlight Current Row. + /// 查找类似 获取表格数据 的本地化字符串。 + /// + public static string TableCellType_GetSourceData { + get { + return ResourceManager.GetString("TableCellType_GetSourceData", resourceCulture); + } + } + + /// + /// 查找类似 Highlight Current Row 的本地化字符串。 /// public static string TableCellType_HighlightCurrentRow { get { @@ -4646,7 +4656,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Horizontal. + /// 查找类似 Horizontal 的本地化字符串。 /// public static string TableCellType_HorizontalMode { get { @@ -4655,7 +4665,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to JSON Data. + /// 查找类似 JSON Data 的本地化字符串。 /// public static string TableCellType_JsonData { get { @@ -4664,7 +4674,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Line Number Column Setting. + /// 查找类似 Line Number Column Setting 的本地化字符串。 /// public static string TableCellType_LineNumberColumnSetting { get { @@ -4673,7 +4683,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Mutiple Filter. + /// 查找类似 Mutiple Filter 的本地化字符串。 /// public static string TableCellType_MultipleFilter { get { @@ -4682,7 +4692,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to No Data. + /// 查找类似 No Data 的本地化字符串。 /// public static string TableCellType_NoData { get { @@ -4691,7 +4701,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Operation. + /// 查找类似 Operation 的本地化字符串。 /// public static string TableCellType_OperationColumnName { get { @@ -4700,7 +4710,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Operation Column Settings. + /// 查找类似 Operation Column Settings 的本地化字符串。 /// public static string TableCellType_OperationColumnSettings { get { @@ -4709,7 +4719,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Operation Column Width. + /// 查找类似 Operation Column Width 的本地化字符串。 /// public static string TableCellType_OperationColumnWidth { get { @@ -4718,7 +4728,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Operations. + /// 查找类似 Operations 的本地化字符串。 /// public static string TableCellType_Operations { get { @@ -4727,7 +4737,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Reload Table. + /// 查找类似 Reload Table 的本地化字符串。 /// public static string TableCellType_ResetTable { get { @@ -4736,7 +4746,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Row Click Command. + /// 查找类似 Edit Row Click Command 的本地化字符串。 /// public static string TableCellType_RowClickCommand { get { @@ -4745,7 +4755,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Row Data. + /// 查找类似 Row Data 的本地化字符串。 /// public static string TableCellType_RowData { get { @@ -4754,7 +4764,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Row Double-click Command. + /// 查找类似 Edit Row Double-click Command 的本地化字符串。 /// public static string TableCellType_RowDoubleClickCommand { get { @@ -4763,7 +4773,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Row Index. + /// 查找类似 Row Index 的本地化字符串。 /// public static string TableCellType_RowIndex { get { @@ -4772,7 +4782,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to data. + /// 查找类似 data 的本地化字符串。 /// public static string TableCellType_SampleData { get { @@ -4781,7 +4791,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Select Column Settings. + /// 查找类似 Select Column Settings 的本地化字符串。 /// public static string TableCellType_SelectColumnSettings { get { @@ -4790,7 +4800,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Selected Row. + /// 查找类似 Selected Row 的本地化字符串。 /// public static string TableCellType_SelectedRow { get { @@ -4799,7 +4809,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Selection. + /// 查找类似 Selection 的本地化字符串。 /// public static string TableCellType_Selection { get { @@ -4808,7 +4818,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Selection Changed Command. + /// 查找类似 Edit Selection Changed Command 的本地化字符串。 /// public static string TableCellType_SelectionChangedCommand { get { @@ -4817,7 +4827,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Set Current Row. + /// 查找类似 Set Current Row 的本地化字符串。 /// public static string TableCellType_SetCurrentRow { get { @@ -4826,7 +4836,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Set JSON Data Source. + /// 查找类似 Set JSON Data Source 的本地化字符串。 /// public static string TableCellType_SetJsonDataSource { get { @@ -4835,13 +4845,13 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Using a dynamic JSON string array as the data source for cells, json format example is as follows + /// 查找类似 Using a dynamic JSON string array as the data source for cells, json format example is as follows ///[ /// { "ID": 1, "Column": "Column content" }, /// { "ID": 2, "Column": "Column content" }, /// { "ID": 3, "Column": "Column content" } ///] - ///Usually, the data source can be obtained from a web service through an HTTP request command, or it can be obtained through a server-side command. + ///Usually, the data source can be obtained from a web service through an HTTP request command, or it can be obtained through a server-side command 的本地化字符串。 /// public static string TableCellType_SetJsonDataSource_Description { get { @@ -4850,7 +4860,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Operation Buttons. + /// 查找类似 Show Operation Buttons 的本地化字符串。 /// public static string TableCellType_ShowActionButtons { get { @@ -4859,7 +4869,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Overflow Tooltip. + /// 查找类似 Show Overflow Tooltip 的本地化字符串。 /// public static string TableCellType_ShowColumnOverflowTooltip { get { @@ -4868,7 +4878,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Table Header. + /// 查找类似 Show Table Header 的本地化字符串。 /// public static string TableCellType_ShowHeader { get { @@ -4877,7 +4887,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Index Column. + /// 查找类似 Show Index Column 的本地化字符串。 /// public static string TableCellType_ShowIndexColumn { get { @@ -4886,7 +4896,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Line Number Column. + /// 查找类似 Show Line Number Column 的本地化字符串。 /// public static string TableCellType_ShowLineNumberColumn { get { @@ -4895,7 +4905,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Operation Column. + /// 查找类似 Show Operation Column 的本地化字符串。 /// public static string TableCellType_ShowOperationColumn { get { @@ -4904,7 +4914,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Select Column. + /// 查找类似 Show Select Column 的本地化字符串。 /// public static string TableCellType_ShowSelectColumn { get { @@ -4913,7 +4923,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Show Summary At Footer. + /// 查找类似 Show Summary At Footer 的本地化字符串。 /// public static string TableCellType_ShowSummary { get { @@ -4922,7 +4932,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Enable Sort. + /// 查找类似 Enable Sort 的本地化字符串。 /// public static string TableCellType_Sortable { get { @@ -4931,7 +4941,16 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Stripe. + /// 查找类似 SourceData 的本地化字符串。 + /// + public static string TableCellType_SourceData { + get { + return ResourceManager.GetString("TableCellType_SourceData", resourceCulture); + } + } + + /// + /// 查找类似 Stripe 的本地化字符串。 /// public static string TableCellType_Stripe { get { @@ -4940,7 +4959,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Summary. + /// 查找类似 Summary 的本地化字符串。 /// public static string TableCellType_Summary { get { @@ -4949,7 +4968,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Summary Text. + /// 查找类似 Summary Text 的本地化字符串。 /// public static string TableCellType_SummaryText { get { @@ -4958,7 +4977,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Table Column. + /// 查找类似 Table Column 的本地化字符串。 /// public static string TableCellType_TableColumn { get { @@ -4967,7 +4986,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Element Table Name. + /// 查找类似 Element Table Name 的本地化字符串。 /// public static string TableCellType_TableName { get { @@ -4976,7 +4995,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Element table name '{0}' is repeated. + /// 查找类似 Element table name '{0}' is repeated 的本地化字符串。 /// public static string TableCellType_TableNameDuplicateError { get { @@ -4985,7 +5004,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Table Size. + /// 查找类似 Table Size 的本地化字符串。 /// public static string TableCellType_tableSize { get { @@ -4994,7 +5013,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to large|medium|small. + /// 查找类似 large|medium|small 的本地化字符串。 /// public static string TableCellType_tableSizeDisplayList { get { @@ -5003,7 +5022,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Vertical. + /// 查找类似 Vertical 的本地化字符串。 /// public static string TableCellType_VerticalMode { get { @@ -5012,7 +5031,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Tag. + /// 查找类似 Tag 的本地化字符串。 /// public static string Tag { get { @@ -5021,7 +5040,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Add Tag Settings. + /// 查找类似 Config Add Tag Settings 的本地化字符串。 /// public static string Tag_addButtonSettings { get { @@ -5030,7 +5049,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Allow Add. + /// 查找类似 Allow Add 的本地化字符串。 /// public static string Tag_allowAdd { get { @@ -5039,7 +5058,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Click Command. + /// 查找类似 Edit Click Command 的本地化字符串。 /// public static string Tag_ClickCommand { get { @@ -5048,7 +5067,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Color List. + /// 查找类似 Config Color List 的本地化字符串。 /// public static string Tag_ColorList { get { @@ -5057,7 +5076,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Disable Transitions. + /// 查找类似 Disable Transitions 的本地化字符串。 /// public static string Tag_disableTransitions { get { @@ -5066,7 +5085,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Distinct. + /// 查找类似 Distinct 的本地化字符串。 /// public static string Tag_distinct { get { @@ -5075,7 +5094,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Effect. + /// 查找类似 Effect 的本地化字符串。 /// public static string Tag_effect { get { @@ -5084,7 +5103,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Hit. + /// 查找类似 Hit 的本地化字符串。 /// public static string Tag_hit { get { @@ -5093,7 +5112,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Input Max Length. + /// 查找类似 Input Max Length 的本地化字符串。 /// public static string Tag_InputMaxLength { get { @@ -5102,7 +5121,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Input Placeholder. + /// 查找类似 Input Placeholder 的本地化字符串。 /// public static string Tag_InputPlaceholder { get { @@ -5111,7 +5130,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Item Space. + /// 查找类似 Item Space 的本地化字符串。 /// public static string Tag_itemSpace { get { @@ -5120,7 +5139,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Read Only. + /// 查找类似 Read Only 的本地化字符串。 /// public static string Tag_ReadOnly { get { @@ -5129,7 +5148,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Separator. + /// 查找类似 Separator 的本地化字符串。 /// public static string Tag_separator { get { @@ -5138,7 +5157,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Size. + /// 查找类似 Size 的本地化字符串。 /// public static string Tag_size { get { @@ -5147,7 +5166,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Space. + /// 查找类似 Space 的本地化字符串。 /// public static string Tag_space { get { @@ -5156,7 +5175,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Button Text. + /// 查找类似 Button Text 的本地化字符串。 /// public static string Tag_text { get { @@ -5165,7 +5184,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Width. + /// 查找类似 Width 的本地化字符串。 /// public static string Tag_width { get { @@ -5174,7 +5193,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to + New Tag. + /// 查找类似 + New Tag 的本地化字符串。 /// public static string TagCellType_addButtonText_DefaultValue { get { @@ -5183,7 +5202,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to TagName. + /// 查找类似 TagName 的本地化字符串。 /// public static string TagCellType_ClickCommand_InitParamValues { get { @@ -5192,9 +5211,9 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to The color of the tag cycles from the first color in the color list. + /// 查找类似 The color of the tag cycles from the first color in the color list. ///For example, the color list has 3 items, the first three tags will use the first three colors, the fourth will use the first color, and so on. - ///If you want all tags to be the same color, you can keep one item in the color list. + ///If you want all tags to be the same color, you can keep one item in the color list 的本地化字符串。 /// public static string TagCellType_ColorList_Description { get { @@ -5203,7 +5222,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Tag 1,Tag 2,Tag 3. + /// 查找类似 Tag 1,Tag 2,Tag 3 的本地化字符串。 /// public static string TagCellType_DefaultValue { get { @@ -5212,7 +5231,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to If the label text is duplicated, only the first item is displayed. + /// 查找类似 If the label text is duplicated, only the first item is displayed 的本地化字符串。 /// public static string TagCellType_distinct_Description { get { @@ -5221,7 +5240,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Dark|Light|Plain. + /// 查找类似 Dark|Light|Plain 的本地化字符串。 /// public static string TagCellType_effect_DisplayList { get { @@ -5230,7 +5249,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Big|Medium|Small. + /// 查找类似 Big|Medium|Small 的本地化字符串。 /// public static string TagCellType_size_DisplayList { get { @@ -5239,7 +5258,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Timeline. + /// 查找类似 Timeline 的本地化字符串。 /// public static string Timeline { get { @@ -5248,7 +5267,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to content:Content|timestamp:Timestamp|icon:Icon|color:Color. + /// 查找类似 content:Content|timestamp:Timestamp|icon:Icon|color:Color 的本地化字符串。 /// public static string Timeline_bindingOptions_Columns { get { @@ -5257,9 +5276,9 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to color: node color support color names, such as "red", "black" + /// 查找类似 color: node color support color names, such as "red", "black" ///Supports hexadecimal notation such as "#002316" - ///Support rgb or rgba formats such as: "rgb(0,10,100)" or "rgba(0,10,100,0.5)". + ///Support rgb or rgba formats such as: "rgb(0,10,100)" or "rgba(0,10,100,0.5)" 的本地化字符串。 /// public static string Timeline_bindingOptions_Columns_Description { get { @@ -5268,7 +5287,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Content Property. + /// 查找类似 Content Property 的本地化字符串。 /// public static string Timeline_contentProperty { get { @@ -5277,7 +5296,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Data Source. + /// 查找类似 Data Source 的本地化字符串。 /// public static string Timeline_dataSource { get { @@ -5286,7 +5305,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Activity start. + /// 查找类似 Activity start 的本地化字符串。 /// public static string Timeline_Default1 { get { @@ -5295,7 +5314,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Approved. + /// 查找类似 Approved 的本地化字符串。 /// public static string Timeline_Default2 { get { @@ -5304,7 +5323,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Create Success. + /// 查找类似 Create Success 的本地化字符串。 /// public static string Timeline_Default3 { get { @@ -5313,7 +5332,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to yyyy|yyyy/MM|yyyy/MM/DD|yyyy/MM/DD HH:mm:ss. + /// 查找类似 yyyy|yyyy/MM|yyyy/MM/DD|yyyy/MM/DD HH:mm:ss 的本地化字符串。 /// public static string Timeline_format_ValueList { get { @@ -5322,7 +5341,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Automatic sorting based on timestamp, otherwise, use default data order. + /// 查找类似 Automatic sorting based on timestamp, otherwise, use default data order 的本地化字符串。 /// public static string Timeline_IsTimestampSort_Description { get { @@ -5331,7 +5350,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Normal|Large. + /// 查找类似 Normal|Large 的本地化字符串。 /// public static string Timeline_NodeSize_DisplayList { get { @@ -5340,7 +5359,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to SetJsonDataSource. + /// 查找类似 SetJsonDataSource 的本地化字符串。 /// public static string Timeline_SetDataSource { get { @@ -5349,14 +5368,14 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Using a dynamic JSON object as a data source for cells, an example of JSON format is as follows + /// 查找类似 Using a dynamic JSON object as a data source for cells, an example of JSON format is as follows ///[ /// {"content": "Activity start", "timestamp": "2018-04-15"}, /// {"content": "Approved", "timestamp": "2018-04-13"}, /// {"content": "Create Success", "timestamp": "2018-04-11"} ///] ///The above data assumes that the 'content attribute' is content and the 'timestamp attribute name' is timestamp - ///Typically, a JSON data source can be obtained from a web service via an HTTP request command, or from a server-side [rest of string was truncated]";. + ///Typically, a JSON data source can be obtained from a web service via an HTTP request command, or from a server-side [字符串的其余部分被截断]"; 的本地化字符串。 /// public static string Timeline_SetDataSource_Description { get { @@ -5365,7 +5384,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Timestamp Property. + /// 查找类似 Timestamp Property 的本地化字符串。 /// public static string Timeline_timestampProperty { get { @@ -5374,7 +5393,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Timeline Binding Items. + /// 查找类似 Config Timeline Binding Items 的本地化字符串。 /// public static string TimelineCellType_bindingOptions { get { @@ -5383,7 +5402,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Bottom. + /// 查找类似 Bottom 的本地化字符串。 /// public static string TimelineCellType_bottom { get { @@ -5392,7 +5411,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Color. + /// 查找类似 Color 的本地化字符串。 /// public static string TimelineCellType_color { get { @@ -5401,7 +5420,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Content. + /// 查找类似 Content 的本地化字符串。 /// public static string TimelineCellType_content { get { @@ -5410,7 +5429,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Format. + /// 查找类似 Format 的本地化字符串。 /// public static string TimelineCellType_format { get { @@ -5419,7 +5438,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Hide Timestamp. + /// 查找类似 Hide Timestamp 的本地化字符串。 /// public static string TimelineCellType_hideTimestamp { get { @@ -5428,7 +5447,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Icon. + /// 查找类似 Icon 的本地化字符串。 /// public static string TimelineCellType_icon { get { @@ -5437,7 +5456,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to NodeSize. + /// 查找类似 NodeSize 的本地化字符串。 /// public static string TimelineCellType_NodeSize { get { @@ -5446,7 +5465,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Timeline Items. + /// 查找类似 Config Timeline Items 的本地化字符串。 /// public static string TimelineCellType_options { get { @@ -5455,7 +5474,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Placement. + /// 查找类似 Placement 的本地化字符串。 /// public static string TimelineCellType_placement { get { @@ -5464,7 +5483,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Sort. + /// 查找类似 Sort 的本地化字符串。 /// public static string TimelineCellType_Sort { get { @@ -5473,7 +5492,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Default|Asc by timestamp|Desc by timestamp. + /// 查找类似 Default|Asc by timestamp|Desc by timestamp 的本地化字符串。 /// public static string TimelineCellType_Sort_items { get { @@ -5482,7 +5501,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Timestamp. + /// 查找类似 Timestamp 的本地化字符串。 /// public static string TimelineCellType_timestamp { get { @@ -5491,7 +5510,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Top. + /// 查找类似 Top 的本地化字符串。 /// public static string TimelineCellType_top { get { @@ -5500,7 +5519,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Use Binding. + /// 查找类似 Use Binding 的本地化字符串。 /// public static string TimelineCellType_useBinding { get { @@ -5509,7 +5528,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to TimePicker. + /// 查找类似 TimePicker 的本地化字符串。 /// public static string TimePicker { get { @@ -5518,7 +5537,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Clearable. + /// 查找类似 Clearable 的本地化字符串。 /// public static string TimePickerCellType_clearable { get { @@ -5527,7 +5546,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Editable. + /// 查找类似 Editable 的本地化字符串。 /// public static string TimePickerCellType_editable { get { @@ -5536,7 +5555,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to End Placeholder. + /// 查找类似 End Placeholder 的本地化字符串。 /// public static string TimePickerCellType_endPlaceholder { get { @@ -5545,7 +5564,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to End Time. + /// 查找类似 End Time 的本地化字符串。 /// public static string TimePickerCellType_endPlaceholder_DefaultValue { get { @@ -5554,7 +5573,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to End Time. + /// 查找类似 End Time 的本地化字符串。 /// public static string TimePickerCellType_EndTime { get { @@ -5563,7 +5582,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to End Value. + /// 查找类似 End Value 的本地化字符串。 /// public static string TimePickerCellType_EndValue { get { @@ -5572,7 +5591,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to GetSelectedRange. + /// 查找类似 GetSelectedRange 的本地化字符串。 /// public static string TimePickerCellType_GetSelectedRange { get { @@ -5581,7 +5600,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Is Disabled. + /// 查找类似 Is Disabled 的本地化字符串。 /// public static string TimePickerCellType_IsDisabled { get { @@ -5590,7 +5609,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Is Range. + /// 查找类似 Is Range 的本地化字符串。 /// public static string TimePickerCellType_isRange { get { @@ -5599,7 +5618,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Mode. + /// 查找类似 Mode 的本地化字符串。 /// public static string TimePickerCellType_mode { get { @@ -5608,7 +5627,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Select|Picker. + /// 查找类似 Select|Picker 的本地化字符串。 /// public static string TimePickerCellType_mode_DisplayList { get { @@ -5617,7 +5636,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Placeholder. + /// 查找类似 Placeholder 的本地化字符串。 /// public static string TimePickerCellType_placeholder { get { @@ -5626,7 +5645,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Prefix Icon. + /// 查找类似 Prefix Icon 的本地化字符串。 /// public static string TimePickerCellType_prefixIcon { get { @@ -5635,7 +5654,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Range Separator. + /// 查找类似 Range Separator 的本地化字符串。 /// public static string TimePickerCellType_rangeSeparator { get { @@ -5644,7 +5663,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to To. + /// 查找类似 To 的本地化字符串。 /// public static string TimePickerCellType_rangeSeparator_DefaultValue { get { @@ -5653,7 +5672,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Read Only. + /// 查找类似 Read Only 的本地化字符串。 /// public static string TimePickerCellType_ReadOnly { get { @@ -5662,7 +5681,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Start Placeholder. + /// 查找类似 Start Placeholder 的本地化字符串。 /// public static string TimePickerCellType_startPlaceholder { get { @@ -5671,7 +5690,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Start Time. + /// 查找类似 Start Time 的本地化字符串。 /// public static string TimePickerCellType_startPlaceholder_DefaultValue { get { @@ -5680,7 +5699,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Start Time. + /// 查找类似 Start Time 的本地化字符串。 /// public static string TimePickerCellType_StartTime { get { @@ -5689,7 +5708,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Start Value. + /// 查找类似 Start Value 的本地化字符串。 /// public static string TimePickerCellType_StartValue { get { @@ -5698,7 +5717,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Step. + /// 查找类似 Step 的本地化字符串。 /// public static string TimePickerCellType_step { get { @@ -5707,7 +5726,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Transfer. + /// 查找类似 Transfer 的本地化字符串。 /// public static string Transfer { get { @@ -5716,7 +5735,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Binding Items. + /// 查找类似 Config Binding Items 的本地化字符串。 /// public static string TransferCellTyle_bindingOptions { get { @@ -5725,7 +5744,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Disabled. + /// 查找类似 Disabled 的本地化字符串。 /// public static string TransferCellTyle_disabled { get { @@ -5734,7 +5753,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Filterable. + /// 查找类似 Filterable 的本地化字符串。 /// public static string TransferCellTyle_filterable { get { @@ -5743,7 +5762,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Filter Placeholder. + /// 查找类似 Filter Placeholder 的本地化字符串。 /// public static string TransferCellTyle_filterPlaceholder { get { @@ -5752,7 +5771,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Label. + /// 查找类似 Label 的本地化字符串。 /// public static string TransferCellTyle_label { get { @@ -5761,7 +5780,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Left Title. + /// 查找类似 Left Title 的本地化字符串。 /// public static string TransferCellTyle_leftTitle { get { @@ -5770,7 +5789,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Items. + /// 查找类似 Config Items 的本地化字符串。 /// public static string TransferCellTyle_options { get { @@ -5779,7 +5798,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Keep same order with datasource. + /// 查找类似 Keep same order with datasource 的本地化字符串。 /// public static string TransferCellTyle_original { get { @@ -5788,7 +5807,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Insert new items to last. + /// 查找类似 Insert new items to last 的本地化字符串。 /// public static string TransferCellTyle_push { get { @@ -5797,7 +5816,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Right Title. + /// 查找类似 Right Title 的本地化字符串。 /// public static string TransferCellTyle_rightTitle { get { @@ -5806,7 +5825,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Target Order. + /// 查找类似 Target Order 的本地化字符串。 /// public static string TransferCellTyle_targetOrder { get { @@ -5815,7 +5834,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Insert new items to first. + /// 查找类似 Insert new items to first 的本地化字符串。 /// public static string TransferCellTyle_unshift { get { @@ -5824,7 +5843,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Use Binding. + /// 查找类似 Use Binding 的本地化字符串。 /// public static string TransferCellTyle_useBinding { get { @@ -5833,7 +5852,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to key:Key|label:Label|disabled:Disabled. + /// 查找类似 key:Key|label:Label|disabled:Disabled 的本地化字符串。 /// public static string TransferCellType_bindingOptions_Columns { get { @@ -5842,7 +5861,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Item. + /// 查找类似 Item 的本地化字符串。 /// public static string TransferCellType_DefaultItemName { get { @@ -5851,7 +5870,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Enter keyword. + /// 查找类似 Enter keyword 的本地化字符串。 /// public static string TransferCellType_filterPlaceholder_DefaultValue { get { @@ -5860,7 +5879,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to list1. + /// 查找类似 list1 的本地化字符串。 /// public static string TransferCellType_leftTitle_DefaultValue { get { @@ -5869,7 +5888,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to list2. + /// 查找类似 list2 的本地化字符串。 /// public static string TransferCellType_rightTitle_DefaultValue { get { @@ -5878,7 +5897,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Tree. + /// 查找类似 Tree 的本地化字符串。 /// public static string Tree { get { @@ -5887,7 +5906,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Binding DataSource. + /// 查找类似 Binding DataSource 的本地化字符串。 /// public static string TreeCellType_BindingDataSource { get { @@ -5896,7 +5915,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to value:Value|label:Label|parentValue:ParentValue|icon:Icon. + /// 查找类似 value:Value|label:Label|parentValue:ParentValue|icon:Icon 的本地化字符串。 /// public static string TreeCellType_BindingDataSource_Columns { get { @@ -5905,7 +5924,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Config Tree Node Options. + /// 查找类似 Config Tree Node Options 的本地化字符串。 /// public static string TreeCellType_ConfigTreeNodeOptions { get { @@ -5914,7 +5933,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to [ + /// 查找类似 [ /// { /// "value": "1", /// "label": "Node1", @@ -5932,7 +5951,7 @@ namespace ElementUI.Properties { /// { /// "value": "3", /// "label": "Node1_1_1" - /// [rest of string was truncated]";. + /// [字符串的其余部分被截断]"; 的本地化字符串。 /// public static string TreeCellType_DefaultDataSource { get { @@ -5941,7 +5960,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Edit Drag Command. + /// 查找类似 Edit Drag Command 的本地化字符串。 /// public static string TreeCellType_DragCommand { get { @@ -5950,7 +5969,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to DraggingNodeValue|DropNodeValue|DragType. + /// 查找类似 DraggingNodeValue|DropNodeValue|DragType 的本地化字符串。 /// public static string TreeCellType_DragCommand_InitParamValues { get { @@ -5959,7 +5978,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to draggingNodeValue:The value of the node moving|dropNodeValue:The value of the moving target node|dragType:before - The node being dragged is positioned in front of (above) the target node; inner - The node being dragged is positioned into the target node; after - The node being dragged is positioned in end of (below) the target node. + /// 查找类似 draggingNodeValue:The value of the node moving|dropNodeValue:The value of the moving target node|dragType:before - The node being dragged is positioned in front of (above) the target node; inner - The node being dragged is positioned into the target node; after - The node being dragged is positioned in end of (below) the target node 的本地化字符串。 /// public static string TreeCellType_DragCommand_ParameterDescriptions { get { @@ -5968,7 +5987,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Empty Text. + /// 查找类似 Empty Text 的本地化字符串。 /// public static string TreeCellType_EmptyText { get { @@ -5977,7 +5996,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Get Current Selected Nodes. + /// 查找类似 Get Current Selected Nodes 的本地化字符串。 /// public static string TreeCellType_GetCurrentNodes { get { @@ -5986,7 +6005,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Get Half-Selected Nodes. + /// 查找类似 Get Half-Selected Nodes 的本地化字符串。 /// public static string TreeCellType_GetHalfSelectedNodes { get { @@ -5995,7 +6014,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Get Selected Nodes. + /// 查找类似 Get Selected Nodes 的本地化字符串。 /// public static string TreeCellType_GetSelectedNodes { get { @@ -6004,7 +6023,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Note: If the [Only Return Leaf Nodes] checkbox is selected, the final return result will ONLY contain LEAF nodes. In other words, if both options are selected simultaneously, only leaf nodes will be returned in the end.. + /// 查找类似 Note: If the [Only Return Leaf Nodes] checkbox is selected, the final return result will ONLY contain LEAF nodes. In other words, if both options are selected simultaneously, only leaf nodes will be returned in the end. 的本地化字符串。 /// public static string TreeCellType_GetSelectedNodes_Description { get { @@ -6013,7 +6032,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Contains half-selected nodes. + /// 查找类似 Contains half-selected nodes 的本地化字符串。 /// public static string TreeCellType_GetSelectedNodes_IsContainsHalf { get { @@ -6022,7 +6041,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Only leaf nodes are returned. + /// 查找类似 Only leaf nodes are returned 的本地化字符串。 /// public static string TreeCellType_GetSelectedNodes_IsLeafNodeOnly { get { @@ -6031,7 +6050,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Returns the value of the selected node. + /// 查找类似 Returns the value of the selected node 的本地化字符串。 /// public static string TreeCellType_GetSelectedNodes_IsReturnIndex { get { @@ -6040,7 +6059,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Node Icon. + /// 查找类似 Node Icon 的本地化字符串。 /// public static string TreeCellType_Icon { get { @@ -6049,7 +6068,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Auto Expand The Parent Node When Expand The Sub Node. + /// 查找类似 Auto Expand The Parent Node When Expand The Sub Node 的本地化字符串。 /// public static string TreeCellType_IsAutoExpandParent { get { @@ -6058,7 +6077,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Expand/Collapse Tree Node When Click The Tree Node. + /// 查找类似 Expand/Collapse Tree Node When Click The Tree Node 的本地化字符串。 /// public static string TreeCellType_IsClickCanExpandNode { get { @@ -6067,7 +6086,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Enable The Drag And Drop Function. + /// 查找类似 Enable The Drag And Drop Function 的本地化字符串。 /// public static string TreeCellType_IsDraggable { get { @@ -6076,7 +6095,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Expand All Tree Nodes By Default. + /// 查找类似 Expand All Tree Nodes By Default 的本地化字符串。 /// public static string TreeCellType_IsExpandAllNodes { get { @@ -6085,7 +6104,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Highlight The Selected Node. + /// 查找类似 Highlight The Selected Node 的本地化字符串。 /// public static string TreeCellType_IsHighlightCurrent { get { @@ -6094,7 +6113,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Tree Nodes Support Multi-Selection. + /// 查找类似 Tree Nodes Support Multi-Selection 的本地化字符串。 /// public static string TreeCellType_IsMultiSelection { get { @@ -6103,7 +6122,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Select The Node When Click The Tree Node. + /// 查找类似 Select The Node When Click The Tree Node 的本地化字符串。 /// public static string TreeCellType_IsNodeCheckedOnlyByCheckbox { get { @@ -6112,7 +6131,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Only Can Expand One Level Node. + /// 查找类似 Only Can Expand One Level Node 的本地化字符串。 /// public static string TreeCellType_IsOnlyExpandOneLevel { get { @@ -6121,7 +6140,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Generate Tree Nodes From Database. + /// 查找类似 Generate Tree Nodes From Database 的本地化字符串。 /// public static string TreeCellType_IsTreeNodeGeneratedFromDb { get { @@ -6130,7 +6149,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ResultArray. + /// 查找类似 ResultArray 的本地化字符串。 /// public static string TreeCellType_MultiSelectCommand_InitParamValues { get { @@ -6139,7 +6158,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to The resulting array of currently selected tree nodes. Each item in the array has three properties: "Value", "Label", "ParentValue".. + /// 查找类似 The resulting array of currently selected tree nodes. Each item in the array has three properties: "Value", "Label", "ParentValue". 的本地化字符串。 /// public static string TreeCellType_MultiSelectCommand_InitParamValues_Description { get { @@ -6148,7 +6167,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Value|Label|ParentValue. + /// 查找类似 Value|Label|ParentValue 的本地化字符串。 /// public static string TreeCellType_SelectCommand_InitParamValues { get { @@ -6157,7 +6176,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Set the selected node based on the node value. If multiple values are selected, you can enter multiple values separated by commas (,).. + /// 查找类似 Set the selected node based on the node value. If multiple values are selected, you can enter multiple values separated by commas (,). 的本地化字符串。 /// public static string TreeCellType_SelectedIndexes_Descrption { get { @@ -6166,7 +6185,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Result. + /// 查找类似 Result 的本地化字符串。 /// public static string TreeCellType_SelectedNodeResult { get { @@ -6175,7 +6194,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to In the case of multi-selections, returns an array of the values of the currently selected nodes.. + /// 查找类似 In the case of multi-selections, returns an array of the values of the currently selected nodes. 的本地化字符串。 /// public static string TreeCellType_SelectedResult_Descrption { get { @@ -6184,7 +6203,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Set Current Selected Nodes. + /// 查找类似 Set Current Selected Nodes 的本地化字符串。 /// public static string TreeCellType_SetCurrentNodes { get { @@ -6193,7 +6212,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Set The Selection State For Any Nodes. + /// 查找类似 Set The Selection State For Any Nodes 的本地化字符串。 /// public static string TreeCellType_SetNodeSelections { get { @@ -6202,7 +6221,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Whether to set as selected. + /// 查找类似 Whether to set as selected 的本地化字符串。 /// public static string TreeCellType_SetNodeSelections_IsNodeSelected { get { @@ -6211,7 +6230,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Should all child nodes be recursively configured. + /// 查找类似 Should all child nodes be recursively configured 的本地化字符串。 /// public static string TreeCellType_SetNodeSelections_IsSubNodeSelected { get { @@ -6220,7 +6239,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to The value of node. + /// 查找类似 The value of node 的本地化字符串。 /// public static string TreeCellType_SetNodeSelections_NodeValue { get { @@ -6229,7 +6248,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Set Selected Nodes. + /// 查找类似 Set Selected Nodes 的本地化字符串。 /// public static string TreeCellType_SetSelectedNodes { get { @@ -6238,7 +6257,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Only leaf nodes are checked. + /// 查找类似 Only leaf nodes are checked 的本地化字符串。 /// public static string TreeCellType_SetSelectedNodes_IsLeafNodeOnly { get { @@ -6247,7 +6266,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Set the value of the selected node. + /// 查找类似 Set the value of the selected node 的本地化字符串。 /// public static string TreeCellType_SetSelectedNodes_SelectedIndexes { get { @@ -6256,7 +6275,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to TreeSelect. + /// 查找类似 TreeSelect 的本地化字符串。 /// public static string TreeSelect { get { @@ -6265,7 +6284,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Accordion. + /// 查找类似 Accordion 的本地化字符串。 /// public static string TreeSelect_accordion { get { @@ -6274,7 +6293,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to DefaultExpandAll. + /// 查找类似 DefaultExpandAll 的本地化字符串。 /// public static string TreeSelect_defaultExpandAll { get { @@ -6283,7 +6302,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ExpandOnClickNode. + /// 查找类似 ExpandOnClickNode 的本地化字符串。 /// public static string TreeSelect_expandOnClickNode { get { @@ -6292,7 +6311,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to If not checked, then expand or collapse node only when clicking on the arrow icon.. + /// 查找类似 If not checked, then expand or collapse node only when clicking on the arrow icon. 的本地化字符串。 /// public static string TreeSelect_expandOnClickNode_Desc { get { @@ -6301,7 +6320,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to HighlightCurrent. + /// 查找类似 HighlightCurrent 的本地化字符串。 /// public static string TreeSelect_highlightCurrent { get { @@ -6310,7 +6329,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Indent(Unit: pixel). + /// 查找类似 Indent(Unit: pixel) 的本地化字符串。 /// public static string TreeSelect_indent { get { @@ -6319,7 +6338,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to ShowCheckBox. + /// 查找类似 ShowCheckBox 的本地化字符串。 /// public static string TreeSelect_showCheckbox { get { @@ -6328,7 +6347,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Tree Options. + /// 查找类似 Tree Options 的本地化字符串。 /// public static string TreeSelect_TreeSettings { get { @@ -6337,7 +6356,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to EL-VirtualizedTable. + /// 查找类似 EL-VirtualizedTable 的本地化字符串。 /// public static string TVirtualizedableCellType_DisplayName { get { @@ -6346,7 +6365,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to success|warning|info|error. + /// 查找类似 success|warning|info|error 的本地化字符串。 /// public static string Type_DisplayList { get { @@ -6355,7 +6374,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Upload. + /// 查找类似 Upload 的本地化字符串。 /// public static string Upload { get { @@ -6364,7 +6383,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Accept. + /// 查找类似 Accept 的本地化字符串。 /// public static string UploadCellType_accept { get { @@ -6373,7 +6392,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Button Text. + /// 查找类似 Button Text 的本地化字符串。 /// public static string UploadCellType_buttonText { get { @@ -6382,7 +6401,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Click to upload. + /// 查找类似 Click to upload 的本地化字符串。 /// public static string UploadCellType_buttonText_DefaultValue { get { @@ -6391,7 +6410,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to File. + /// 查找类似 File 的本地化字符串。 /// public static string UploadCellType_File { get { @@ -6400,7 +6419,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to The uploaded file is malformed. + /// 查找类似 The uploaded file is malformed 的本地化字符串。 /// public static string UploadCellType_FileFormatError { get { @@ -6409,7 +6428,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Is Disabled. + /// 查找类似 Is Disabled 的本地化字符串。 /// public static string UploadCellType_IsDisabled { get { @@ -6418,7 +6437,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Limit. + /// 查找类似 Limit 的本地化字符串。 /// public static string UploadCellType_limit { get { @@ -6427,7 +6446,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to List Type. + /// 查找类似 List Type 的本地化字符串。 /// public static string UploadCellType_listType { get { @@ -6436,7 +6455,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Multiple. + /// 查找类似 Multiple 的本地化字符串。 /// public static string UploadCellType_multiple { get { @@ -6445,7 +6464,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to The file count limit is ${limit}, This time choosed file count is ${length} ,totally ${total} . + /// 查找类似 The file count limit is ${limit}, This time choosed file count is ${length} ,totally ${total} 的本地化字符串。 /// public static string UploadCellType_OverFileCountLimitError { get { @@ -6454,7 +6473,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to The size of the uploaded file exceeds the limit. + /// 查找类似 The size of the uploaded file exceeds the limit 的本地化字符串。 /// public static string UploadCellType_OverFileSizeLimitError { get { @@ -6463,7 +6482,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Picture Wall. + /// 查找类似 Picture Wall 的本地化字符串。 /// public static string UploadCellType_pictureCard { get { @@ -6472,7 +6491,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Picture And Text. + /// 查找类似 Picture And Text 的本地化字符串。 /// public static string UploadCellType_pictureList { get { @@ -6481,7 +6500,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Read Only. + /// 查找类似 Read Only 的本地化字符串。 /// public static string UploadCellType_ReadOnly { get { @@ -6490,7 +6509,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Size Limit (Unit:MB). + /// 查找类似 Size Limit (Unit:MB) 的本地化字符串。 /// public static string UploadCellType_sizeLimit { get { @@ -6499,7 +6518,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Tip Text. + /// 查找类似 Tip Text 的本地化字符串。 /// public static string UploadCellType_tipText { get { @@ -6508,7 +6527,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Only jpg/png files can be uploaded. + /// 查找类似 Only jpg/png files can be uploaded 的本地化字符串。 /// public static string UploadCellType_tipText_DefaultValue { get { @@ -6517,7 +6536,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to File List. + /// 查找类似 File List 的本地化字符串。 /// public static string UploadCellType_upload { get { @@ -6526,7 +6545,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to expand all|expand to specified level|collapse all. + /// 查找类似 expand all|expand to specified level|collapse all 的本地化字符串。 /// public static string VirtualizedTable_DefaultExpansion_DisplayName { get { @@ -6535,7 +6554,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Default Expansion. + /// 查找类似 Default Expansion 的本地化字符串。 /// public static string VirtualizedTable_TreeTableDefaultExpansion { get { @@ -6544,7 +6563,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Expand to specified level. + /// 查找类似 Expand to specified level 的本地化字符串。 /// public static string VirtualizedTable_TreeTableExpandToSpecifiedLevel { get { @@ -6553,7 +6572,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to value:Value|parentValue:ParentValue. + /// 查找类似 value:Value|parentValue:ParentValue 的本地化字符串。 /// public static string VirtualizedTableCellType_bindingOptions_Columns { get { @@ -6562,7 +6581,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to EL Virtualized Table {0}. + /// 查找类似 EL Virtualized Table {0} 的本地化字符串。 /// public static string VirtualizedTableCellType_DefaultTableName { get { @@ -6571,7 +6590,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Using a dynamic JSON object tree as a data source for cell, an example of JSON format is as follows + /// 查找类似 Using a dynamic JSON object tree as a data source for cell, an example of JSON format is as follows ///[ /// { /// "value":1, @@ -6588,7 +6607,7 @@ namespace ElementUI.Properties { /// } /// ] /// }, - /// [rest of string was truncated]";. + /// [字符串的其余部分被截断]"; 的本地化字符串。 /// public static string VirtualizedTableCellType_SetDataSourceByObjTree_Description { get { @@ -6597,7 +6616,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to table|treeTable. + /// 查找类似 table|treeTable 的本地化字符串。 /// public static string VirtualizedTableDataType { get { @@ -6606,7 +6625,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to DataType. + /// 查找类似 DataType 的本地化字符串。 /// public static string VirtualizedTableDataTypeTitle { get { @@ -6615,7 +6634,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Set Data Source By Id Pid Table. + /// 查找类似 Set Data Source By Id Pid Table 的本地化字符串。 /// public static string VirtualizedTableSetDataSourceByIdPidTable { get { @@ -6624,7 +6643,7 @@ namespace ElementUI.Properties { } /// - /// Looks up a localized string similar to Set Data Source By Obj Tree. + /// 查找类似 Set Data Source By Obj Tree 的本地化字符串。 /// public static string VirtualizedTableSetDataSourceByObjTree { get { diff --git a/Properties/Resources.ja.resx b/Properties/Resources.ja.resx index 4c139ba..ebed65b 100644 --- a/Properties/Resources.ja.resx +++ b/Properties/Resources.ja.resx @@ -123,10 +123,13 @@ 対象セル - + 表示テキストの取得 - + 表示テキスト + + Get TableData + \ No newline at end of file diff --git a/Properties/Resources.ko-KR.resx b/Properties/Resources.ko-KR.resx index cef1e85..b217755 100644 --- a/Properties/Resources.ko-KR.resx +++ b/Properties/Resources.ko-KR.resx @@ -1163,19 +1163,22 @@ 페이지당 표시 개수|이전|페이지 링크|다음|바로가기|공백|총 페이지 - + 메뉴 항목 숨기기 - + 메뉴 아이템 - + 「메뉴1, 메뉴2, 메뉴3...」 등과 같이 여러 항목 사용 시 쉼표로 구분하여 사용하실 수 있습니다. - + 표시 텍스트 가져오기 - + 텍스트 표시 + + Get TableData + \ No newline at end of file diff --git a/Properties/Resources.resx b/Properties/Resources.resx index 4058903..9d93e4f 100644 --- a/Properties/Resources.resx +++ b/Properties/Resources.resx @@ -159,7 +159,7 @@ Separator - + Calendar Item Command @@ -273,7 +273,7 @@ Value - + Is Disabled @@ -422,11 +422,11 @@ Unique Opened - - + + Default Expansion - - + + expand|collapse @@ -492,10 +492,10 @@ Value - + Select Element Table - + Element Table @@ -968,7 +968,7 @@ Is Disabled - + Read Only @@ -1189,7 +1189,7 @@ Uncheck this option can customize the click behavior by command. Date - + Value|Date|Text @@ -2045,7 +2045,7 @@ Typically, a JSON data source can be obtained from a web service via an HTTP req TabHeader - + Edit Click Command @@ -2053,7 +2053,7 @@ Typically, a JSON data source can be obtained from a web service via an HTTP req Value - + Value:Value|Name:Name @@ -2134,64 +2134,64 @@ Typically, a JSON data source can be obtained from a web service via an HTTP req Value:Silder's value - + Tag Type success|info|warning|danger - + HideMenuItems ShowMenuItems - + Items - + Multiple menu items can be separated by English commas. Such as Menu1,Menu2. - + HideItems ShowItems - + Items - + Multiple menu items can be separated by English commas. Such as Tab1,Tab2. - + SetBadge - + Target item value - + Badge value - + GetDisplayText - + Display Text - - + + Add Empty Item - + Empty Item Text - - + + Label - + Config Marks @@ -2207,88 +2207,88 @@ Typically, a JSON data source can be obtained from a web service via an HTTP req Edit Drag Command - + Children - + UI Permission Anonymous - + Allow Everyone Authenticated Users - + Edit - + At least select on item - + Edit - + Delete - + Edit Row Click Command - + Edit Row Double-click Command - + Edit Current Row Changed Command - + Edit Selection Changed Command - + Set Data Source - + Generate Columns By Data Source Automatically - + Config Columns - + Config Column Properties - + Table Column - + yyyy/MM/dd - + Row Data - + Selection - + Table Size - + large|medium|small - + Empty Text - + No Data - + Fit Column Width Automatically - + Show Table Header - + Highlight Current Row @@ -2315,7 +2315,7 @@ Typically, a JSON data source can be obtained from a web service via an HTTP req Config Operation Buttons - + Show Summary At Footer @@ -2342,7 +2342,7 @@ Typically, a JSON data source can be obtained from a web service via an HTTP req Column Min Width(Pixel) - + Format String @@ -2384,82 +2384,82 @@ Typically, a JSON data source can be obtained from a web service via an HTTP req Horizontal - + Vertical - + Type - + Button|Link|Icon - + Text - + Icon - + Icon Width - + Icon Height - + Style - + Shape - + default|round|circle - + Edit Command - + Operations - + Element Table Name - + Element table name '{0}' is repeated - + Operation Column Width - + None - + Clear Selection - + Set Current Row - + Get Selected Row - + Reload Table - + Clear Sort - + Clear Filter - + Selected Row - + Row Index - + Set JSON Data Source - + Using a dynamic JSON string array as the data source for cells, json format example is as follows [ { "ID": 1, "Column": "Column content" }, @@ -2468,25 +2468,25 @@ Typically, a JSON data source can be obtained from a web service via an HTTP req ] Usually, the data source can be obtained from a web service through an HTTP request command, or it can be obtained through a server-side command - + JSON Data - + Enable Sort - + Enable Data Filter - + Front-end filtering, only supports filtering of current page data. - + Mutiple Filter - + Operation - + data @@ -2636,9 +2636,6 @@ Usually, the data source can be obtained from a web service through an HTTP requ table|treeTable - - Set Data Source By ObjTree - Set Data Source By Obj Tree @@ -2654,4 +2651,10 @@ Usually, the data source can be obtained from a web service through an HTTP requ Expand to specified level + + 获取表格数据 + + + SourceData + \ No newline at end of file diff --git a/Properties/Resources.zh-CN.resx b/Properties/Resources.zh-CN.resx index 5d0a4c5..5c680d5 100644 --- a/Properties/Resources.zh-CN.resx +++ b/Properties/Resources.zh-CN.resx @@ -1,6 +1,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ElementPlus-PC - + 编辑命令 - + 默认头像 - + 头像形状 - + 显示模式 - + 通知角标 - + 圆形 - + 填充 - + 包含 - + 覆盖 - + 原始尺寸 - + 默认点击行为 - + 编辑点击命令 - + 分隔符 - + 日历项目命令 - + 日历日程命令 - + 编辑值变更命令 - + 编辑双击命令 - + 编辑单击命令 - + 配置日程 - + 周起始日 - + 日期 - + 文本 - + 选项来自数据库 - + 配置选项 - + 绑定数据源 - + 子菜单展开方式 - + 占位文本 - + 多选 - + 多选下折叠标签 允许选择任意一级选项 - + 值返回完整路径 - + 显示清空按钮 - + 输入框中显示完整路径 - + 可搜索选项 - + 选项分隔符 - + 数据源 - + 值属性名 - + 标签属性名 - + 子项目属性名 - + 父节点值 - + 获取选中的节点 - + 只是叶子节点 - + 选中节点 - + 点击 - + - + 显示文本 - + 编辑命令 - + 数据验证 - + 单元格权限 - + 默认值 - + - + 禁用 - + 显示类型 - + 占位文本 - + 范围分隔符 - + 开始日期占位文本 - + 结束日期占位文本 - + 显示在输入框中的格式 - + 头部图标 - + 周起始日 - + 只读 - + 文本框可输入 - + 显示清空按钮 - + 获取选择范围 - + 开始日期 - + 结束日期 - + 类型 - + 最大长度 - + 显示输入字数统计 - + 占位文本 - + 只读 - + 显示清空按钮 - + 显示为密码框 - + 头部图标 - + 尾部图标 - + 调整大小 - + 设置焦点 - + 选中文字 - + 最小值 - + 最大值 - + 步长 - + 只能输入步长的倍数 - + 小数位数 - + 禁用 - + 使用控制按钮 - + 控制按钮显示在右侧 - + 占位文本 - + 设置最小值 - + 设置最大值 - + 设置步长 - + 设置焦点 编辑选择命令 - + 从数据库生成菜单项目 - + 配置菜单项 - + 绑定数据源 - + 布局 - + 主题 - + 背景色 - + 文字颜色 - + 选中文字颜色 - + 只保持一个子菜单的展开 - + 默认展开方式 - + 全部展开|全部收起 - + 子菜单打开的触发方式 - + 开启折叠动画 - + 水平折叠收起菜单 - + 路径类型 - + 路径结果数组 - + 图标 - + 通知 - + 默认展开 - + 选择表格 - + 每页显示行数 - + 最大页码按钮显示数 - + 控件布局 - + 调整每页显示行数配置 - + 上一页文本 - + 下一页文本 - + 禁用 - + 使用小型分页样式 - + 为分页按钮添加背景色 - + 只有一页时隐藏 - + 分页控件元素 - + 每页显示行数 - + 选择Element表格 - + Element表格 显示类型 - + 进度条的宽度 - + 进度条当前状态 - + 进度条背景色 - + 显示进度条文字内容 - + 进度条显示文字内置在进度条内 - + 自定义显示文本 - + 线形 - + 环形 - + - + 成功 - + 异常 - + 警告 - + 编辑命令 - + 最大分值 - + 显示内容 - + 配置辅助文字 - + 低分和中等分数的界限值 - + 高分和中等分数的界限值 - + 未选中图标的颜色 - + 只读时未选中图标的颜色 - + 选中图标的颜色 - + 最大配置三种颜色,分别代表低分时的颜色,中等分数时的颜色,和高分时的颜色 - + 只读 - + 允许半选 - + - + 辅助文字 - + 分数 - + 文字 - + 颜色 - + 从数据库生成选项 - + 配置选项 - + 绑定数据源 - + 占位文本 - + 多选 - + 多选模式下折叠Tag - + 禁用 - + 显示清空按钮 - + 可搜索选项 - + 服务端搜索 - + 服务端搜索配置 - + 允许用户创建新条目 - + 保留搜索关键字 - + 多选时最多选择的项目数 - + 搜索结果为空时显示文本 - + 选项为空时显示的文本 - + 数据源 - + 值属性名 - + 标签属性名 - + 设置焦点 - + 默认最大项目数 - + 查询结果最大项目数 - + 匹配方式 - + 远程加载时显示的文字 - + 文本 - + 最小值 - + 最大值 - + 步长 - + 显示提示信息 - + 自定义提示信息 - + 显示输入框 - + 显示输入框的控制按钮 - + 显示间断点 - + 范围选择 - + 竖向模式 - + 获取选择范围 - + 设置最小值 - + 设置最大值 - + 起始值 - + 终止值 - + 编辑命令 - + 选项来自数据库 - + 配置步骤项目 - + 绑定数据源 - + 当前步骤的状态 - + 结束步骤的状态 - + 竖向模式 - + 居中对齐 - + 简洁风格 - + 标题 - + 描述文字 - + 图标 - + 等待 - + 过程 - + 完成 - + 错误 - + 成功 - + 设置当前步骤的状态 - + 状态 - + 编辑标签点击命令 - + 配置颜色列表 - + 尺寸 - + 主题 - + 标签间距 - + 分隔符 - + 只读 - + 自动移除重复项 - + 禁用渐变动画 - + 显示边框描边 - + 允许添加标签 添加标签设置 - + 宽度 - + 文本框最大长度 - + 文本占位文本 按钮文本 - + 按钮间距 - + 从数据库生成项目 - + 配置项目 - + 绑定数据源 - + 排序 - + 默认|按时间戳升序排序|按时间戳降序排序 - + 隐藏时间戳 - + 时间戳显示位置 - + 时间戳格式 - + 节点尺寸 - + 文本上方 - + 文本内容 - + 时间戳 - + 节点图标 - + 节点颜色 - + 模式 - + 占位文本 - + 头部图标 - + 开始时间 - + 结束时间 - + 间隔时间(hh:mm) - + 范围选择 - + 范围分隔符 - + 开始时间占位文本 - + 结束时间占位文本 - + 只读 - + 禁用 - + 文本框可输入 - + 显示清空按钮 - + 获取选择范围 - + 开始时间 - + 结束时间 - + 从数据库生成选项 - + 配置选项 - + 绑定数据源 - + 左侧列表标题 - + 右侧列表标题 - + 可搜索 - + 搜索框占位文本 - + 右侧列表元素的排序策略 - + 保持与数据源相同的顺序 - + 新加入的元素排在最后 - + 新加入的元素排在最前 - + 显示文字 - + 禁用 - + 最大允许上传个数 - + 上传的文件类型 - + 最大文件大小(单位:MB) - + 文件布局类型 - + 上传按钮文本 - + 提示信息 - + 禁用 - + 只读 - + 支持在文件对话框中多选文件 - + 文件名 - + 照片墙 - + 图文列表 - + EL-通知 - + 标题 - + 内容 - + 主题样式 - + 显示时长(单位:毫秒) - + 弹出位置 - + 偏移距离(单位:像素) - + 点击通知执行命令 - + 显示关闭按钮 - + EL-消息提示 - + 消息内容 - + 主题样式 - + 显示时长(单位:毫秒) - + 偏移距离(单位:像素) - + 显示关闭按钮 - + 文字居中 - + EL-弹框 - + 标题 - + 正文内容 - + 主题样式 - + 显示输入框 - + 输入框的占位文本 - + 输入框类型 - + 居中布局 - + 显示确定按钮 - + 确定按钮的文本 - + 显示取消按钮 - + 取消按钮的文本 - + 显示关闭按钮 - + 可通过点击遮罩关闭弹框 - + 可通过按下 ESC 键关闭弹框 - + 使用圆角按钮 - + 将取消与关闭进行区分 - + 弹框结果至变量 - + 点击确定返回结果为confirm, 点击取消和关闭按钮默认情况下返回的都是cancel, 如果勾选了"将取消与关闭进行区分", 那么点击取消按钮返回cancel, 关闭按钮为close。 - + 输入框结果至变量 - + 文本 - + 多行文本 - + 密码 - + EL-头像 - + EL-面包屑 - + EL-日历 - + EL-级联选择器 - + EL-日期选择器 - + EL-输入框 - + EL-计数器 - + EL-导航菜单 - + EL-树形控件 - + EL-分页 - + EL-进度条 - + EL-评分 - + EL-选择器 - + EL-滑块 - + EL-步骤条 - + EL-标签 - + EL-时间线 - + EL-时间选择器 - + EL-穿梭框 - + EL-文件上传 - + EL-通知 - + EL-消息 - + EL-弹框 - + 显示系统用户头像 - + 勾选显示系统用户头像选项后,单元格的值表示系统用户的用户名, 如值为张三表示显示张三的头像,如果指定用户没有设置头像,单元格会显示用户名, 通常配合用户信息视图显示用户列表的头像 如需显示当前用户的头像,可以使用%CurrentUser%关键字作为单元格的值 - + 正方形 - + 缩小 - + 默认点击行为为点击页面名时自动跳转到对应的页面,如果希望定制点击行为,可以配置点击命令 - + 页面名 - + 日期 - + 值|日期|文本 - + value:值|date:日期|text:文本 - + value:值|label:显示文本|parentValue:父节点值 - + value:值|parentValue:父节点值 - + 节点 - + 请选择 - + 控制选项 - + 可通过勾选此选项来设置父子节点取消选中关联,从而达到选择任意一级选项的目的。 - + 设置数据源(对象树) - + 使用动态JSON对象树作为单元格的数据源,JSON格式示例如下 [ { @@ -1256,7 +1256,7 @@ 以上数据假设‘值属性名’为value,‘标签属性名’为label,‘子项目属性名’为‘children’ 通常情况下,JSON数据源可以通过HTTP请求命令从Web服务获取,也可以通过服务端命令获取 - + 使用动态JSON对象树作为单元格的数据源,JSON格式示例如下 [ { @@ -1296,23 +1296,22 @@ 以上数据假设‘值属性名’为value,‘子项目属性名’为‘children’ 通常情况下,JSON数据源可以通过HTTP请求命令从Web服务获取,也可以通过服务端命令获取 - - + 多级使用不同值属性名时,可以使用“|”分隔,例如‘provinceId|cityId’ - + 如果不设置标签属性名,则认为和值属性相等,多级使用不同标签属性时,可以使用“|”分隔,例如‘provinceName|cityName’ - + 如果不设置标签属性名,则认为和值属性相等 - + 如果都有多个下级属性不同例如省的下级属性为市,可以使用“|”分隔,例如 ‘provinces|cities|streets’ - + 设置数据源(二维表) - + 使用二维表JSON对象树作为单元格的数据源,JSON格式示例如下 [ {"value": 1, "label": "部门1", "parentValue": null}, @@ -1325,132 +1324,132 @@ 以上数据假设‘值属性名’为value,‘标签属性名’为label,‘父级值属性名’为‘parentValue’ 二维表格式是数据库中常见的多级数据保存格式 - + 如果不设置标签属性名,则认为和值属性相等 - + 鼠标悬停 - + 年份|月份|日期|周|日期时间|月份范围|日期范围|日期时间范围 - + - + 开始日期 - + 结束日期 - + yyyy 年|yyyy年MM月DD日|yyyy/MM/DD HH:mm:ss - + 文本框|多行文本框|密码框 - + 配合列宽、行高的自适应模式使用 - + 不允许|水平方向|垂直方向|水平和垂直方向 - + 使目标输入框获取键盘焦点 - + 使目标输入框获取键盘焦点并选中全部文字 - + 使目标计数器获取键盘焦点 - + 值|显示文本|父节点值 - + 值|显示文本|父节点值 - + 结果数组 - + 当前选中的所有树节点的结果数组,数组中的每一项,都有 “值”,“显示文本” 以及 “父节点值” 三个属性。 - + 拖拽节点值|目标节点值|拖拽类型 - + draggingNodeValue:移动节点的值|dropNodeValue:目标节点的值|dragType:before - 表示移动节点在目标节点之前(之上);inner - 表示移动节点在目标节点内部;after - 表示移动节点在目标节点之后(之下) - + 节点 - + value:值|label:显示文本|parentValue:父节点值|icon:图标| - + value:值|label:显示文本|parentValue:父节点值|icon:图标| - + 垂直|水平 - + 浅色|深色|自定义 - + 悬停|点击 - + 获取选择项路径 - + 选择路径的结果是一个数组 可以使用 =TEXTJOIN("/",1,路径结果数组) 公式把路径转成字符串使用 也可以使用循环命令遍历路径的每一项分别处理 - + 值路径|显示文本路径 - + 大于等于 5 且小于等于 21 的奇数 - + 调整每页显示行数|上一页|页号|下一页|直接前往|空白间距|总行数 - + 通过公式自定义显示文本,例如 ‘="共使用了"&A1&"G空间" ’,留空会显示百分比,如50% - + 仪表盘形 - + 极差,失望,一般,满意,惊喜 - + 黄金糕,双皮奶,蚵仔煎,龙须面,北京烤鸭 - + value:值|label:显示文本 - + 请选择 - + 多选且可搜索时,是否在选中一个选项后保留当前的搜索关键词 - + 不限制 - + 无匹配数据 - + 无数据 - + 设置数据源(字符串数组) - + 使用动态JSON字符串数组作为单元格的数据源,JSON格式示例如下 [ "香蕉", @@ -1459,10 +1458,10 @@ ] 通常情况下,数据源可以通过HTTP请求命令从Web服务获取,也可以通过服务端命令获取 - + 设置数据源(对象数组) - + 使用动态JSON对象作为单元格的数据源,JSON格式示例如下 [ {"value": 1, "label": "香蕉"}, @@ -1472,225 +1471,225 @@ 以上数据假设‘值属性’为value,‘显示文本’为label 通常情况下,JSON数据源可以通过HTTP请求命令从Web服务获取,也可以通过服务端命令获取 - + 如果不设置标签属性名,则认为和值属性相等 - + 使选择器获取键盘焦点 - + 包含查询字符串|以查询字符串开头 - + 加载中 - + 通常和步长配合使用 - + 步骤一 - + 步骤二 - + 步骤三 - + 我是步骤一的描述性文字 - + 我是步骤二的描述性文字 - + 我是步骤三的描述性文字 - + value:值|title:标题|description:描述文字|icon:图标 - + 标签名 - + 标签的颜色会从颜色列表中的第一颜色开始循环。 例如颜色列表有3项,前三个项目会用前三个颜色,第四个会用第一个颜色,如此循环。 如果希望所有标签用相同颜色,则颜色列表保留一项即可 - + 大|中|小 - + 深色|浅色|线框 - + 如果标签文本重复,只显示第一项 - + 添加标签 - + 标签一,标签二,标签三 - + 标题 - + 通知内容 - + 显示时间, 毫秒。设为 0 则不会自动关闭 - + 在同一时刻,所有的通知框实例应当具有一个相同的偏移量 - + 通知标题|通知内容|通知上下文 - + 上下文 - + 用于保存在‘点击通知命令’里可能用到的上下文信息(如ID) - + 活动按期开始 - + 通过审核 - + 创建成功 - + content:文本内容|timestamp:时间戳|color:节点颜色|icon:节点图标 - + color:节点颜色支持以下格式字符串 颜色名称,如 red,black 16进制表示法,如 #002316 rgb或rgba格式,如 rgb(0,10,100) 或 rgba(0,10,100,0.5) - + 根据时间戳自动排序,反之则是默认的数据顺序 - + yyyy年|yyyy/MM|yyyy/MM/dd|yyyy/MM/dd HH:mm:ss - + 小|大 - + 文本下方 - + 固定时间点|任意时间点 - + - + 开始时间 - + 结束时间 - + 备选项 - + key:主键|label:显示文字|disabled:是否禁用 - + 列表一 - + 列表二 - + 请输入搜索内容 - + 点击上传 - + 只能上传jpg/png文件 - + 消息内容 - + 显示时间, 毫秒。设为 0 则不会自动关闭 - + 消息框距离窗口顶部的偏移量 - + 标题 - + 正文内容 - + 确定 - + 取消 - + 取消(点击取消按钮)关闭(点击关闭按钮或遮罩层、按下ESC键) - + 选择图标 - + 更改 - + 删除 - + 确定 - + 取消 - + 文件 - + 首页/活动管理/活动列表/活动详情 - + 上个月 - + 今天 - + 下个月 - + 菜单一 - + 菜单二 - + 菜单三 - + 共400条 - + 100条/页 - + 前往 - + - + [ { "value": "zhinan", @@ -1970,7 +1969,7 @@ rgb或rgba格式,如 rgb(0,10,100) 或 rgba(0,10,100,0.5) } ] - + [ { "value": "1", @@ -2034,61 +2033,61 @@ rgb或rgba格式,如 rgb(0,10,100) 或 rgba(0,10,100,0.5) }, ] - + yyyy"年"MM"月" - + yyyy 第 WW 周 - + 当前限制选择 ${limit} 个文件,本次选择了 ${length} 个文件,共选择了 ${total} 个文件 - + 上传文件的格式不正确 - + 上传文件的大小超出限制 - + 一,二,三,四,五,六,日 - + 其他 - + 编辑值变更命令 - + 更改背景颜色 - + 更改当前状态 - + 设置背景色会将状态置为空。 - + 布局 - + 横向|竖向 - + - + 数据源 - + 内容属性名 - + 时间属性名 - + 设置数据源 - + * 使用动态JSON对象作为单元格的数据源,JSON格式示例如下: [ {"content": "活动按期开始", "timestamp": "2018-04-15"}, @@ -2098,448 +2097,448 @@ rgb或rgba格式,如 rgb(0,10,100) 或 rgba(0,10,100,0.5) 以上数据假设“内容属性名”为content,“时间属性名”为timestamp。 通常情况下,JSON数据源可以通过HTTP请求命令从Web服务获取,也可以通过服务端命令获取。 - + 周一|周二|周三|周四|周五|周六|周日 - + 重新加载绑定项目 - + 如果单元格绑定的数据表值发生了变化但是单元格的绑定选项无法自动刷新时,可以通过此操作强制刷新绑定选项 - + 选择头像 - + 成功|警告|信息|失败 - + 无|成功|警告|信息|失败 - + 右上角|左上角|右下角|左下角 - + 高级设置 - + EL-标签页头 - + 配置标签项 - + Value:值|Name:标题 - + - + 标题 - + 编辑标签点击命令 - + 页签编号|页签值|页签标题 - + 风格类型 - + 下边框线|选项卡|卡片 - + 位置 - + 上|下|左|右 - + 平均分配宽度 - + 用户管理/配置管理/角色管理/任务管理 - + 设置选择项 - + 选中项编号 - + 距离页面底部距离 - + EL-回到顶部 - + 距离页面右边距离 - + 滚动高度达到此参数值才出现 - + 设置每页显示行数 - + 每页显示行数 - + 设置当前页码 - + 页码 - + 设置总行数 - + 总行数 - + 执行命令 - + 页号|每页显示行数|总行数 - + 分页变更命令 - + 设置折叠 - + 折叠 - + 勾选此选项后,取消父子节点关联,可以选择任意一级选项。 - + Value:滑块的值 - + 标签样式 - + 成功|信息|警告|危险 - + 隐藏菜单项 - + 显示菜单项 - + 菜单项 - + 多个菜单项可以用英文逗号分隔,如:菜单1,菜单2。 显示标签项 - + 隐藏标签项 - + 标签项 - + 多个标签项可以用英文逗号分隔,如:标签1,标签2。 - + 设置徽标 - + 目标项目值 - + 徽标值 - + 获取显示文本 - + 显示文本 - + 添加空项 - + 空项目文本 - - + + - + 显示文本 - + 配置标记 - + 设置标记 - + 标记 - + 编辑点击命令 - + 编辑拖拽命令 - + 子项 - + 权限设置 - + 匿名用户 - + 全部角色可访问 - + 登录用户 - + 至少选择一项 - + 编辑 - + 删除 - + 编辑行点击命令 - + 编辑行双击命令 - + 编辑当前行变更命令 - + 编辑选择项变更命令 - + 设置数据源 - + 自动根据数据源生成列 - + 配置表格列 - + 配置列属性 - + 表格列 - + yyyy年MM月dd日 - + 行数据 - + 选择项 - + 表格的尺寸 - + 大|中|小 - + 空数据时显示的文本内容 - + 暂无数据 - + 列的宽度是否自撑开 - + 显示表头 - + 高亮当前行 - + 斑马纹 - + 带有纵向边框 - + 显示行号 - + 显示行号列 - + 显示选择列 - + 显示操作按钮 - + 按钮 - + 配置操作按钮 - + 在表尾显示合计行 - + 合计行第一列的文本内容 - + 合计 - + EL-表格 - + EL-虚拟表格 - + 列名 - + 绑定字段 - + 列的宽度(单位:像素) - + 列的最小宽度(单位:像素) - + 格式字符串 - + yyyy年MM月dd日|yyyy/MM/dd|HH:mm - + 左|中|右 - + 对齐方式 - + 固定列位置 - + 不固定|左|右 - + 选择列设置 - + 行号列设置 - + 操作列设置 - + 显示操作列 - + 表头对齐方式 - + 可以通过拖动改变宽度 - + 当内容过长被隐藏时显示 tooltip - + 水平 - + 垂直 - + 类型 - + 按钮|链接|图片 - + 文本 - + 图标 - + 图标宽度 - + 图标高度 - + 样式 - + 形状 - + 默认|圆角|圆形 - + 编辑命令 - + 操作 - + 表格名 - + Element表格名“{0}”重复 - + 操作列宽度 - + - + 清空用户选择 - + 设置当前行 - + 获取选择行 - + 重载表格 - + 清空排序 - + 清空过滤 - + 选择行 - + 行号 - + 设置数据源(二维表) - + 使用动态JSON字符串数组作为单元格的数据源,JSON格式示例如下 [ { "ID": 1, "Column": "Column content" }, @@ -2548,144 +2547,144 @@ rgb或rgba格式,如 rgb(0,10,100) 或 rgba(0,10,100,0.5) ] 通常情况下,数据源可以通过HTTP请求命令从Web服务获取,也可以通过服务端命令获取 - + JSON数据 - + 开启排序 - + 开启数据过滤 - + 前端过滤,仅支持当前页数据的过滤。 - + 数据过滤是否多选 - + 操作 - + 数据 - + 可以与element分页组件绑定。 - + 样例数据仅作展示。 - + EL表格{0} - + EL虚拟表格{0} - + 获得焦点时全选文本内容 - + 从数据库生成树节点 - + 配置树节点选项... - + 绑定数据源 - + 内容为空时展示的文本 - + 节点支持多选 - + 单击节点时选中节点 - + 默认展开所有节点 - + 单击节点时展开或收起节点 - + 展开子节点时自动展开父节点 - + 展开一个树节点时,折叠其他树节点 - + 高亮当前选中节点 - + 开启拖拽节点功能 - + 节点图标 - + 获取勾选节点 - + 注意:只要勾选了 [只返回叶子节点] checkbox,那最终的返回结果就只会存在叶子节点。也就是说,如果同时勾选了两个选项,那最终也仅会返回叶子节点 - + 设置勾选节点 - + 获取当前选中节点 - + 设置当前选中节点 - + 获取半选中节点 - + 设置某个节点的勾选状态 - + 在多选情况下,返回目前选中节点的值组成的数组。 - + 通过节点的值设置树形图的选中节点,在多选情况下,可以输入多个值,多个值使用英文逗号隔开。 - + 只返回叶子节点 - + 只勾选叶子节点 - + 包含半选节点 - + 返回选中节点的值 - + 设置勾选节点的值 - + 节点的值 - + 是否设为被勾选 - + 是否递归设置所有子节点 - + 获取结果 EL-树形选择 - + 显示复选框 相邻节点水平缩进(单位:像素) - + 高亮当前选中节点 @@ -2698,37 +2697,46 @@ rgb或rgba格式,如 rgb(0,10,100) 或 rgba(0,10,100,0.5) 如果不勾选,则只有点箭头图标的时候才会展开或者收缩节点。 - + 每次只展开一个同级树节点 - + 下拉树形配置 - + 图标属性名 - + 分页功能仅适用于普通表格模式,而无法在树形表格中使用。为确保您的系统正常运行并获得最佳的用户体验,您需要将分页插件绑定到一个普通表格上。 - + 数据类型 - + 表格数据|树形数据 - + 设置数据源(对象树) - + 设置数据源(二维表) - + 默认展开方式 - + 全部展开|展开到指定层级|全部收起 - + 展开到指定层级 + + 获取表格数据源 + + + 数据源 + + + 数据源 + \ No newline at end of file diff --git a/Resources/CellTypes/Cascader.ts b/Resources/CellTypes/Cascader.ts index 75af8ae..1246970 100644 --- a/Resources/CellTypes/Cascader.ts +++ b/Resources/CellTypes/Cascader.ts @@ -160,6 +160,9 @@ ref="elInput" } else { this.options = []; } + }, + getOptions() { + return this.options; } }, mounted() { diff --git a/Resources/CellTypes/Table.ts b/Resources/CellTypes/Table.ts index 33b4ac5..006083b 100644 --- a/Resources/CellTypes/Table.ts +++ b/Resources/CellTypes/Table.ts @@ -421,7 +421,6 @@ height="100%" this.setDataSource(data); this.SetColumnFilters(data); } - SetTableColumnSetting(name: string, columnSetting: IColumnBase) { const index = this.vue.columns.findIndex(x => x.dataColumnName === name); if (index !== -1) { @@ -429,7 +428,6 @@ height="100%" this.vue.columns[index] = { ...this.vue.columns[index], ...columnSetting }; } } - ClearSelection() { this.vue.$refs["elTable"].clearSelection(); } @@ -448,6 +446,11 @@ height="100%" SelectedRow: this.vue.$refs["elTable"].getSelectionRows() }; } + GetSourceData() { + return { + SelectedRow: this.vue.tableData + }; + } ResetTable(clearSort: boolean, clearFilter: boolean) { if (clearSort) { if (this._orderParam !== null) { @@ -461,6 +464,7 @@ height="100%" this.queryElTable(); } + } } -- Gitee From 676d0270c0808296cb82b2c8d333baad4af25c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=20=E5=A4=8F?= Date: Wed, 13 Mar 2024 11:18:41 +0800 Subject: [PATCH 3/9] 1 --- CellTypes/TableCellType.cs | 2 +- PluginConfig.json | 2 +- Resources/CellTypes/Table.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CellTypes/TableCellType.cs b/CellTypes/TableCellType.cs index 5e16e1b..03fa545 100644 --- a/CellTypes/TableCellType.cs +++ b/CellTypes/TableCellType.cs @@ -391,7 +391,7 @@ namespace ElementUI [RunTimeMethod] [SRDisplayName(nameof(Resources.TableCellType_GetSourceData))] - public GetSelectedRowResult GetSourceData() + public GetSourceDataResult GetSourceData() { return null; } diff --git a/PluginConfig.json b/PluginConfig.json index fbe952f..b80f1f5 100644 --- a/PluginConfig.json +++ b/PluginConfig.json @@ -26,7 +26,7 @@ "name_kr": "엘리멘트UI", "pluginType": "cellType,command", "guid": "2CCB2F02-D923-491E-94E4-72C9BD8C5ABE", - "version": "9.0.103.2", + "version": "9.0.103.3", "dependenceVersion": "9.0.102.0", "bundleJavaScript": false, "bundleCSS": true diff --git a/Resources/CellTypes/Table.ts b/Resources/CellTypes/Table.ts index 006083b..a9eaa89 100644 --- a/Resources/CellTypes/Table.ts +++ b/Resources/CellTypes/Table.ts @@ -448,7 +448,7 @@ height="100%" } GetSourceData() { return { - SelectedRow: this.vue.tableData + SourceData: this.vue.tableData }; } ResetTable(clearSort: boolean, clearFilter: boolean) { -- Gitee From 2efe20a9f869af814acea1309f86b7a284d6e5b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=20=E5=A4=8F?= Date: Thu, 11 Apr 2024 19:58:10 +0800 Subject: [PATCH 4/9] =?UTF-8?q?1.EL=E8=A1=A8=E6=A0=BC=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E6=98=BE=E7=A4=BA=E6=8C=89=E9=92=AE=EF=BC=8C?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89JS=E5=91=BD=E4=BB=A4=EF=BC=9B=202.?= =?UTF-8?q?=20EL=E8=A1=A8=E6=A0=BC=E5=A2=9E=E5=8A=A0=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=88=97=E5=8A=9F=E8=83=BD=EF=BC=9B=203.=20E?= =?UTF-8?q?L=E8=A1=A8=E6=A0=BC=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=AD=97=E6=AE=B5=E9=80=BB=E8=BE=91=EF=BC=8C?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=BA=90=E4=B8=AD=E6=8F=90=E4=BE=9B=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=85=A8=E9=83=A8=E6=98=BE=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E9=9A=90=E8=97=8F=E9=80=9A=E8=BF=87=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=9A=84=E9=9A=90=E8=97=8F=E5=88=97=E6=9D=A5?= =?UTF-8?q?=E7=A9=BA=E7=BD=AE=EF=BC=9B=204.=20EL=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E9=A2=84=E8=A7=88=E9=80=BB?= =?UTF-8?q?=E8=BE=91=EF=BC=8C=E5=8F=AA=E6=9C=89=E9=9A=90=E8=97=8F=E5=88=97?= =?UTF-8?q?=E6=89=8D=E8=83=BD=E5=9C=A8=E8=AE=BE=E8=AE=A1=E5=99=A8=E4=B8=AD?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E9=9A=90=E8=97=8F=EF=BC=9B=205.=20EL?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E4=BC=98=E5=8C=96=E5=88=87=E6=8D=A2=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=BA=90=E6=97=B6=EF=BC=8C=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=88=97=E5=86=85=E5=AE=B9=E4=B8=8D=E5=8F=98=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CellTypes/TableCellType.cs | 56 ++++++++++-- PluginConfig.json | 6 +- Resources/CellTypes/Table.ts | 85 ++++++++++++++++--- .../DrawingObject/TableDrawingObject.xaml.cs | 40 ++++++--- 4 files changed, 152 insertions(+), 35 deletions(-) diff --git a/CellTypes/TableCellType.cs b/CellTypes/TableCellType.cs index 03fa545..c14590d 100644 --- a/CellTypes/TableCellType.cs +++ b/CellTypes/TableCellType.cs @@ -116,10 +116,10 @@ namespace ElementUI public void PostGenerate(IBuilderContextBase builderContext) { - if (!CellType.autoGenerateColumnsByDataSource) - { - return; - } + //if (!CellType.autoGenerateColumnsByDataSource) + //{ + // return; + //} var columnSettings = new List(); if (CellType.bindingOptions?.TableName != null) @@ -181,10 +181,41 @@ namespace ElementUI [SRCustomCommandObject(InitParamProperties = "selection", InitParamValues = nameof(Resources.TableCellType_Selection))] public object SelectionChangedCommand { get; set; } + //这里进行了改动,如果更换了数据源,则重新填充columns + private IBindingDataSource _bindingOptions; + [BindingDataSourceProperty] [SRDisplayName(nameof(Resources.TableCellType_DataSource))] [DiffTypeNameIgnore] - public IBindingDataSource bindingOptions { get; set; } + public IBindingDataSource bindingOptions + { + get + { + return _bindingOptions; + } + set + { + if (_bindingOptions != value) + { + _bindingOptions = value; + if (value == null) + { + columns = new List(); + } + else + { + var bindableFields = new List(); + bindableFields.AddRange(bindingOptions.Columns.Select(x => x.ColumnName)); + columns = bindingOptions.Columns.Select(i => + new ColumnSetting() + { + dataColumnName = i.ColumnName, + label = i.ColumnName, + }).OfType().ToList(); + } + } + } + } bool _autoGenerateColumnsByDataSource = true; [DefaultValue(true)] @@ -446,6 +477,7 @@ namespace ElementUI sealed public class ColumnSetting : ColumnSettingBase, INamedObject, ICloneable { [OrderWeight(1)] + [Description("请注意,这里和官方插件不同的是,这里无论定义多少个列,数据源中的列都会全部显示,只不过这里定义过的使用这里的配置,官方是只显示这里定义的列。")] [SRDisplayName(nameof(Resources.TableCellType_ColumnNameFromDataSource))] public string dataColumnName { get; set; } @@ -482,7 +514,8 @@ namespace ElementUI width = width, sortable = sortable, filter = filter, - multipleFilter = multipleFilter + multipleFilter = multipleFilter, + hide = hide }; } } @@ -518,7 +551,7 @@ namespace ElementUI [OrderWeight(5)] [SRComboProperty(ValueList = "left|center|right", DisplayList = nameof(Resources.TableCellType_ColumnAlignDisplayList))] [SRDisplayName(nameof(Resources.TableCellType_ColumnAlign))] - public string align { get; set; } = "left"; + public string align { get; set; } = "center"; [OrderWeight(6)] [SRDisplayName(nameof(Resources.TableCellType_ColumnHeaderAlign))] @@ -546,6 +579,11 @@ namespace ElementUI [DefaultValue(false)] public bool showOverflowTooltip { get; set; } = false; + [OrderWeight(12)] + [SRDisplayName("隐藏该列")] + [DefaultValue(false)] + public bool hide { get; set; } = false; + [Browsable(false)] [DiffJsonIgnore] public string key { get; set; } @@ -614,6 +652,10 @@ namespace ElementUI [SRDisplayName(nameof(Resources.TableCellType_ActionButtonShape))] public string shape { get; set; } = "default"; + [SRDisplayName("显示条件")] + [Description("使用一个表达式来决定是否显示,可引用item.xxx来表达,例如'item.ID>3'则表示当行数据中ID>3时,按钮才显示,留空或表达式错误都会被忽略")] + public string showCondition { get; set; } + [SRDisplayName(nameof(Resources.TableCellType_ActionButtonCommand))] [SRCustomCommandObject(InitParamProperties = "dataRow", InitParamValues = nameof(Resources.TableCellType_RowData))] public object Commands { get; set; } diff --git a/PluginConfig.json b/PluginConfig.json index b80f1f5..d8d7670 100644 --- a/PluginConfig.json +++ b/PluginConfig.json @@ -18,15 +18,15 @@ "image": "Resources/images/ElementUI.png", "description": "ElementUI Components", "description_ja": "", - "description_cn": "ElementUI 组件。", + "description_cn": "ElementUI组件-格友工作室定制版", "description_kr": "웹에서 사용할 수 있는 다양한 예쁜 UI와 기능을 제공하는 패키지입니다.", "name": "ElementUI", "name_ja": "", - "name_cn": "PC组件包-ElementPlus", + "name_cn": "PC组件包-格友工作室定制版", "name_kr": "엘리멘트UI", "pluginType": "cellType,command", "guid": "2CCB2F02-D923-491E-94E4-72C9BD8C5ABE", - "version": "9.0.103.3", + "version": "9.0.103.7", "dependenceVersion": "9.0.102.0", "bundleJavaScript": false, "bundleCSS": true diff --git a/Resources/CellTypes/Table.ts b/Resources/CellTypes/Table.ts index a9eaa89..dc22ba0 100644 --- a/Resources/CellTypes/Table.ts +++ b/Resources/CellTypes/Table.ts @@ -36,6 +36,7 @@ namespace ElementCellTypes { Commands: Forguncy.Plugin.ICustomCommandObject; iconWidth: number; iconHeight: number; + showCondition: string; } interface IColumn extends IColumnBase { sortable: boolean; @@ -53,6 +54,7 @@ namespace ElementCellTypes { headerAlign: string; filter: boolean; multipleFilter: boolean; + hide: boolean; } export class TableCellType extends ElementCellTypeBase { @@ -69,9 +71,26 @@ namespace ElementCellTypes { const self = this; const columnSlot = this.getCustomSlotByPath(SlotPath.tableColumnContent); const cellType = this.CellElement.CellType; + + //如果开启自动列,那么就用绑定数据源的列配置,否则就合并定义列和数据源列 if (cellType.autoGenerateColumnsByDataSource) { + cellType.columns = cellType.bindingColumns; + + } else { + cellType.columns = cellType.bindingColumns.map(el => { + var findcolumns = cellType.columns.find(item => { return item.dataColumnName == el.dataColumnName }) + if (findcolumns) { + return findcolumns; + } else { + return el; + } + }); } + + + + const option = { el: "#" + this.uId, template: ` @@ -102,6 +121,7 @@ height="100%"