C# Class iRuler.Dialogs.FindDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: f5devcentral/f5-irule-editor

Méthodes publiques

Свойство Type Description
m_mainForm iRulerMain
m_si iRuler.Utility.SearchInfo

Méthodes publiques

Méthode Description
FindDialog ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FindDialog_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

button_Cancel_Click ( object sender, EventArgs e ) : void
button_FindNext_Click ( object sender, EventArgs e ) : void
button_MarkAll_Click ( object sender, EventArgs e ) : void
checkBox_MatchCase_CheckedChanged ( object sender, EventArgs e ) : void
checkBox_MatchWholeWord_CheckedChanged ( object sender, EventArgs e ) : void
checkBox_Regex_CheckedChanged ( object sender, EventArgs e ) : void
checkBox_TransformBackslash_CheckedChanged ( object sender, EventArgs e ) : void
checkBox_WrapAround_CheckedChanged ( object sender, EventArgs e ) : void
textBox_SearchString_TextChanged ( 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

FindDialog() public méthode

public FindDialog ( ) : System
Résultat System

Property Details

m_mainForm public_oe property

public iRulerMain m_mainForm
Résultat iRulerMain

m_si public_oe property

public SearchInfo,iRuler.Utility m_si
Résultat iRuler.Utility.SearchInfo