C# Class Forex_Strategy_Builder.Trading_Charges

Market Settings
Inheritance: System.Windows.Forms.Form
Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
Trading_Charges ( ) : System

Constructor

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Performs initialization.

OnPaint ( PaintEventArgs e ) : void

Form On Paint

OnResize ( EventArgs e ) : void

Recalculates the sizes and positions of the controls after resizing.

Private Methods

Method Description
BtnDefault_Click ( object sender, EventArgs e ) : void
BtnEditInstrument_Click ( object sender, EventArgs e ) : void

Shows Instrument Editor

Method Details

OnLoad() protected method

Performs initialization.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnPaint() protected method

Form On Paint
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

Recalculates the sizes and positions of the controls after resizing.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

Trading_Charges() public method

Constructor
public Trading_Charges ( ) : System
return System