C# 클래스 ARCed.Controls.SearchControl

파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 프로퍼티들

프로퍼티 타입 설명
buttonSearch System.Windows.Forms.ToolStripButton
label_Statistics System.Windows.Forms.Label
listViewResults System.Windows.Forms.ListView
textBoxSearch System.Windows.Forms.ToolStripTextBox
toolStripComboBox_Scope System.Windows.Forms.ToolStripComboBox
toolStripMenuItem_MatchCase System.Windows.Forms.ToolStripMenuItem
toolStripMenuItem_RegExp System.Windows.Forms.ToolStripMenuItem
toolStripMenuItem_WholeWord System.Windows.Forms.ToolStripMenuItem
toolStripMenuItem_WordStart System.Windows.Forms.ToolStripMenuItem

공개 메소드들

메소드 설명
SearchControl ( ) : System

Default constructor

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code.

toolStripMenuItem_OptionsItem_Click ( object sender, EventArgs e ) : void
toolStripTextBox_SearchString_KeyDown ( object sender, KeyEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Nettoyage des ressources utilisées.
protected Dispose ( bool disposing ) : void
disposing bool true si les ressources managées doivent être supprimées ; sinon, false.
리턴 void

SearchControl() 공개 메소드

Default constructor
public SearchControl ( ) : System
리턴 System

프로퍼티 상세

buttonSearch 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripButton buttonSearch
리턴 System.Windows.Forms.ToolStripButton

label_Statistics 공개적으로 프로퍼티

public System.Windows.Forms.Label label_Statistics
리턴 System.Windows.Forms.Label

listViewResults 공개적으로 프로퍼티

public System.Windows.Forms.ListView listViewResults
리턴 System.Windows.Forms.ListView

textBoxSearch 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripTextBox textBoxSearch
리턴 System.Windows.Forms.ToolStripTextBox

toolStripComboBox_Scope 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripComboBox toolStripComboBox_Scope
리턴 System.Windows.Forms.ToolStripComboBox

toolStripMenuItem_MatchCase 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_MatchCase
리턴 System.Windows.Forms.ToolStripMenuItem

toolStripMenuItem_RegExp 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_RegExp
리턴 System.Windows.Forms.ToolStripMenuItem

toolStripMenuItem_WholeWord 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_WholeWord
리턴 System.Windows.Forms.ToolStripMenuItem

toolStripMenuItem_WordStart 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_WordStart
리턴 System.Windows.Forms.ToolStripMenuItem