C# Class VAGSuite.FormFindCancel

Summary description for FormFindCancel.
Inheritance: DevExpress.XtraEditors.XtraForm
Afficher le fichier Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Méthodes publiques

Méthode Description
FormFindCancel ( ) : System
SetHexBox ( HexBox hexBox ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FormFindCancel_Activated ( object sender, System e ) : void
FormFindCancel_Deactivate ( 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
timerPercent_Tick ( object sender, System e ) : void
timer_Tick ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FormFindCancel() public méthode

public FormFindCancel ( ) : System
Résultat System

SetHexBox() public méthode

public SetHexBox ( HexBox hexBox ) : void
hexBox HexBox
Résultat void