672 lines
		
	
	
		
			31 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			672 lines
		
	
	
		
			31 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| 
 | |
| namespace DevComponents.DotNetBar
 | |
| {
 | |
|     /// <summary>
 | |
|     /// Contains static keys that are used to discover localized text for internal controls.
 | |
|     /// </summary>
 | |
|     public class LocalizationKeys
 | |
|     {
 | |
|         /// <summary>
 | |
|         /// Navigation Pane collapse button tooltip text.
 | |
|         /// </summary>
 | |
|         public static string NavPaneCollapseButtonTooltip = "navPaneCollapseTooltip";
 | |
|         /// <summary>
 | |
|         /// Navigation Pane expand button tooltip text.
 | |
|         /// </summary>
 | |
|         public static string NavPaneExpandButtonTooltip = "navPaneExpandTooltip";
 | |
|         /// <summary>
 | |
|         /// Bar auto-hide button tooltip text.
 | |
|         /// </summary>
 | |
|         public static string BarAutoHideButtonTooltip="barsys_autohide_tooltip";
 | |
|         /// <summary>
 | |
|         /// Bar customize button tooltip text.
 | |
|         /// </summary>
 | |
|         public static string BarCustomizeButtonTooltip = "barsys_customize_tooltip";
 | |
|         /// <summary>
 | |
|         /// Bar close button tooltip text.
 | |
|         /// </summary>
 | |
|         public static string BarCloseButtonTooltip = "barsys_close_tooltip";
 | |
|         /// <summary>
 | |
|         /// Bar maximize button tooltip text.
 | |
|         /// </summary>
 | |
|         public static string BarMaximizeButtonTooltip = "barsys_maximize_tooltip";
 | |
|         /// <summary>
 | |
|         /// CustomizeItem tooltip text.
 | |
|         /// </summary>
 | |
|         public static string CustomizeItemTooltip = "cust_mnu_tooltip";
 | |
|         /// <summary>
 | |
|         /// CustomizeItem Add/Remove text.
 | |
|         /// </summary>
 | |
|         public static string CustomizeItemAddRemove = "cust_mnu_addremove";
 | |
|         /// <summary>
 | |
|         /// CustomizeItem text for button that opens Customize dialog.
 | |
|         /// </summary>
 | |
|         public static string CustomizeItemCustomize = "cust_mnu_cust";
 | |
|         /// <summary>
 | |
|         /// CustomizeItem text for Reset command.
 | |
|         /// </summary>
 | |
|         public static string CustomizeItemReset = "cust_mnu_reset";
 | |
|         /// <summary>
 | |
|         /// Tooltip text for system button that displays overflow items.
 | |
|         /// </summary>
 | |
|         public static string OverlfowDisplayMoreTooltip = "sys_morebuttons";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog caption.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogCaption = "cust_caption";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog toolbars tab.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogTabToolbars = "cust_tab_toolbars";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog commands tab.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogTabCommands = "cust_tab_commands";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogTabOptions = "cust_tab_options";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog keyboard button.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogKeyboardButton = "cust_btn_keyboard";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog close button.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogCloseButton = "cust_btn_close";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog new toolbar button.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogNewToolbarButton = "cust_btn_new";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog rename toolbar button.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogRenameToolbarButton = "cust_btn_rename";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog delete toolbar button.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogDeleteToolbarButton = "cust_btn_delete";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog reset toolbar button.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogResetToolbarButton = "cust_btn_reset";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog label that gives following instructions to user:
 | |
|         /// To add a command to Bar select the category and drag the command out of this box to a Bar.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogLabelDragInfo = "cust_lbl_cmdsins";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog categories label.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogLabelCategories = "cust_lbl_cats";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog toolbars label.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogLabelToolbars = "cust_lbl_tlbs";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab Personalized Menus and Toolbars label.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsPersonalized = "cust_lbl_pmt";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab Aways show full menus check box.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsFullMenus = "cust_chk_fullmenus";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab Show full menus after a short delay check box.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsFullMenusDelay = "cust_chk_delay";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab 'Reset my usage data' command.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsResetUsage = "cust_btn_resetusage";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab 'Other' labe.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsOther = "cust_lbl_other";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab 'Show Screen&Tips on Toolbars' check box.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsScreenTips = "cust_chk_showst";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab 'Show &Shortcut Keys in ScreenTips' check box.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsScreenTipsKeys = "cust_chk_showsk";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab 'Menu Animation:' label.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsMenuAnimation = "cust_lbl_menuan";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab Menu Animation combo box None option.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsMenuAnimationNone = "cust_cbo_none";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab Menu Animation combo box System Default option.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsMenuAnimationSys = "cust_cbo_system";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab Menu Animation combo box Random option.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsMenuAnimationRandom = "cust_cbo_random";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab Menu Animation combo box Unfold option.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsMenuAnimationUnfold = "cust_cbo_unfold";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog options tab Menu Animation combo box Slide option.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsMenuAnimationSlide = "cust_cbo_slide";
 | |
|         /// <summary>
 | |
|         /// Text for Customize Dialog Confirm delete of bar message box.
 | |
|         /// </summary>
 | |
|         public static string CustomizeDialogOptionsConfirmDelete = "cust_msg_delete";
 | |
|         /// <summary>
 | |
|         /// Text for Reset command on customize item context menu.
 | |
|         /// </summary>
 | |
|         public static string CustomizeMenuReset = "cust_pm_reset";
 | |
|         /// <summary>
 | |
|         /// Text for Delete item command on customize item context menu.
 | |
|         /// </summary>
 | |
|         public static string CustomizeMenuDelete = "cust_pm_delete";
 | |
|         /// <summary>
 | |
|         /// Text for Change Name item command on customize item context menu.
 | |
|         /// </summary>
 | |
|         public static string CustomizeMenuChangeName = "cust_pm_name";
 | |
|         /// <summary>
 | |
|         /// Text for Default Style item command on customize item context menu.
 | |
|         /// </summary>
 | |
|         public static string CustomizeMenuDefaultStyle = "cust_pm_stydef";
 | |
|         /// <summary>
 | |
|         /// Text for Text Only item command on customize item context menu.
 | |
|         /// </summary>
 | |
|         public static string CustomizeMenuTextOnly = "cust_pm_stytextonly";
 | |
|         /// <summary>
 | |
|         /// Text for Image And Text item command on customize item context menu.
 | |
|         /// </summary>
 | |
|         public static string CustomizeMenuImageAndText = "cust_pm_styimagetext";
 | |
|         /// <summary>
 | |
|         /// Text for Begin Group item command on customize item context menu.
 | |
|         /// </summary>
 | |
|         public static string CustomizeMenuBeginGroup = "cust_pm_begingroup";
 | |
|         /// <summary>
 | |
|         /// Text MdiSystemItem Minimize button.
 | |
|         /// </summary>
 | |
|         public static string MdiSystemItemMinimizeTooltip = "mdisystt_minimize";
 | |
|         /// <summary>
 | |
|         /// Text MdiSystemItem Restore button.
 | |
|         /// </summary>
 | |
|         public static string MdiSystemItemRestoreTooltip = "mdisystt_restore";
 | |
|         /// <summary>
 | |
|         /// Text MdiSystemItem Close button.
 | |
|         /// </summary>
 | |
|         public static string MdiSystemItemCloseTooltip = "mdisystt_close";
 | |
|         /// <summary>
 | |
|         /// Text MdiSystemItem menu Restore command.
 | |
|         /// </summary>
 | |
|         public static string MdiSystemItemMenuRestore = "mdisysmenu_restore";
 | |
|         /// <summary>
 | |
|         /// Text MdiSystemItem menu Move command.
 | |
|         /// </summary>
 | |
|         public static string MdiSystemItemMenuMove = "mdisysmenu_move";
 | |
|         /// <summary>
 | |
|         /// Text MdiSystemItem menu Size command.
 | |
|         /// </summary>
 | |
|         public static string MdiSystemItemMenuSize = "mdisysmenu_size";
 | |
|         /// <summary>
 | |
|         /// Text MdiSystemItem menu Minimize command.
 | |
|         /// </summary>
 | |
|         public static string MdiSystemItemMenuMinimize = "mdisysmenu_minimize";
 | |
|         /// <summary>
 | |
|         /// Text MdiSystemItem menu Maximize command.
 | |
|         /// </summary>
 | |
|         public static string MdiSystemItemMenuMaximize = "mdisysmenu_maximize";
 | |
|         /// <summary>
 | |
|         /// Text MdiSystemItem menu Close command.
 | |
|         /// </summary>
 | |
|         public static string MdiSystemItemMenuClose = "mdisysmenu_close";
 | |
|         /// <summary>
 | |
|         /// Text MdiSystemItem menu Next command.
 | |
|         /// </summary>
 | |
|         public static string MdiSystemItemMenuNext = "mdisysmenu_next";
 | |
|         /// <summary>
 | |
|         /// Text Navigation Bar Show More Buttons menu item.
 | |
|         /// </summary>
 | |
|         public static string NavBarShowMoreButtons = "navbar_showmorebuttons";
 | |
|         /// <summary>
 | |
|         /// Text Navigation Bar Show Fewer Buttons menu item.
 | |
|         /// </summary>
 | |
|         public static string NavBarShowFewerButtons = "navbar_showfewerbuttons";
 | |
|         /// <summary>
 | |
|         /// Text Navigation Bar Options menu item.
 | |
|         /// </summary>
 | |
|         public static string NavBarOptions = "navbar_navpaneoptions";
 | |
|         /// <summary>
 | |
|         /// Text for Move Up button on Navigation Bar Options dialog box.
 | |
|         /// </summary>
 | |
|         public static string NavBarDialogMoveUp = "navbar_navpanedialogmoveup";
 | |
|         /// <summary>
 | |
|         /// Text for Move Down button on Navigation Bar Options dialog box.
 | |
|         /// </summary>
 | |
|         public static string NavBarDialogMoveDown = "navbar_navpanedialogmovedown";
 | |
|         /// <summary>
 | |
|         /// Text for Reset button on Navigation Bar Options dialog box.
 | |
|         /// </summary>
 | |
|         public static string NavBarDialogReset = "navbar_navpanedialogreset";
 | |
|         /// <summary>
 | |
|         /// Text for OK button on Navigation Bar Options dialog box.
 | |
|         /// </summary>
 | |
|         public static string NavBarDialogOK = "navbar_navpanedialogok";
 | |
|         /// <summary>
 | |
|         /// Text for Cancel button on Navigation Bar Options dialog box.
 | |
|         /// </summary>
 | |
|         public static string NavBarDialogCancel = "navbar_navpanedialogcancel";
 | |
|         /// <summary>
 | |
|         /// Text for Navigation Bar Options dialog box title.
 | |
|         /// </summary>
 | |
|         public static string NavBarDialogTitle = "navbar_navpanedialogtitle";
 | |
|         /// <summary>
 | |
|         /// Text for Navigation Bar Options label which is displayed above the list box which lists all the controls.
 | |
|         /// </summary>
 | |
|         public static string NavBarDialogListLabel = "navbar_navpanedialoglistlabel";
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Text for Rename Toolbar dialog caption.
 | |
|         /// </summary>
 | |
|         public static string RenameBarDialogCaption = "barrename_caption";
 | |
|         /// <summary>
 | |
|         /// Text for New Toolbar dialog caption.
 | |
|         /// </summary>
 | |
|         public static string NewBarDialogCaption = "barname_caption";
 | |
|         /// <summary>
 | |
|         /// Text for Bar Name label on Bar edit dialog (either rename or new).
 | |
|         /// </summary>
 | |
|         public static string BarEditDialogBarNameLabel = "barname_name";
 | |
|         /// <summary>
 | |
|         /// Text for OK Button on Bar edit dialog (either rename or new).
 | |
|         /// </summary>
 | |
|         public static string BarEditDialogBarOkButton = "barname_ok";
 | |
|         /// <summary>
 | |
|         /// Text for Cancel Button on Bar edit dialog (either rename or new).
 | |
|         /// </summary>
 | |
|         public static string BarEditDialogBarCancelButton = "barname_cancel";
 | |
|         /// <summary>
 | |
|         /// Text for Invalid Name Message on Bar edit dialog (either rename or new).
 | |
|         /// </summary>
 | |
|         public static string BarEditDialogInvalidNameMessage = "barname_msginvalidname";
 | |
|         /// <summary>
 | |
|         /// Text displayed on Color Picker drop down Theme Colors label.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerThemeColorsLabel = "colorpicker_themecolorslabel";
 | |
|         /// <summary>
 | |
|         /// Text displayed on Color Picker drop down Standard Colors label.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerStandardColorsLabel = "colorpicker_standardcolorslabel";
 | |
|         /// <summary>
 | |
|         /// Text displayed on Color Picker drop down more colors menu item.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerMoreColorsMenuItem = "colorpicker_morecolors";
 | |
|         /// <summary>
 | |
|         /// Text for the OK Button on Color Picker dialog.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerDialogOKButton = "colorpickerdialog_okbutton";
 | |
|         /// <summary>
 | |
|         /// Text for the Cancel Button on Color Picker dialog.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerDialogCancelButton = "colorpickerdialog_cancelbutton";
 | |
|         /// <summary>
 | |
|         /// Text for the new color label on Color Picker dialog.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerDialogNewColorLabel = "colorpickerdialog_newcolorlabel";
 | |
|         /// <summary>
 | |
|         /// Text for the current color label on Color Picker dialog.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerDialogCurrentColorLabel = "colorpickerdialog_currentcolorlabel";
 | |
|         /// <summary>
 | |
|         /// Text for the colors label on the standard colors tab.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerDialogStandardColorsLabel= "colorpickerdialog_standardcolorslabel";
 | |
|         /// <summary>
 | |
|         /// Text for the colors label on the custom colors tab.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerDialogCustomColorsLabel = "colorpickerdialog_customcolorslabel";
 | |
|         /// <summary>
 | |
|         /// Text for the green component label on the custom colors tab.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerDialogGreenLabel = "colorpickerdialog_greenlabel";
 | |
|         /// <summary>
 | |
|         /// Text for the blue component label on the custom colors tab.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerDialogBlueLabel = "colorpickerdialog_bluelabel";
 | |
|         /// <summary>
 | |
|         /// Text for the red component label on the custom colors tab.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerDialogRedLabel = "colorpickerdialog_redlabel";
 | |
|         /// <summary>
 | |
|         /// Text for the Color Model label on the custom colors tab.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerDialogColorModelLabel = "colorpickerdialog_colormodellabel";
 | |
|         /// <summary>
 | |
|         /// Text for the RGB combo box item choice on the custom colors tab.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerDialogRgbLabel = "colorpickerdialog_rgblabel";
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Text for the Standard tab on color picker dialog.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerTabStandard= "colorpickerdialog_tabstandard";
 | |
|         /// <summary>
 | |
|         /// Text for the Custom tab on color picker dialog.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerTabCustom = "colorpickerdialog_tabcustom";
 | |
|         /// <summary>
 | |
|         /// Text for the Custom tab on color picker dialog.
 | |
|         /// </summary>
 | |
|         public static string ColorPickerCaption = "colorpickerdialog_caption";
 | |
| 
 | |
|         // Ribbon Control Localization Keys
 | |
|         /// <summary>
 | |
|         /// Text for the Custom tab on color picker dialog.
 | |
|         /// </summary>
 | |
|         public static string QatCustomizeTooltip = "qat_customizetooltip";
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Indicates the text for Today button displayed on the MonthCalendarItem control.
 | |
|         /// </summary>
 | |
|         public static string MonthCalendarTodayButtonText = "monthcalendar_todaybutton";
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Indicates the text for Clear button displayed on the MonthCalendarItem control.
 | |
|         /// </summary>
 | |
|         public static string MonthCalendarClearButtonText = "monthcalendar_clearbutton";
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Indicates the text for MessageBoxEx Abort button.
 | |
|         /// </summary>
 | |
|         public static string MessageBoxAbortButton = "mb_abortbutton";
 | |
|         /// <summary>
 | |
|         /// Indicates the text for MessageBoxEx Cancel button.
 | |
|         /// </summary>
 | |
|         public static string MessageBoxCancelButton = "mb_cancelbutton";
 | |
|         /// <summary>
 | |
|         /// Indicates the text for MessageBoxEx Close button.
 | |
|         /// </summary>
 | |
|         public static string MessageBoxCloseButton = "mb_closebutton";
 | |
|         /// <summary>
 | |
|         /// Indicates the text for MessageBoxEx Continue button.
 | |
|         /// </summary>
 | |
|         public static string MessageBoxContinueButton = "mb_continuebutton";
 | |
|         /// <summary>
 | |
|         /// Indicates the text for MessageBoxEx Help button.
 | |
|         /// </summary>
 | |
|         public static string MessageBoxHelpButton = "mb_helpbutton";
 | |
|         /// <summary>
 | |
|         /// Indicates the text for MessageBoxEx Ignore button.
 | |
|         /// </summary>
 | |
|         public static string MessageBoxIgnoreButton = "mb_ignorebutton";
 | |
|         /// <summary>
 | |
|         /// Indicates the text for MessageBoxEx No button.
 | |
|         /// </summary>
 | |
|         public static string MessageBoxNoButton = "mb_nobutton";
 | |
|         /// <summary>
 | |
|         /// Indicates the text for MessageBoxEx OK button.
 | |
|         /// </summary>
 | |
|         public static string MessageBoxOkButton = "mb_okbutton";
 | |
|         /// <summary>
 | |
|         /// Indicates the text for MessageBoxEx Retry button.
 | |
|         /// </summary>
 | |
|         public static string MessageBoxRetryButton = "mb_retrybutton";
 | |
|         /// <summary>
 | |
|         /// Indicates the text for MessageBoxEx Try Again button.
 | |
|         /// </summary>
 | |
|         public static string MessageBoxTryAgainButton = "mb_tryagainbutton";
 | |
|         /// <summary>
 | |
|         /// Indicates the text for MessageBoxEx Yes button.
 | |
|         /// </summary>
 | |
|         public static string MessageBoxYesButton = "mb_yesbutton";
 | |
|         /// <summary>
 | |
|         /// Identifies Form system menu Restore item.
 | |
|         /// </summary>
 | |
|         public static string FormSystemMenuRestore = "FormSystemMenuRestore";
 | |
|         /// <summary>
 | |
|         /// Identifies Form system menu Move item.
 | |
|         /// </summary>
 | |
|         public static string FormSystemMenuMove = "FormSystemMenuMove";
 | |
|         /// <summary>
 | |
|         /// Identifies Form system menu Size item.
 | |
|         /// </summary>
 | |
|         public static string FormSystemMenuSize = "FormSystemMenuSize";
 | |
|         /// <summary>
 | |
|         /// Identifies Form system menu Minimize item.
 | |
|         /// </summary>
 | |
|         public static string FormSystemMenuMinimize = "FormSystemMenuMinimize";
 | |
|         /// <summary>
 | |
|         /// Identifies Form system menu Maximize item.
 | |
|         /// </summary>
 | |
|         public static string FormSystemMenuMaximize = "FormSystemMenuMaximize";
 | |
|         /// <summary>
 | |
|         /// Identifies Form system menu Close item.
 | |
|         /// </summary>
 | |
|         public static string FormSystemMenuClose = "FormSystemMenuClose";
 | |
|         /// <summary>
 | |
|         /// Identifies Time Selector OK button.
 | |
|         /// </summary>
 | |
|         public static string TimeSelectorOkButton = "TimeSelectorOkButton";
 | |
|         /// <summary>
 | |
|         /// Identifies Time Selector Clear button.
 | |
|         /// </summary>
 | |
|         public static string TimeSelectorClearButton = "TimeSelectorClearButton";
 | |
|         /// <summary>
 | |
|         /// Identifies Time Selector Hour Label.
 | |
|         /// </summary>
 | |
|         public static string TimeSelectorHourLabel = "TimeSelectorHourLabel";
 | |
|         /// <summary>
 | |
|         /// Identifies Time Selector Minute Label.
 | |
|         /// </summary>
 | |
|         public static string TimeSelectorMinuteLabel = "TimeSelectorMinuteLabel";
 | |
| 
 | |
|         #region SuperGrid Keys
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Identifies 'Show all' Filter Expression label.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterShowAll = "SuperGrid_FilterShowAll";
 | |
|         /// <summary>
 | |
|         /// Identifies 'Show null' Filter Expression label.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterShowNull = "SuperGrid_FilterShowNull";
 | |
|         /// <summary>
 | |
|         /// Identifies 'Show not null' Filter Expression label.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterShowNotNull = "SuperGrid_FilterShowNotnull";
 | |
|         /// <summary>
 | |
|         /// Identifies 'Custom' Filter Expression label.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterCustom = "SuperGrid_FilterCustom";
 | |
|         /// <summary>
 | |
|         /// Identifies 'Enter expression' Filter text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterEnterExpr = "SuperGrid_FilterEnterExpr";
 | |
|         /// <summary>
 | |
|         /// Identifies 'Apply' Filter Expression button label.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterSampleExpr = "SuperGrid_FilterSampleExpr";
 | |
|         /// <summary>
 | |
|         /// Identifies 'Apply' Filter Expression button label.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterCustomHelp = "SuperGrid_FilterCustomHelp";
 | |
|         /// <summary>
 | |
|         /// Identifies 'Apply' Filter Expression button label.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterApply = "SuperGrid_FilterApply";
 | |
|         /// <summary>
 | |
|         /// Identifies 'Ok' Filter Expression button label.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterOk = "SuperGrid_FilterOk";
 | |
|         /// <summary>
 | |
|         /// Identifies 'Cancel' Filter Expression button label.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterCancel = "SuperGrid_FilterCancel";
 | |
|         /// <summary>
 | |
|         /// Identifies 'Close' Filter Expression button label.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterClose = "SuperGrid_FilterClose";
 | |
|         /// <summary>
 | |
|         /// Identifies 'Clear' Filter Expression button label.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterClear = "SuperGrid_FilterClear";
 | |
|         /// <summary>
 | |
|         /// Identifies 'Clear' Filter Expression button label.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterReset = "SuperGrid_FilterReset";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter DateTimePicked dialog 'Filter by relative date' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterByRelativeDate = "SuperGrid_FilterByRelativeDate";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter DateTimePicker dialog 'Filter by specific date' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterBySpecificDate = "SuperGrid_FilterBySpecificDate";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter DateTimePicker dialog 'Filter by date range' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterByDateRange = "SuperGrid_FilterByDateRange";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter DateTimePicker dialog, ByRelativeDate combo entry 'Current Month' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterCurrentMonth = "SuperGrid_FilterCurrentMonth";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter DateTimePicker dialog, ByRelativeDate combo entry 'Current Year' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterCurrentYear = "SuperGrid_FilterCurrentYear";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter DateTimePicker dialog, ByRelativeDate combo entry 'Last Month Period' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterLastMonthPeriod = "SuperGrid_FilterLastMonthPeriod";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter DateTimePicker dialog, ByRelativeDate combo entry 'Last 3 Month Period' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterLast3MonthPeriod = "SuperGrid_FilterLast3MonthPeriod";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter DateTimePicker dialog, ByRelativeDate combo entry 'Last 6 Month Period' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterLast6MonthPeriod = "SuperGrid_FilterLast6MonthPeriod";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter DateTimePicker dialog, ByRelativeDate combo entry 'Last 9 Month Period' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterLast9MonthPeriod = "SuperGridFilter_Last9MonthPeriod";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter DateTimePicker dialog, ByRelativeDate combo entry 'Last Year' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterLastYear = "SuperGrid_FilterLastYear";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter DateTimePicker dialog, ByRelativeDate combo entry 'Last 5 Year Period' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterLast5YearPeriod = "SuperGrid_FilterLast5YearPeriod";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter DateTimePicker dialog, ByRelativeDate combo entry 'Last 10 Year Period' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterLast10YearPeriod = "SuperGrid_FilterLast10YearPeriod";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter expression evaluation error 'Expression error' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterExprError = "SuperGrid_FilterExprError";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter expression evaluation error 'Missing parenthesis' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterMissingParen = "SuperGrid_FilterMissingParen";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter expression evaluation error 'Missing quote' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterMissingQuote = "SuperGrid_FilterMissingQuote";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter expression evaluation error 'Invalid number of arguments' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterInvalidArgCount = "SuperGrid_FilterInvalidArgCount";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter expression evaluation error 'Invalid argument' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterInvalidArg = "SuperGrid_FilterInvalidArg";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter expression evaluation error 'Invalid 'Empty' operation' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterInvalidEmptyOp = "SuperGrid_FilterInvalidEmptyOp";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter expression evaluation error 'Invalid DateTime operation' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterInvalidDateTimeOp = "SuperGrid_FilterInvalidDateTimeOp";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter expression evaluation error 'Invalid bool operation' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterInvalidBoolOp = "SuperGrid_FilterInvalidBoolOp";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter expression evaluation error 'Invalid string operation' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterInvalidStringOp = "SuperGrid_FilterInvalidStringOp";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter expression evaluation error 'Invalid numeric operation' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterInvalidNumericOp = "SuperGrid_FilterInvalidNumericOp";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter expression evaluation error 'Invalid logical evaluation' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterInvalidEval = "SuperGrid_FilterInvalidEval";
 | |
|         /// <summary>
 | |
|         /// Identifies Filter expression evaluation error 'Undefined User function' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterUndefinedFunction = "SuperGrid_FilterUndefinedFunction";
 | |
|         /// <summary>
 | |
|         /// Identifies custom filter dialog title 'Custom Filter' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterCustomFilter = "SuperGrid_FilterCustomFilter";
 | |
|         /// <summary>
 | |
|         /// Identifies custom filter dialog 'New Filter' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridNewFilterExpr = "SuperGrid_NewFilterExpr";
 | |
|         /// <summary>
 | |
|         /// Identifies custom filter dialog 'New' button text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridNewFilter = "SuperGrid_NewFilter";
 | |
|         /// <summary>
 | |
|         /// Identifies custom filter dialog 'Delete' button text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridDeleteFilter = "SuperGrid_DeleteFilter";
 | |
|         /// <summary>
 | |
|         /// Identifies custom filter dialog 'Filter Name' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterName = "SuperGrid_FilterName";
 | |
|         /// <summary>
 | |
|         /// Identifies custom filter dialog 'Description' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterDescription = "SuperGrid_FilterDescription";
 | |
|         /// <summary>
 | |
|         /// Identifies custom filter dialog 'Show in FilterPopup' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridShowInFilterPopup = "SuperGrid_ShowInFilterPopup";
 | |
|         /// <summary>
 | |
|         /// Identifies custom filter dialog title 'Custom Filter' text.
 | |
|         /// </summary>
 | |
|         public static string SuperGridFilterHelpTitle = "SuperGrid_FilterHelpTitle";
 | |
|         /// <summary>
 | |
|         /// Identifies the default GroupBy WaterMarkText.
 | |
|         /// </summary>
 | |
|         public static string SuperGridGroupByWaterMarkText = "SuperGrid_GroupByWaterMarkText";
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Occurs when DotNetBar is looking for translated text for one of the internal text that are
 | |
|         /// displayed on menus, toolbars and customize forms. You need to set Handled=true if you want
 | |
|         /// your custom text to be used instead of the built-in system value.
 | |
|         /// </summary>
 | |
|         public static event DotNetBarManager.LocalizeStringEventHandler LocalizeString;
 | |
| 
 | |
|         internal static void InvokeLocalizeString(LocalizeEventArgs e)
 | |
|         {
 | |
|             if (LocalizeString != null)
 | |
|             {
 | |
|                 LocalizeString(null, e);
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 |