C# Class lw_common.ui.search_form

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: jtorjo/logwizard Class Usage Examples

Méthodes publiques

Méthode Description
search_form ( Form parent, log_view lv, string smart_edit_search_for_text ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

bg_Click ( object sender, EventArgs e ) : void
cancel_Click ( object sender, EventArgs e ) : void
combo_DrawItem ( object sender, DrawItemEventArgs e ) : void
combo_DropDownClosed ( object sender, EventArgs e ) : void
combo_SelectedIndexChanged ( object sender, EventArgs e ) : void
combo_TextUpdate ( object sender, EventArgs e ) : void
current_search ( ) : search_for
do_searches_thread ( ) : void
do_searches_thread_impl ( ) : void
fg_Click ( object sender, EventArgs e ) : void
filterHelp_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
find_result_columns ( log_view lv ) : void
is_auto_regex ( string text ) : bool
load_all_matches ( ) : void
load_combo ( ) : void
load_from_search ( search_for search ) : void
load_surrounding_rows ( log_view lv ) : void
negate_CheckedChanged ( object sender, EventArgs e ) : void
ok_Click ( object sender, EventArgs e ) : void
radioAutoRecognize_CheckedChanged ( object sender, EventArgs e ) : void
radioRegex_CheckedChanged ( object sender, EventArgs e ) : void
radioText_CheckedChanged ( object sender, EventArgs e ) : void
rebuild_result ( ) : void
run_search ( ) : void
search_form_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
searchable_columns ( ) : List
toFilter_Click ( object sender, EventArgs e ) : void
update_autorecognize_radio ( ) : void
update_negate ( ) : void
update_preview_text ( ) : void
update_to_filter_button ( ) : 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

search_form() public méthode

public search_form ( Form parent, log_view lv, string smart_edit_search_for_text ) : System
parent System.Windows.Forms.Form
lv log_view
smart_edit_search_for_text string
Résultat System