C# Класс Forex_Strategy_Builder.Fibonacci_Levels_Calculator

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Fibonacci_Levels_Calculator ( ) : System

Constructor

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

Fibonacci_Levels_Calculator() публичный Метод

Constructor
public Fibonacci_Levels_Calculator ( ) : System
Результат System

OnLoad() защищенный Метод

Performs initialization.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPaint() защищенный Метод

Form On Paint
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnResize() защищенный Метод

Recalculates the sizes and positions of the controls after resizing.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
Результат void