C# Class fyiReporting.RdlDesign.FindTab

Summary description for FindTab.
ファイルを表示 Open project: majorsilence/My-FyiReporting Class Usage Examples

Public Properties

Property Type Description
tabFind System.Windows.Forms.TabPage
tabGoTo System.Windows.Forms.TabPage
tabReplace System.Windows.Forms.TabPage
tcFRG System.Windows.Forms.TabControl

Public Methods

Method Description
FindNextClick ( ) : void
FindTab ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
FindTab ( RdlEditPreview pad ) : System
FindTab_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
InitializeComponent ( ) : void
btnCancel_Click ( object sender, System e ) : void
btnFindNext_Click ( object sender, System e ) : void
btnGoto_Click ( object sender, System e ) : void
btnNext_Click ( object sender, System e ) : void
btnReplaceAll_Click ( object sender, System e ) : void
btnReplace_Click ( object sender, System e ) : void
tcFRG_Enter ( object sender, System e ) : void
tcFRG_SelectedIndexChanged ( object sender, System e ) : void
txtFindR_TextChanged ( object sender, System e ) : void
txtFind_TextChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FindNextClick() public method

public FindNextClick ( ) : void
return void

FindTab() public method

public FindTab ( ) : System
return System

Property Details

tabFind public_oe property

public TabPage,System.Windows.Forms tabFind
return System.Windows.Forms.TabPage

tabGoTo public_oe property

public TabPage,System.Windows.Forms tabGoTo
return System.Windows.Forms.TabPage

tabReplace public_oe property

public TabPage,System.Windows.Forms tabReplace
return System.Windows.Forms.TabPage

tcFRG public_oe property

public TabControl,System.Windows.Forms tcFRG
return System.Windows.Forms.TabControl