C# Класс Forex_Strategy_Builder.Dialogs.Balance_Chart

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

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

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

Constructor

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

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

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

Метод Описание
BalanceChart_MouseLeave ( object sender, EventArgs e ) : void

Deletes the dynamic info on the status bar.

BalanceChart_MouseMove ( object sender, MouseEventArgs e ) : void

Show the dynamic info on the status bar.

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

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

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

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

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