Метод | Описание | |
---|---|---|
Bar_Explorer ( int iBarNumber ) : System |
Initialize the form and controls
|
Метод | Описание | |
---|---|---|
OnLoad ( |
Resizes the form.
|
|
OnPaint ( PaintEventArgs e ) : void |
Form On Paint.
|
|
OnResize ( |
Arrange the controls.
|
Метод | Описание | |
---|---|---|
Bar_Explorer_MouseWheel ( object sender, MouseEventArgs e ) : void |
Navigate to a bar on mouse wheel.
|
|
BtnNavigate_Click ( object sender, |
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.
|
public Bar_Explorer ( int iBarNumber ) : System | ||
iBarNumber | int | |
Результат | System |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Результат | void |
protected OnResize ( |
||
e | ||
Результат | void |