C# 클래스 ARCed.Scintilla.FindReplaceDialog

파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
FindNext ( ) : void
FindPrevious ( ) : void
FindReplaceDialog ( ) : System
GetRegexOptions ( ) : RegexOptions
GetSearchFlags ( ) : SearchFlags
MoveFormAwayFromSelection ( ) : void
ReplaceNext ( ) : void

보호된 메소드들

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

Clean up any resources being used.

OnActivated ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void

비공개 메소드들

메소드 설명
AddFindMru ( ) : void
AddReplacMru ( ) : void
FindNextF ( bool searchUp ) : Range
FindNextR ( bool searchUp, Regex &rr ) : Range
FindReplaceDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

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

ReplaceNext ( bool searchUp ) : Range
btnClear_Click ( object sender, EventArgs e ) : void
btnFindAll_Click ( object sender, EventArgs e ) : void
btnFindNext_Click ( object sender, EventArgs e ) : void
btnFindPrevious_Click ( object sender, EventArgs e ) : void
btnReplaceAll_Click ( object sender, EventArgs e ) : void
btnReplaceNext_Click ( object sender, EventArgs e ) : void
btnReplacePrevious_Click ( object sender, EventArgs e ) : void
chkEcmaScript_CheckedChanged ( object sender, EventArgs e ) : void
grdOptionsR_CollapseBoxClickedEvent ( object sender ) : void
grpFindAll_CollapseBoxClickedEvent ( object sender ) : void
grpOptionsF_CollapseBoxClickedEvent ( object sender ) : void
rdoStandardF_CheckedChanged ( object sender, EventArgs e ) : void
rdoStandardR_CheckedChanged ( object sender, EventArgs e ) : void
tabAll_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

FindNext() 공개 메소드

public FindNext ( ) : void
리턴 void

FindPrevious() 공개 메소드

public FindPrevious ( ) : void
리턴 void

FindReplaceDialog() 공개 메소드

public FindReplaceDialog ( ) : System
리턴 System

GetRegexOptions() 공개 메소드

public GetRegexOptions ( ) : RegexOptions
리턴 RegexOptions

GetSearchFlags() 공개 메소드

public GetSearchFlags ( ) : SearchFlags
리턴 SearchFlags

MoveFormAwayFromSelection() 공개 메소드

public MoveFormAwayFromSelection ( ) : void
리턴 void

OnActivated() 보호된 메소드

protected OnActivated ( EventArgs e ) : void
e EventArgs
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
리턴 void

ReplaceNext() 공개 메소드

public ReplaceNext ( ) : void
리턴 void