C# Класс Forex_Strategy_Builder.Journal_Positions

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

Защищенные свойства (Protected)

Свойство Тип Описание
btnRemoveJournal System.Windows.Forms.Button
btnToggleJournal System.Windows.Forms.Button

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

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

Constructor

SetUpJournal ( ) : void

Sets the journal's current data

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

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

Invalidates the sender after scrolling

InitializeJournal ( ) : void

Inits the Journal

OnMouseUp ( MouseEventArgs e ) : void

Selects a row on Mouse Up

OnPaint ( PaintEventArgs e ) : void

Paints the journal

OnResize ( EventArgs eventargs ) : void

Set params on resize

OnSelectedBarChange ( EventArgs e ) : void

Raises the event by invoking the delegates

SetJournalColors ( ) : void

Sets the journal colors

UpdateJournalData ( ) : void

Updates the journal data from the backtester

VScrollBar_ValueChanged ( object sender, EventArgs e ) : void

Invalidates the sender after scrolling

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

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

Invalidates the sender after scrolling
protected HScrollBar_ValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

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

Inits the Journal
protected InitializeJournal ( ) : void
Результат void

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

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

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

Selects a row on Mouse Up
protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Результат void

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

Paints the journal
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

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

Set params on resize
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
Результат void

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

Raises the event by invoking the delegates
protected OnSelectedBarChange ( EventArgs e ) : void
e System.EventArgs
Результат void

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

Sets the journal colors
protected SetJournalColors ( ) : void
Результат void

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

Sets the journal's current data
public SetUpJournal ( ) : void
Результат void

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

Updates the journal data from the backtester
protected UpdateJournalData ( ) : void
Результат void

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

Invalidates the sender after scrolling
protected VScrollBar_ValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

btnRemoveJournal защищенное свойство

protected Button,System.Windows.Forms btnRemoveJournal
Результат System.Windows.Forms.Button

btnToggleJournal защищенное свойство

protected Button,System.Windows.Forms btnToggleJournal
Результат System.Windows.Forms.Button