C# Class Forex_Strategy_Builder.Pivot_Points_Calculator

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

Public Methods

Method Description
Pivot_Points_Calculator ( ) : System

Constructor

Protected Methods

Method 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

Method Description
Calculate ( ) : void

Perform calculation

InitParams ( ) : void

Inits the params

ParseInput ( string input ) : float

Parses a float value

TbxInput_TextChanged ( object sender, EventArgs e ) : void

A param has been changed

Method Details

OnLoad() protected method

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

Pivot_Points_Calculator() public method

Constructor
public Pivot_Points_Calculator ( ) : System
return System