menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Localizer.EditResourceIdentifiers - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Localizer.EditResourceIdentifiers

    Represents a class that contains the EditResourceIdentifiers which provides Ids specific to the Syncfusion.Windows.Forms.Edit namespace.

    Inheritance
    System.Object
    Localizer.EditResourceIdentifiers
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Localization
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public sealed class EditResourceIdentifiers

    Constructors

    EditResourceIdentifiers()

    Declaration
    public EditResourceIdentifiers()

    Fields

    DEF_PROMPT_INDEX

    Holds the ID of the localizable string with "{0} of {1}" format.

    Declaration
    [StrLocalized("ContextPromptIndexFormat")]
    public const string DEF_PROMPT_INDEX = "ContextPromptIndexFormat"
    Field Value
    Type
    System.String

    FDbtnClose

    Holds the close button text of FrmFindDialog.

    Declaration
    public const string FDbtnClose = "Close"
    Field Value
    Type
    System.String

    FDbtnFind

    Holds the find button text of FrmFindDialog.

    Declaration
    public const string FDbtnFind = "&Find Next"
    Field Value
    Type
    System.String

    FDbtnMarkAll

    Holds the MarkAll button text of FrmFindDialog.

    Declaration
    public const string FDbtnMarkAll = "&Mark All"
    Field Value
    Type
    System.String

    FDbtnTempaltes

    Holds the tempaltes button text of FrmFindDialog.

    Declaration
    public const string FDbtnTempaltes = ">"
    Field Value
    Type
    System.String

    FDchkCase

    Holds the match label text of FrmFindDialog.

    Declaration
    public const string FDchkCase = "Match &case"
    Field Value
    Type
    System.String

    FDchkHidden

    Holds the check hidden label text of FrmFindDialog.

    Declaration
    public const string FDchkHidden = "Search &hidden text"
    Field Value
    Type
    System.String

    FDchkRegular

    Holds the check regular label text of FrmFindDialog.

    Declaration
    public const string FDchkRegular = "Use &regular expressions"
    Field Value
    Type
    System.String

    FDchkUp

    Holds the checkup label text of FrmFindDialog.

    Declaration
    public const string FDchkUp = "Search &up"
    Field Value
    Type
    System.String

    FDchkWholeWord

    Holds the check whole word label text of FrmFindDialog.

    Declaration
    public const string FDchkWholeWord = "Match &whole word"
    Field Value
    Type
    System.String

    FDchkWrap

    Holds the check wrap label text of FrmFindDialog.

    Declaration
    public const string FDchkWrap = "Wrap around"
    Field Value
    Type
    System.String

    FDGroupTitle

    Holds the form group title text of FrmFindDialog.

    Declaration
    public const string FDGroupTitle = "Search"
    Field Value
    Type
    System.String

    FDMain

    Holds the main text of FrmFindDialog.

    Declaration
    public const string FDMain = "Fi&nd what:"
    Field Value
    Type
    System.String

    FDrdbDocument

    Holds the searching current document label text of FrmFindDialog.

    Declaration
    public const string FDrdbDocument = "Current &document"
    Field Value
    Type
    System.String

    FDrdbSelection

    Holds the selection label text of FrmFindDialog.

    Declaration
    public const string FDrdbSelection = "Current &selection"
    Field Value
    Type
    System.String

    FDTitle

    Holds the form title text of FrmFindDialog.

    Declaration
    public const string FDTitle = "Find"
    Field Value
    Type
    System.String

    FGobtnCancel

    Holds the Cancel button text of FrmGoDialog.

    Declaration
    public const string FGobtnCancel = "&Cancel"
    Field Value
    Type
    System.String

    FGobtnOK

    Holds the Ok button text of FrmGoDialog.

    Declaration
    public const string FGobtnOK = "&OK"
    Field Value
    Type
    System.String

    FGoNumber

    Holds the form group title text of FrmGoDialog.

    Declaration
    public const string FGoNumber = "Line number ({0} - {1}):"
    Field Value
    Type
    System.String

    FGoTitle

    Holds the form title text of FrmGoDialog.

    Declaration
    public const string FGoTitle = "Go To Line"
    Field Value
    Type
    System.String

    FRbtnClose

    Holds the close button text of frmReplaceDialog.

    Declaration
    public const string FRbtnClose = "Close"
    Field Value
    Type
    System.String

    FRbtnReplace

    Holds the replace button text of frmReplaceDialog.

    Declaration
    public const string FRbtnReplace = "Replace"
    Field Value
    Type
    System.String

    FRbtnReplaceAll

    Holds the replace all button text of frmReplaceDialog.

    Declaration
    public const string FRbtnReplaceAll = "Replace All"
    Field Value
    Type
    System.String

    FRchkCase

    Holds the check case text of frmReplaceDialog.

    Declaration
    public const string FRchkCase = "Match &case"
    Field Value
    Type
    System.String

    FRGroupTitle

    Holds the group title text of frmReplaceDialog.

    Declaration
    public const string FRGroupTitle = "Search"
    Field Value
    Type
    System.String

    FRlblFind

    Holds the find label text of frmReplaceDialog.

    Declaration
    public const string FRlblFind = "Fi&nd what:"
    Field Value
    Type
    System.String

    FRlblReplace

    Holds the label text of frmReplaceDialog.

    Declaration
    public const string FRlblReplace = "Replace"
    Field Value
    Type
    System.String

    FRrdbSelection

    Holds the selection text of frmReplaceDialog.

    Declaration
    public const string FRrdbSelection = "Current &selection"
    Field Value
    Type
    System.String

    FRTitle

    Holds the form title text of frmReplaceDialog.

    Declaration
    public const string FRTitle = "Replace"
    Field Value
    Type
    System.String

    GoToDialogErrorInfo

    Holds the invalid input error information of FrmGoDialog.

    Declaration
    public const string GoToDialogErrorInfo = "Value must be an interger in the range [{0}-{1}]"
    Field Value
    Type
    System.String

    RegexAnyCharset

    Holds the regex any character set label text of FrmFindDialog.

    Declaration
    public const string RegexAnyCharset = "[^ ] Any character not in the set"
    Field Value
    Type
    System.String

    RegexAnyOneCharset

    Holds the regex any one-character set label text of FrmFindDialog.

    Declaration
    public const string RegexAnyOneCharset = "[] Any one character in the set"
    Field Value
    Type
    System.String

    RegexBeginEndWord

    Holds the regex begin end word text of FrmFindDialog.

    Declaration
    public const string RegexBeginEndWord = "\\b Beginning or End of word "
    Field Value
    Type
    System.String

    RegexEscapeChar

    Holds the regex escape character label text of FrmFindDialog.

    Declaration
    public const string RegexEscapeChar = "\\ Escape special character"
    Field Value
    Type
    System.String

    RegexIdentifier

    Holds the regex identifier label text of FrmFindDialog.

    Declaration
    public const string RegexIdentifier = ":i C/C++ identifier"
    Field Value
    Type
    System.String

    RegexInteger

    Holds the regex integer label text of FrmFindDialog.

    Declaration
    public const string RegexInteger = ":z Integer"
    Field Value
    Type
    System.String

    RegexLineBegining

    Holds the regex line beginning text of FrmFindDialog.

    Declaration
    public const string RegexLineBegining = "^ Beginning of line"
    Field Value
    Type
    System.String

    RegexLineBreak

    Holds the regex line break label text of FrmFindDialog.

    Declaration
    public const string RegexLineBreak = "\\n Line break"
    Field Value
    Type
    System.String

    RegexLineEnd

    Holds the regex line end text of FrmFindDialog.

    Declaration
    public const string RegexLineEnd = "$ End of line"
    Field Value
    Type
    System.String

    RegexOneorMore

    Holds the OneorMore regular expression character of FrmFindDialog.

    Declaration
    public const string RegexOneorMore = "+ One or more"
    Field Value
    Type
    System.String

    RegexOr

    Holds the regex or label text of FrmFindDialog.

    Declaration
    public const string RegexOr = "| Or"
    Field Value
    Type
    System.String

    RegexQuotedString

    Holds the regex quoted string of FrmFindDialog.

    Declaration
    public const string RegexQuotedString = ":q Quoted string"
    Field Value
    Type
    System.String

    RegexSingleChar

    Holds the regex single character of FrmFindDialog.

    Declaration
    public const string RegexSingleChar = ". Any single character"
    Field Value
    Type
    System.String

    RegexSpaceorTab

    Holds the regex space or tab label text of FrmFindDialog.

    Declaration
    public const string RegexSpaceorTab = ":b Space or Tab"
    Field Value
    Type
    System.String

    RegexTag

    Holds the regex tag label text of FrmFindDialog.

    Declaration
    public const string RegexTag = "{} Tag expression"
    Field Value
    Type
    System.String

    RegexZeroOrMore

    Holds the ZeroOrMore regular expression character of FrmFindDialog.

    Declaration
    public const string RegexZeroOrMore = "* Zero or more"
    Field Value
    Type
    System.String

    StringFindCompleteEventArgs

    Holds the FindCompleteEventArgs string.

    Declaration
    public const string StringFindCompleteEventArgs = "Find reached the starting point of the search."
    Field Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved