C# Class Forex_Strategy_Builder.Fibonacci_Levels_Calculator

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

Méthodes publiques

Méthode Description
Fibonacci_Levels_Calculator ( ) : 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
Calculate ( ) : void

Calculates the result

InitParams ( ) : void

Initial parameters

ParseInput ( string input ) : float

Parses a float number

TbxInput_TextChanged ( object sender, EventArgs e ) : void

Input parameter changed

Method Details

Fibonacci_Levels_Calculator() public méthode

Constructor
public Fibonacci_Levels_Calculator ( ) : System
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