C# Class Forex_Strategy_Builder.Dialogs.Analyzer.Over_optimization_Charts_Form

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

Public Methods

Method Description
Over_optimization_Charts_Form ( Over_optimization_Data_Table tableReport ) : System

Constructor

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Perform initializing

OnPaint ( PaintEventArgs e ) : void

Form On Paint

OnResize ( EventArgs e ) : void

Recalculates the sizes and positions of the controls after resizing.

Private Methods

Method Description
BtnNextCharts_Click ( object sender, EventArgs e ) : void

Opens next chart.

Method Details

OnLoad() protected method

Perform initializing
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

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

Over_optimization_Charts_Form() public method

Constructor
public Over_optimization_Charts_Form ( Over_optimization_Data_Table tableReport ) : System
tableReport Over_optimization_Data_Table
return System