Method | Description | |
---|---|---|
Edit_Translation ( ) : System |
Constructor
|
Method | Description | |
---|---|---|
OnLoad ( |
Performs initialization.
|
|
OnPaint ( PaintEventArgs e ) : void |
Form On Paint
|
|
OnResize ( |
Recalculates the sizes and positions of the controls after resizing.
|
Method | Description | |
---|---|---|
Actions_FormClosing ( object sender, |
Check whether the strategy have been changed.
|
|
Btn_Click ( object sender, |
Button click
|
|
Edit_Translation_TextChanged ( object sender, |
The translation is edited;
|
|
InitParams ( ) : void |
Inits the params.
|
|
SaveTranslation ( ) : void |
Saves the translation
|
|
ScrollBar_ValueChanged ( object sender, |
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, |
Searches a phrase.
|
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |