C# Класс Forex_Strategy_Builder.Account_Settings

Account Settings
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Account_Settings ( ) : System

Constructor

SetParams ( ) : void

Sets the controls' text

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
BtnDefault_Click ( object sender, EventArgs e ) : void

Button Default Click

ParamChanged ( object sender, EventArgs e ) : void

Sets the params values

SetAcountExchangeRate ( ) : void

Calculates the account exchange rate.

Описание методов

Account_Settings() публичный Метод

Constructor
public Account_Settings ( ) : System
Результат System

OnLoad() защищенный Метод

Performs initialization.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPaint() защищенный Метод

Form On Paint
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnResize() защищенный Метод

Recalculates the sizes and positions of the controls after resizing.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
Результат void

SetParams() публичный Метод

Sets the controls' text
public SetParams ( ) : void
Результат void