Infragistics 汉化

Infragistics 汉化实例:

Infragistics.Shared.ResourceCustomizer rc=Infragistics.Win.UltraWinGrid.Resources.Customizer;
rc.SetCustomizedString("SummaryDialogAverage", "平均");
rc.SetCustomizedString("SummaryDialogCount", "总数");
rc.SetCustomizedString("SummaryDialogMaximum", "最大值");
rc.SetCustomizedString("SummaryDialogMinimum", "最小值");
rc.SetCustomizedString("SummaryDialogAverage", "平均");
rc.SetCustomizedString("SummaryDialogSum", "总和");

rc.SetCustomizedString("SummaryTypeCount", "总数");
rc.SetCustomizedString("SummaryTypeMaximum", "最大值");
rc.SetCustomizedString("SummaryTypeMinimum", "最小值");
rc.SetCustomizedString("SummaryTypeAverage", "平均");
rc.SetCustomizedString("SummaryTypeSum", "总和");

rc.SetCustomizedString("SummaryDialog_Button_OK", "确定");
rc.SetCustomizedString("SummaryDialog_Button_Cancel", "取消");//SummaryFooterCaption
rc.SetCustomizedString("LDR_SelectSummaries", "选择摘要");

以图为证

 

Resource String NameDefault Value
AccessibleActionPushPush
AccessibleName_AddNewBoxAreaAddNew Area
AccessibleName_AddRowAdd Row
AccessibleName_CaptionCaption
AccessibleName_ChildBandsChild Rows
AccessibleName_ColumnHeadersColumn Headers
AccessibleName_DataAreaData Area
AccessibleName_FilterRowFilter Row
AccessibleName_GroupByBoxGroupBy Box
AccessibleName_Row{0} row {1}
AccessibleName_RowColRegionScrolling Region
AccessibleName_TemplateAddRowTemplate Add Row
AddNewBoxDefaultPromptAdd ...
AllRowsFilteredOut0 Items.
ColumnChooserAllBandsItemAll
ColumnChooserButtonToolTipClick here to show Field Chooser.
ColumnChooserDialogCaptionField Chooser
ColumnsUITypeEditorList_None_EntryNone
DataError_CellValueRetrievalUnable to retrieve cell value. PropertyDescriptor.GetValue call failed. This may happen for variety of reasons. One possible cause may be that the UltraGridRow's list object may be out of sync with the underlying data list. This can occur if the underlying data list fails to raise proper events notifying the bound controls (UltraGrid) of change in the data list. If you are using a custom IList data source, try implementing IBindingList interface on the data list and raising ListChanged event appropriately. If the data list already implements IBindingList then it may be failing to raise proper notifications. You can also try calling RowsCollection.Refresh on the grid's rows collection to synchronize the grid's list objects with the data lists. Note that the UltraGrid will continue operating normally.
DataError_CurrencyManagerRetrievalFailureUnable to get the CurrencyManager from the BindingContext. The BindingContext threw an exception from its indexer. This may happen for variety of reasons. One such reason is when creating the currency manager for a child band, the currency manager may fail to get instantiated because it is not be able to retrieve an instance of IList from the parent list object. This can occur when the parent list has 0 items and thus no parent list object to retrieve the child list from. In such a case the child currency manager attempts to add a temporary item to the parent list so it can retrieve a child list instance from the parent list object. If this fails, because for example the list is read-only or does not support adding, then the currency manager will fail to be instantiated, resulting in an exception being thrown by the BindingContext indexer. The UltraGrid will proceed with further retrieval of the data structure however it will not be able to display this particular child band level and its descendants since UltraGrid can not retrieve the proper data structure for this band at this time. However note that the UltraGrid will make further attempts at retrieval under appropriate conditions, like for example when the parent currency manager raises PositionChanged notifications, which may be in response to adding of an item in the parent list object or change in the current item of an ancestor currency manager. Possible workarounds may be to implement IBindingList on the data source if it already doesn't implement this interface. UltraGrid makes use of this interface for retrieving the data structure if it fails to obtain the CurrencyManager from the BindingContext. If this failure is due to a parent list being read-only and having 0 items, you can temporarily enable adding while the data source binding is taking place.
DataError_RowListObjectRetrievalUnable to retrieve list object for the row. This typically occurs when the UltraGrid's row collection gets out of sync with the underlying data list. This can be the result of the underlying data list failing to raise proper notifications to notify the bound controls (UltraGrid) of change in the data list, particularly of adding/removing rows. UltraGrid will resynchronize the row collection with the data list, adding/removing grid rows as necessary and continue to operate normally. However this resynchronization process can be inefficient if there are lot of rows. If you are using a custom IList as the data source and you are experiencing performance issues in association with this error message, you may want to make sure that the data list raises proper notifications for changes in the data list. To raise notifications, you will have to implement IBindingList interface on the data list and raise IBindingList's ListChanged notification.
DataErrorCellUpdateDateNotInMinMaxRangeIllegal Data Value: Specified date value does not fall within MinDate and MaxDate constraints
DataErrorCellUpdateEmptyValueNotAllowedEmpty cell value not allowed in column {0}.
DataErrorCellUpdateInvalidDataValueIllegal data value
DataErrorCellUpdateInvalidDateFormatIllegal Date Format
DataErrorCellUpdateUnableToConvertUnable to convert from '{0}' to '{1}'
DataErrorCellUpdateUnableToUpdateValueUnable to update the data value: {0}
DataErrorDeleteRowUnableToDeleteUnable to delete the row: {0}
DataErrorMessageTitleData Error
DataErrorRowAddMessageUnable to add a row: {0}
DataErrorRowUpdateUnableToUpdateRowUnable to update the row: {0}
DefaultAction_CellActivate
DefaultAction_Cell_EditableEdit
DefaultAction_CollapseCollapse
DefaultAction_ExpandExpand
DefaultAction_RowActivate
DefaultAction_RowColRegionActivate
DefaultAction_SortColumnSort
DeleteMultipleRowsPromptYou have selected {0} rows for deletion. Choose Yes to delete the rows or No to exit.
DeleteRowsMessageTitleDelete Rows
DeleteSingleRowMessageTitleDelete Row
DeleteSingleRowPromptYou have selected 1 row for deletion. Choose Yes to delete the row or No to exit.
ErrMSgEditorValNotValidValue in the editor is not valid.
Error_Cell_ReadOnly'{0}' cell is read-only.
FilterClearButtonToolTip_FilterCellClick here to clear filter criteria for {0}.
FilterClearButtonToolTip_RowSelectorClick here to clear all filter criteria.
FilterDialogAddConditionButtonText&Add a conditio&n
FilterDialogAndRadio_AccessibleDescriptionCombine the conditions with a logical And.
FilterDialogAndRadioTextAnd conditions
FilterDialogCancelButtonText&Cancel
FilterDialogDeleteButton_AccessibleDescriptionDelete the selected condition.
FilterDialogDeleteButtonTextDelete Condition
FilterDialogOkButtonNoFiltersTextN&o filters
FilterDialogOkButtonText&OK
FilterDialogOrRadio_AccessibleDescriptionCombine the conditions with a logical Or.
FilterDialogOrRadioTextOr conditions
FixedHeaders_FixHeaderSwapItem[Fix Header]
FixedHeaders_UnfixAllHeadersSwapItem[Unfix All Headers]
FixedHeaders_UnfixHeaderSwapItem[Unfix Header]
GroupByBoxDefaultPromptDrag a column header here to group by that column.
GroupByBoxDefaultPromptMultiBandCardViewDrag a column header or card label here to group by that column.
GroupByBoxDefaultPromptSingleBandCardViewDrag a card label here to group by that column.
GroupByButtonToolTipClick to toggle sort direction
LDR_Column_AllowRowFilteringIndicates whether row filtering is allowed on the column. Setting this to a non-default value will override settings on band's and layout's override objects.
LDR_Column_AllowRowSummariesIndicates whether summaries are allowed on this column. Setting this to a non-default value will override any settings on band's and layout's override objects.
LDR_Column_P_UseEditorMaskSettingsSpecifies whether to use the editor's mask related settings instead of column's mask related settings.
LDR_ColumnEditorDialog_Add&Add
LDR_ColumnEditorDialog_CancelCancel
LDR_ColumnEditorDialog_Members&Members
LDR_ColumnEditorDialog_OKOK
LDR_ColumnEditorDialog_Properties&Properties
LDR_ColumnEditorDialog_Remove&Remove
LDR_ColumnEditorDialog_ResetReset
LDR_ColumnEditorDialog_ShowDescriptionShow Description
LDR_ColumnEditorDialog_ShowToolBarShow ToolBar
LDR_ColumnEditorDialog_TitleColumns Collection Editor
LDR_EmptyRowSettings_P_CellAppearanceAppearance applied to cells of empty rows.
LDR_EmptyRowSettings_P_EmptyAreaAppearanceAppearance applied to cells of empty rows.
LDR_EmptyRowSettings_P_RowAppearanceAppearance applied to empty rows.
LDR_EmptyRowSettings_P_RowSelectorAppearanceAppearance applied to row selectors of empty rows.
LDR_EmptyRowSettings_P_RowSelectorsSpecifies whether the row selectors of empty rows are displayed.
LDR_EmptyRowSettings_P_ShowEmptyRowsSpecifies whether to fill the empty area after the last row with empty rows.
LDR_EmptyRowSettings_P_StyleSpecifies how the empty rows are displayed.
LDR_FilterDropDownButtonImageFilter drop-down button image shown on the column headers with row filtering enabled.
LDR_FilterDropDownButtonImageActiveFilter drop-down button image shown on the column headers with row filtering enabled and has active row filters.
LDR_FixedHeaderOffImageThe image that's used to draw the fixed header indicator when the header is not fixed.
LDR_FixedHeaderOnImageThe image that's used to draw the fixed header indicator when the header is fixed.
LDR_FixedRowOffImageThe image that's used to draw the fixed row indicator when the row is not fixed.
LDR_FixedRowOnImageThe image that's used to draw the fixed row indicator when the row is fixed.
LDR_Groups_AddViaCustomProps(add via 'UltraGrid Designer')
LDR_Layout_mask[caption] : [value] ([count] [count,items,item,items])
LDR_Override_P_AllowRowLayoutCellSizingWhether the user is allowed to resize the cells in row-layout mode.
LDR_Override_P_AllowRowLayoutLabelSizingWhether the user is allowed to resize the labels in row-layout mode.
LDR_Override_P_BorderStyleRowSelectorBorder style of row selectors.
LDR_Override_P_RowSelectorWidthWidth of the row selectors.
LDR_RowLayout_P_ColumnInfosContains row-layout info objects for all the columns.
LDR_RowLayout_P_RowLayoutLabelPositionSpecifies where the column labels are displayed.
LDR_RowLayoutColumnInfo_P_AllowCellSizingWhether the user is allowed to resize the cell.
LDR_RowLayoutColumnInfo_P_AllowLabelSizingWhether the user is allowed to resize the label.
LDR_RowLayoutColumnInfo_P_CellInsetsSpecifies the insets around the cell.
LDR_RowLayoutColumnInfo_P_ColumnReturns the associated column.
LDR_RowLayoutColumnInfo_P_LabelInsetsSpecifies the insets around the label.
LDR_RowLayoutColumnInfo_P_LabelPositionSpecifies where the label is displayed.
LDR_RowLayoutColumnInfo_P_MinimumCellSizeMinimum size of the cell.
LDR_RowLayoutColumnInfo_P_MinimumLabelSizeMinimum size of the label.
LDR_RowLayoutColumnInfo_P_OriginXHorizontal coordinate in the row layout.
LDR_RowLayoutColumnInfo_P_OriginYVertical coordinate in the row layout.
LDR_RowLayoutColumnInfo_P_PreferredCellSizePreferred size of the cell.
LDR_RowLayoutColumnInfo_P_PreferredLabelSizePreferred size of the label.
LDR_RowLayoutColumnInfo_P_SpanXHorizontal span of the cell.
LDR_RowLayoutColumnInfo_P_SpanYVertical span of the cell.
LDR_RowLayoutColumnInfo_P_WeightXHorizontal weight of the cell.
LDR_RowLayoutColumnInfo_P_WeightYVertical weight of the cell.
LDR_SelectSummariesSelect Summaries
LDR_SelectSummaries_AccessibleDescriptionSelect which summary information to display for the column.
LDR_SummaryButtonImageSummary button image shown on the column headers with summaries enabled.
LDR_SummarySettings_P_ShowCalculatingTextSpecifies whether a "#Calculating" message is shown in summaries that are calculating with an UltraCalcManager Component.
LDR_UltraGrid_E_AfterBandHiddenChangedOccurs after the user hides a band via the column chooser dialog.
LDR_UltraGrid_E_AfterCardCompressedStateChangedOccurs after a Card Row is Expanded or Compressed.
LDR_UltraGrid_E_AfterCardsScrollOccurs when user scrolls card area.
LDR_UltraGrid_E_AfterPerformActionEvent fired after a key action is performed.
LDR_UltraGrid_E_AfterRowFilterChangedfired after the user has modified row filters for a column.
LDR_UltraGrid_E_AfterRowLayoutItemResizedGets fired after the user resizes a header or a cell in the Row-Layout mode.
LDR_UltraGrid_E_AfterSummaryDialogOccurs after summary rows dialog is closed.
LDR_UltraGrid_E_BeforeBandHiddenChangedOccurs when the user hides a band via the column chooser dialog.
LDR_UltraGrid_E_BeforeCardCompressedStateChangedOccurs before a Card Row is Expanded or Compressed.
LDR_UltraGrid_E_BeforeDisplayDataErrorTooltipFired before the data error tooltip is displayed.
LDR_UltraGrid_E_BeforeMultiCellOperationOccurs before the user performs a multi-cell operation.
LDR_UltraGrid_E_BeforePerformActionEvent fired before a key action is about to be performed.
LDR_UltraGrid_E_BeforeRowFilterChangedFired when the user modifies row filters for a column.
LDR_UltraGrid_E_BeforeRowFilterDropDownPopulateFired before the filter drop down is populated by the UltraGrid.
LDR_UltraGrid_E_BeforeRowLayoutItemResizedGets fired when the user resizes a header or a cell in the Row-Layout mode.
LDR_UltraGrid_E_InitializeTemplateAddRowOccurs when a template add-row is initialized.
LDR_UltraGrid_P_ExitEditModeOnLeaveIndicates whether grid will exit edit mode when left.
LDR_UltraGridBand_P_RowLayoutLabelPositionSpecifies where the column labels are displayed.
LDR_UltraGridBand_P_RowLayoutsCollection of row-layouts.
LDR_UltraGridBand_P_UseRowLayoutEnables row-layout functionality.
LDR_UltraGridColumn_P_ColumnChooserCaptionCaption displayed in the column chooser.
LDR_UltraGridColumn_P_ExcludeFromColumnChooserSpecifies whether to exclude the column from the column chooser.
LDR_UltraGridColumn_P_IgnoreMultiCellOperationSpecifies whether to ignore multi-cell operations on cells of this column.
LDR_UltraGridColumn_P_ShowCalculatingTextSpecifies whether a "#Calculating" message is shown in cells that are calculating with an UltraCalcManager Component.
LDR_UltraGridColumn_P_ShowInkButtonSpecifies whether ink editor buttons get shown in cells.
LDR_UltraGridColumn_P_SpellCheckerGets/sets the component that will perform spell checking for cells of this column.
LDR_UltraGridColumn_P_TabIndexSpecifies the order in which cells are tabbed.
LDR_UltraGridLayout_P_CellHottrackInvalidationStyleSpecifies whether to invalidate the cell when the mouse enters or leaves it.
LDR_UltraGridLayout_P_ClipboardCellDelimiterSpecifies the cell value delimiter when copying to the clipboard.
LDR_UltraGridLayout_P_ClipboardCellSeparatorSpecifies the cell value separator when copying to the clipboard.
LDR_UltraGridLayout_P_ClipboardRowSeparatorSpecifies the logical row separator when copying to the clipboard.
LDR_UltraGridLayout_P_ColumnChooserEnabledProvides a hint to the UltraGrid that the column chooser user interface is enabled.
LDR_UltraGridLayout_P_EmptyRowSettingsContains properties for the Empty Rows functionality.
LDR_UltraGridLayout_P_LoadStyleIndicates whether to pre-load rows or load rows as they are needed.
LDR_UltraGridLayout_P_NewBandLoadStyleSpecifies how to load new bands in data source.
LDR_UltraGridLayout_P_NewColumnLoadStyleSpecifies how to load new columns in data source.
LDR_UltraGridLayout_P_ScrollBoundsSpecifies whether to stop scrolling further down once the last row becomes visible.
LDR_UltraGridLayout_P_SplitterBarHorizontalAppearanceDetermines the appearance of horizontal splitter bar and the split box.
LDR_UltraGridLayout_P_SplitterBarVerticalAppearanceDetermines the appearance of vertical splitter bar and the split box.
LDR_UltraGridOverride_P_ActiveRowCellAppearanceDetermines the appearance of active row cells.
LDR_UltraGridOverride_P_AddRowAppearanceDetermines the appearance of add-rows.
LDR_UltraGridOverride_P_AddRowCellAppearanceDetermines the appearance of cells of add-rows.
LDR_UltraGridOverride_P_AllowMultiCellOperationsSpecifies if and which of the multi-cell operations the user is allowed to perform.
LDR_UltraGridOverride_P_DataErrorCellAppearanceDetermines the appearance of cells with data error (as indicated by IDataErrorInfo).
LDR_UltraGridOverride_P_DataErrorRowAppearanceDetermines the appearance of rows with data error (as indicated by IDataErrorInfo).
LDR_UltraGridOverride_P_DataErrorRowSelectorAppearanceDetermines the appearance of row selectors of rows with data error (as indicated by IDataErrorInfo).
LDR_UltraGridOverride_P_FilterCellAppearanceDetermines the appearance of cells in filter row.
LDR_UltraGridOverride_P_FilterCellAppearanceActiveDetermines the appearance of cells in filter row that have active filters.
LDR_UltraGridOverride_P_FilterClearButtonAppearanceDetermines the appearance of clear filter buttons in filter row.
LDR_UltraGridOverride_P_FilteredInCellAppearanceDetermines the appearance of cells of filtered in rows.
LDR_UltraGridOverride_P_FilteredInRowAppearanceDetermines the appearance of filtered in rows.
LDR_UltraGridOverride_P_FilteredOutCellAppearanceDetermines the appearance of cells of filtered out rows.
LDR_UltraGridOverride_P_FilteredOutRowAppearanceDetermines the appearance of filtered out rows.
LDR_UltraGridOverride_P_FilterOperatorAppearanceDetermines the appearance of operator indicators in filter row.
LDR_UltraGridOverride_P_FilterRowAppearanceDetermines the appearance of filter rows.
LDR_UltraGridOverride_P_FilterRowAppearanceActiveDetermines the appearance of filter rows that have active filters.
LDR_UltraGridOverride_P_FilterRowPromptAppearanceDetermines the appearance of the prompt in filter row.
LDR_UltraGridOverride_P_FilterRowSelectorAppearanceDetermines the appearance of the row selectors of filter rows.
LDR_UltraGridOverride_P_FixedCellAppearanceDetermines the appearance of cells associated with headers that are fixed.
LDR_UltraGridOverride_P_FixedCellSeparatorColorThe color of the separator line that separates the fixed header cells and non-fixed header cells.
LDR_UltraGridOverride_P_FixedHeaderAppearanceDetermines the appearance of headers that are fixed.
LDR_UltraGridOverride_P_FixedHeaderIndicatorSpecifies whether the user is allowed to fix or unfix headers.
LDR_UltraGridOverride_P_FixedRowAppearanceDetermines the appearance of fixed rows.
LDR_UltraGridOverride_P_FixedRowCellAppearanceDetermines the appearance of cells of fixed rows.
LDR_UltraGridOverride_P_FixedRowSelectorAppearanceDetermines the appearance of row selectors of fixed rows.
LDR_UltraGridOverride_P_FormulaErrorAppearanceDetermines the appearance of cells with formula errors.
LDR_UltraGridOverride_P_GroupBySummaryValueAppearanceDetermines the appearance of summaries in group-by rows.
LDR_UltraGridOverride_P_HeaderPlacementSpecifies if and how headers are displayed.
LDR_UltraGridOverride_P_HotTrackCellAppearanceAppearance applied to the cell that's currently being hot-tracked.
LDR_UltraGridOverride_P_HotTrackHeaderAppearanceAppearance applied to the header that's currently being hot-tracked.
LDR_UltraGridOverride_P_HotTrackRowAppearanceAppearance applied to the row that's currently being hot-tracked.
LDR_UltraGridOverride_P_HotTrackRowCellAppearanceAppearance applied to the cells of the row that's currently being hot-tracked.
LDR_UltraGridOverride_P_HotTrackRowSelectorAppearanceAppearance applied to the row selector of the row that's currently being hot-tracked.
LDR_UltraGridOverride_P_InvalidValueBehaviorSpecifies the behavior when the user attempts to leave a cell after entering an invalid value.
LDR_UltraGridOverride_P_MergedCellAppearanceDetermines the appearance of merged cells.
LDR_UltraGridOverride_P_MergedCellContentAreaSpecifies whether to position the contents of a merged cell in the visible area of the merged cell or the virtual area of the merged cell.
LDR_UltraGridOverride_P_MergedCellEvaluationTypeSpecifies whether to merge cells based on their values or display text.
LDR_UltraGridOverride_P_MergedCellStyleSpecifies how cell merging is performed.
LDR_UltraGridOverride_P_MinRowHeightSpecifies the minimum row height.
LDR_UltraGridOverride_P_MultiCellSelectionModeSpecifies how multiple cells are range selected using mouse and keyboard.
LDR_UltraGridOverride_P_ReadOnlyCellAppearanceAppearance applied to the read-only cells.
LDR_UltraGridOverride_P_RowFilterActionSpecifies the action to take on filtered out rows.
LDR_UltraGridOverride_P_RowLayoutCellNavigationVerticalSpecifies how cells are navigated when using up and down arrow keys.
LDR_UltraGridOverride_P_ShowCalculatingTextSpecifies whether a "#Calculating" message is shown in cells or summaries that are calculating with an UltraCalcManager Component.
LDR_UltraGridOverride_P_ShowInkButtonSpecifies whether ink editor buttons get shown in cells.
LDR_UltraGridOverride_P_SpecialRowSeparatorAppearanceDetermines the appearance of special row separator elements.
LDR_UltraGridOverride_P_SupportDataErrorInfoWhether to make use of IDataErrorInfo to display data error icons.
LDR_UltraGridOverride_P_TemplateAddRowAppearanceDetermines the appearance of template add-rows.
LDR_UltraGridOverride_P_TemplateAddRowCellAppearanceDetermines the appearance of cells of template add-rows.
LDR_UltraGridOverride_P_TemplateAddRowPromptAppearanceDetermines the appearance of prompts in template add-rows.
LDR_UltraGridOverride_P_TemplateAddRowSpacingAfterThe amount of spacing (in pixels) rendered before a template add-row.
LDR_UltraGridOverride_P_TemplateAddRowSpacingBeforeThe amount of spacing (in pixels) rendered after a template add-row.
LDR_UseFixedHeadersEnables the fixed headers functionality.
MultiCell_Copy_Error_MsgBox_MessageError performing Copy operation. {0} {1}
MultiCell_Copy_Error_MsgBox_TitleCopy Error
MultiCell_Cut_Error_MsgBox_MessageError performing Cut operation. {0} {1}
MultiCell_Cut_Error_MsgBox_TitleCut Error
MultiCell_Delete_Error_MsgBox_MessageError performing Delete operation. {0} {1}
MultiCell_Delete_Error_MsgBox_TitleDelete Error
MultiCell_Paste_Error_MsgBox_MessageError performing Paste operation. {0} {1}
MultiCell_Paste_Error_MsgBox_TitlePaste Error
MultiCell_Paste_Error_TooManyColumnsContents being pasted have more columns than what's available starting from the anchor cell. Paste contents have {0} columns where as the available columns starting from the anchor cell are {1}.
MultiCell_Paste_Error_TooManyRowsContents being pasted have more rows than what's available starting from the anchor cell. Paste contents have {0} rows where as the available rows starting from the anchor cell are {1}.
MultiCell_Redo_Error_MsgBox_MessageError performing redo operation. {0} {1}
MultiCell_Redo_Error_MsgBox_TitleRedo Error
MultiCell_Undo_Error_MsgBox_MessageError performing Undo operation. {0} {1}
MultiCell_Undo_Error_MsgBox_TitleUndo Error
MultiCellOperation_Error_ConversionErrorUnable to convert the value '{0}' to the column's data type: {1}
MultiCellOperation_Error_CrossParentSelectionThe operation can not be performed on cross-parent selection.
MultiCellOperation_Error_MsgBox_ContinueQuestionContinue with the remaining cells?
MultiCellOperation_Error_MsgBox_FurtherInformationFurther information: {0}
MultiCellOperation_Error_NoCellsSelectedNo cells are selected.
MultiCellOperation_Error_NonRectangularSelectionInvalid selection. The selection must be rectangular.
Outlook_GroupByMode_Description_BeyondNextMonthBeyond Next Month
Outlook_GroupByMode_Description_DayOfWeekFormatString{0:dddd}
Outlook_GroupByMode_Description_EarlierThisMonthEarlier this Month
Outlook_GroupByMode_Description_LastMonthLast Month
Outlook_GroupByMode_Description_LastWeekLast Week
Outlook_GroupByMode_Description_LaterThisMonthLater this Month
Outlook_GroupByMode_Description_NextMonthNext Month
Outlook_GroupByMode_Description_NextWeekNext Week
Outlook_GroupByMode_Description_NoneNone
Outlook_GroupByMode_Description_OlderOlder
Outlook_GroupByMode_Description_ThreeWeeksAgoThree Weeks Ago
Outlook_GroupByMode_Description_ThreeWeeksAwayThree Weeks Away
Outlook_GroupByMode_Description_TodayToday
Outlook_GroupByMode_Description_TwoWeeksAgoTwo Weeks Ago
Outlook_GroupByMode_Description_TwoWeeksAwayTwo Weeks Away
Outlook_GroupByMode_Description_YesterdayYesterday
PropertyPageCaptionGroupsAndColumnsGroups And Columns
RowFilterDialogBlanksItem(Blanks)
RowFilterDialogDBNullItem(DBNull)
RowFilterDialogEmptyTextItem(Empty Text)
RowFilterDialogOperandHeaderCaptionOperand
RowFilterDialogOperatorHeaderCaptionOperator
RowFilterDialogTitlePrefixEnter filter criteria for
RowFilterDropDown_Operator_ContainsContains
RowFilterDropDown_Operator_DoesNotContainDoes not contain
RowFilterDropDown_Operator_DoesNotEndWithDoes not end with
RowFilterDropDown_Operator_DoesNotMatchDoes not match
RowFilterDropDown_Operator_DoesNotStartWithDoes not start with
RowFilterDropDown_Operator_EndsWithEnds with
RowFilterDropDown_Operator_Equals=
RowFilterDropDown_Operator_GreaterThan>
RowFilterDropDown_Operator_GreaterThanOrEqualTo>=
RowFilterDropDown_Operator_LessThan<
RowFilterDropDown_Operator_LessThanOrEqualTo<=
RowFilterDropDown_Operator_LikeLike
RowFilterDropDown_Operator_MatchMatch
RowFilterDropDown_Operator_NotEquals!=
RowFilterDropDown_Operator_NotLikeNot Like
RowFilterDropDown_Operator_StartsWithStarts with
RowFilterDropDownAllItem(All)
RowFilterDropDownBlanksItem(Blanks)
RowFilterDropDownCustomItem(Custom)
RowFilterDropDownEqualsEquals
RowFilterDropDownGreaterThanGreater than
RowFilterDropDownGreaterThanOrEqualToGreater than or equal to
RowFilterDropDownLessThanLess than
RowFilterDropDownLessThanOrEqualToLess than or equal to
RowFilterDropDownLikeLike
RowFilterDropDownMatchMatches Regular Expression
RowFilterDropDownNonBlanksItem(NonBlanks)
RowFilterDropDownNotEqualsDoes not equal
RowFilterLogicalOperator_AndAND
RowFilterLogicalOperator_OrOR
RowFilterPatternCaptionInvalid search pattern
RowFilterPatternErrorError parsing pattern {0}. Please enter a valid search pattern.
RowFilterPatternExceptionInvalid search pattern {0}.
RowFilterRegexErrorError parsing regular expression {0}. Please enter a valid regular expression.
RowFilterRegexErrorCaptionInvalid regular expression
RowFilterRegexExceptionInvalid regular expression {0}.
SummaryDialog_Button_Cancel&Cancel
SummaryDialog_Button_OK&OK
SummaryDialogAverageAverage
SummaryDialogAverage_AccessibleDescriptionDisplay the average of the values in the column.
SummaryDialogCountCount
SummaryDialogCount_AccessibleDescriptionDisplay the number of value in the column.
SummaryDialogMaximumMaximum
SummaryDialogMaximum_AccessibleDescriptionDisplay the maximum value in the column.
SummaryDialogMinimumMinimum
SummaryDialogMinimum_AccessibleDescriptionDisplay the minimum value in the column.
SummaryDialogNoneNone
SummaryDialogNone_AccessibleDescriptionDisplay no summary information for the column.
SummaryDialogSumSum
SummaryDialogSum_AccessibleDescriptionDisplay the sum of the values in the column.
SummaryFooterCaption_ChildBandNonGroupByRowsSummaries for [BANDHEADER]: [SCROLLTIPFIELD]
SummaryFooterCaption_GroupByChildRowsSummaries for [GROUPBYROWVALUE]
SummaryFooterCaption_RootRowsGrand Summaries
SummaryTypeAverageAverage
SummaryTypeCountCount
SummaryTypeCustomCustom
SummaryTypeMaximumMaximum
SummaryTypeMinimumMinimum
SummaryTypeSumSum
SummaryValueInvalidDisplayFormatInvalid DisplayFormat: {0}. More info: {1}
UltraCombo_P_AutoCompleteModeGets/sets the mode for automatic completion of text typed in the edit portion.

rc.SetCustomizedString("RowFilterDropDownAllItem", "所有")
        rc.SetCustomizedString("RowFilterDropDownBlanksItem", "空")
        rc.SetCustomizedString("RowFilterDropDownCustomItem", "自定义")
        rc.SetCustomizedString("RowFilterDropDownNonBlanksItem", "非空")
        rc.SetCustomizedString("RowFilterDropDownAllItem", "所有")
        rc.SetCustomizedString("RowFilterDialogTitlePrefix", "输入过滤准则为")
        rc.SetCustomizedString("FilterDialogAndRadioText", "并且")
        rc.SetCustomizedString("FilterDialogOrRadioText", "或者")
        rc.SetCustomizedString("FilterDialogAddConditionButtonText", "增加一个条件(&N)")
        rc.SetCustomizedString("FilterDialogDeleteButtonText", "删除一个条件")
        rc.SetCustomizedString("FilterDialogOkButtonText", "确定(&O)")
        rc.SetCustomizedString("FilterDialogCancelButtonText", "取消(&C)")
        rc.SetCustomizedString("FilterDialogOkButtonNoFiltersText", "不过滤")
        rc.SetCustomizedString("RowFilterDialogOperatorHeaderCaption", "比较运算符")
        rc.SetCustomizedString("RowFilterDialogOperandHeaderCaption", "准则")
        rc.SetCustomizedString("RowFilterDropDownEquals", "等于")
        rc.SetCustomizedString("RowFilterDropDownNotEquals", "不等于")
        rc.SetCustomizedString("RowFilterDropDownLessThan", "小于")

        rc.SetCustomizedString("RowFilterDropDownLessThanOrEqualTo", "小于等于")
        rc.SetCustomizedString("RowFilterDropDownGreaterThan", "大于")
        rc.SetCustomizedString("RowFilterDropDownGreaterThanOrEqualTo", "大于等于")
        rc.SetCustomizedString("RowFilterDropDownMatch", "自定义规则表达式")
        rc.SetCustomizedString("RowFilterDropDownLike", "模糊查找")

        rc.SetCustomizedString("RowFilterDialogBlanksItem", "空白")
        rc.SetCustomizedString("RowFilterDialogDBNullItem", "无值")
        rc.SetCustomizedString("RowFilterDialogEmptyTextItem", "空字符")

        rc.SetCustomizedString("RowFilterDropDown_Operator_Equals", "等于")
        rc.SetCustomizedString("RowFilterDropDown_Operator_NotEquals", "不等于")
        rc.SetCustomizedString("RowFilterDropDown_Operator_LessThan", "小于")
        rc.SetCustomizedString("RowFilterDropDown_Operator_LessThanOrEqualTo", "小于等于")
        rc.SetCustomizedString("RowFilterDropDown_Operator_GreaterThan", "大于")
        rc.SetCustomizedString("RowFilterDropDown_Operator_GreaterThanOrEqualTo", "大于等于")
        rc.SetCustomizedString("RowFilterDropDown_Operator_Match", "自定义规则表达式")
        rc.SetCustomizedString("RowFilterDropDown_Operator_Like", "模糊查找")

        rc.SetCustomizedString("RowFilterPatternCaption", "无效查找模式")
        rc.SetCustomizedString("RowFilterPatternError", "错误的解析模式{0}. 请输入一个有效的表达式")
        rc.SetCustomizedString("RowFilterPatternException", "无效查找模式{0}")
        rc.SetCustomizedString("RowFilterRegexError", "无效的规则表达式{0}.请输入一个有效的表达式")
        rc.SetCustomizedString("RowFilterRegexErrorCaption", "无效规则表达式")
        rc.SetCustomizedString("RowFilterRegexException", "无效规则表达式{0}")

        Infragistics.Shared.ResourceCustomizer rc = Infragistics.Win.UltraWinToolbars.Resources.Customizer;       

         rc.SetCustomizedString("QuickAccessToolbarAboveRibbonCustomize", "显示快速访问工具栏在上方");       

         rc.SetCustomizedString("QuickAccessToolbarBelowRibbonCustomize", "显示快速访问工具栏在下方");          

         rc.SetCustomizedString("MinimizeRibbon", "最小化菜单");           

        rc.SetCustomizedString("QatQuickCustomizeHeader", "自定义快速访问工具栏");            

       rc.SetCustomizedString("QatQuickCustomizeToolTip", "自定义快速访问工具栏");

            rc.SetCustomizedString("QuickAccessToolbarBelowRibbon", "显示快速访问工具栏在下方");          

       rc.SetCustomizedString("QuickAccessToolbarAboveRibbon", "显示快速访问工具栏在上方");            

       rc.SetCustomizedString("LockToolbars", "锁定工具栏");           

        rc.SetCustomizedString("Customize", "自定义");

 

         rc=Infragistics.Win.UltraWinTabbedMdi.Resources.Customizer;            

       rc.SetCustomizedString("TabManagerTabListButton","打开窗体");    

       rc.SetCustomizedString("TabManagerCloseButton","关闭");    

       rc.SetCustomizedString("AccessibleActionCloseUp","关闭");  

       rc.SetCustomizedString("TabManagerScrollFirst","第一个");

       rc.SetCustomizedString("TabManagerScrollLast","最后一个");  

      rc.SetCustomizedString("TabManagerScrollPrevious","前一个");  

      rc.SetCustomizedString("TabManagerScrollNext","后一个");  

       rc.SetCustomizedString("TabManagerScrollPreviousPage","前一页");    

       rc.SetCustomizedString("TabManagerScrollNextPage","后一页");      

       rc.SetCustomizedString("MenuItemCancel","取消(&C)");

       rc.SetCustomizedString("MenuItemClose","关闭(&C)");  

      rc.SetCustomizedString("MenuItemMoveToNextGroup","移动到下一个选项卡组(&X)");  

      rc.SetCustomizedString("MenuItemMoveToPreviousGroup","移动到上一个选项卡组(&X)");  

      rc.SetCustomizedString("MenuItemNewHorizontalGroup","新建水平选项卡组(&Z)");   

      rc.SetCustomizedString("MenuItemNewVerticalGroup","新建垂直选项卡组(&V)");

转载于:https://www.cnblogs.com/laopo/p/4247703.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值