C# Class Forex_Strategy_Builder.Strategy_Publish

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

Public Methods

Method Description
Strategy_Publish ( ) : System

Make a form

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Perform initializing

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
TxboxBBCode_KeyDown ( object sender, KeyEventArgs e ) : void

Accept Ctrl-A

btnClose_Click ( object sender, EventArgs e ) : void
btnConnect_Click ( object sender, EventArgs e ) : void

Method Details

OnLoad() protected method

Perform initializing
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

Strategy_Publish() public method

Make a form
public Strategy_Publish ( ) : System
return System