C# Class Forex_Strategy_Builder.Dialogs.Analyzer.Analyzer

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

Méthodes publiques

Méthode Description
Analyzer ( string menuItem ) : System

Constructor

Méthodes protégées

Méthode 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

Méthode 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 méthode

Constructor
public Analyzer ( string menuItem ) : System
menuItem string
Résultat System

OnLoad() protected méthode

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