C# Class Forex_Strategy_Builder.Bar_Explorer

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Méthodes publiques

Méthode Description
Bar_Explorer ( int iBarNumber ) : System

Initialize the form and controls

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Resizes the form.

OnPaint ( PaintEventArgs e ) : void

Form On Paint.

OnResize ( EventArgs e ) : void

Arrange the controls.

Private Methods

Méthode Description
Bar_Explorer_MouseWheel ( object sender, MouseEventArgs e ) : void

Navigate to a bar on mouse wheel.

BtnNavigate_Click ( object sender, EventArgs e ) : void

Navigate to a bar on button click.

Navigate ( string sDir ) : void

Navigates to a bar.

PnlChart_Paint ( object sender, PaintEventArgs e ) : void

Paints panel pnlChart

PnlInfo_Paint ( object sender, PaintEventArgs e ) : void

Paints panel pnlInfo

SetBtnNavigate ( ) : void

Sets the navigation buttons

SetJournalPoints ( ) : void

Sets the journal columns with.

Method Details

Bar_Explorer() public méthode

Initialize the form and controls
public Bar_Explorer ( int iBarNumber ) : System
iBarNumber int
Résultat System

OnLoad() protected méthode

Resizes the form.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

Form On Paint.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

Arrange the controls.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void