C# Class TextEditor2.Forms.SearchForm

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: Sage-of-Mirrors/TheWindWaker_Text_Editor

Public Properties

Property Type Description
IsTextSearch bool
MessageList List
StartingIndex int

Public Methods

Method Description
SearchForm ( List messageList, MainUI uI ) : System
form1_IndexChanged ( int Index ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnIndexFound ( int Index ) : void

Private Methods

Method 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 method

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

OnIndexFound() protected method

protected OnIndexFound ( int Index ) : void
Index int
return void

SearchForm() public method

public SearchForm ( List messageList, MainUI uI ) : System
messageList List
uI TextEditor2.MainUI
return System

form1_IndexChanged() public method

public form1_IndexChanged ( int Index ) : void
Index int
return void

Property Details

IsTextSearch public_oe property

public bool IsTextSearch
return bool

MessageList public_oe property

public List MessageList
return List

StartingIndex public_oe property

public int StartingIndex
return int