C# Class Forex_Strategy_Builder.Dialogs.Analyzer.Analyzer

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

Public Methods

Method Description
Analyzer ( string menuItem ) : 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
Actions_FormClosing ( object sender, FormClosingEventArgs e ) : void

Analyzer closes

IsSomethingRunning ( ) : bool

It shows if some process is running.

MainMenu_Click ( object sender, EventArgs e ) : void
SetPanelCumulativeStrategy ( ) : void
SetPanelOptions ( ) : void
SetPanelOverOptimization ( ) : void
SetupMenuBar ( ) : void

Sets items in the Main Menu.

Method Details

Analyzer() public method

Constructor
public Analyzer ( string menuItem ) : System
menuItem string
return System

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