C# Class TextEditor2.Forms.SearchForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Sage-of-Mirrors/TheWindWaker_Text_Editor

Méthodes publiques

Свойство Type Description
IsTextSearch bool
MessageList List
StartingIndex int

Méthodes publiques

Méthode Description
SearchForm ( List messageList, MainUI uI ) : System
form1_IndexChanged ( int Index ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnIndexFound ( int Index ) : void

Private Methods

Méthode Description
IDSearch ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

TextSearch ( ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
radioButton1_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnIndexFound() protected méthode

protected OnIndexFound ( int Index ) : void
Index int
Résultat void

SearchForm() public méthode

public SearchForm ( List messageList, MainUI uI ) : System
messageList List
uI TextEditor2.MainUI
Résultat System

form1_IndexChanged() public méthode

public form1_IndexChanged ( int Index ) : void
Index int
Résultat void

Property Details

IsTextSearch public_oe property

public bool IsTextSearch
Résultat bool

MessageList public_oe property

public List MessageList
Résultat List

StartingIndex public_oe property

public int StartingIndex
Résultat int