C# Класс Forex_Strategy_Builder.Dialogs.Analyzer.Over_optimization_Charts_Form

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

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

Метод Описание
Over_optimization_Charts_Form ( Over_optimization_Data_Table tableReport ) : 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.

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

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

Opens next chart.

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

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

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

Constructor
public Over_optimization_Charts_Form ( Over_optimization_Data_Table tableReport ) : System
tableReport Over_optimization_Data_Table
Результат System