C# Класс Forex_Strategy_Builder.Bar_Explorer

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

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

Метод Описание
Bar_Explorer ( int iBarNumber ) : System

Initialize the form and controls

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

Метод Описание
OnLoad ( EventArgs e ) : void

Resizes the form.

OnPaint ( PaintEventArgs e ) : void

Form On Paint.

OnResize ( EventArgs e ) : void

Arrange the controls.

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

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

Navigate to a bar on mouse wheel.

BtnNavigate_Click ( object sender, EventArgs e ) : void

Navigate to a bar on button click.

Navigate ( string sDir ) : void

Navigates to a bar.

PnlChart_Paint ( object sender, PaintEventArgs e ) : void

Paints panel pnlChart

PnlInfo_Paint ( object sender, PaintEventArgs e ) : void

Paints panel pnlInfo

SetBtnNavigate ( ) : void

Sets the navigation buttons

SetJournalPoints ( ) : void

Sets the journal columns with.

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

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

Initialize the form and controls
public Bar_Explorer ( int iBarNumber ) : System
iBarNumber int
Результат System

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

Resizes the form.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

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

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

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

Arrange the controls.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
Результат void