C# Класс Forex_Strategy_Builder.Edit_Translation

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

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

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

Constructor

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

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

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

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

Check whether the strategy have been changed.

Btn_Click ( object sender, EventArgs e ) : void

Button click

Edit_Translation_TextChanged ( object sender, EventArgs e ) : void

The translation is edited;

InitParams ( ) : void

Inits the params.

SaveTranslation ( ) : void

Saves the translation

ScrollBar_ValueChanged ( object sender, EventArgs e ) : void

Scroll Bar value changed.

SearchPhrase ( string phrase ) : void

Searches a phrase.

SearchUntranslatedPhrase ( ) : void

Searches for a untranslated phrase.

SetTextBoxes ( ) : void

Sets the phrases in the text boxes.

TbxSearch_TextChanged ( object sender, EventArgs e ) : void

Searches a phrase.

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

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

Constructor
public Edit_Translation ( ) : 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