Method | Description | |
---|---|---|
Instrument_Editor ( ) : System |
Constructor
|
Method | Description | |
---|---|---|
OnLoad ( |
Performs initialization.
|
|
OnPaint ( PaintEventArgs e ) : void |
Form On Paint
|
|
OnResize ( |
Recalculates the sizes and positions of the controls after resizing.
|
Method | Description | |
---|---|---|
BtnAccept_Click ( object sender, |
BtnAccept Clicked.
|
|
BtnAddInstrAdd_Click ( object sender, |
BtnAdd Clicked.
|
|
BtnDelete_Click ( object sender, |
BtnDelete Clicked.
|
|
BtnDown_Click ( object sender, |
BtnDown Clicked.
|
|
BtnUp_Click ( object sender, |
BtnUp Clicked.
|
|
CbxPropCommission_SelectedIndexChanged ( object sender, |
Checks the commission time
|
|
Instrument_Editor_FormClosing ( object sender, |
Check whether the restart is necessary.
|
|
LbxInstruments_SelectedValueChanged ( object sender, |
The lbxInstruments selected index changed
|
|
NudPropDigits_ValueChanged ( object sender, |
Digit changed
|
|
SetAcountExchangeRate ( ) : void |
Calculates the account exchange rate.
|
|
SetPropertiesForm ( ) : void |
Sets the properties form.
|
|
SetSelectedInstrument ( ) : void |
Sets the properties form.
|
|
TbxPropFileName_TextChanged ( object sender, |
Sets the data file names.
|
|
TbxPropPriceIn_TextChanged ( object sender, |
Checks the instrument currency.
|
|
ValidatePropertiesForm ( ) : bool |
Validates the instrument properties
|
|
ValidateSymbol ( string symbol, Instrumet_Type instrType ) : bool |
Validates the instrument properties
|
|
X ( int i ) : int |
Gives the horizontal position.
|
|
Y ( int i ) : int |
Gives the vertical position.
|
|
nudPropAccountRate_ValueChanged ( object sender, |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |