C# Class Forex_Strategy_Builder.Bar_Explorer

Inheritance: System.Windows.Forms.Form
Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
Bar_Explorer ( int iBarNumber ) : System

Initialize the form and controls

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Resizes the form.

OnPaint ( PaintEventArgs e ) : void

Form On Paint.

OnResize ( EventArgs e ) : void

Arrange the controls.

Private Methods

Method 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 method

Initialize the form and controls
public Bar_Explorer ( int iBarNumber ) : System
iBarNumber int
return System

OnLoad() protected method

Resizes the form.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnPaint() protected method

Form On Paint.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

Arrange the controls.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void