C# Class Forex_Strategy_Builder.Data_Horizon

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

Méthodes publiques

Méthode Description
Data_Horizon ( int iMaxBars, System.DateTime dtStart, System.DateTime dtEnd, bool bUseStartDate, bool bUseEndDate ) : System

Constructor

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Performs initialization.

OnPaint ( PaintEventArgs e ) : void

Form On Paint

OnResize ( EventArgs e ) : void

Recalculates the sizes and positions of the controls after resizing.

Private Methods

Méthode Description
BtnHelp_Click ( object sender, EventArgs e ) : void

Go to the online help

chboxUseEndDate_CheckStateChanged ( object sender, EventArgs e ) : void

Change the bUseEndDate value

chboxUseStartDate_CheckStateChanged ( object sender, EventArgs e ) : void

Change the bUseStartDate value

dtpEndDate_ValueChanged ( object sender, EventArgs e ) : void

Change the dtpEndDate value

dtpStartDate_ValueChanged ( object sender, EventArgs e ) : void

Change the dtpStartDate value

numUpDown_ValueChanged ( object sender, EventArgs e ) : void

Change the iMaxBars value

Method Details

Data_Horizon() public méthode

Constructor
public Data_Horizon ( int iMaxBars, System.DateTime dtStart, System.DateTime dtEnd, bool bUseStartDate, bool bUseEndDate ) : System
iMaxBars int
dtStart System.DateTime
dtEnd System.DateTime
bUseStartDate bool
bUseEndDate bool
Résultat System

OnLoad() protected méthode

Performs initialization.
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

Recalculates the sizes and positions of the controls after resizing.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void