C# Class Tibialyzer.AdvancedTab

Inheritance: System.Windows.Forms.Form, TabInterface
Show file Open project: Mytherin/Tibialyzer

Public Methods

Method Description
AdvancedTab ( ) : System
ApplyLocalization ( ) : void
InitializeSettings ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

AdvancedTab() public method

public AdvancedTab ( ) : System
return System

ApplyLocalization() public method

public ApplyLocalization ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

InitializeSettings() public method

public InitializeSettings ( ) : void
return void