C# Class VAGSuite.FormFind

Summary description for FormFind.
Inheritance: DevExpress.XtraEditors.XtraForm
Datei anzeigen Open project: Blackfrosch/VAGEDCSuite

Public Methods

Method Description
FormFind ( ) : System
GetFindBytes ( ) : byte[]

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CollectionToArray ( System list ) : byte[]
FormFind_Activated ( object sender, System e ) : void
InitializeComponent ( ) : void

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

btnCancel_Click ( object sender, System e ) : void
btnOK_Click ( object sender, System e ) : void
rbHex_Enter ( object sender, EventArgs e ) : void
rbString_Enter ( object sender, EventArgs e ) : void
rb_CheckedChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

FormFind() public method

public FormFind ( ) : System
return System

GetFindBytes() public method

public GetFindBytes ( ) : byte[]
return byte[]