C# Class Forex_Strategy_Builder.Strategy_Publish

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Méthodes publiques

Méthode Description
Strategy_Publish ( ) : System

Make a form

Méthodes protégées

Méthode 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

Méthode 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 méthode

Perform initializing
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

Form On Paint
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

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

Strategy_Publish() public méthode

Make a form
public Strategy_Publish ( ) : System
Résultat System