Метод | Описание | |
---|---|---|
Data_Horizon ( int iMaxBars, System.DateTime dtStart, System.DateTime dtEnd, bool bUseStartDate, bool bUseEndDate ) : System |
Constructor
|
Метод | Описание | |
---|---|---|
OnLoad ( |
Performs initialization.
|
|
OnPaint ( PaintEventArgs e ) : void |
Form On Paint
|
|
OnResize ( |
Recalculates the sizes and positions of the controls after resizing.
|
Метод | Описание | |
---|---|---|
BtnHelp_Click ( object sender, |
Go to the online help
|
|
chboxUseEndDate_CheckStateChanged ( object sender, |
Change the bUseEndDate value
|
|
chboxUseStartDate_CheckStateChanged ( object sender, |
Change the bUseStartDate value
|
|
dtpEndDate_ValueChanged ( object sender, |
Change the dtpEndDate value
|
|
dtpStartDate_ValueChanged ( object sender, |
Change the dtpStartDate value
|
|
numUpDown_ValueChanged ( object sender, |
Change the iMaxBars value
|
public Data_Horizon ( int iMaxBars, System.DateTime dtStart, System.DateTime dtEnd, bool bUseStartDate, bool bUseEndDate ) : System | ||
iMaxBars | int | |
dtStart | System.DateTime | |
dtEnd | System.DateTime | |
bUseStartDate | bool | |
bUseEndDate | bool | |
Результат | System |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Результат | void |
protected OnResize ( |
||
e | ||
Результат | void |