C# Класс Tibialyzer.AdvancedTab

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

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

Метод Описание
AdvancedTab ( ) : System
ApplyLocalization ( ) : void
InitializeSettings ( ) : void

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

applyConvertRatioButton_Click ( object sender, EventArgs e ) : void
applyDiscardRatioButton_Click ( object sender, EventArgs e ) : void
applySQLQueryButton_Click ( object sender, EventArgs e ) : void
applyValueConvertButton_Click ( object sender, EventArgs e ) : void
applyValueDiscardButton_Click ( object sender, EventArgs e ) : void
customConvertRatioBox_KeyPress ( object sender, KeyPressEventArgs e ) : void
customDiscardRatioBox_KeyPress ( object sender, KeyPressEventArgs e ) : void
itemSelectionBox_TextChanged ( object sender, EventArgs e ) : void
oldAddressesApplyButton_Click ( object sender, EventArgs e ) : void

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

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

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

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

public ApplyLocalization ( ) : void
Результат void

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

public InitializeSettings ( ) : void
Результат void